~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-manage/templates/view_person_id.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='hr_staff'><span type="form" name="person_id:id" href="person_id?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">Identification</th>
13
 
                </tr>
14
 
        <span type="form" name="person_id:id_type" showhead="default"></span>
15
 
        <span type="form" name="person_id:id_num" showhead="default" class="even"></span>
16
 
        </table>
17
 
        </div> <!-- dataTable -->
18
 
</div>