Mercurial > odfcast
comparison 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 |
comparison
equal
deleted
inserted
replaced
29:1dadc59c4b9a | 30:9d65de2ebe22 |
---|---|
7 <div class="form-group"> | 7 <div class="form-group"> |
8 <label for="format">Format</label> | 8 <label for="format">Format</label> |
9 <input id="format" type="text" placeholder="Format" name="format" class="form-control"> | 9 <input id="format" type="text" placeholder="Format" name="format" class="form-control"> |
10 </div> | 10 </div> |
11 <div class="form-group"> | 11 <div class="form-group"> |
12 <label for="datadict">Data in JSON Format</label> | |
13 <textarea id="datadict" name="datadict" class="form-control"></textarea> | |
14 </div> | |
15 <div class="form-group"> | |
12 <label for="file" >File</label> | 16 <label for="file" >File</label> |
13 <input id="file" type="file" name="file"> | 17 <input id="file" type="file" name="file"> |
14 </div> | 18 </div> |
15 <button class="btn btn-default" type="submit">Convert</button> | 19 <button class="btn btn-default" type="submit">Convert</button> |
16 </form> | 20 </form> |