aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--beweb/beweb/static/images/is-b.pngbin0 -> 200 bytes
-rw-r--r--beweb/beweb/static/images/is-bl.pngbin0 -> 408 bytes
-rw-r--r--beweb/beweb/static/images/is-br.pngbin0 -> 304 bytes
-rw-r--r--beweb/beweb/static/images/is-l.pngbin0 -> 214 bytes
-rw-r--r--beweb/beweb/static/images/is-r.pngbin0 -> 197 bytes
-rw-r--r--beweb/beweb/static/images/is-t.pngbin0 -> 213 bytes
-rw-r--r--beweb/beweb/static/images/is-tl.pngbin0 -> 413 bytes
-rw-r--r--beweb/beweb/static/images/is-tr.pngbin0 -> 414 bytes
-rw-r--r--beweb/beweb/static/images/shadows.pngbin0 -> 3960 bytes
-rw-r--r--beweb/beweb/templates/master.kid16
10 files changed, 16 insertions, 0 deletions
diff --git a/beweb/beweb/static/images/is-b.png b/beweb/beweb/static/images/is-b.png
new file mode 100644
index 0000000..25d3cfa
--- /dev/null
+++ b/beweb/beweb/static/images/is-b.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-bl.png b/beweb/beweb/static/images/is-bl.png
new file mode 100644
index 0000000..f496223
--- /dev/null
+++ b/beweb/beweb/static/images/is-bl.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-br.png b/beweb/beweb/static/images/is-br.png
new file mode 100644
index 0000000..74cbd91
--- /dev/null
+++ b/beweb/beweb/static/images/is-br.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-l.png b/beweb/beweb/static/images/is-l.png
new file mode 100644
index 0000000..dd567fa
--- /dev/null
+++ b/beweb/beweb/static/images/is-l.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-r.png b/beweb/beweb/static/images/is-r.png
new file mode 100644
index 0000000..9ac4486
--- /dev/null
+++ b/beweb/beweb/static/images/is-r.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-t.png b/beweb/beweb/static/images/is-t.png
new file mode 100644
index 0000000..fbb06c8
--- /dev/null
+++ b/beweb/beweb/static/images/is-t.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-tl.png b/beweb/beweb/static/images/is-tl.png
new file mode 100644
index 0000000..9336290
--- /dev/null
+++ b/beweb/beweb/static/images/is-tl.png
Binary files differ
diff --git a/beweb/beweb/static/images/is-tr.png b/beweb/beweb/static/images/is-tr.png
new file mode 100644
index 0000000..de74808
--- /dev/null
+++ b/beweb/beweb/static/images/is-tr.png
Binary files differ
diff --git a/beweb/beweb/static/images/shadows.png b/beweb/beweb/static/images/shadows.png
new file mode 100644
index 0000000..9ddc676
--- /dev/null
+++ b/beweb/beweb/static/images/shadows.png
Binary files differ
diff --git a/beweb/beweb/templates/master.kid b/beweb/beweb/templates/master.kid
index b2d9fa8..6e254bd 100644
--- a/beweb/beweb/templates/master.kid
+++ b/beweb/beweb/templates/master.kid
@@ -15,4 +15,20 @@
<div py:replace="item[:]"/>
</body>
+<table py:match="item.tag=='{http://www.w3.org/1999/xhtml}innerbox'" cellspacing="0" cellpadding="0">
+<tr><td><img src="/static/images/is-tl.png" /></td>
+ <td background="/static/images/is-t.png" />
+ <td><img src="/static/images/is-tr.png"/></td>
+</tr>
+<tr>
+ <td background="/static/images/is-l.png"/>
+ <td py:content="item.text"> Hello, this is some random text</td>
+ <td background="/static/images/is-r.png"/>
+</tr>
+<tr>
+ <td><img src="/static/images/is-bl.png" /></td>
+ <td background="/static/images/is-b.png" />
+ <td><img src="/static/images/is-br.png"/></td>
+</tr>
+</table>
</html>