aboutsummaryrefslogtreecommitdiff
path: root/id/oa/src
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-01-29 12:38:59 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-01-29 12:38:59 +0100
commitd8bc160b455fd8b9edc01fc054d74d06f2399cab (patch)
tree4d4e54733d03cd5a5a5c8306dd3f5fc9624f76b2 /id/oa/src
parentcea2f395ec773b386ec628d60120752cf320f6b6 (diff)
downloadmoa-id-spss-d8bc160b455fd8b9edc01fc054d74d06f2399cab.tar.gz
moa-id-spss-d8bc160b455fd8b9edc01fc054d74d06f2399cab.tar.bz2
moa-id-spss-d8bc160b455fd8b9edc01fc054d74d06f2399cab.zip
SZRGW Client update
Diffstat (limited to 'id/oa/src')
-rw-r--r--id/oa/src/main/webapp/index.jsp23
1 files changed, 23 insertions, 0 deletions
diff --git a/id/oa/src/main/webapp/index.jsp b/id/oa/src/main/webapp/index.jsp
new file mode 100644
index 000000000..f13a6e1bf
--- /dev/null
+++ b/id/oa/src/main/webapp/index.jsp
@@ -0,0 +1,23 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+
+<html>
+<head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+ <meta content="text/css" http-equiv="Content-Style-Type">
+ <link rel="stylesheet" type="text/css" href="css/index.css">
+
+ <script type="text/javascript" src="./js/common.js"></script>
+
+</head>
+<body>
+
+ <div id="demonstrator_main">
+ <div id="demonstrator_leftcontent">
+ <input type="button" size="400" value="Login" onclick="PVP2LoginIframe('servlet/pvp2login');" id="submitbutton"/>
+ </div>
+ </div>
+
+
+ <script type="text/javascript">jumpToAnker();</script>
+</body>
+</html> \ No newline at end of file