2004-07-24 02:06:07 +00:00
|
|
|
<h4><% if (request.getRequestURI().indexOf("config.jsp") != -1) {
|
|
|
|
%>Network | <% } else { %><a href="config.jsp">Network</a> | <% }
|
2004-08-23 07:33:14 +00:00
|
|
|
if (request.getRequestURI().indexOf("configservice.jsp") != -1) {
|
|
|
|
%>Service | <% } else { %><a href="configservice.jsp">Service</a> | <% }
|
2004-07-24 02:06:07 +00:00
|
|
|
if (request.getRequestURI().indexOf("configclients.jsp") != -1) {
|
|
|
|
%>Clients | <% } else { %><a href="configclients.jsp">Clients</a> | <% }
|
|
|
|
if (request.getRequestURI().indexOf("configlogging.jsp") != -1) {
|
|
|
|
%>Logging | <% } else { %><a href="configlogging.jsp">Logging</a> | <% }
|
|
|
|
if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) {
|
|
|
|
%>Advanced | <% } else { %><a href="configadvanced.jsp">Advanced</a> | <% } %></h4>
|