Rev 17529 | Rev 18145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17529 | Rev 17885 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! Tableau d'information |
1 | !! Tableau d'information générale de la feuille d'exos |
2 | !! ce fichier utilise des mots definis |
2 | !! ce fichier utilise des mots definis |
3 | !! dans le fichier names.phtml.$lang du module adm/sheet |
3 | !! dans le fichier names.phtml.$lang du module adm/sheet |
4 | !form reply |
4 | !form reply |
5 | <input type="hidden" name="job" value="text"> |
5 | <input type="hidden" name="job" value="text"> |
6 | <fieldset class="property_fields blockcenter"> |
6 | <fieldset class="property_fields blockcenter"> |
Line 38... | Line 38... | ||
38 | <label for="expdate">$(name_shinfo[4])</label> |
38 | <label for="expdate">$(name_shinfo[4])</label> |
39 | !default expdate=$(expyear)$(expmon)$(expday) |
39 | !default expdate=$(expyear)$(expmon)$(expday) |
40 | !read adm/datepickerform.phtml $expdate\ |
40 | !read adm/datepickerform.phtml $expdate\ |
41 | expdate\ |
41 | expdate\ |
42 | "$class_creation","$class_expiration" |
42 | "$class_creation","$class_expiration" |
- | 43 | </div> |
|
- | 44 | <div class="field box"> |
|
- | 45 | <label for="sh_weight">$(name_shinfo[11])</label> |
|
- | 46 | !set wims_ref_class=wims_button_help float_right |
|
- | 47 | !href target=wims_mhelp cmd=help&special_parm=weight $wims_name_help |
|
- | 48 | !default weight=!word 1 of $df_severity |
|
- | 49 | <input type="number" min="$min_weight" max="$max_weight" step="any" size="5" name="weight" value="$weight" id="sh_weight"> |
|
- | 50 | </div> |
|
- | 51 | <div class="field box"> |
|
- | 52 | <label for="formulaA">$(name_shinfo[12])</label> |
|
- | 53 | !set wims_ref_class=wims_button_help float_right |
|
- | 54 | !href target=wims_mhelp cmd=help&special_parm=score $wims_name_help |
|
- | 55 | !set formula_list=!record 0 of adm/class/sheetformula |
|
- | 56 | !default formulaA=!word 2 of $df_severity |
|
- | 57 | !formselect formulaA list 0,1,2,3,4,5,6 prompt $formula_list |
|
43 | 58 | ||
44 | !! !endif |
- | |
45 | </div> |
- | |
46 | <div class="field box"> |
- | |
47 | <label for="sh_weight">$(name_shinfo[11])</label> |
- | |
48 | !set wims_ref_class=wims_button_help float_right |
- | |
49 | !href target=wims_mhelp cmd=help&special_parm=weight $wims_name_help |
- | |
50 | !default weight=!word 1 of $df_severity |
- | |
51 | <input type="number" min="$min_weight" max="$max_weight" step="any" size="5" name="weight" value="$weight" id="sh_weight"> |
- | |
52 | </div> |
- | |
53 | <div class="field box"> |
- | |
54 | <label for="formulaA">$(name_shinfo[12])</label> |
- | |
55 | !set wims_ref_class=wims_button_help float_right |
- | |
56 | !href target=wims_mhelp cmd=help&special_parm=score $wims_name_help |
- | |
57 | !set formula_list=!record 0 of adm/class/sheetformula |
- | |
58 | !default formulaA=!word 2 of $df_severity |
- | |
59 | !formselect formulaA list 0,1,2,3,4,5,6 prompt $formula_list |
- | |
60 | - | ||
61 | !default formulaB=!word 3 of $df_severity |
59 | !default formulaB=!word 3 of $df_severity |
62 | <label for="formulaB">I=</label> |
60 | <label for="formulaB">I=</label> |
63 | !formselect formulaB list 0,1,2 prompt I0,I1,I2 |
61 | !formselect formulaB list 0,1,2 prompt I0,I1,I2 |
64 | </div> |
62 | </div> |
65 | <div class="field box"> |
63 | <div class="field box"> |
66 | <label for="exodescshow">$(name_shinfo[13])</label> |
64 | <label for="exodescshow">$(name_shinfo[13])</label> |
67 | !set wims_ref_class=wims_button_help float_right |
65 | !set wims_ref_class=wims_button_help float_right |
68 | !href target=wims_mhelp cmd=help&special_parm=exodescshow $wims_name_help |
66 | !href target=wims_mhelp cmd=help&special_parm=exodescshow $wims_name_help |
69 | !set tmp=!record $sheet of wimshome/log/classes/$wims_class/sheets/.sheets |
67 | !set tmp=!record $sheet of wimshome/log/classes/$wims_class/sheets/.sheets |
70 | !default exodescshow=!line 8 of $tmp |
68 | !default exodescshow=!line 8 of $tmp |
71 | !reset tmp |
69 | !reset tmp |
72 | !default exodescshow=0 |
70 | !default exodescshow=0 |
73 | !formradio exodescshow list 0,1 prompt $wims_name_no,$wims_name_yes |
71 | !formradio exodescshow list 0,1 prompt $wims_name_no,$wims_name_yes |
74 | </div> |
72 | </div> |
75 | <div class="field box"> |
73 | <div class="field box"> |
76 | <label for="prpage">$(name_shinfo[5])</label> |
74 | <label for="prpage">$(name_shinfo[5])</label> |
77 | !set wims_ref_class=wims_button_help float_right |
75 | !set wims_ref_class=wims_button_help float_right |
78 | !href target=wims_mhelp cmd=help&special_parm=sheetpage $wims_name_help |
76 | !href target=wims_mhelp cmd=help&special_parm=sheetpage $wims_name_help |
79 | !if $prpage!=$empty and $prpage notitemof yes,no |
77 | !if $prpage!=$empty and $prpage notitemof yes,no |
80 | <input size="30" name="prpage" id="prpage" value="$prpage"> |
78 | <input size="30" name="prpage" id="prpage" value="$prpage"> |
81 | !else |
79 | !else |
82 | !default prpage=no |
80 | !default prpage=no |
83 | !formradio prpage list no,yes prompt $wims_name_no,$wims_name_yes |
81 | !formradio prpage list no,yes prompt $wims_name_no,$wims_name_yes |
84 | !endif |
82 | !endif |
85 | </div> |
83 | </div> |
86 | !if $tv_listallname!=$empty or $hidden_condition!=$empty |
84 | !if $tv_listallname!=$empty or $hidden_condition!=$empty |
87 | <div class="field box"> |
85 | <div class="field box"> |
88 | <label for="hidden_condition">$(name_shinfo[14])</label> |
86 | <label for="hidden_condition">$(name_shinfo[14])</label> |
89 | !set wims_ref_class=wims_button_help float_right |
87 | !set wims_ref_class=wims_button_help float_right |
90 | !href target=wims_mhelp cmd=help&special_parm=filter $wims_name_help |
88 | !href target=wims_mhelp cmd=help&special_parm=filter $wims_name_help |