Rev 13664 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13664 | Rev 17173 | ||
---|---|---|---|
Line 77... | Line 77... | ||
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 type="button" value="\ |
80 | slib_buttons=$slib_buttons<input type="button" value="\ |
81 | !instex $slib_component\ |
81 | !instex $slib_component\ |
82 | " onclick="appendToInput($slib_n,' $slib_component ')" |
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 type="button" value="$slib_component" onclick="appendToInput($slib_n,' $slib_component ')" |
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 |