diff options
-rw-r--r-- | beweb/beweb/static/images/is-b.png | bin | 0 -> 200 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-bl.png | bin | 0 -> 408 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-br.png | bin | 0 -> 304 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-l.png | bin | 0 -> 214 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-r.png | bin | 0 -> 197 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-t.png | bin | 0 -> 213 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-tl.png | bin | 0 -> 413 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/is-tr.png | bin | 0 -> 414 bytes | |||
-rw-r--r-- | beweb/beweb/static/images/shadows.png | bin | 0 -> 3960 bytes | |||
-rw-r--r-- | beweb/beweb/templates/master.kid | 16 |
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 Binary files differnew file mode 100644 index 0000000..25d3cfa --- /dev/null +++ b/beweb/beweb/static/images/is-b.png diff --git a/beweb/beweb/static/images/is-bl.png b/beweb/beweb/static/images/is-bl.png Binary files differnew file mode 100644 index 0000000..f496223 --- /dev/null +++ b/beweb/beweb/static/images/is-bl.png diff --git a/beweb/beweb/static/images/is-br.png b/beweb/beweb/static/images/is-br.png Binary files differnew file mode 100644 index 0000000..74cbd91 --- /dev/null +++ b/beweb/beweb/static/images/is-br.png diff --git a/beweb/beweb/static/images/is-l.png b/beweb/beweb/static/images/is-l.png Binary files differnew file mode 100644 index 0000000..dd567fa --- /dev/null +++ b/beweb/beweb/static/images/is-l.png diff --git a/beweb/beweb/static/images/is-r.png b/beweb/beweb/static/images/is-r.png Binary files differnew file mode 100644 index 0000000..9ac4486 --- /dev/null +++ b/beweb/beweb/static/images/is-r.png diff --git a/beweb/beweb/static/images/is-t.png b/beweb/beweb/static/images/is-t.png Binary files differnew file mode 100644 index 0000000..fbb06c8 --- /dev/null +++ b/beweb/beweb/static/images/is-t.png diff --git a/beweb/beweb/static/images/is-tl.png b/beweb/beweb/static/images/is-tl.png Binary files differnew file mode 100644 index 0000000..9336290 --- /dev/null +++ b/beweb/beweb/static/images/is-tl.png diff --git a/beweb/beweb/static/images/is-tr.png b/beweb/beweb/static/images/is-tr.png Binary files differnew file mode 100644 index 0000000..de74808 --- /dev/null +++ b/beweb/beweb/static/images/is-tr.png diff --git a/beweb/beweb/static/images/shadows.png b/beweb/beweb/static/images/shadows.png Binary files differnew file mode 100644 index 0000000..9ddc676 --- /dev/null +++ b/beweb/beweb/static/images/shadows.png 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> |