~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to modules/Instance/templates/en_US/view_list_instance.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="list_display" task='can_view_database_list_facility'>
 
2
  
 
3
  <div class="editRecord">
 
4
    <p>Edit This Information</p>
 
5
    <ul>
 
6
      <li task='can_edit_database_list_instance'><span type="form" name="instance:id" href="lists?type=instance&amp;id=" >Update this Information </span></li>
 
7
      <li><a href="lists?type=instance" >Select another Instance</a></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">Instance</th>
 
15
      </tr>
 
16
      
 
17
      <span type="form" name="instance:baylor_training_type" showhead="default" class="even"></span>
 
18
       <span type="form" name="instance:baylor_program_sponsor" showhead="default"></span>
 
19
        <span type="form" name="instance:scheduled_start_date" showhead="default"></span>
 
20
        <span type="form" name="instance:scheduled_end_date" showhead="default"></span>        
 
21
        <span type="form" name="instance:baylor_training_type" showhead="default"></span>
 
22
        <span type="form" name="instance:baylor_program_sponsor" showhead="default"></span>
 
23
        <span type="form" name="instance:scheduled_start_date" showhead="default"></span>
 
24
        <span type="form" name="instance:scheduled_end_date" showhead="default"></span>   
 
25
   
 
26
 
 
27
    </table>
 
28
  </div> <!-- dataTable -->
 
29
  
 
30
</div> <!-- list_display -->