Subversion Repositories wimsdev

Rev

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

Rev 7679 Rev 12821
Line 10... Line 10...
10
<p>
10
<p>
11
!href module=adm/doc Documents
11
!href module=adm/doc Documents
12
 Other languages:
12
 Other languages:
13
!set ls=!words2items $wims_site_languages
13
!set ls=!words2items $wims_site_languages
14
!for l in $ls
14
!for l in $ls
15
 !if $l!=$lang
15
  !if $l!=$lang
16
  !href lang=$l $l
16
    !href lang=$l $l
17
 
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>
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_
29
   !set h_=http://$h_
29
      !set h_=http://$h_
30
  !endif
30
    !endif
31
  <a href="$h_">$n_</a> <br/>
31
    <a href="$h_">$n_</a> <br/>
32
 !next i
32
  !next i
33
!endif
33
!endif
34
 
34
 
35
<p>WIMS Home Site:
35
<p>WIMS Home Site:
36
<a href=http://wims.unice.fr/>http://wims.unice.fr/</a>
36
<a href=http://wims.unice.fr/>http://wims.unice.fr/</a>
37
<a href=http://wims.unice.fr/download/>Source codes</a>
37
<a href=http://wims.unice.fr/download/>Source codes</a>