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

Last change on this file since 453 was 453, checked in by sjboddie, 25 years ago

new dm file used by html classifier

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 636 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="50,*" 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>You must have a frame enabled browser to view this.</p>
18 </noframes>
19</frameset>
20}
21
22
23package nav
24
25_header_ {<html>
26<head>
27<base target="_top">
28_globalscripts_
29</head>
30<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
31 alink="\#cc9900" vlink="\#666633">
32}
33
34_footer_ {</body>
35</html>
36}
37
38_content_ {
39<center>
40<br>
41_navigationbar_
42</center>
43}
44
Note: See TracBrowser for help on using the repository browser.