~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-plan/templates/view.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 id="siteContent">
2
 
  <h1>View Projection: <span type="form" name="projection:name" /></h1>
3
 
 
4
 
  <div id="missing" />
5
 
 
6
 
  <div class="recordsData">
7
 
    <h3><a name="jump_projection">Projection Information</a></h3>
8
 
    <p class="editRecordsData" id="projection_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('projection', this );">Hide</a>
9
 
      <span role="planner" type="form" name="projection:id" href="population?parent=" text="Add Population"></span>
10
 
      <span role="planner" type="form" name="projection:id" href="view?copy=1&amp;id=" text="Copy this Projection"></span>
11
 
    </p>
12
 
        
13
 
    <div id="projection">
14
 
      <div class="editRecord">
15
 
        <p>Edit This Information</p>
16
 
        <ul>
17
 
          <li role='planner'><span type="form" name="projection:id" href="projection?id=" text="Correct this Information" /></li>
18
 
        </ul>
19
 
      </div> <!-- editRecord -->
20
 
        
21
 
      <div class="dataTable">
22
 
        <table border="0" cellspacing="0" cellpadding="0">
23
 
          <tr>
24
 
            <th colspan="2">Projection Information</th>
25
 
          </tr>
26
 
          <span type="form" name="projection:category" showhead="default"></span>
27
 
          <span type="form" name="projection:description" showhead="default"></span>
28
 
          <span type="form" name="projection:country" showhead="default" class="even"></span>
29
 
          <span type="form" name="projection:start_year" showhead="default"></span>
30
 
          <span type="form" name="projection:duration" showhead="default" class="even"></span>
31
 
        </table>
32
 
      </div> <!-- dataTable -->
33
 
 
34
 
      <div id="population"></div>
35
 
    </div> <!-- projection -->
36
 
    <br style="clear: both;" />
37
 
  </div> <!-- recordsData -->
38
 
 
39
 
  <div class="recordsData">
40
 
    <h3><a name="jump_cadre">Cadre Pools</a></h3>
41
 
    <p class="editRecordsData" id="cadre_links"><a href="" class="hide" title="Hide" onclick="return hideDiv('cadre', this);">Hide</a>
42
 
      <span role="planner" type="form" name="projection:id" href="pool?parent=" text="Add Cadre Pool"></span>
43
 
    </p>
44
 
 
45
 
    <div id="pool" />
46
 
  </div> <!-- recordsData -->
47
 
 
48
 
<!--<a href="construction">Print</a>-->
49
 
</div>