Consolidate confignav, remove extraneous title and <hr>.

This commit is contained in:
z3d
2009-07-08 09:46:32 +00:00
parent 2b905d2ed5
commit ac358502ce

View File

@ -1,5 +1,6 @@
<div class="confignav" id="confignav">
<center>
<!--
<b>
<% if (request.getRequestURI().indexOf("config.jsp") != -1) {
%>Network<% }
@ -22,6 +23,7 @@
else if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) {
%>Advanced<% }%>
Configuration</b>
-->
<h4><% if (request.getRequestURI().indexOf("config.jsp") != -1) {
%>Network | <% } else { %><a href="config.jsp">Network</a> | <% }
if (request.getRequestURI().indexOf("configservice.jsp") != -1) {
@ -43,5 +45,4 @@ Configuration</b>
if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) {
%>Advanced<% } else { %><a href="configadvanced.jsp">Advanced</a><% } %></h4>
</center>
<hr />
</div>