Rev 15275 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15275 | Rev 17176 | ||
---|---|---|---|
Line 74... | Line 74... | ||
74 | !if $printing=yes |
74 | !if $printing=yes |
75 | !set codeinput=!append line text black,$[$x_],$[$y_],,$prompt_empty to $codeinput |
75 | !set codeinput=!append line text black,$[$x_],$[$y_],,$prompt_empty to $codeinput |
76 | !else |
76 | !else |
77 | !set codeinput=!append line input $[$x_],$[$y_],$(inputsize_tmp[2]),1,$(reply$n_)$ $ to $codeinput |
77 | !set codeinput=!append line input $[$x_],$[$y_],$(inputsize_tmp[2]),1,$(reply$n_)$ $ to $codeinput |
78 | !endif |
78 | !endif |
79 | !set hlist=$hlist<input type="hidden" id="oefvar$[$m__]" name="reply$n_" value="" |
79 | !set hlist=$hlist<input type="hidden" id="oefvar$[$m__]" name="reply$n_" value=""> |
80 | !set oef_js_submit=!append word my_canvasdraw$m__(); to $oef_js_submit |
80 | !set oef_js_submit=!append word my_canvasdraw$m__(); to $oef_js_submit |
81 | !set list_$n_=$m__ |
81 | !set list_$n_=$m__ |
82 | !endif |
82 | !endif |
83 | !next |
83 | !next |
84 | !default codeinputcss=inputstyle background-color:white;font-size:1.1em; |
84 | !default codeinputcss=inputstyle background-color:white;font-size:1.1em; |