Subversion Repositories wimsdev

Rev

Rev 10712 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <div class="wims_content">
  2. $name_descoldvar
  3. $table_header
  4. <caption>$name_listoldvar</caption>
  5. <thead>
  6.         $table_hdtr
  7.                 <th>$name_name</th>
  8.                 <th>&nbsp;</th>
  9.                 <th>&nbsp;</th>
  10.         </tr>
  11.         </thead>
  12.         <tbody>
  13.         !form reply
  14.             !for name in $listnew
  15.                     $table_tr
  16.                         <td>$name</td>
  17.                         <td>
  18.                                 !set wims_ref_class=wims_button
  19.                                 !href cmd=reply&job=oldvar&subjob=make&techvar=$name $name_make
  20.                         </td>
  21.                         <td>$name_listnew_co</td>
  22.             !next name
  23.             !for name in $listmodify
  24.                     $table_tr
  25.                         <td>$name</td>
  26.                         <td>
  27.                                 !set wims_ref_class=wims_button
  28.                                 !href cmd=reply&job=oldvar&subjob=modify&techvar=$name $name_modify
  29.                         </td>
  30.                         <td>$name_listmodify_co</td>
  31.             !next name
  32.             !for k=1 to 3
  33.                     !for name in $(listforbname$k)
  34.                             $table_tr
  35.                                 <td>$name</td>
  36.                                 <td>&nbsp;</td>
  37.                                 <td>$(name_listforbname$(k)_co)</td>
  38.                     !next name
  39.             !next k
  40.         !formend
  41. </tbody>
  42. $table_end
  43. !endif
  44. </div>
  45.