summaryrefslogtreecommitdiff
path: root/BKUOnline
diff options
context:
space:
mode:
authorwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-23 12:25:57 +0000
committerwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-23 12:25:57 +0000
commitefcb89d95c00dab464f6535040c3a741f8eff693 (patch)
tree3240cdd008b684ac0926d62e89866b7466c71917 /BKUOnline
parent1c4df47223a6d655b9fb7f46f807171ceda07ba7 (diff)
downloadmocca-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')
-rw-r--r--BKUOnline/src/main/webapp/appletPage.jsp20
-rw-r--r--BKUOnline/src/main/webapp/img/favicon.icobin0 -> 4286 bytes
-rw-r--r--BKUOnline/src/main/webapp/img/mocca-t_s.pngbin0 -> 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
new file mode 100644
index 00000000..ddfb65b0
--- /dev/null
+++ b/BKUOnline/src/main/webapp/img/favicon.ico
Binary files differ
diff --git a/BKUOnline/src/main/webapp/img/mocca-t_s.png b/BKUOnline/src/main/webapp/img/mocca-t_s.png
new file mode 100644
index 00000000..bbf27a66
--- /dev/null
+++ b/BKUOnline/src/main/webapp/img/mocca-t_s.png
Binary files differ