~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to views/gis/unused/form_feature_group.html

  • Committer: Shikhar Kohli
  • Date: 2010-08-11 18:40:09 UTC
  • mfrom: (802.1.156 eden)
  • Revision ID: shikharkohli@gmail.com-20100811184009-yy8zag5dowlam0ip
Merge trunk and update (a bit) of JS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- Feature Group field required for Internal Features layers -->
2
 
<tr id="feature_group">
3
 
<td><label>{{=T("Feature Group")}}</label></td>
4
 
<td><select name="feature_group" type="select">
5
 
{{for row in options_feature_group:}}
6
 
<option value="{{=row.uuid}}">{{=row.name}}</option>
7
 
{{pass}}
8
 
</select>
9
 
<!-- FIXME: Allow non-JS browsers to be able to load feature groups list manually -->
10
 
<noscript><input type="submit" name="action" value="Load Feature Groups" /></noscript>
11
 
{{if customform.errors.feature_group:}}
12
 
  <div class="error" id="feature_group__error">{{=customform.errors.feature_group}}</div>
13
 
{{pass}}
14
 
</td></tr>
 
 
b'\\ No newline at end of file'