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