]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/box
some basic html templates for use in wrappers. these will be augmented
[working/Evergreen.git] / Open-ILS / src / templates / html / box
1 [%# html/bar: table containing a single row and a single cell
2   # ARGS:
3   #     as per html/table, html/row and html/cell
4 -%]
5 [% WRAPPER html/table;
6     WRAPPER html/row + html/cell width='' col='';
7      content;
8     END;
9    END;
10 %]