Subversion Repositories wimsdev

Rev

Rev 2571 | Rev 5843 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2571 Rev 5755
Line 20... Line 20...
20
!next l
20
!next l
21
 
21
 
22
!set n=!recordcnt wimshome/public_html/html/mirrors.$lang
22
!set n=!recordcnt wimshome/public_html/html/mirrors.$lang
23
!if $n>0
23
!if $n>0
24
 <p><big><center>Mirrors</center></big><p>
24
 <p><big><center>Mirrors</center></big><p>
25
 <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br>
25
 <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br/>
26
 !for i=1 to $n
26
 !for i=1 to $n
27
  !set l=!record $i of wimshome/public_html/html/mirrors.$lang
27
  !set l=!record $i of wimshome/public_html/html/mirrors.$lang
28
  !distribute lines $l into h_,n_
28
  !distribute lines $l into h_,n_
29
  !if :// notin $h_
29
  !if :// notin $h_
30
   !set h_=http://$h_
30
   !set h_=http://$h_
31
  !endif
31
  !endif
32
  <A HREF="$h_">$n_</A> <br>
32
  <A HREF="$h_">$n_</A> <br/>
33
 !next i
33
 !next i
34
!endif
34
!endif
35
 
35
 
36
<p>WIMS Home Site:
36
<p>WIMS Home Site:
37
<a href=http://wims.unice.fr/>http://wims.unice.fr/</a>
37
<a href=http://wims.unice.fr/>http://wims.unice.fr/</a>