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