Rev 5254 | Rev 5764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5254 | Rev 5708 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !let module_language =si |
20 | !let module_language =si |
21 | 21 | ||
22 | !!Your copyright policy. |
22 | !!Your copyright policy. |
23 | !!Your page will be included in wims distribution if the word `GNU' |
23 | !!Your page will be included in wims distribution if the word `GNU' |
24 | !! appears in the following definition. |
24 | !! appears in the following definition. |
25 | !let module_copyright =© 1998 (<a |
25 | !let module_copyright =© 1998 (<a href="COPYING">GNU GPL</a>) |
26 | 26 | ||
27 | !! Possible categories: exercise, tool, dictionary, course, recreation. |
27 | !! Possible categories: exercise, tool, dictionary, course, recreation. |
28 | !let module_category =adm |
28 | !let module_category =adm |
29 | 29 | ||
30 | !! En: elementary school. Hn: high school. Un: undergrad. |
30 | !! En: elementary school. Hn: high school. Un: undergrad. |
Line 39... | Line 39... | ||
39 | !let module_keywords = |
39 | !let module_keywords = |
40 | 40 | ||
41 | 41 | ||
42 | !!INDEXEND |
42 | !!INDEXEND |
43 | 43 | ||
44 | !!<html><head> |
- | |
45 | !!$wims_html_header |
- | |
46 | !!</head> |
- | |
47 | !!<body $wims_htmlbody> |
- | |
48 | !header1 |
44 | !header1 |
49 | - | ||
50 | <h1 class="wims_title"> |
45 | <h1 class="wims_title"> |
51 | <font size=+2>W</font>WW |
46 | <font size=+2>W</font>WW |
52 | <font size=+2>I</font>nteraktivni |
47 | <font size=+2>I</font>nteraktivni |
53 | <font size=+2>M</font>nogonamenski |
48 | <font size=+2>M</font>nogonamenski |
54 | <font size=+2>S</font>tre¾nik<br> |
49 | <font size=+2>S</font>tre¾nik<br> |
55 | <font size="-1">at <a href="/">$httpd_HTTP_HOST</a></font> <br> |
50 | <font size="-1">at <a href="/">$httpd_HTTP_HOST</a></font> <br/> |
56 | $module_title</h1> <p> |
51 | $module_title</h1> <p> |
57 | 52 | ||
58 | !set mir=wimshome/public_html/html/mirrors.en |
53 | !set mir=wimshome/public_html/html/mirrors.en |
59 | !set thissite=!tolower $httpd_SERVER_NAME |
54 | !set thissite=!tolower $httpd_SERVER_NAME |
60 | !set n=!recordcnt $mir |
55 | !set n=!recordcnt $mir |
Line 88... | Line 83... | ||
88 | !for i_=1 to $n |
83 | !for i_=1 to $n |
89 | !set j_=!item $i_ of $c |
84 | !set j_=!item $i_ of $c |
90 | !set l_=!record $j_ of $mir |
85 | !set l_=!record $j_ of $mir |
91 | !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_ |
86 | !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_ |
92 | !readproc mirror.proc |
87 | !readproc mirror.proc |
93 | $table_tr<td |
88 | $table_tr<td> |
94 | <a href="$u_">$U_</a></td> |
89 | <a href="$u_">$U_</a></td> |
95 | <td |
90 | <td>$t_</td> |
96 | <td |
91 | <td>$C_</td> |
97 | <td |
92 | <td> |
98 | !for L_ in $l_ |
93 | !for L_ in $l_ |
99 | <img src="gifs/$L_.gif" alt="$L_.gif" height="16"> |
94 | <img src="gifs/$L_.gif" alt="$L_.gif" height="16" /> |
100 | !next L_ |
95 | !next L_ |
101 | !! <td align="center">!mailurl n$e_ $m_\nWIMS site |
96 | !! <td align="center">!mailurl n$e_ $m_\nWIMS site |
102 | </td><td>$r_ </td></tr> |
97 | </td><td>$r_ </td></tr> |
103 | !next i_ |
98 | !next i_ |
104 | $table_end <p> |
99 | $table_end <p> |