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