add some column elements so we can replicate multi-column edit forms with edit.html
authorivan <ivan>
Sat, 12 Apr 2008 23:18:57 +0000 (23:18 +0000)
committerivan <ivan>
Sat, 12 Apr 2008 23:18:57 +0000 (23:18 +0000)
httemplate/elements/columnend.html [new file with mode: 0644]
httemplate/elements/columnnext.html [new file with mode: 0644]
httemplate/elements/columnstart.html [new file with mode: 0644]

diff --git a/httemplate/elements/columnend.html b/httemplate/elements/columnend.html
new file mode 100644 (file)
index 0000000..021a328
--- /dev/null
@@ -0,0 +1,6 @@
+          </TABLE>
+        </TD>
+      </TR>
+    </TABLE>
+  </TD>
+</TR>
diff --git a/httemplate/elements/columnnext.html b/httemplate/elements/columnnext.html
new file mode 100644 (file)
index 0000000..93e9f79
--- /dev/null
@@ -0,0 +1,4 @@
+          </TABLE>
+        </TD>
+        <TD VALIGN="top" STYLE="spacing-left:12px">
+          <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html
new file mode 100644 (file)
index 0000000..8950617
--- /dev/null
@@ -0,0 +1,6 @@
+<TR>
+  <TD BGCOLOR="#e8e8e8" COLSPAN=99>
+    <TABLE BORDER=0 CELLSPACING=0>
+      <TR>
+        <TD VALIGN="top">
+          <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>