Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
2071 | zjchen | 2 | !set n=!recordcnt mirrors.cn |
16 | reyssat | 3 | !if $n<1 |
4 | !exit |
||
5 | !endif |
||
6 | |||
7 | !set n=$[min($n,10)] |
||
8 | <p><center> |
||
1138 | bpr | 9 | <table border=2 bgcolor="$wims_ref_bgcolor"> |
16 | reyssat | 10 | <caption>WIMS 镜像站 |
11 | <tr><th>网站<th>位置<th>国家<th>支持<br>语言<th>附注 |
||
12 | !for i_=1 to $n |
||
2071 | zjchen | 13 | !set l_=!record $i_ of mirrors.cn |
16 | reyssat | 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 |