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