Rev 1019 | Blame | Last modification | View Log | RSS feed
!set n=!recordcnt mirrors.en
!if $n<1
!exit
!endif
!set n=$[min($n,10)]
<p><center>
<table border=2 bgcolor="$wims_ref_bgcolor">
<caption>WIMS mirror sites
<tr><th>Site<th>Location<th>Country<th>Supported<br>languages<th>Comments
!for i_=1 to $n
!set l_=!record $i_ of mirrors.en
!distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
!set l_=!items2words $l_
!set l_=!words2items $l_
<tr><td align=center>
<a href="http://$u_">$u_</a>
<td align=center>$t_
<td align=center>$C_
<td align=center>
!for L_ in $l_
<img src="gifs/$L_.gif" alt=$L_>
!next L_
<td>$r_
!next i_
</table></center><p>