Subversion Repositories wimsdev

Rev

Rev 1138 | Blame | Last modification | View Log | RSS feed


!set n=!recordcnt mirrors.cn
!if $n<1
 !exit
!endif

!set n=$[min($n,10)]
 <p><center>
 <table border=2 bgcolor="$wims_ref_bgcolor">
 <caption>WIMS ¾µÏñÕ¾
 <tr><th>ÍøÕ¾<th>λÖÃ<th>¹ú¼Ò<th>Ö§³Ö<br>ÓïÑÔ<th>¸½×¢
 !for i_=1 to $n
  !set l_=!record $i_ of mirrors.cn
  !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_&nbsp;
 !next i_
 </table></center><p>