Rev 17180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17180 | Rev 18098 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | !set wims_ref_class=wims_button_help float_right |
34 | !set wims_ref_class=wims_button_help float_right |
35 | !href cmd=help&help_subject=conf&help_conf=$i $wims_name_help |
35 | !href cmd=help&help_subject=conf&help_conf=$i $wims_name_help |
36 | 36 | ||
37 | !if $c_=free |
37 | !if $c_=free |
38 | <input size="40" name="conf_$i" id="conf_$i" value="$D_" aria-describedby="formHelp_$i"> |
38 | <input size="40" name="conf_$i" id="conf_$i" value="$D_" aria-describedby="formHelp_$i"> |
- | 39 | !endif |
|
- | 40 | !if $c_=char |
|
- | 41 | <input size="1" name="conf_$i" id="conf_$i" value="$D_" aria-describedby="formHelp_$i"> |
|
39 | !endif |
42 | !endif |
40 | !if $c_=int |
43 | !if $c_=int |
41 | <input size="10" name="conf_$i" id="conf_$i" value="$D_" aria-describedby="formHelp_$i"> |
44 | <input size="10" name="conf_$i" id="conf_$i" value="$D_" aria-describedby="formHelp_$i"> |
42 | !endif |
45 | !endif |
43 | !if $c_=color |
46 | !if $c_=color |
Line 56... | Line 59... | ||
56 | $ in $e_ |
59 | $ in $e_ |
57 | !distribute lines $e_ into x_,y_ |
60 | !distribute lines $e_ into x_,y_ |
58 | !set wims_ref_class=wims_formradio |
61 | !set wims_ref_class=wims_formradio |
59 | !formcheckbox conf_$i list $x_ prompt $y_ |
62 | !formcheckbox conf_$i list $x_ prompt $y_ |
60 | !endif |
63 | !endif |
61 | !if $c_ iswordof free int color |
64 | !if $c_ iswordof free char int color |
62 | !set tmp=!replace internal ' by \' in $(DF_$n_) |
65 | !set tmp=!replace internal ' by \' in $(DF_$n_) |
63 | <input type="button" onclick="document.forms[0].conf_$i.value='$tmp'" value="$name_default" class="wims_button wims_secondary_button small"> |
66 | <input type="button" onclick="document.forms[0].conf_$i.value='$tmp'" value="$name_default" class="wims_button wims_secondary_button small"> |
64 | !endif |
67 | !endif |
65 | !set g_=!trim $g_ |
68 | !set g_=!trim $g_ |
66 | <div class="formHelp" id="formHelp_$i"> |
69 | <div class="formHelp" id="formHelp_$i"> |