~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/modules/ManagePersonPosition/templates/en_US/view_position.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 <div id="siteContent">
 
2
    <h1>View Position: <span type="form" name="position:code" /> - <span type="form" name="position:title" /></h1>
 
3
 
 
4
        <div class="recordsData">
 
5
        <h3>Position Information</h3>
 
6
        <p class="editRecordsData"><a href="" class="hide" title="Hide" onclick="return hideDiv('position', this );">Hide</a>
 
7
                </p>
 
8
        
 
9
        <div id="position">
 
10
        
 
11
        <div class="editRecord">
 
12
        <p>Edit This Information</p>
 
13
                <ul id="edit_links">
 
14
            <li task='can_edit_database_list_position'><span type="form" name="position:id" href="lists?type=position&amp;id=" >Update this Information</span></li>
 
15
            <li task='can_edit_database_list_position'><span type="form" name="position:facility" href="lists?type=position&amp;field=facility&amp;forms%3Aposition%3A0%3Afields%3Afacility=" >Select another Position</span></li>
 
16
                </ul>
 
17
        </div> <!-- editRecord -->
 
18
        
 
19
        <div class="dataTable">
 
20
        <table border="0" cellspacing="0" cellpadding="0">
 
21
                <tr>
 
22
                        <th colspan="2">Position</th>
 
23
                </tr>
 
24
                
 
25
                <span type="form" name="position:job" showhead="default"></span>
 
26
                <span type="form" name="position:title" showhead="default" class="even"></span>
 
27
                <span type="form" name="position:description" showhead="default" mline="true"></span>
 
28
                <span type="form" name="position:proposed_salary" showhead="default" class="even"></span>
 
29
                <span type="form" name="position:source" showhead="default"></span>
 
30
 
 
31
                <span type="form" name="position:code" showhead="default" class="even"></span>
 
32
                <span type="form" name="position:supervisor" showhead="default"></span>
 
33
                <span type="form" name="position:facility" showhead="default" class="even"></span>
 
34
                <span type="form" name="position:department" showhead="default"></span>
 
35
                <span type="form" name="position:pos_type" showhead="default" class="even"></span>
 
36
                <span type="form" name="position:proposed_hiring_date" showhead="default"></span>
 
37
                <span type="form" name="position:proposed_end_date" showhead="default" class="even"></span>
 
38
                <span type="form" name="position:status" showhead="default" noedit="true"></span>
 
39
                <span type="form" name="position:posted_date" showhead="default" noedit="true" class="even"></span>
 
40
                <span type="form" name="position:comments" showhead="default"></span>
 
41
                <span type="form" name="position:interview_comments" showhead="default" class="even"></span>
 
42
 
 
43
        </table>
 
44
        </div> <!-- dataTable -->
 
45
        
 
46
        </div> <!-- position -->
 
47
        
 
48
        <br style="clear: both;" />
 
49
        
 
50
        
 
51
        </div> <!-- recordsData -->
 
52
 
 
53
    <!--<a href="construction.php">Print</a>-->
 
54
</div>