~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to modules/Mentor/templates/en_US/view_privatefacility.html

  • Committer: Dennis Kibiye
  • Date: 2012-08-15 12:39:06 UTC
  • Revision ID: kibsden@gmail.com-20120815123906-ckmfgnpgi8xqiz9o
First Initialisation of In Service Baylor Training System Based on iHRIS Manage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id="siteContent">
 
2
  <h1>View PrivateFacility: <span type="form" name="privatefacility:name" />, <span type="form" name="privatefacility:location" /></h1>
 
3
 
 
4
  <div class="recordsData">
 
5
    <h3><a name="jump_individual">Health Unit Information</a></h3>
 
6
    <p class="editRecordsData" id="individual_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('individual', this );">Hide</a>
 
7
    
 
8
    </p>
 
9
    
 
10
    <div id="individual">
 
11
      <div class="editRecord" task='person_can_edit'>
 
12
        <p>Edit This Information</p>
 
13
        <ul>
 
14
          <li><span type="form" name="privatefacility:id" href="privatefacility?id=" >Update this Information</span></li>
 
15
          <li><span type="form" name="privatefacility:id" parent="true" href="field_history?field=name,location,privatefacility_type&amp;type=privatefacility&amp;id=">
 
16
            View Name History</span></li>
 
17
        </ul>
 
18
      </div> <!-- editRecord -->
 
19
      
 
20
      <div class="dataTable">
 
21
        <table border="0" cellspacing="0" cellpadding="0">
 
22
          <tr>
 
23
            <th colspan="2">Name / Nationality</th>
 
24
          </tr>
 
25
          <span type="form" name="privatefacility:name" showhead="default"></span>
 
26
          <span type="form" name="privatefacility:owner" showhead="default"></span>
 
27
          <span type="form" name="privatefacility:owner_phone" showhead="default"></span>
 
28
          <span type="form" name="privatefacility:owner_email" showhead="default"></span>
 
29
          <span type="form" name="privatefacility:service_type" showhead="default" class="even"></span>
 
30
          <span type="form" name="privatefacility:privatefacility_type" showhead="default" class="even"></span>
 
31
          <span type="form" name="privatefacility:location" showhead="location" mline="true"></span>
 
32
          <span type="form" name="privatefacility:supervisor" showhead="default"></span>
 
33
          <span type="form" name="privatefacility:supervisor_phone" showhead="default"></span>
 
34
          <span type="form" name="privatefacility:supervisor_email" showhead="default"></span>
 
35
        </table>
 
36
      </div> <!-- dataTable -->
 
37
       
 
38
      <span type="module" name="FacilityService" ifenabled="true">
 
39
        
 
40
          <div class="recordsData">
 
41
        <h3><a name="jump_registration">Facility Services Provided</a></h3>
 
42
        <p class="editRecordsData" id="service_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('facility_registration', this );">Hide</a>
 
43
  <span type="form" name="privatefacility:id" href="facility_service?parent=">Add Service Provided</span>
 
44
                </p>
 
45
 
 
46
        <div id="facility_service"></div> <!-- contact -->
 
47
        <br style="clear: both;" />
 
48
        </div> <!-- recordsData -->
 
49
      </span>
 
50
 
 
51
              <span type="module" name="FacilityRegistration" ifenabled="true">
 
52
        
 
53
          <div class="recordsData">
 
54
        <h3><a name="jump_registration">Registration Information</a></h3>
 
55
        <p class="editRecordsData" id="registration_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('facility_registration', this );">Hide</a>
 
56
                </p>
 
57
 
 
58
        <div id="facility_registration"></div> <!-- contact -->
 
59
        <br style="clear: both;" />
 
60
        </div> <!-- recordsData -->
 
61
      </span>
 
62
        
 
63
      <span type="module" name="FacilityLicense" ifenabled="true">
 
64
        <div class="recordsData">
 
65
        <h3><a name="jump_license">License Information</a></h3>
 
66
        <p class="editRecordsData" id="license_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('facility_license', this );">Hide</a>
 
67
                </p>
 
68
 
 
69
        <div id="facility_license"></div>
 
70
        <br style="clear: both;" />     
 
71
        </div> <!--  recordsData -->
 
72
  </span>
 
73
 
 
74
    </div>
 
75
  </div>
 
76
</div>