Rev 14710 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14710 | Rev 17180 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | 40 | ||
41 | 41 | ||
42 | !!INDEXEND |
42 | !!INDEXEND |
43 | 43 | ||
44 | !header1 |
44 | !header1 |
45 | <h1 class="wims_title">WWW Interactive Multipurpose Server<br |
45 | <h1 class="wims_title">WWW Interactive Multipurpose Server<br> |
46 | <font color="blue">ÍøÉÏ»¥¶¯Ê½¶à¹¦ÄÜ·þÎñÕ¾</font><br |
46 | <font color="blue">ÍøÉÏ»¥¶¯Ê½¶à¹¦ÄÜ·þÎñÕ¾</font><br> |
47 | <span style="font-size:small">λÓÚ<a href="/">$httpd_HTTP_HOST</a></span> <br |
47 | <span style="font-size:small">λÓÚ<a href="/">$httpd_HTTP_HOST</a></span> <br> |
48 | $module_title</h1> |
48 | $module_title</h1> |
49 | 49 | ||
50 | !set mir=wimshome/public_html/html/mirrors.en |
50 | !set mir=wimshome/public_html/html/mirrors.en |
51 | !set thissite=!tolower $httpd_SERVER_NAME |
51 | !set thissite=!tolower $httpd_SERVER_NAME |
52 | !set n=!recordcnt $mir |
52 | !set n=!recordcnt $mir |
Line 75... | Line 75... | ||
75 | 75 | ||
76 | $table_header |
76 | $table_header |
77 | $table_hdtr<th>ÍøÕ¾</th> |
77 | $table_hdtr<th>ÍøÕ¾</th> |
78 | <th>µØµã</th> |
78 | <th>µØµã</th> |
79 | <th>¹ú¼Ò</th> |
79 | <th>¹ú¼Ò</th> |
80 | <th>Ö§³Ö<br |
80 | <th>Ö§³Ö<br>ÓïÑÔ</th> |
81 | <th>˵Ã÷</th> |
81 | <th>˵Ã÷</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_ </td></tr> |
97 | </td><td>$r_ </td></tr> |
98 | !next i_ |
98 | !next i_ |
99 | $table_end |
99 | $table_end |