summaryrefslogtreecommitdiffstats
path: root/base/common/shared/webapps/ROOT/index.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/shared/webapps/ROOT/index.jsp')
-rw-r--r--base/common/shared/webapps/ROOT/index.jsp31
1 files changed, 31 insertions, 0 deletions
diff --git a/base/common/shared/webapps/ROOT/index.jsp b/base/common/shared/webapps/ROOT/index.jsp
index ae2faa9d7..f5ef47df2 100644
--- a/base/common/shared/webapps/ROOT/index.jsp
+++ b/base/common/shared/webapps/ROOT/index.jsp
@@ -198,6 +198,37 @@
<%
}
+
+ ServletContext tpsContext = getServletContext().getContext("/tps");
+ String tpsName = tpsContext.getServletContextName();
+ String tpsPath = tpsContext.getContextPath();
+ if (!"".equals(tpsPath) && request.isSecure()) {
+%>
+<p>
+<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
+<%= tpsName %>
+</font>
+</p>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/tps/agent/tps">Agent Services</a></font>
+ </td>
+</tr>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/tps/services">Admin Services</a></font>
+ </td>
+</tr>
+</table>
+
+<br>
+
+<%
+ }
%>
</center>