Rev 13998 | Rev 15658 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13998 | Rev 15635 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | slib_colspan2=!column 2 of $slib_colspan |
51 | slib_colspan2=!column 2 of $slib_colspan |
52 | slib_th=!getopt TH in $slib_option |
52 | slib_th=!getopt TH in $slib_option |
53 | slib_th=!declosing $slib_th |
53 | slib_th=!declosing $slib_th |
54 | slib_tr=$(slib_th[1;]) |
54 | slib_tr=$(slib_th[1;]) |
55 | slib_td=$(slib_th[2;]) |
55 | slib_td=$(slib_th[2;]) |
56 | slib_out=<table $slib_class> |
56 | slib_out=<div class="table-scroll"><table $slib_class> |
57 | !if $slib_caption!=$empty |
57 | !if $slib_caption!=$empty |
58 | slib_out=$slib_out<caption>$slib_caption</caption> |
58 | slib_out=$slib_out<caption>$slib_caption</caption> |
59 | !endif |
59 | !endif |
60 | slib_matrix=!lines2rows $slib_matrix |
60 | slib_matrix=!lines2rows $slib_matrix |
61 | slib_cnt= |
61 | slib_cnt= |
Line 103... | Line 103... | ||
103 | slib_tt=td |
103 | slib_tt=td |
104 | !reset slib_rs slib_cs |
104 | !reset slib_rs slib_cs |
105 | :nextcol |
105 | :nextcol |
106 | !next |
106 | !next |
107 | slib_out=$slib_out\ |
107 | slib_out=$slib_out\ |
108 | </table> |
108 | </table></div> |