~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-plan/templates/form_projection_base.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><span name="projection_header"/></h1>
3
 
    <div id="instruction" />
4
 
    <h2><span type="form" name="projection:name" noedit="display" /></h2>
5
 
    <div id="error" />
6
 
    <form method="post" action="projection" name="projection_form">
7
 
        <span type="form" name="id"></span>
8
 
        <span type="form" name="parent"></span>
9
 
        <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0">
10
 
                <tbody id="projection_form">
11
 
                </tbody>
12
 
            <tr class="submitCell">
13
 
                <td colspan="2">
14
 
                    <div id="button" />
15
 
                </td>
16
 
            </tr>
17
 
        </table>
18
 
    </form>
19
 
</div>