diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-27 19:58:50 +0100 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-27 19:58:50 +0100 |
commit | ebfee560786ea52709696b763d5add619c9b33e8 (patch) | |
tree | c898f7573ba76bf38f1ff1c9bda63dbd0ec2da2f /web/suca.html | |
parent | eb443719666878cedb73c1ab1f7987d5efe66af0 (diff) | |
download | southampton-university-calendar-applet-ebfee560786ea52709696b763d5add619c9b33e8.tar southampton-university-calendar-applet-ebfee560786ea52709696b763d5add619c9b33e8.tar.gz |
New interface, beginings of trying to make it work as an applet... :(
Diffstat (limited to 'web/suca.html')
-rw-r--r-- | web/suca.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/suca.html b/web/suca.html new file mode 100644 index 0000000..ea11a61 --- /dev/null +++ b/web/suca.html @@ -0,0 +1,33 @@ +<html> +<head> + +<title>Southampton University Calendar Applet</title> + +<script type="text/javascript" src="applet-fu.js"></script> + +</head> +<body> + +<div align="center"> + +<script type="text/javascript"> + +applet_fu.run( + {'width':'550','height':'320'}, + { + 'archive':'SouthamptonUniversityCalendarApplet.jar', + 'code':'net/cbaines/suca/CalendarApplet.class', + 'foo':'bar' + }, + '1.4.2', + '<h1>No Java</h1>' +); + +</script> + +</div> + +</body> +</html> + + |