source: trunk/gsdl/macros/yourhome-fr.dm@ 11156

Last change on this file since 11156 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: 1009 bytes
Line 
1# this file must be UTF-8 encoded
2
3package home
4_content_ {
5
6<h2>Votre propre page d'accueil pour Greenstone</h2>
7
8<ul>
9<table>
10<tr valign=top><td>Page de recherche pour la collection demo<br></td>
11 <td><a href="_httpquery_&c=demo">Cliquez ici</a></td></tr>
12
13<tr><td>Page «à propos» pour la collection demo</td>
14 <td><a href="_httppageabout_&c=demo">Cliquez ici</a></td></tr>
15
16<tr><td>Page de préférences pour la collection demo</td>
17 <td><a href="_httppagepref_&c=demo">Cliquez ici</a></td></tr>
18
19<tr><td>Page d'accueil</td>
20 <td><a href="_httppagehome_">Cliquez ici</a></td></tr>
21
22<tr><td>Page d'aide</td>
23 <td><a href="_httppagehelp_">Cliquez ici</a></td></tr>
24
25<tr><td>Page d'administration</td>
26 <td><a href="_httppagestatus_">Cliquez ici</a></td></tr>
27
28<tr><td>Le Collector</td>
29 <td><a href="_httppagecollector_">Cliquez ici</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.