]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/html/col
removing old opac images and css
[Evergreen.git] / Open-ILS / src / templates / html / col
1 [%
2
3         "<col";
4         
5         IF width; " width='" _ width _ "'"; END;
6         IF class; " class='" _ class _ "'"; END;
7         IF id; " id='" _ id _ "'"; END;
8         IF style; " style='" _ style _ "'"; END;
9         IF nowrap; " nowrap='" _ nowrap _ "'"; END;
10         
11         ">";
12         IF content; content; END;
13         "</col>";
14 %]