summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r--BKUOnline/src/main/webapp/index.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index 3bf14211..da135ed4 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -26,7 +26,6 @@
</head>
<body>
<div id="animDiv" class="box">
- <p>
<h1>MOCCA Online</h1>
<p>
<a href="SLRequestForm.html">Security Layer Request</a> (demo request form)
@@ -34,23 +33,20 @@
<p>
<a href="stal">STAL Service</a> (web service endpoint)
</p>
- </p>
</div>
<!-- MOCCA Web Start
| (activate 'include-webstart' profile)
-->
<div id="animDiv" class="box">
- <p>
<h1>MOCCA Web Start</h1>
<p>
<script type="text/javascript">
- var url="webstart/mocca.jnlp"
- deployJava.createWebStartLaunchButton(url, "1.6")
+ var url="webstart/mocca.jnlp";
+ deployJava.createWebStartLaunchButton(url, "1.6");
</script></p>
<p><a href="webstart/mocca.jnlp">MOCCA JNLP File</a> (requires MIME-type association)</p>
<p><a href="webstart/player.jnlp">Java Cache Viewer</a> (local installation)</p>
- </p>
</div>
</body>
</html>