diff --git a/README.md b/README.md index 38a9a45..bd465b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +#Floodlight Controller webui - ZH + + Translate and fix bugs caused by Floodlight API modification. + + + The Above is origin README. + + + + #Email cbarrin@g.clemson.edu for bug reports and help. # floodlight-WebUI diff --git a/index.html b/index.html index 6577b08..0e45219 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@ - Go to Enter The Application + Go to 正在进入应用 diff --git a/js/navbar.js b/js/navbar.js index b58cfc5..823cbc4 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -3,16 +3,16 @@ */ document.getElementById("navMenu").innerHTML = ''; var ipaddress = $.cookie('cip'); @@ -20,4 +20,4 @@ if (ipaddress == null || ipaddress == "") window.location.href = "login.html"; var restport = $.cookie('cport'); if (restport == null || restport == "") window.location.href = "login.html"; -document.getElementById("home-button-title").innerHTML = "Floodlight OpenFlow Controller - " + ipaddress + ":" + restport; +document.getElementById("home-button-title").innerHTML = "Floodlight控制器 - " + ipaddress + ":" + restport; diff --git a/pages/acl.html b/pages/acl.html index 194d82e..4e0da0c 100644 --- a/pages/acl.html +++ b/pages/acl.html @@ -6,7 +6,7 @@ - Floodlight OpenFlow Controller - Access Control List + ACL控制 @@ -43,7 +43,7 @@ - Floodlight OpenFlow Controller + SDN控制器