Rev 5843 | Rev 7679 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5843 | Rev 5894 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server |
1 | <h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server</h1> |
2 | $wims_site_description |
2 | $wims_site_description |
3 | <p> |
3 | <p> |
4 | Keywords: $wims_site_keywords |
4 | Keywords: $wims_site_keywords |
5 | </p> |
5 | </p> |
6 | !! This is the specific identifier word. |
6 | !! This is the specific identifier word. |
Line 18... | Line 18... | ||
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><p> |
23 | <p><big><center>Mirrors</center></big><img src="gifs/logoupsud.png" border="0" alt="logo"/><p> |
24 | <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br/> |
24 | <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br/> |
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_ |