Rev 15851 | Rev 15949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15851 | Rev 15935 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !read adm/title.phtml 1\ |
18 | !read adm/title.phtml 1\ |
19 | $classname\ |
19 | $classname\ |
20 | $sheet_title |
20 | $sheet_title |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !! -------- manage multiple view for supervisor in case of individualisation techvar |
23 | !! -------- manage multiple view for supervisor and msg for user in case of individualisation techvar |
24 | !if |
24 | !if $sheet_indivtechvar!=$empty and $sheet_indivtechvar!=0 |
25 | <div class="wims_msg info"> |
25 | <div class="wims_msg info"> |
- | 26 | !if $wims_user=supervisor |
|
- | 27 | !! --- msg for supervisor |
|
26 | $name_indivsupervisor |
28 | $name_indivsupervisor |
27 | !form reply |
29 | !form reply |
28 | <div class="field box"> |
30 | <div class="field box"> |
29 | <label for="choosevalue">$name_choosevalue:</label> |
31 | <label for="choosevalue">$name_choosevalue:</label> |
30 | <select id="choosevalue" name="choosevalue" onchange="submit()"> |
32 | <select id="choosevalue" name="choosevalue" onchange="submit()"> |
31 | !if $choosevalue=EMPTY |
33 | !if $choosevalue=EMPTY |
32 | <option value="EMPTY" selected="selected">$name_novalue</option> |
34 | <option value="EMPTY" selected="selected">$name_novalue</option> |
33 | !else |
- | |
34 | <option value="EMPTY">$name_novalue</option> |
- | |
35 | !endif |
- | |
36 | !for val in $techvarlistval |
- | |
37 | !if $choosevalue=$val |
- | |
38 | <option value="$val" selected="selected">$val</option> |
- | |
39 | !else |
35 | !else |
40 | < |
36 | <option value="EMPTY">$name_novalue</option> |
41 | !endif |
37 | !endif |
- | 38 | !for val in $techvarlistval |
|
- | 39 | !if $choosevalue=$val |
|
- | 40 | <option value="$val" selected="selected">$val</option> |
|
- | 41 | !else |
|
- | 42 | <option value="$val">$val</option> |
|
- | 43 | !endif |
|
42 | !next i |
44 | !next i |
43 | </select> |
45 | </select> |
44 | </div> |
46 | </div> |
45 | !formend |
47 | !formend |
- | 48 | !else |
|
- | 49 | !! --- msg for user |
|
- | 50 | !if $uservartechvalue!=$empty |
|
- | 51 | $name_msgusergroup |
|
- | 52 | !else |
|
- | 53 | $name_msgusergroupempty |
|
- | 54 | !endif |
|
- | 55 | !endif |
|
46 | </div> |
56 | </div> |
47 | !endif |
57 | !endif |
48 | !! --------- end of manage of indiv |
58 | !! --------- end of manage of indiv |
49 | 59 | ||
50 | 60 |