diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 11:56:28 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 11:56:28 +0000 |
commit | d2f2d2b83fab3928e3fe76263bf0bbb7fa28e51e (patch) | |
tree | df75b79ebc86dc2141223a97bc99c6988fad575a /BKUOnline/src | |
parent | c09207ae05e1d0bf4398f05834d79aa301e867d5 (diff) | |
download | mocca-d2f2d2b83fab3928e3fe76263bf0bbb7fa28e51e.tar.gz mocca-d2f2d2b83fab3928e3fe76263bf0bbb7fa28e51e.tar.bz2 mocca-d2f2d2b83fab3928e3fe76263bf0bbb7fa28e51e.zip |
optional webstart download div
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@372 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html index aa09f9f4..e5180aa9 100644 --- a/BKUOnline/src/main/webapp/index.html +++ b/BKUOnline/src/main/webapp/index.html @@ -25,20 +25,33 @@ <body> <div id="animDiv" class="box"> <p> - <h1>SL Request</h1> - <a href="SLRequestForm.html">Security Layer Request</a> - <h1>PIN Management</h1> - <a href="PINManagement.jsp">PIN Management Applet</a> - <h1>STAL Service</h1> - <a href="stal">STAL Service Endpoint</a> - <!-- MOCCA Web Start - | (activate 'include-webstart' profile) --> - <h1>MOCCA Web Start</h1> - <script> - var url="webstart/mocca.jnlp" - deployJava.createWebStartLaunchButton(url, "1.6") - </script> + <h1>MOCCA Online</h1> + <p> + <a href="SLRequestForm.html">Security Layer Request</a> (demo request form) + </p> + <p> + <a href="PINManagement.jsp">PIN Management</a> (pin management applet) + </p> + <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> + 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> |