annotate client/digitallibrary/relato/blank.html @ 410:395db075906d

removed mark divs and images, they are added programmatically now; moved resetParameters() function to baselib.js; moved all initalization code to onload function; added "about" div with slots for version number display; added "overlay" div for better mousemove control (for "zoom area"); added "debug" div and script
author hertzhaft
date Tue, 13 Dec 2005 13:36:28 +0100
parents b632a25e1753
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
235
b632a25e1753 added missing file
luginbue
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
b632a25e1753 added missing file
luginbue
parents:
diff changeset
2 <html>
b632a25e1753 added missing file
luginbue
parents:
diff changeset
3 <head>
b632a25e1753 added missing file
luginbue
parents:
diff changeset
4 </head>
b632a25e1753 added missing file
luginbue
parents:
diff changeset
5
b632a25e1753 added missing file
luginbue
parents:
diff changeset
6 <body bgcolor="#666666">
b632a25e1753 added missing file
luginbue
parents:
diff changeset
7 </body>
b632a25e1753 added missing file
luginbue
parents:
diff changeset
8 </html>