Subversion Repositories wimsdev

Rev

Rev 12488 | Details | Compare with Previous | Last modification | View Log | RSS feed

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