Subversion Repositories wimsdev

Rev

Rev 16 | 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 zrcalni stre¾niki
 <tr><th>Stre¾nik<th>Lokacija<th>Dr¾ava<th>Podprti jeziki<th>Opombe
 !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_&nbsp;
 !next i_
 </table></center><p>