~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-common/modules/Geography/templates/view_list_district.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="list_display">
2
 
        
3
 
        <div class="editRecord">
4
 
        <p>Edit This Information</p>
5
 
                <ul>
6
 
                        <li role='admin'><span type="form" name="district:id" href="lists?type=district&amp;id=" text="Update this Information" /></li>
7
 
                        <li role='admin'><span type="form" name="district:type" href="lists?type=" text="Select another District" /></li>
8
 
                </ul>
9
 
        </div> <!-- editRecord -->
10
 
        
11
 
        <div class="dataTable">
12
 
        <table border="0" cellspacing="0" cellpadding="0">
13
 
                <tr>
14
 
                        <th colspan="2">District</th>
15
 
                </tr>
16
 
                <span type="form" name="district:name" showhead="default"></span>
17
 
                <span type="form" name="district:country" showhead="default" class="even"></span>
18
 
                <span type="form" name="district:region" showhead="default"></span>
19
 
                <span type="form" name="district:code" showhead="default" class="even"></span>
20
 
 
21
 
        </table>
22
 
        </div> <!-- dataTable -->
23
 
        
24
 
</div> <!-- list_display -->