source: main/trunk/greenstone2/macros/yourhome-es.dm@ 32220

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

removed the collector link

  • Property svn:keywords set to Author Date Id Revision
File size: 953 bytes
Line 
1# this file must be UTF-8 encoded
2
3package home
4_content_ {
5
6<h2>Su propia página principal para Greenstone</h2>
7
8<ul>
9<table>
10<tr valign=top><td>Página de búsqueda para la colección demo<br></td>
11 <td><a href="_httpquery_&c=demo">Presione aquí</a></td></tr>
12
13<tr><td>Página «sobre» para la colección demo</td>
14 <td><a href="_httppageabout_&c=demo">Presione aquí</a></td></tr>
15
16<tr><td>Página de preferencias para la colección demo</td>
17 <td><a href="_httppagepref_&c=demo">Presione aquí</a></td></tr>
18
19<tr><td>Página principal</td>
20 <td><a href="_httppagehome_">Presione aquí</a></td></tr>
21
22<tr><td>Página de ayuda</td>
23 <td><a href="_httppagehelp_">Presione aquí</a></td></tr>
24
25<tr><td>Página de administración</td>
26 <td><a href="_httppagestatus_">Presione aquí</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.