~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to views/irs/index.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
{{extend "layout.html"}}
 
2
<div id="home">
 
3
{{=H2(T(module_name))}}
 
4
<p>
 
5
{{=T("The")}} {{=module_name}} {{=T("System allows the Reporting & Tracking of Incidents.")}}
 
6
</p>
 
7
<h3>{{=T("Features Include")}}:</h3>
 
8
{{=LI(A("Add Report", _href=URL(r=request, f="report", args="create")))}}
 
9
{{=LI(A("List Reports", _href=URL(r=request, f="report")))}}
 
10
{{=LI(A("Show Map", _href=URL(r=request, f="maps")))}}