Rev 10187 | Rev 12721 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10187 | Rev 11636 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | $name_alea [ |
14 | $name_alea [ |
15 | !href target=wims_mhelp cmd=help&special_parm=parameters $wims_name_Explanations |
15 | !href target=wims_mhelp cmd=help&special_parm=parameters $wims_name_Explanations |
16 | ]<br /> |
16 | ]<br /> |
17 | !set o_parms=!reinput $oef_parms |
17 | !set o_parms=!reinput $oef_parms |
18 | <textarea class="nowrap" rows="6" cols="$sizex" name="oef_parms">$o_parms</textarea> |
18 | <textarea class="nowrap" rows="6" cols="$sizex" name="oef_parms">$o_parms</textarea> |
19 | < |
19 | <div> |
20 | $name_statement ($oef_format) : [ |
20 | $name_statement ($oef_format) : [ |
21 | !href target=wims_mhelp cmd=help&special_parm=format $wims_name_Explanations |
21 | !href target=wims_mhelp cmd=help&special_parm=format $wims_name_Explanations |
22 | ]<br /> |
22 | ]<br /> |
23 | !set o_statement=!reinput $oef_statement |
23 | !set o_statement=!reinput $oef_statement |
24 | <textarea class="nowrap" rows="6" cols="$sizex" required="required" name="oef_statement">$o_statement</textarea> |
24 | <textarea class="nowrap" rows="6" cols="$sizex" required="required" name="oef_statement">$o_statement</textarea> |
25 | </ |
25 | </div> |
26 | !if $oef_answercnt>0 |
26 | !if $oef_answercnt>0 |
27 | $table_header |
27 | $table_header |
28 | <caption>$name_free |
28 | <caption>$name_free |
29 | $table_tr<th>$wims_name_name</th><th>$name_goodsol</th><th>$wims_name_Type</b> |
29 | $table_tr<th>$wims_name_name</th><th>$name_goodsol</th><th>$wims_name_Type</b> |
30 | !set wims_ref_class=wims_button_help |
30 | !set wims_ref_class=wims_button_help |
Line 82... | Line 82... | ||
82 | </div> |
82 | </div> |
83 | $name_option |
83 | $name_option |
84 | 84 | ||
85 | <ul><li><label for="oef_hint">$name_indication</label> (html) |
85 | <ul><li><label for="oef_hint">$name_indication</label> (html) |
86 | !set pp=!reinput $oef_hint |
86 | !set pp=!reinput $oef_hint |
87 | <textarea class="nowrap" rows="3" cols="$[$sizex-10]" name="oef_hint">$pp</textarea> |
87 | <textarea class="nowrap" rows="3" cols="$[$sizex-10]" name="oef_hint" id="oef_hint">$pp</textarea> |
88 | </li><li><label for="oef_solution">$name_solution</label> (html) |
88 | </li><li><label for="oef_solution">$name_solution</label> (html) |
89 | !set pp=!reinput $oef_solution |
89 | !set pp=!reinput $oef_solution |
90 | <textarea class="nowrap" rows="3" cols="$[$sizex-10]" name="oef_solution">$pp</textarea> |
90 | <textarea class="nowrap" rows="3" cols="$[$sizex-10]" name="oef_solution" id="oef_solution">$pp</textarea> |
91 | </li></ul> |
91 | </li></ul> |
92 | 92 | ||
93 | !formend |
93 | !formend |
94 | 94 |