source: trunk/gsdl/macros/document.dm@ 1696

Last change on this file since 1696 was 1696, checked in by sjboddie, 23 years ago

Created a "phrases" button for the phind classifier

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 9.4 KB
Line 
1package document
2
3#######################################################################
4# macros set from within the server
5#######################################################################
6
7_classificationlinks_ {}
8_imagethispage_ {}
9_httpprevarrow_ {}
10_httpnextarrow_ {}
11_pagetitle_ {}
12
13#######################################################################
14# page content
15#######################################################################
16
17_content_ {
18<center>
19_navigationbar_
20<p>
21_classificationlinks_
22</center>
23}
24
25#######################################################################
26# navigation arrows
27#
28#######################################################################
29
30_navarrows_ {<center>
31<table width=_pagewidth_ cellpadding=0 cellspacing=0 border=0>
32<tr><td align=left valign=top>
33_prevarrow_
34</td><td align=right valign=top>
35_nextarrow_
36</td></tr></table>
37</center>
38}
39
40_prevarrow_ {_If_(_httpprevarrow_,<a href="_httpprevarrow_">_iconprev_</a>)}
41_nextarrow_ {_If_(_httpnextarrow_,<a href="_httpnextarrow_">_iconnext_</a>)}
42
43_navarrows_ [v=1] {<p>
44_prevarrow_<br>
45_nextarrow_
46}
47
48#######################################################################
49# the goto form
50#######################################################################
51
52_gotoform_ {
53<form name="GotoForm" method="get" action="_gwcgi_">
54<input type=hidden name="e" value="_decodedcompressedoptions_">
55<input type=hidden name="d" value="_cgiargd_">
56<input type=hidden name="cl" value="_cgiargcl_">
57<input type="text" name="gp" size="3" maxlength="4">
58<input type="submit" value="_textgoto_">
59</form>
60}
61
62_textnumpages_ {&nbsp;<i>(_1_ _pages_)</i>}
63_parentarrow_ {}
64
65
66#######################################################################
67# icons
68#######################################################################
69
70# title images - there should be one of these for each classification
71# supported by this receptionist
72
73_iconTitlepage_ {<img src="_httpiconhtitle_" width=_widthhtitle_
74height=_heighthtitle_}
75_iconTitlepage_ [v=1] {<h2>_texticonhtitle_</h2>}
76
77_iconListpage_ {<img src="_httpiconhlist_" width=_widthhlist_
78height=_heighthlist_}
79_iconListpage_ [v=1] {<h2>_texticonhlist_</h2>}
80
81_iconCreatorpage_ {<img src="_httpiconhauth_" width=_widthhauth_
82height=_heighthauth_}
83_iconCreatorpage_ [v=1] {<h2>_texticonhauth_</h2>}
84
85_iconSubjectpage_ {<img src="_httpiconhsubj_" width=_widthhsubj_
86height=_heighthsubj_}
87_iconSubjectpage_ [v=1] {<h2>_texticonhsubj_</h2>}
88
89_iconTopage_ {<img src="_httpiconhto_" width=_widthhto_
90height=_heighthto_}
91_iconTopage_ [v=1] {<h2>_texticonhto_</h2>}
92
93_iconFrompage_ {<img src="_httpiconhfrom_" width=_widthhfrom_
94height=_heighthfrom_}
95_iconFrompage_ [v=1] {<h2>_texticonhfrom_</h2>}
96
97_iconSeriespage_ {<img src="_httpiconhser_" width=_widthhser_
98height=_heighthser_}
99_iconSeriespage_ [v=1] {<h2>_texticonhser_</h2>}
100
101_iconDatepage_ {<img src="_httpiconhdate_" width=_widthhdate_
102height=_heighthdate_}
103_iconDatepage_ [v=1] {<h2>_texticonhdate_</h2>}
104
105_iconHowtopage_ {<img src="_httpiconhhow_" width=_widthhhow_
106height=_heighthhow_}
107_iconHowtopage_ [v=1] {<h2>_texticonhhow_</h2>}
108
109_iconTopicpage_ {<img src="_httpiconhtopic_" width=_widthhtopic_
110height=_heighthtopic_}
111_iconTopicpage_ [v=1] {<h2>_texticonhtopic_</h2>}
112
113_iconOrganizationpage_ {<img src="_httpiconhorg_" width=_widthhorg_
114height=_heighthorg_}
115_iconOrganizationpage_ [v=1] {<h2>_texticonhorg_</h2>}
116
117_iconBrowsepage_ {<img src="_httpiconhbrwse_" width=_widthhbrwse_
118height=_heighthbrwse_}
119_iconBrowsepage_ [v=1] {<h2>_texticonhbrwse_</h2>}
120
121_iconPeoplepage_ {<img src="_httpiconhpeople_" width=_widthhpeople_
122height=_heighthpeople_}
123_iconPeoplepage_ [v=1] {<h2>_texticonhpeople_</h2>}
124
125_iconLanguagepage_ {<img src="_httpiconhlanguage_" width=_widthhlanguage_
126height=_heighthlanguage_}
127_iconLanguagepage_ [v=1] {<h2>_texticonhlanguage_</h2>}
128
129_iconAcronympage_ {<img src="_httpiconhacronym_" width=_widthhacronym_
130height=_heighthacronym_}
131_iconAcronympage_ [v=1] {<h2>_texticonhacronym_</h2>}
132
133_iconPhrasepage_ {<img src="_httpiconhphrse_" width=_widthhphrse_
134height=_heighthphrse_}
135_iconPhrasepage_ [v=1] {<h2>_texticonhphrse_</h2>}
136
137
138_iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_">}
139_iconsmalltext_ [v=1] {<small><b>_texticonsmalltext2_</b></small>}
140
141_iconarrowsmalltext_ {<img src="_httpiconasmtext_" border=0 width=_widthasmtext_ height=_heightasmtext_ alt="_texticonsmalltext_">}
142_iconarrowsmalltext_ [v=1] {<small><b>->_texticonsmalltext2_</b></small>}
143
144_iconclosedfolder_ {<img src="_httpiconclsdfldr_" border=0 width=_widthclsdfldr_ height=_heightclsdfldr_ alt="_texticonclosedfolder_">}
145_iconclosedfolder_ [v=1] {<small><b>_texticonclosedfolder2_</b></small>}
146
147_iconarrowclosedfolder_ {<img src=_httpiconaclsdfdr_" border=0 width=_widthaclsdfdr_ height=_heightaclsdfdr_ alt="_texticonclosedfolder_">}
148_iconarrowclosedfolder_ [v=1] {<small><b>->_texticonclosedfolder2_</b></small>}
149
150_iconopenfolder_ {<img src="_httpiconopenfldr_" border=0 width=_widthopenfldr_ height=_heightopenfldr_ alt="_texticonopenfolder_">}
151_iconopenfolder_ [v=1] {<small><b>_texticonopenfolder2_</b></small>}
152
153_iconarrowopenfolder_ {<img src="_httpiconaopenfdr_" border=0 width=_widthaopenfdr_ height=_heightaopenfdr_ alt="_texticonopenfolder_">}
154_iconarrowopenfolder_ [v=1] {<small><b>->_texticonopenfolder2_</b></small>}
155
156_iconarrowclosedbook_ {<img src="_httpiconabook_" width=_widthabook_ height=_heightabook_ border=0 alt="_texticonclosedbook_">}
157_iconarrowclosedbook_ [v=1] {<small><b>->_texticonclosedbook_: </b></small>}
158
159_iconopenbook_ {<img src="_httpiconopenbook_" width=_widthopenbook_ height=_heightopenbook_ border=0 alt="_texticonopenbook_">}
160_iconopenbook_ [v=1] {<small><b>_texticonopenbook_: </b></small>}
161
162_iconarrowopenbook_ {<img src="_httpiconaopenbk_" width=_widthaopenbk_ height=_heightaopenbk_ border=0 alt="_texticonopenbook_">}
163_iconarrowopenbook_ [v=1] {<small><b>->_texticonopenbook_: </b></small>}
164
165_iconopenbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonopenbookshelf_">}
166_iconopenbookshelf_ [v=1] {<small><b>_texticonopenbookshelf_: </b></small>}
167
168_iconarrowopenbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonopenbookshelf_">}
169_iconarrowopenbookshelf_ [v=1] {<small><b>->_texticonopenbookshelf_: </b></small>}
170
171_iconclosedbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonclosedbookshelf_">}
172_iconclosedbookshelf_ [v=1] {<small><b>_texticonclosedbookshelf_: </b></small>}
173
174_iconarrowclosedbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonclosedbookshelf_">}
175_iconarrowclosedbookshelf_ [v=1] {<small><b>->_texticonclosedbookshelf_: </b></small>}
176
177_iconpointer_ {<img src="_httpiconarrrght_" border=0 width=_widtharrrght_ height=_heightarrrght_>}
178_iconpointer_ [v=1] {<small><b>_texticonpointer_-> </b></small>}
179
180_icontab_ {<img src="_httpicontabspace_" width=_widthtabspace_ height=_heighttabspace_>}
181_tab_ {<td>_icontab_</td>}
182
183_iconwarning_ {<img src="_httpiconwarning_" width=_widthwarning_ height=_heightwarning_ border=0 align=left>}
184_iconwarning_ [v=1] {_texticonwarning_}
185
186
187#######################################################################
188# images
189#######################################################################
190
191# can't use _gsimage_ macro for detach button as we need to include target
192_imagedetach_ {<a href="_httpcurrentdocument_&x=1" target=\_blank onMouseover="roll('detach',1);" onMouseOut="roll('detach',0);"><img
193name="detach" src="_httpiconedtchof_" onLoad="gbutton(this,'_httpiconedtchon_');" border=0 alt="_texticondetach_"></a>}
194_imagedetach_ [v=1] {<a href="_httpcurrentdocument_&x=1" target=\_blank>_texticondetach_</a><br>}
195
196_imagehighlight_ {_gsimage_(_httpcurrentdocument_&hl=1&gc=_cgiarggc_&amp;gt=_cgiarggt_,_document:httpiconehlof_,_document:httpiconehlon_,hl,_document:texticonhighlight_)}
197
198_imagenohighlight_ {_gsimage_(_httpcurrentdocument_&hl=0&gc=_cgiarggc_&amp;gt=_cgiarggt_,_document:httpiconenhlof_,_document:httpiconenhlon_,nhl,_document:texticonnohighlight_)}
199
200_imagecontracttoc_ {_gsimage_(_httpcurrentdocument_&gc=0,_document:httpiconeconcof_,_document:httpiconeconcon_,concon,_document:texticoncontracttoc_)}
201
202_imageexpandtoc_ {_gsimage_(_httpcurrentdocument_&gc=1,_document:httpiconeexpcof_,_document:httpiconeexpcon_,expcon,_document:texticonexpandtoc_)}
203
204_imagecontracttext_ {_gsimage_(_httpcurrentdocument_&amp;gt=0,_document:httpiconetsecof_,_document:httpiconetsecon_,thissec,_document:texticoncontracttext_)}
205
206_imageexpandtext_ {_gsimage_(_httpcurrentdocument_&amp;gt=1,_document:httpiconealltof_,_document:httpiconeallton_,alltext,_document:texticonexpandtext_)}
207
208_imagecont_ {_gsimage_(_httpcurrentdocument_&amp;gt=2,_document:httpiconcontoff_,_document:httpiconconton_,cont,_document:texticoncont_)}
209
210
211#######################################################################
212# headers/footers
213#######################################################################
214
215
216# header overridden for text pages
217# the tabspace is there because netscape refuses to let our flashy button
218# javacript stuff work on a button that is the first image in the page
219_textheader_ {_cgihead_
220_htmlhead_
221<center>
222<table width=_pagewidth_><tr><td align=right>
223_icontab__javalinks_</td></tr></table>
224</center>
225}
226_textheader_ [v=1] {_cgihead_
227_htmlhead_
228_javalinks_
229}
230
231_footer_ {
232<p>
233_navarrows_
234</table>
235_endspacer__htmlfooter_
236}
Note: See TracBrowser for help on using the repository browser.