Subversion Repositories wimsdev

Rev

Rev 3049 | Rev 3127 | 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;
3086 bpr 12
 !set wims_ref_class=wims_button
2514 bpr 13
 !href cmd=reply&job2=all&muauto=update $name_all_u
23 reyssat 14
 </caption>
3019 guerimand 15
 $table_hdtr
16
  <th>$wims_name_Address</th>
17
  <th><small>$name_updated</small></th>
3030 guerimand 18
  <th><small>$wims_name_publish_center</th>
3019 guerimand 19
  <th><small>$name_newv</small></th>
20
  <th><small>$name_server</small></th>
21
 </tr>
23 reyssat 22
 !for i=1 to $modifcnt
23
 
24
  !set l=!line $i of $modif
3019 guerimand 25
  !distribute items $l into w_,a_,v_,t_,f_
26
  $table_tr
27
   <td>
28
    !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
29
   </td>
3049 bpr 30
   <td align="center">$t_</td>
31
   <td align="center">$f_</td>
32
   <td align="center">$v_</td>
33
   <td align="center">
3019 guerimand 34
    !module version $a_
35
   </td>
23 reyssat 36
  </tr>
37
 !next i
38
 $table_end <p>
39
!endif
40
 
41
!if $newcnt>0
42
 $table_header
2486 bpr 43
 <caption>$name_newm &nbsp;
44
 !href cmd=reply&job2=all&muauto=install $name_all_i
23 reyssat 45
 </caption>
3019 guerimand 46
 $table_hdtr
47
  <th>$wims_name_Address</th>
48
  <th><small>$name_published</small></th>
3030 guerimand 49
  <th><small>$wims_name_publish_center</small></th>
3019 guerimand 50
  <th><small>$wims_name_Version</small></th>
51
 </tr>
23 reyssat 52
 !for i=1 to $newcnt
53
  !set l=!line $i of $new
3019 guerimand 54
  !distribute items $l into w_,a_,v_,t_,f_
55
  $table_tr
56
   <td>
57
    !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
58
   </td>
3049 bpr 59
   <td align="center">$t_</td>
60
   <td align="center">$f_</td>
61
   <td align="center">$v_</td>
23 reyssat 62
  </tr>
63
 !next i
64
 $table_end <p>
65
!endif
66