diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-12 12:42:05 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-12 12:42:05 +0000 |
commit | 61366ba8efcc0cf3d36438e9ee26228e7bc66174 (patch) | |
tree | 707016a32d57ab734396b24675659a92f2317278 /BKUOnline/src/main/webapp/index.html | |
parent | 0d5e54423b3cbc6c16b28800890c6ee5a5aacf75 (diff) | |
download | mocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.tar.gz mocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.tar.bz2 mocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.zip |
BKU Web Start
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@361 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html index 653da5b1..b0e519a5 100644 --- a/BKUOnline/src/main/webapp/index.html +++ b/BKUOnline/src/main/webapp/index.html @@ -17,9 +17,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>BKU Online</title> + <title>MOCCA Online</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css" media="all">@import "css/main.css";</style> + <script src="http://java.com/js/deployJava.js"></script> </head> <body> <div id="animDiv" class="box"> @@ -30,6 +31,14 @@ <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> + |--> </p> </div> </body> |