diff templates/template_convert.html @ 18:585904e7411a

Add html for converting a odf with a template
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 14:18:11 +0200
parents
children 1dd40e13da74
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/template_convert.html	Mon Sep 29 14:18:11 2014 +0200
@@ -0,0 +1,21 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<h1>Template Convert</h1>
+
+<form role="form" action="" method="POST" enctype="multipart/form-data">
+    <div class="form-group">
+        <label for="format">Format</label>
+        <input id="format" type="text" placeholder="Format" name="format" class="form-control">
+    </div>
+    <div class="form-group">
+        <label for="datadict">Data in JSON Format</label>
+        <textarea id="datadict" class="form-control"></textarea>
+    </div>
+    <div class="form-group">
+        <label for="file" >File</label>
+        <input id="file" type="file" name="file">
+    </div>
+    <button class="btn btn-default" type="submit">Convert</button>
+</form>
+{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)