...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
var innerHTML = "<h5 style='color: #E0EEE0;font-style:oblique;font-weight:900;font-size:200%;margin-left: 45px;margin-top: 20px;'>YOHO</h5>";
|
|
|
innerHTML += "<div id='user-nav'>";
|
|
|
innerHTML += "<ul class='nav btn-group'>";
|
|
|
innerHTML += "<li class='btn btn-inverse'><a id='changepwd_a' href='#'><i class='icon icon-cog'></i> <span class='text'>changePWD</span></a></li>";
|
|
|
//innerHTML += "<li class='btn btn-inverse'><a id='changepwd_a' href='#'><i class='icon icon-cog'></i> <span class='text'>changePWD</span></a></li>";
|
|
|
innerHTML += "<li class='btn btn-inverse'><a id='logout_a' href='#'><i class='icon icon-share-alt'></i> <span class='text'>Logout</span></a></li>";
|
|
|
innerHTML += "</ul>";
|
|
|
innerHTML += "</div>";
|
...
|
...
|
@@ -146,7 +146,7 @@ document.getElementById("li_phpRelease_a").setAttribute("href", path + "/phpBuil |
|
|
document.getElementById("li_nodeRelease_a").setAttribute("href", path + "/nodeBuild/toProject");
|
|
|
document.getElementById("li_dockerRelease_a").setAttribute("href", path + "/dockerBuild/toProject");
|
|
|
document.getElementById("logout_a").setAttribute("href", path + "/user/logout");
|
|
|
document.getElementById("changepwd_a").setAttribute("href", path + "/user/toupdatePwd");
|
|
|
//document.getElementById("changepwd_a").setAttribute("href", path + "/user/toupdatePwd");
|
|
|
document.getElementById("li_sms_a").setAttribute("href", path + "/sms/toSmsLog");
|
|
|
document.getElementById("li_search_compare_a").setAttribute("href", path + "/searchCompare/getComparePage");
|
|
|
document.getElementById("li_zkMonitor_a").setAttribute("href", path + "/zkTree/tozkMonitorList");
|
...
|
...
|
|