source: main/trunk/greenstone2/macros/yourhome.dm@ 32591

Last change on this file since 32591 was 11358, checked in by kjdon, 18 years ago

removed the collector link

  • Property svn:keywords set to Author Date Id Revision
File size: 881 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</table>
29</ul>
30
31}
32
33# if you hate the squirly green bar down the left-hand side of the page,
34# uncomment these lines:
35
36# _header_ {
37# }
Note: See TracBrowser for help on using the repository browser.