diff options
author | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-23 12:25:57 +0000 |
---|---|---|
committer | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-23 12:25:57 +0000 |
commit | efcb89d95c00dab464f6535040c3a741f8eff693 (patch) | |
tree | 3240cdd008b684ac0926d62e89866b7466c71917 /BKUOnline/src/main | |
parent | 1c4df47223a6d655b9fb7f46f807171ceda07ba7 (diff) | |
download | mocca-efcb89d95c00dab464f6535040c3a741f8eff693.tar.gz mocca-efcb89d95c00dab464f6535040c3a741f8eff693.tar.bz2 mocca-efcb89d95c00dab464f6535040c3a741f8eff693.zip |
added mocca logo to appletpage
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@57 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main')
-rw-r--r-- | BKUOnline/src/main/webapp/appletPage.jsp | 20 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/img/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | BKUOnline/src/main/webapp/img/mocca-t_s.png | bin | 0 -> 8976 bytes |
3 files changed, 4 insertions, 16 deletions
diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp index fdd7072f..041591f3 100644 --- a/BKUOnline/src/main/webapp/appletPage.jsp +++ b/BKUOnline/src/main/webapp/appletPage.jsp @@ -20,7 +20,8 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Applet BKU Test</title> +<title>MOCCA Appletpage</title> +<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> </head> <body> <script src="./js/deployJava.js"></script> @@ -46,20 +47,7 @@ } </script> <br /> -<script> - document.write('App Name: ' + navigator.appName + '<BR>'); - document.write('User Agent: ' + navigator.userAgent + '<BR>'); - var list = deployJava.getJREs(); - if (list.length == 0) { - document.write('No Detectable Java Platforms are Installed<BR>'); - } else { - var result = list[0]; - for ( var i = 1; i < list.length; i++) { - result += ", " + list[i]; - } - document.write("You have the following Java Platform(s) installed:" - + result + "<BR>"); - } -</script> +<hr/> +Powered by <img src="img/mocca-t_s.png" alt="mocca-logo" width="100"> </body> </html> diff --git a/BKUOnline/src/main/webapp/img/favicon.ico b/BKUOnline/src/main/webapp/img/favicon.ico Binary files differnew file mode 100644 index 00000000..ddfb65b0 --- /dev/null +++ b/BKUOnline/src/main/webapp/img/favicon.ico diff --git a/BKUOnline/src/main/webapp/img/mocca-t_s.png b/BKUOnline/src/main/webapp/img/mocca-t_s.png Binary files differnew file mode 100644 index 00000000..bbf27a66 --- /dev/null +++ b/BKUOnline/src/main/webapp/img/mocca-t_s.png |