[project @ Prototype Web-based Eland Config generator]
[htsworkflow.git] / templates / config_form.html
diff --git a/templates/config_form.html b/templates/config_form.html
new file mode 100644 (file)
index 0000000..3fbbbee
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+  <head>
+    <title>Test Config Form</title>
+    <!--
+    <link rel="stylesheet" type="text/css" href="ext-all.css"/>
+    <script type="text/javascript" src="ext.js"></script>
+    <script type="text/javascript" src="elandifier.js"></script>
+    -->
+  </head>
+  <body>
+    <form method="post" action="">
+     <table>{{ form.as_custom }}</table>
+     <input type="submit" />
+   </form>    
+  </body>
+</html>
+  
\ No newline at end of file