merge of '23804a4a389ba2bddf86a2f90989489059f43d23'

and 'c75933fb2ffbc2e40dd422af605cff9e0703d689'
This commit is contained in:
z3d
2009-07-16 13:13:09 +00:00
3 changed files with 25 additions and 24 deletions

View File

@@ -26,7 +26,7 @@
%>Advanced<% }%>
Configuration</b>
-->
<h4><% if (request.getRequestURI().indexOf("config.jsp") != -1) {
<% if (request.getRequestURI().indexOf("config.jsp") != -1) {
%>Network | <% } else { %><a href="config.jsp">Network</a> | <% }
if (request.getRequestURI().indexOf("configui.jsp") != -1) {
%>UI | <% } else { %><a href="configui.jsp">UI</a> | <% }
@@ -47,6 +47,6 @@ Configuration</b>
if (request.getRequestURI().indexOf("configstats.jsp") != -1) {
%>Stats | <% } else { %><a href="configstats.jsp">Stats</a> | <% }
if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) {
%>Advanced<% } else { %><a href="configadvanced.jsp">Advanced</a><% } %></h4>
%>Advanced<% } else { %><a href="configadvanced.jsp">Advanced</a><% } %>
</center>
</div>