source: trunk/gsdl/macros/yourhome.dm@ 11142

Last change on this file since 11142 was 7343, checked in by jrm21, 20 years ago

added a comment at the start of all macro files about using UTF-8

  • Property svn:keywords set to Author Date Id Revision
File size: 972 bytes
Line 
1# this file must be UTF-8 encoded
2
3package home
4_content_ {
5
6<h2>Your own Greenstone home page</h2>
7
8<ul>
9<table>
10<tr valign=top><td>Search page for the demo collection<br></td>
11 <td><a href="_httpquery_&c=demo">Click here</a></td></tr>
12
13<tr><td>"About" page for the demo collection</td>
14 <td><a href="_httppageabout_&c=demo">Click here</a></td></tr>
15
16<tr><td>Preferences page for the demo collection</td>
17 <td><a href="_httppagepref_&c=demo">Click here</a></td></tr>
18
19<tr><td>Home page</td>
20 <td><a href="_httppagehome_">Click here</a></td></tr>
21
22<tr><td>Help page</td>
23 <td><a href="_httppagehelp_">Click here</a></td></tr>
24
25<tr><td>Administration page</td>
26 <td><a href="_httppagestatus_">Click here</a></td></tr>
27
28<tr><td>The Collector</td>
29 <td><a href="_httppagecollector_">Click here</a></td></tr>
30
31</table>
32</ul>
33
34}
35
36# if you hate the squirly green bar down the left-hand side of the page,
37# uncomment these lines:
38
39# _header_ {
40# }
Note: See TracBrowser for help on using the repository browser.