[% # splash/tabbox: a box with a single tab # # ARGS: title, content, style, tabwidth, tablocate, tabalign # SET default = splash.style.default ; DEFAULT style = default col = style.col.fore or default.col.fore bgcol = style.col.back or default.col.back edge = style.col.edge or default.col.edge fill = style.col.fill or default.col.fill tabalign = style.tab.align or default.tab.align tabwidth = style.tab.width or default.tab.width tablocate = style.tab.locate or default.tab.locate ; SET rgbfore = splash.rgb.$col rgbback = splash.rgb.$bgcol imgfore = "$splash.images/$col" imgback = "$splash.images/$bgcol" imgsize = splash.imgsize imgtype = splash.imgtype up = invert ? 'bottom' : 'top' down = invert ? 'top' : 'bottom' border = border.defined ? border : style.border.defined ? style.border : default.border pad = pad.defined ? pad : style.pad.defined ? style.pad : default.pad ; -%]
| [%- INCLUDE splash/tab width = tabwidth align = tabalign content = title %] |
| [% INCLUDE splash/box col=edge bgcol=fill width='100%' %] |