]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/thead
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / html / thead
1 [%# thead: an empty and orphaned HTML table thead, <thead> . . . </thead>
2   # ARGS:
3   #     col         # background colour (default: none)
4   #     valign      # vertical alignment (default: none)
5   #     align       # horizontal alignment (default: none)
6   #     content     # box content
7 -%]
8
9 <thead
10     [%- IF id  %] id="[% id %]"[%   END %]
11     [%- IF class  %] class="[% class %]"[%   END %]>
12 [%- content -%]
13 </thead>