Subversion Repositories wimsdev

Rev

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