Added drop shadow box type
authorAaron Bentley <abentley@panoramicfeedback.com>
Fri, 23 Dec 2005 20:35:26 +0000 (15:35 -0500)
committerAaron Bentley <abentley@panoramicfeedback.com>
Fri, 23 Dec 2005 20:35:26 +0000 (15:35 -0500)
beweb/beweb/static/images/ds-b.png [new file with mode: 0644]
beweb/beweb/static/images/ds-bl.png [new file with mode: 0644]
beweb/beweb/static/images/ds-br.png [new file with mode: 0644]
beweb/beweb/static/images/ds-l.png [new file with mode: 0644]
beweb/beweb/static/images/ds-r.png [new file with mode: 0644]
beweb/beweb/static/images/ds-t.png [new file with mode: 0644]
beweb/beweb/static/images/ds-tl.png [new file with mode: 0644]
beweb/beweb/static/images/ds-tr.png [new file with mode: 0644]
beweb/beweb/static/images/ds2-b.png [new file with mode: 0644]
beweb/beweb/static/images/ds2-r.png [new file with mode: 0644]
beweb/beweb/templates/master.kid

diff --git a/beweb/beweb/static/images/ds-b.png b/beweb/beweb/static/images/ds-b.png
new file mode 100644 (file)
index 0000000..790e438
Binary files /dev/null and b/beweb/beweb/static/images/ds-b.png differ
diff --git a/beweb/beweb/static/images/ds-bl.png b/beweb/beweb/static/images/ds-bl.png
new file mode 100644 (file)
index 0000000..5b43259
Binary files /dev/null and b/beweb/beweb/static/images/ds-bl.png differ
diff --git a/beweb/beweb/static/images/ds-br.png b/beweb/beweb/static/images/ds-br.png
new file mode 100644 (file)
index 0000000..6cfd62c
Binary files /dev/null and b/beweb/beweb/static/images/ds-br.png differ
diff --git a/beweb/beweb/static/images/ds-l.png b/beweb/beweb/static/images/ds-l.png
new file mode 100644 (file)
index 0000000..a6ce3ce
Binary files /dev/null and b/beweb/beweb/static/images/ds-l.png differ
diff --git a/beweb/beweb/static/images/ds-r.png b/beweb/beweb/static/images/ds-r.png
new file mode 100644 (file)
index 0000000..1ffd6f8
Binary files /dev/null and b/beweb/beweb/static/images/ds-r.png differ
diff --git a/beweb/beweb/static/images/ds-t.png b/beweb/beweb/static/images/ds-t.png
new file mode 100644 (file)
index 0000000..0129b0c
Binary files /dev/null and b/beweb/beweb/static/images/ds-t.png differ
diff --git a/beweb/beweb/static/images/ds-tl.png b/beweb/beweb/static/images/ds-tl.png
new file mode 100644 (file)
index 0000000..d616b77
Binary files /dev/null and b/beweb/beweb/static/images/ds-tl.png differ
diff --git a/beweb/beweb/static/images/ds-tr.png b/beweb/beweb/static/images/ds-tr.png
new file mode 100644 (file)
index 0000000..18e542e
Binary files /dev/null and b/beweb/beweb/static/images/ds-tr.png differ
diff --git a/beweb/beweb/static/images/ds2-b.png b/beweb/beweb/static/images/ds2-b.png
new file mode 100644 (file)
index 0000000..05a190e
Binary files /dev/null and b/beweb/beweb/static/images/ds2-b.png differ
diff --git a/beweb/beweb/static/images/ds2-r.png b/beweb/beweb/static/images/ds2-r.png
new file mode 100644 (file)
index 0000000..0c3ea4c
Binary files /dev/null and b/beweb/beweb/static/images/ds2-r.png differ
index ba411438d0cb7702fe5ca88c238c430f772599aa..6610d00ec8e912df511ad746bce7a131a92a4407 100644 (file)
     <td background="/static/images/is-br.png"/>
 </tr>
 </table>
+<table py:match="item.tag=='{http://www.w3.org/1999/xhtml}dsbox'" cellspacing="0" cellpadding="0" border="0" class="dsbox">
+<tr height="11"><td background="/static/images/ds-tl.png" width="11"/>
+    <td background="/static/images/ds-t.png" />
+    <td background="/static/images/ds-tr.png" width="19"></td>
+</tr>
+<tr>
+    <td background="/static/images/ds-l.png"/>
+    <td py:content="item[:]"> Hello, this is some random text</td>
+    <td background="/static/images/ds2-r.png"/>
+</tr>
+<tr height="19">
+    <td background="/static/images/ds-bl.png"/>
+    <td background="/static/images/ds2-b.png" />
+    <td background="/static/images/ds-br.png"/>
+</tr>
+</table>
+
 </html>