Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
9979 guerimand 1
<div class="wims_content">
2
$name_descoldvar
3
$table_header
4
<caption>$name_listoldvar</caption>
5
<thead>
10712 bpr 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 $wims_name_change
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
9979 guerimand 41
</tbody>
42
$table_end
43
!endif
44
</div>