Mercurial > odfcast
diff templates/convert.html @ 30:9d65de2ebe22
Merge TemplateConvertView into ConvertView
Also improve temporary file handling.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Oct 2014 10:34:43 +0200 |
parents | 75d5d18e7d52 |
children |
line wrap: on
line diff
--- a/templates/convert.html Thu Oct 16 10:03:32 2014 +0200 +++ b/templates/convert.html Thu Oct 16 10:34:43 2014 +0200 @@ -9,6 +9,10 @@ <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" name="datadict" class="form-control"></textarea> + </div> + <div class="form-group"> <label for="file" >File</label> <input id="file" type="file" name="file"> </div>