annotate src/main/resources/org/ssdt_ohio/devel/forms/pages/OneTwentyPayment.tml @ 3:4ce973027b2a

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