Line | |
---|
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
---|
2 | <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
|
---|
3 | <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
---|
4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
---|
5 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
6 | <html>
|
---|
7 | <head>
|
---|
8 | <title><fmt:message key="app.name"/></title>
|
---|
9 | </head>
|
---|
10 | <body>
|
---|
11 |
|
---|
12 | <h2><fmt:message key="app.name"/></h2>
|
---|
13 |
|
---|
14 | <p>This is EDIS web application version '<fmt:message key="app.version"/>'.</p>
|
---|
15 |
|
---|
16 |
|
---|
17 | <p>HTTP Header Value for 'EdisClientMachineName' =<b><font color="blue">
|
---|
18 | <c:out value="${EdisClientMachineName}"/></font></b></p>
|
---|
19 |
|
---|
20 |
|
---|
21 | <p>All HTTP Headers Were:<b><font color="blue">
|
---|
22 | <c:out value="${HttpHeaders}"/></font></b></p>
|
---|
23 |
|
---|
24 | </body>
|
---|
25 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.