summaryrefslogtreecommitdiff
path: root/kbas.tpl
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-08-31 13:45:44 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-08-31 13:45:44 +0000
commit12a56baafc6f12a46fbf71598b5bef8e367e7bbb (patch)
treeec62285295d1cc573d1ba8101b2658fa35b62d75 /kbas.tpl
parent295c9aef2dc72e4f31bb21075b09c09d2ef5e72a (diff)
downloadybd-12a56baafc6f12a46fbf71598b5bef8e367e7bbb.tar.gz
Move stuff around
Diffstat (limited to 'kbas.tpl')
-rw-r--r--kbas.tpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/kbas.tpl b/kbas.tpl
new file mode 100644
index 0000000..fada6bb
--- /dev/null
+++ b/kbas.tpl
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type"
+ content="text/html; charset=ISO-8859-1">
+ <title>index</title>
+ <link rel="stylesheet" type="text/css" href="{{css}}"/>
+</head>
+<body>
+%#template to generate a HTML table from a list
+<p>Available Artifacts:</p>
+<table border="0">
+%for row in rows:
+ <tr>
+ %for col in row:
+ <td>{{col}}</td>
+ %end
+ </tr>
+%end
+</table>
+</body> \ No newline at end of file