Subversion Repositories wimsdev

Rev

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

Rev 12811 Rev 17180
Line 44... Line 44...
44
!!INDEXEND
44
!!INDEXEND
45
 
45
 
46
!header1
46
!header1
47
<h1 class="wims_title">
47
<h1 class="wims_title">
48
<span style="text-transform:capitalize;">www
48
<span style="text-transform:capitalize;">www
49
Interactive Multipurpose Server</span><br />
49
Interactive Multipurpose Server</span><br>
50
<span style="font-size:small"><a href="/">$httpd_HTTP_HOST</a></span> <br />
50
<span style="font-size:small"><a href="/">$httpd_HTTP_HOST</a></span> <br>
51
$module_title</h1>
51
$module_title</h1>
52
 
52
 
53
!set mir=wimshome/public_html/html/mirrors.it
53
!set mir=wimshome/public_html/html/mirrors.it
54
!set thissite=!tolower $httpd_SERVER_NAME
54
!set thissite=!tolower $httpd_SERVER_NAME
55
!set n=!recordcnt $mir
55
!set n=!recordcnt $mir
Line 77... Line 77...
77
 di questi indirizzi nei bookmark, in modo da non dover interrompere il
77
 di questi indirizzi nei bookmark, in modo da non dover interrompere il
78
 lavoro se il sito abituale dovesse essere temporaneamente
78
 lavoro se il sito abituale dovesse essere temporaneamente
79
 inutilizzabile.
79
 inutilizzabile.
80
 
80
 
81
 $table_header
81
 $table_header
82
 $table_hdtr<th>Url</th><th>Luogo</th><th>Stato</th><th>$wims_name_Language<br />disponibili</th><th>$wims_name_comment</th></tr>
82
 $table_hdtr<th>Url</th><th>Luogo</th><th>Stato</th><th>$wims_name_Language<br>disponibili</th><th>$wims_name_comment</th></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
86
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
86
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
87
  !readproc mirror.proc
87
  !readproc mirror.proc
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