Rev 12821 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5894 | bpr | 1 | <h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server</h1> |
13562 | obado | 2 | |
3 | <div>$wims_site_description</div> |
||
4 | |||
5 | <p>Keywords: $wims_site_keywords</p> |
||
6 | |||
33 | reyssat | 7 | !! This is the specific identifier word. |
8 | wimshomeabcd $wims_version |
||
9 | |||
10 | !read wimshome/log/motd.phtml.$lang |
||
11 | <p> |
||
2571 | bpr | 12 | !href module=adm/doc Documents |
33 | reyssat | 13 | Other languages: |
14 | !set ls=!words2items $wims_site_languages |
||
15 | !for l in $ls |
||
12821 | bpr | 16 | !if $l!=$lang |
17 | !href lang=$l $l |
||
18 | !endif |
||
33 | reyssat | 19 | !next l |
5843 | bpr | 20 | </p> |
33 | reyssat | 21 | !set n=!recordcnt wimshome/public_html/html/mirrors.$lang |
22 | !if $n>0 |
||
13562 | obado | 23 | <h2>Mirrors</h2> |
24 | <ul> |
||
25 | !for i=1 to $n |
||
26 | !set l=!record $i of wimshome/public_html/html/mirrors.$lang |
||
27 | !distribute lines $l into h_,n_ |
||
28 | !if :// notin $h_ |
||
29 | !set h_=http://$h_ |
||
30 | !endif |
||
31 | <li><a href="$h_">$n_</a></li> |
||
32 | !next i |
||
33 | </ul> |
||
33 | reyssat | 34 | !endif |
35 | |||
36 | <p>WIMS Home Site: |
||
13562 | obado | 37 | <a href="http://wims.unice.fr">http://wims.unice.fr/</a> |
38 | <a href="http://wims.unice.fr/telechargement.html">Source codes</a> |
||
5843 | bpr | 39 | </p> |
13562 | obado | 40 | |
41 | <h2>Activities</h2> |
||
42 | <div> |
||
43 | !read wimshome/public_html/bases/site/lists/robot-$lang.phtml |
||
44 | </div> |
||
33 | reyssat | 45 | !homeref |