summaryrefslogtreecommitdiffstats
path: root/leafymiracle/templates/model.pt
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2011-04-12 12:20:04 -0400
committerLuke Macken <lmacken@redhat.com>2011-04-12 12:20:04 -0400
commitc83e57b8e9faf717b1372da987f5c2327f42dbe8 (patch)
tree42cff2943b9d2e21d60d8ebaaa86d34a9bfe2c08 /leafymiracle/templates/model.pt
downloadleafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.tar.gz
leafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.tar.xz
leafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.zip
Initial commit of LeafyMiracle
Diffstat (limited to 'leafymiracle/templates/model.pt')
-rw-r--r--leafymiracle/templates/model.pt9
1 files changed, 9 insertions, 0 deletions
diff --git a/leafymiracle/templates/model.pt b/leafymiracle/templates/model.pt
new file mode 100644
index 0000000..cb452a4
--- /dev/null
+++ b/leafymiracle/templates/model.pt
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
+<head>
+ <title>Fedora Comps Visualization, by Luke Macken</title>
+</head>
+<body bgcolor="#444444">
+ <div tal:content="structure jitwidget.display()"></div>
+</body>
+</html>