Subversion Repositories wimsdev

Rev

Rev 10327 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $modifcnt+$newcnt<=0
  2.   <p class="wims_msg info">
  3.   $name_check1
  4.   </p>
  5.   !exit
  6. !endif
  7. <p>
  8. $name_click_adress
  9. </p>
  10. !if $modifcnt>0
  11.   $table_header
  12.   <caption>$name_foundv &nbsp;
  13.   !set wims_ref_class=wims_button
  14.   !href cmd=reply&job2=all&muauto=update $name_all_u
  15.   </caption>
  16.   $table_hdtr
  17.    <th>$wims_name_Address</th>
  18.    <th class="small">$name_updated</th>
  19.    <th class="small">$wims_name_download_center</th>
  20.    <th class="small">$name_newv</th>
  21.    <th class="small">$name_server</th>
  22.   </tr>
  23.   !for i=1 to $modifcnt
  24.  
  25.     !set l=!line $i of $modif
  26.     !distribute items $l into w_,a_,v_,t_,f_
  27.     $table_tr
  28.      <td>
  29.       !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
  30.      </td>
  31.      <td>$t_</td>
  32.      <td>$f_</td>
  33.      <td>$v_</td>
  34.      <td>
  35.       !module version $a_
  36.      </td>
  37.     </tr>
  38.   !next i
  39.   $table_end
  40. !endif
  41.  
  42. !if $newcnt>0
  43.   $table_header
  44.   <caption>$name_newm &nbsp;
  45.   !set wims_ref_class=wims_button
  46.   !href cmd=reply&job2=all&muauto=install $name_all_i
  47.   </caption>
  48.   $table_hdtr
  49.    <th>$wims_name_Address</th>
  50.    <th class="small">$name_published</th>
  51.    <th class="small">$wims_name_download_center</th>
  52.    <th class="small">$wims_name_Version</th>
  53.   </tr>
  54.   !for i=1 to $newcnt
  55.     !set l=!line $i of $new
  56.     !distribute items $l into w_,a_,v_,t_,f_
  57.     $table_tr
  58.     <td>
  59.     !href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
  60.     </td>
  61.     <td>$t_</td>
  62.     <td>$f_</td>
  63.     <td>$v_</td>
  64.     </tr>
  65.   !next i
  66.   $table_end
  67. !endif
  68.