~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to modules/Trainer/templates/en_US/form_trainer.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 class="header">Add/Update Trainer</h1>
 
3
    <div id="error" />
 
4
    <form  method="post" action="trainer">
 
5
        <span type="form" name="trainer:id"></span>
 
6
<div id="form">
 
7
     
 
8
    <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0">
 
9
    <tr>
 
10
        <th colspan="2">Trainer Information</th>
 
11
    </tr>
 
12
        <tr id="list_fields">
 
13
                <td>
 
14
                  <span type="form" name="trainer:surname" showhead="default"></span>
 
15
                  <span type="form" name="trainer:surname_ignore" ifset="surname_ignore"></span>
 
16
                  <span type="form" name="trainer:firstname" showhead="default"></span>
 
17
                  <span type="form" name="trainer:othername" showhead="default"></span>
 
18
                </td>
 
19
                <td>
 
20
                  <span type="form" name="trainer:nationality" showhead="default"></span>
 
21
                  <span type="form" name="trainer:residence" showhead="location"></span>
 
22
                </td>
 
23
        </tr>
 
24
    <tr class="submitCell">
 
25
        <td colspan="2">
 
26
            <div id="button" />
 
27
        </td>
 
28
    </tr>
 
29
        </table>
 
30
    
 
31
</div>
 
32
    </form>
 
33
</div>