~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to views/pr/group_list_create.html

  • Committer: Michael
  • Date: 2010-12-16 13:45:28 UTC
  • mfrom: (1479.1.91 eden)
  • Revision ID: ero@gmail.com-20101216134528-7x3m6m3fk9uc9i69
mergeĀ fromĀ trunk...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{{extend 'layout.html'}}
2
 
{{try:}}
3
 
 {{=H2(title)}}
4
 
{{except:}}
5
 
{{pass}}
6
 
<div id='rheader'>
7
 
{{try:}}
8
 
 {{=rheader}}
9
 
{{except:}}
10
 
 {{pass}}
11
 
</div>
12
 
{{try:}}
13
 
 {{=H3(subtitle)}}
14
 
{{except:}}
15
 
{{pass}}
16
 
{{include 'formats.html'}}
17
 
<div id='table-container'>
18
 
{{try:}}
19
 
 {{=items}}
20
 
 <p>&nbsp;</p>
21
 
{{except:}}
22
 
{{pass}}
23
 
</div>
24
 
{{try:}}
25
 
 {{=H3(addtitle)}}
26
 
{{except:}}
27
 
{{pass}}
28
 
<div class='form-container'>
29
 
{{try:}}
30
 
 {{=form}}
31
 
 {{include 'key.html'}}
32
 
{{except:}}
33
 
{{pass}}
34
 
</div>
35
 
{{include 'pagenav.html'}}
36
 
{{include 'searchbox.html'}}
37
 
{{include 'colorbox.html'}}
38
 
{{include 'dataTables.html'}}