/[projects]/miscJava/DataUpload/WebContent/editconfig.jsp
ViewVC logotype

Contents of /miscJava/DataUpload/WebContent/editconfig.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 593 - (show annotations) (download)
Sat Feb 20 06:43:13 2010 UTC (14 years, 3 months ago) by torben
File size: 883 byte(s)
added dumpsite for old java code
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2 pageEncoding="ISO-8859-1"%>
3 <%@ page import="java.util.Map" %>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8 <title>Insert title here</title>
9 </head>
10 <body>
11
12 <%
13 @SuppressWarnings("unchecked")
14 Map<String,String> map = (Map<String,String>) request.getAttribute("map");
15
16 %>
17
18 <a href="DataViewer">View uploaded data</a>&nbsp;&nbsp;
19 <a href="GetConfig">Download config</a>&nbsp;&nbsp;
20
21 <br><br>
22 <i>Last modified: <%= map.get("modified") %></i><br><br>
23
24 <form action="PostConfig" method="post">
25 <textarea rows="30" cols="60" name="value"><%= map.get("value") %></textarea><br>
26 <input type="submit"><input type="reset">
27 </form>
28
29 </body>
30 </html>

  ViewVC Help
Powered by ViewVC 1.1.20