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

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

Added new yourhome.dm macro file

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