Subversion Repositories wimsdev

Rev

Rev 12488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12488 Rev 15862
Line 10... Line 10...
10
      <caption>$name_listtechvarlocal</caption>
10
      <caption>$name_listtechvarlocal</caption>
11
      <thead>
11
      <thead>
12
        $table_hdtr
12
        $table_hdtr
13
            <th>$wims_name_name</th>
13
            <th>$wims_name_name</th>
14
            <th>$name_value</th>
14
            <th>$name_value</th>
-
 
15
            <th>$name_indivsheetlist</th>
15
        </tr>
16
        </tr>
16
      </thead>
17
      </thead>
17
      <tbody>
18
      <tbody>
18
    !for k in $tv_listlocal
19
    !for k in $tv_listlocal
19
      $table_tr
20
      $table_tr
20
        <td>$(tv_listname[$k])</td>
21
        <td>$(tv_listname[$k])</td>
21
        <td>
22
        <td>
22
        !let techval$(num_$k)=$(old_$k)
23
        !let techval$(num_$k)=$(old_$k)
23
        !formselect techval$(num_$k) list $(ltval_$k) prompt $(ltprompt_$k)
24
        !formselect techval$(num_$k) list $(ltval_$k) prompt $(ltprompt_$k)
-
 
25
        </td>
-
 
26
        <td>
-
 
27
          !positionof item $(tv_listcode[$k]) in $sheet_usedindivtechvar
24
        </td>
28
        </td>
25
      </tr>
29
      </tr>
26
    !next k
30
    !next k
27
     </tbody>
31
     </tbody>
28
    $table_end
32
    $table_end