Rev 10707 | Rev 12488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10707 | Rev 10919 | ||
---|---|---|---|
Line 8... | Line 8... | ||
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> |
13 | <th>$wims_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 |
Line 36... | Line 36... | ||
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> |
41 | <th>$wims_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 |