annotate src/main/resources/org/ssdt_ohio/devel/forms/pages/OneTwentyPayment.tml @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
children 91703efb1d29
rev   line source
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
1 <html t:type="layout" title="ssdt.forms Index"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2 xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3 >
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4 <body>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5 <h2>SSDT One Twenty Project Payment Form</h2>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 <hr/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8 <div class="offset1 noprint"><h3>Instructions:</h3>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
9
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
10 <p>Complete the form below and use the browser to print it and submit to supervisor for approval.</p>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
11 <p>Note: This is not a proper web application. The values will not be recorded.</p>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
12 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
13
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
14 <div class="row">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
15 <t:form class="form-horizontal form span12">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
16
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
17 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
18 <label class="control-label label" for="developer">Date</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
19
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
20 <div class="controls">${date}
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
21 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
22 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
23
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
24 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
25 <label class="control-label label" for="developer">Developer</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
26
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
27 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
28 <input class="span5 input-block-level" type="text" size="40" id="developer"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
29 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
30 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
31
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
32 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
33 <label class="control-label label" for="jira">JIRA Issue</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
34
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
35 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
36 <input class="span2 input-block-level" type="text" size="12" id="jira" style="10em"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
37 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
38 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
39
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
40 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
41 <label class="control-label label" for="description">Description</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
42
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
43 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
44 <textarea class="span5 input-block-level" cols="70" rows="5" id="description"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
45 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
46 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
47
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
48 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
49 <label class="control-label" for="originalBid">Original Bid</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
50
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
51 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
52 <div class="input-prepend input-append">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
53 <span class="add-on">$</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
54 <input class="span2 input-block-level " type="text" size="6" id="originalBid"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
55 <span class="add-on">.00</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
56 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
57 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
58 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
59
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
60 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
61 <label class="control-label" for="adjustmentText1">Adjustments</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
62
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
63 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
64 <div class="input-prepend input-append">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
65 <span class="add-on">$</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
66 <input class="span2 input-block-level" type="text" size="6" id="adjustmentAmount1"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
67 <span class="add-on">.00</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
68 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
69 &nbsp;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
70 <input style="width: 16em;" class=" input-block-level" type="text" id="adjustmentText1"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
71 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
72 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
73 <div class="input-prepend input-append">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
74 <span class="add-on">$</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
75 <input class="span2 input-block-level" type="text" size="6" id="adjustmentAmount2"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
76 <span class="add-on">.00</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
77 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
78 &nbsp;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
79 <input style="width: 16em;" class=" input-block-level" type="text" id="adjustmentText2"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
80 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
81 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
82 <div class="input-prepend input-append">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
83 <span class="add-on">$</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
84 <input class="span2 input-block-level" type="text" size="6" id="adjustmentAmount3"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
85 <span class="add-on">.00</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
86 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
87 &nbsp;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
88 <input style="width: 16em;" class=" input-block-level" type="text" id="adjustmentText3"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
89 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
90 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
91 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
92 <label class="control-label" for="approvedAmount">Approved Amount</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
93
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
94 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
95 <div class="input-prepend input-append">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
96 <span class="add-on">$</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
97 <input class="span2 input-block-level" type="text" size="6" id="approvedAmount"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
98 <span class="add-on">.00</span>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
99 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
100 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
101 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
102
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
103
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
104 <div class="control-group">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
105 <label class="control-label" for="approvedAmount">Developer</label>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
106
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
107 <div class="controls">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
108 <div>__________________________________ &nbsp; __/__/__</div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
109 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
110 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
111
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
112 <div class="well span9 offset1">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
113 <h3>Approvals:</h3>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
114
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
115 <div class="row">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
116 <div class="span2 offset1">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
117 Supervisor:
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
118 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
119 <div class="span6">__________________________________ &nbsp; __/__/__</div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
120 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
121
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
122 <div class="row">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
123 <div class="span2 offset1">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
124 Director:
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
125 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
126 <div class="span6">__________________________________ &nbsp; __/__/__</div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
127 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
128
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
129 <div class="row">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
130 <div class="span2 offset1">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
131 Executive&nbsp;Director:
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
132 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
133 <div class="span6">__________________________________ &nbsp; __/__/__</div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
134 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
135 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
136
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
137 </t:form>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
138 </div>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
139 </body>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
140 </html>