Subversion Repositories wimsdev

Rev

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

Rev 12811 Rev 17180
Line 42... Line 42...
42
!!INDEXEND
42
!!INDEXEND
43
 
43
 
44
!header1
44
!header1
45
<h1 class="wims_title">
45
<h1 class="wims_title">
46
<span style="text-transform:capitalize;">www
46
<span style="text-transform:capitalize;">www
47
Interactive Multipurpose Server</span><br />
47
Interactive Multipurpose Server</span><br>
48
<span style="font-size:small">op <a href="/">$httpd_HTTP_HOST</a></span> <br />
48
<span style="font-size:small">op <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.nl
51
!set mir=wimshome/public_html/html/mirrors.nl
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 75... Line 75...
75
    van deze adressen lijst te maken.
75
    van deze adressen lijst te maken.
76
 $table_header
76
 $table_header
77
 $table_hdtr<th>Website</th>
77
 $table_hdtr<th>Website</th>
78
 <th>Locatie</th>
78
 <th>Locatie</th>
79
 <th>Land</th>
79
 <th>Land</th>
80
 <th>Ondersteund <br />de talen</th>
80
 <th>Ondersteund <br>de talen</th>
81
 <th>Opmerkingen</th>
81
 <th>Opmerkingen</th>
82
 </tr>
82
 </tr>
83
 !for i_=1 to $n
83
 !for i_=1 to $n
84
  !set j_=!item $i_ of $c
84
  !set j_=!item $i_ of $c
85
  !set l_=!record $j_ of $mir
85
  !set l_=!record $j_ of $mir
Line 89... Line 89...
89
  <a href="$u_">$U_</a></td>
89
  <a href="$u_">$U_</a></td>
90
  <td>$t_</td>
90
  <td>$t_</td>
91
  <td>$C_</td>
91
  <td>$C_</td>
92
  <td>
92
  <td>
93
  !for L_ in $l_
93
  !for L_ in $l_
94
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16" />
94
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
95
  !next L_
95
  !next L_
96
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
96
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
97
  </td><td>$r_&nbsp;</td></tr>
97
  </td><td>$r_&nbsp;</td></tr>
98
 !next i_
98
 !next i_
99
 $table_end
99
 $table_end