comparison client/digitallibrary/oldskin/pageWin.html @ 315:d7f0045384f5

big autumn cleaning :-) - finally digilib.jsp uses the new javascript code - dito digicat.jsp - all files corresponding to the old frontend moved into /oldskin - all icons moved into /img
author robcast
date Thu, 28 Oct 2004 22:25:59 +0200
parents
children ccddc9a5b63b
comparison
equal deleted inserted replaced
314:074c3117f292 315:d7f0045384f5
1 <html>
2 <head>
3 <script type="text/javascript">
4 var pn = "-";
5 var pt = "-";
6 if ((parent.mainFrame.getParameter)&&(parent.mainFrame.getParameter("pn"))) {
7 pt = parent.mainFrame.getParameter("pt");
8 pn = parent.mainFrame.getParameter("pn");
9 }
10
11 function show() {
12 location.reload();
13 }
14 </script>
15 </head>
16 <body bgcolor="#CCCCCC" topmargin="5" marginheight="5">
17 <p style="font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #CC3333; font-size: 11px">
18 <script type="text/javascript">document.write(pn+'<b> of </b>'+pt);</script>
19 </p>
20 </body>
21 </html>