Subversion Repositories wimsdev

Rev

Rev 14710 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14710 Rev 17180
Line 42... Line 42...
42
 
42
 
43
!!INDEXEND
43
!!INDEXEND
44
 
44
 
45
!header1
45
!header1
46
<h1 class="wims_title">
46
<h1 class="wims_title">
47
WWW Interactive Multipurpose Server<br />
47
WWW Interactive Multipurpose Server<br>
48
<span style="font-size:small">at <a href="/">$httpd_HTTP_HOST</a></span> <br />
48
<span style="font-size:small">at <a href="/">$httpd_HTTP_HOST</a></span> <br>
49
$module_title</h1>
49
$module_title</h1>
50
 
50
 
51
!set mir=wimshome/public_html/html/mirrors.en
51
!set mir=wimshome/public_html/html/mirrors.en
52
!set thissite=!tolower $httpd_SERVER_NAME
52
!set thissite=!tolower $httpd_SERVER_NAME
53
!set n=!recordcnt $mir
53
!set n=!recordcnt $mir
Line 77... Line 77...
77
 
77
 
78
 $table_header
78
 $table_header
79
 $table_hdtr<th>Site</th>
79
 $table_hdtr<th>Site</th>
80
 <th>Location</th>
80
 <th>Location</th>
81
 <th>Country</th>
81
 <th>Country</th>
82
 <th>Supported<br />languages</th>
82
 <th>Supported<br>languages</th>
83
 <th>Comments</th>
83
 <th>Comments</th>
84
 </tr>
84
 </tr>
85
 !for i_=1 to $n
85
 !for i_=1 to $n
86
  !set j_=!item $i_ of $c
86
  !set j_=!item $i_ of $c
87
  !set l_=!record $j_ of $mir
87
  !set l_=!record $j_ of $mir
Line 91... Line 91...
91
  <a href="$u_">$U_</a></td>
91
  <a href="$u_">$U_</a></td>
92
  <td>$t_</td>
92
  <td>$t_</td>
93
  <td>$C_</td>
93
  <td>$C_</td>
94
  <td>
94
  <td>
95
  !for L_ in $l_
95
  !for L_ in $l_
96
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16" />
96
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
97
  !next L_
97
  !next L_
98
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
98
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
99
  </td><td>$r_&nbsp;</td></tr>
99
  </td><td>$r_&nbsp;</td></tr>
100
 !next i_
100
 !next i_
101
 $table_end
101
 $table_end