source: trunk/gsdl/macros/html.dm@ 944

Last change on this file since 944 was 876, checked in by sjboddie, 24 years ago

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 821 bytes
Line 
1package html
2
3
4_header_ {<html>
5<head></head>
6}
7
8_footer_ {</html>}
9
10_pagetitle_ {_collectionname_}
11
12_content_ {
13<frameset rows="68,*" noresize border=0>
14 <frame frameborder=0 src="_gwcgi_?e=_compressedoptions_&a=p&p=nav">
15 <frame frameborder=0 src="_cgiarghp_">
16 <noframes>
17 <p>_textframebrowser_</p>
18 </noframes>
19</frameset>
20}
21
22
23package nav
24
25_header_ {_cgihead_
26_htmlhead_
27<center>
28<table width=_pagewidth_><tr><td align=right>
29_javalinks_</td></tr></table>
30</center>
31}
32
33_faoheader_ [v=1] {_cgihead_
34_htmlhead_
35_javalinks_
36}
37
38_htmlhead_ {
39<html>
40<head>
41<title>_pagetitle_</title>
42<base target="_top">
43_globalscripts_
44</head>
45
46<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
47 alink="\#cc9900" vlink="\#666633">
48}
49
50_footer_ {</body>
51</html>
52}
53
54_content_ {
55<center>
56_navigationbar_
57</center>
58}
59
60
61
62
63
64
65
66
Note: See TracBrowser for help on using the repository browser.