Rev 5748 | Rev 6557 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5748 | Rev 5787 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | !endif |
75 | !endif |
76 | slib_buttons= |
76 | slib_buttons= |
77 | !if $slib_tex=tex |
77 | !if $slib_tex=tex |
78 | !!!!!!!!!!!!!! this feature should work but it does not !!!!!!!!!!!!!!!!!! |
78 | !!!!!!!!!!!!!! this feature should work but it does not !!!!!!!!!!!!!!!!!! |
79 | !for slib_component in $slib_c |
79 | !for slib_component in $slib_c |
80 | slib_buttons=$slib_buttons<input |
80 | slib_buttons=$slib_buttons<input type="button" value="\ |
81 | !instex $slib_component\ |
81 | !instex $slib_component\ |
82 |
|
82 | " onclick="appendToInput($slib_n,' $slib_component ')"/> |
83 | !next slib_component |
83 | !next slib_component |
84 | !else |
84 | !else |
85 | !for slib_component in $slib_c |
85 | !for slib_component in $slib_c |
86 | slib_buttons=$slib_buttons<input |
86 | slib_buttons=$slib_buttons<input type="button" value="$slib_component" onclick="appendToInput($slib_n,' $slib_component ')"/> |
87 | !next slib_component |
87 | !next slib_component |
88 | !endif |
88 | !endif |
89 | slib_out=$slib_buttons |
89 | slib_out=$slib_buttons |
90 | !else |
90 | !else |
91 | slib_out=$slib_c |
91 | slib_out=$slib_c |