~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-qualify/templates/view_demographic.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>
2
 
<div class="editRecord">
3
 
        <p>Edit This Information</p>
4
 
                <ul>
5
 
                        <li role='records'><span type="form" ifset="demographic:id" name="demographic:id" href="demographic?id=" parent="true" text="Update this Information" /></li>
6
 
                </ul>
7
 
        </div> <!-- editRecord -->
8
 
        
9
 
        <div class="dataTable">
10
 
        <table border="0" cellspacing="0" cellpadding="0">
11
 
                <tr>
12
 
                        <th colspan="2">Demographic Information</th>
13
 
                </tr>
14
 
        <span type="form" name="demographic:birth_date" showhead="default"></span>
15
 
        <span type="form" name="demographic:gender" showhead="default" class="even"></span>
16
 
        <span type="form" name="demographic:marital_status" showhead="default"></span>
17
 
        <span type="form" name="demographic:birth_country" showhead="location" mline="true" class="even">
18
 
                <span type="link" name="demographic:birth_district">
19
 
                        <span type="link" name="demographic:birth_county"></span>
20
 
                </span>
21
 
        </span>
22
 
        </table>
23
 
</div> <!-- dataTable -->
24
 
</div>