Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
2 | !set n=!recordcnt mirrors.en |
||
3 | !if $n<1 |
||
4 | !exit |
||
5 | !endif |
||
6 | |||
7 | !set n=$[min($n,10)] |
||
8 | <p><center> |
||
9 | <table border=2 bgcolor=$wims_ref_bgcolor> |
||
10 | <caption>WIMS mirror sites |
||
11 | <tr><th>Site<th>Location<th>Country<th>Supported<br>languages<th>Comments |
||
12 | !for i_=1 to $n |
||
13 | !set l_=!record $i_ of mirrors.en |
||
14 | !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_ |
||
15 | !set l_=!items2words $l_ |
||
16 | !set l_=!words2items $l_ |
||
17 | <tr><td align=center> |
||
18 | <a href="http://$u_">$u_</a> |
||
19 | <td align=center>$t_ |
||
20 | <td align=center>$C_ |
||
21 | <td align=center> |
||
22 | !for L_ in $l_ |
||
1019 | bpr | 23 | <img src="gifs/$L_.gif" alt=$L_> |
16 | reyssat | 24 | !next L_ |
25 | <td>$r_ |
||
26 | !next i_ |
||
27 | </table></center><p> |
||
28 |