Rev 17192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17192 | Rev 17205 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | 41 | ||
42 | !set parmcnt=!linecnt $parm |
42 | !set parmcnt=!linecnt $parm |
43 | !set parm=!sort reverse line $parm |
43 | !set parm=!sort reverse line $parm |
44 | 44 | ||
45 | !set sp_jsx_css=<style>\ |
45 | !set sp_jsx_css=<style>\ |
46 | .oef_indbad .jxgbox::before {content: "X";}\ |
- | |
47 | .oef_indbad .jxgbox {border-color: var(--oef_indbad);}\ |
46 | .oef_indbad .jxgbox {border-color: var(--oef_indbad);}\ |
48 | .oef_indgood .jxgbox::before {content: "\02713";}\ |
- | |
49 | .oef_indgood .jxgbox {border-color: var(--oef_indgood);}\ |
47 | .oef_indgood .jxgbox {border-color: var(--oef_indgood);}\ |
50 | </style> |
48 | </style> |
51 | 49 | ||
52 | !reset hlist positionlist |
50 | !reset hlist positionlist |
53 | !for tt = 1 to $parmcnt |
51 | !for tt = 1 to $parmcnt |
Line 120... | Line 118... | ||
120 | !readproc slib/geo2D/jsxgraph $script_jsxgraph |
118 | !readproc slib/geo2D/jsxgraph $script_jsxgraph |
121 | !set graph=$slib_out |
119 | !set graph=$slib_out |
122 | 120 | ||
123 | !if $noanswer!=1 |
121 | !if $noanswer!=1 |
124 | $sp_jsx_css |
122 | $sp_jsx_css |
125 | <div class="oef_ind$cl |
123 | <div class="oef_ind$cl"> |
126 | $graph |
124 | $graph |
127 | </div> |
125 | </div> |
128 | !endif |
126 | !endif |
129 | !endif |
127 | !endif |