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

Last change on this file since 2014 was 1289, checked in by sjboddie, 24 years ago

tidied up macro files a little more

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