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