Subversion Repositories wimsdev

Rev

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

Rev 9979 Rev 10433
Line 1... Line 1...
1
<div class="wims_content">
1
<div class="wims_content">
2
!if $nblisttechvar=0
2
!if $nblisttechvar=0
3
        $name_notechvar
3
  $name_notechvar
4
!else
4
!else
5
        $name_ltuservalue
5
  $name_ltuservalue
6
        !if $tv_listlocal!=$empty
6
  !if $tv_listlocal!=$empty
7
                !form reply
7
    !form reply
8
                <input type="hidden" name="job" value="userprop"/>
8
    <input type="hidden" name="job" value="userprop"/>
9
                $table_header
9
    $table_header
10
                <caption>$name_listtechvarlocal</caption>
10
      <caption>$name_listtechvarlocal</caption>
11
                <thead>
11
      <thead>
12
                $table_hdtr
12
        $table_hdtr
13
                        <th>$name_name</th>
13
            <th>$name_name</th>
14
                        <th>$name_value</th>
14
            <th>$name_value</th>
15
                </tr>
15
        </tr>
16
                </thead>
16
      </thead>
17
                <tbody>
17
      <tbody>
18
                !for k in $tv_listlocal
18
    !for k in $tv_listlocal
19
                        $table_tr
19
      $table_tr
20
                                <td>$(tv_listname[$k])</td>
20
        <td>$(tv_listname[$k])</td>
21
                                <td>
21
        <td>
22
                                    !let techval$(num_$k)=$(old_$k)
22
        !let techval$(num_$k)=$(old_$k)
23
                                    !formselect techval$(num_$k) list $(ltval_$k) prompt $(ltprompt_$k)
23
        !formselect techval$(num_$k) list $(ltval_$k) prompt $(ltprompt_$k)
24
                                </td>
24
        </td>
25
                        </tr>
25
      </tr>
26
                !next k
26
    !next k
27
                </tbody>
27
     </tbody>
28
                $table_end
28
    $table_end
29
                <div class="wimscenter wimsform">
29
    <div class="wimscenter wimsform">
30
                <input type="submit" name="tc_set" value="$wims_name_tosave" />
30
      <input type="submit" name="tc_set" value="$wims_name_tosave" />
31
                &nbsp;&nbsp;
31
 $
32
                <input type="submit" name="tc_abandon" value="$wims_name_giveup" />
32
      <input type="submit" name="tc_abandon" value="$wims_name_giveup" class="wims_secondary_button" />
33
                </div>
33
     </div>
34
                !formend
34
    !formend
35
        !endif
35
  !endif
36
        !if $listglobal!=$empty
36
  !if $listglobal!=$empty
37
                $table_header
37
    $table_header
38
                <caption>$name_listtechvarglobal</caption>
38
      <caption>$name_listtechvarglobal</caption>
39
                <thead>
39
      <thead>
40
                $table_hdtr
40
        $table_hdtr
41
                        <th>$name_name</th>
41
            <th>$name_name</th>
42
                        <th>$name_value</th>
42
            <th>$name_value</th>
43
                </tr>
43
        </tr>
44
                </thead>
44
      </thead>
45
                <tbody>
45
      <tbody>
46
                !for k in $listglobal
46
    !for k in $listglobal
47
                        $table_tr
47
      $table_tr
48
                                !let don=!line $k of $tv_listtechvar
48
        !let don=!line $k of $tv_listtechvar
49
                                !distribute item $don into name,cls,num
49
        !distribute item $don into name,cls,num
50
                                !let id=!replace internal / by A in $cls
50
        !let id=!replace internal / by A in $cls
51
                                <td>$name</td>
51
        <td>$name</td>
52
                                <td>$(user_techvar_$(id)_$num)</td>
52
        <td>$(user_techvar_$(id)_$num)</td>
53
                        </tr>
53
      </tr>
54
                !next k
54
    !next k
55
                </tbody>
55
    </tbody>
56
                $table_end
56
    $table_end
57
        !endif
57
  !endif
58
!endif
58
!endif
59
</div>
59
</div>