Adding...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 May 2005 12:20:50 +0000 (12:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 May 2005 12:20:50 +0000 (12:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@745 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/templates/html/iframe [new file with mode: 0644]

diff --git a/Open-ILS/src/templates/html/iframe b/Open-ILS/src/templates/html/iframe
new file mode 100644 (file)
index 0000000..fb4bbb0
--- /dev/null
@@ -0,0 +1,13 @@
+[%
+       "<iframe";
+       IF src; " src='" _ src _ "'"; END;
+       IF id; " id='" _ id _ "'"; END;
+       IF class; " class='" _ class _ "'"; END;
+       IF style; " style='" _ style _ "'"; END;
+       IF frameborder; " frameborder='" _ frameborder _ "'"; END;
+       IF height; " height='" _ height _ "'"; END;
+       IF width; " width='" _ width _ "'"; END;
+       IF width; " width='" _ width _ "'"; END;
+       IF name; " name='" _ name _ "'"; END;
+       "/>";
+%]