~zubairassad89/sahana-eden/vms_gsoc

« back to all changes in this revision

Viewing changes to views/cr/index.html

  • Committer: Fran Boon
  • Date: 2008-12-09 22:35:23 UTC
  • Revision ID: flavour@partyvibe.com-20081209223523-fcs5k95jjk0uqo0z
Initial import of work done so far

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{extend 'layout.html'}}
 
2
 
 
3
<div id="home">
 
4
{{=H2(T(title))}}
 
5
<p>
 
6
{{=T("The")}} {{=T(title)}} {{=T("tracks all shelters and stores basic details regarding them. It collaborates with other modules to track people associated with a shelter, the services available etc.")}}
 
7
</p>
 
8
<h3>{{=T("Features Include")}}:</h3>
 
9
<ul>
 
10
<li>{{=T("Tracking of basic information on the location, facilities and size of the Shelters")}}</li>
 
11
<li>{{=T("GIS integration to view location details of the Shelter")}}</li>
 
12
<li>{{=T("Ability to customize the list of important facilities needed at a Shelter")}}</li>
 
13
<li>{{=T("Ability to customize the list of details tracked at a Shelter")}}</li>
 
14
<li>{{=T("Ability to customize the list of human resource tracked at a Shelter")}}</li>
 
15
<li>{{=T("Basic reports on the Shelter and drill-down by region")}}</li>
 
16
<li>{{=T("GIS Reports of Shelter")}}</li>
 
17
</ul>
 
18
<strong>{{=T("Description of Actions")}}:</strong><br/>
 
19
<ul>
 
20
{{for option in options:}}
 
21
<li>{{=A(T(option.name),_href=URL(r=request,f='open?id=%s'%option.id))}}</li>
 
22
{{pass}}
 
23
</ul>
 
24
</div>