Subversion Repositories wimsdev

Rev

Rev 2497 | Rev 3019 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if $modifcnt+$newcnt<=0
2
  <p>
2486 bpr 3
  $name_check1
23 reyssat 4
  !exit
5
!endif
6
 
2497 bpr 7
$name_click_adress
23 reyssat 8
<p>
9
!if $modifcnt>0
10
 $table_header
2486 bpr 11
 <caption>$name_foundv &nbsp;
2514 bpr 12
 !href cmd=reply&job2=all&muauto=update $name_all_u
23 reyssat 13
 </caption>
2394 bpr 14
 $table_hdtr<th>$wims_name_Address
2486 bpr 15
 <th><small>$name_updated</small>
16
 <th><small>$name_newv</small>
17
 <th><small>$name_server</small>
23 reyssat 18
 !for i=1 to $modifcnt
19
 
20
  !set l=!line $i of $modif
21
  !distribute items $l into w_,a_,v_,t_
22
  $table_tr<td>
23
  !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_ $a_
24
  <td align=center>$t_<td align=center>$v_
25
  <td align=center>
26
  !module version $a_
27
  </tr>
28
 !next i
29
 $table_end <p>
30
!endif
31
 
32
!if $newcnt>0
33
 $table_header
2486 bpr 34
 <caption>$name_newm &nbsp;
35
 !href cmd=reply&job2=all&muauto=install $name_all_i
23 reyssat 36
 </caption>
2394 bpr 37
 $table_hdtr<th>$wims_name_Address
2486 bpr 38
 <th><small>$name_published</small>
2394 bpr 39
 <th><small>$wims_name_Version</small>
23 reyssat 40
 !for i=1 to $newcnt
41
 
42
  !set l=!line $i of $new
43
  !distribute items $l into w_,a_,v_,t_
44
  $table_tr<td>
45
  !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_ $a_
46
  <td align=center>$t_<td align=center>$v_
47
  </tr>
48
 !next i
49
 $table_end <p>
50
!endif
51