diff options
Diffstat (limited to 'BKUOnline/src/main/webapp')
-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 |