~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-plan/templates/form_projection.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 class="header">Add/Update Projection</h1>
3
 
    <div id="instruction" />
4
 
 
5
 
    <div id="error" />
6
 
    <form  method="post" action="projection">
7
 
        <span type="form" name="id"></span>
8
 
<div id="form">
9
 
     
10
 
    <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0">
11
 
    <tr>
12
 
        <th colspan="2">Projection Information</th>
13
 
    </tr>
14
 
        <tr id="list_fields">
15
 
                <td>
16
 
                        <span type="form" name="name" showhead="default" showtitle="title"></span>
17
 
                        <span type="form" name="category" showhead="default" showtitle="title"></span>
18
 
                    <span type="form" name="description" showhead="default" showtitle="title"></span>
19
 
                </td><td>
20
 
                        <span type="form" name="country" showhead="default" showtitle="title"></span>
21
 
                        <span type="form" name="start_year" showhead="default" showtitle="title"></span>
22
 
                    <span type="form" name="duration" showhead="default" showtitle="title"></span>
23
 
            </td>
24
 
        </tr>
25
 
    <tr class="submitCell">
26
 
        <td colspan="2">
27
 
            <div id="button" />
28
 
        </td>
29
 
    </tr>
30
 
        </table>
31
 
    
32
 
</div>
33
 
    </form>
34
 
</div>