Mercurial > odfcast
comparison templates/template_convert.html @ 28:1dd40e13da74
Set textarea name attribute for datadict upload
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Tue, 30 Sep 2014 16:38:08 +0200 |
parents | 585904e7411a |
children |
comparison
equal
deleted
inserted
replaced
27:f9dbc39ffedf | 28:1dd40e13da74 |
---|---|
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> | 12 <label for="datadict">Data in JSON Format</label> |
13 <textarea id="datadict" class="form-control"></textarea> | 13 <textarea id="datadict" name="datadict" class="form-control"></textarea> |
14 </div> | 14 </div> |
15 <div class="form-group"> | 15 <div class="form-group"> |
16 <label for="file" >File</label> | 16 <label for="file" >File</label> |
17 <input id="file" type="file" name="file"> | 17 <input id="file" type="file" name="file"> |
18 </div> | 18 </div> |