Rev 2571 | Rev 5843 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 1 | <h1><center>WIMS: WWW Interactive Multipurpose Server</center></h1> <p> |
2 | $wims_site_description |
||
3 | <p> |
||
4 | Keywords: $wims_site_keywords |
||
5 | |||
6 | !! This is the specific identifier word. |
||
7 | wimshomeabcd $wims_version |
||
8 | |||
9 | <p> |
||
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 |
||
16 | !if $l!=$lang |
||
17 | !href lang=$l $l |
||
18 | |||
19 | !endif |
||
20 | !next l |
||
21 | |||
22 | !set n=!recordcnt wimshome/public_html/html/mirrors.$lang |
||
23 | !if $n>0 |
||
24 | <p><big><center>Mirrors</center></big><p> |
||
5755 | bpr | 25 | <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br/> |
33 | reyssat | 26 | !for i=1 to $n |
27 | !set l=!record $i of wimshome/public_html/html/mirrors.$lang |
||
28 | !distribute lines $l into h_,n_ |
||
29 | !if :// notin $h_ |
||
30 | !set h_=http://$h_ |
||
31 | !endif |
||
5755 | bpr | 32 | <A HREF="$h_">$n_</A> <br/> |
33 | reyssat | 33 | !next i |
34 | !endif |
||
35 | |||
36 | <p>WIMS Home Site: |
||
37 | <a href=http://wims.unice.fr/>http://wims.unice.fr/</a> |
||
38 | <a href=http://wims.unice.fr/download/>Source codes</a> |
||
39 | |||
40 | <p><big><center>Activities</center></big><p> |
||
41 | |||
42 | !read wimshome/public_html/bases/site/lists/robot-$lang.phtml |
||
43 | <p> |
||
44 | !homeref |
||
45 |