-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
346 lines (261 loc) · 12.1 KB
/
index.php
File metadata and controls
346 lines (261 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html>
<head>
<title>Rice Calculator</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.user-scalable=no">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
</head>
<body>
<!-- Start of calculator main page -->
<div data-role="page" id="calculator">
<div data-role="header" data-fullscreen="true">
<div data-role="navbar">
<ul>
<li><a href="#" data-icon="grid" class="ui-btn-active ui-state-persist" data-transition="none">Calculators</a></li>
<li><a href="#variety" data-icon="star">Variety Selector</a></li>
</ul>
</div><!-- /navbar -->
</div><!-- /header -->
<div data-role="content">
<div data-role="controlgroup">
<a href="#dwl" data-role="button" data-icon="arrow-r" data-iconpos="right">Drying Weight Loss</a>
<a href="#mrq" data-role="button" data-icon="arrow-r" data-iconpos="right">Quality of Milled Rice</a>
<a href="#pgq" data-role="button" data-icon="arrow-r" data-iconpos="right">Quality of Paddy Grain</a>
<a href="#calib" data-role="button" data-icon="arrow-r" data-iconpos="right">Calibration</a>
<a href="#estab" data-role="button" data-icon="arrow-r" data-iconpos="right">Establishment Rate</a>
<a href="#sr" data-role="button" data-icon="arrow-r" data-iconpos="right">Seeding Rate</a>
<a href="#slp" data-role="button" data-icon="arrow-r" data-iconpos="right">Seed Lot Purity</a>
</div>
</div><!-- /content -->
</div><!-- /calculator -->
<!-- Start of variety selector page -->
<div data-role="page" id="variety">
<div data-role="header">
</div><!-- /header -->
<div data-role="content">
Please wait while this functionality is still being developed...
</div><!-- /content -->
<div data-role="footer" data-position="fixed" data-fullscreen="true">
<div data-role="navbar">
<ul>
<li><a href="#calculator" data-icon="grid">Calculators</a></li>
<li><a href="#" data-icon="star" class="ui-btn-active ui-state-persist" data-transition="none">Variety Selector</a></li>
</ul>
</div><!-- /navbar -->
</div><!-- /footer -->
</div><!-- /variety selector -->
<!-- Start of drying weight loss page -->
<div data-role="page" id="dwl">
<div data-role="header" style="overflow:hidden;">
<h1>Drying Weight Loss</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
<form>
Wet paddy weight<br>
<input type="number" name="">
Moisture Content<br> Wet Paddy<br>
<input type="number" name="">
Dry Paddy<br>
<input type="number" name="">
Dried Paddy Weight
<input type="number" name="" disabled>
</form>
</div><!-- /content -->
</div><!-- /dwl -->
<!-- Start of quality of milled rice page -->
<div data-role="page" id="mrq">
<div data-role="header" style="overflow:hidden;">
<h1>Quality of Milled Rice</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
<div data-role="controlgroup">
<a href="#millingRecovery" data-role="button" data-icon="arrow-r" data-iconpos="right">Milling Recovery</a>
<a href="#headRiceRecovery" data-role="button" data-icon="arrow-r" data-iconpos="right">Head Rice Recovery</a>
<a href="#millingDegree" data-role="button" data-icon="arrow-r" data-iconpos="right">Milling Degree</a>
<a href="#dockage" data-role="button" data-icon="arrow-r" data-iconpos="right">Dockage (mr)</a>
<a href="#chalkGrains" data-role="button" data-icon="arrow-r" data-iconpos="right">Chalk Grains</a>
<a href="#whiteness" data-role="button" data-icon="arrow-r" data-iconpos="right">Whiteness</a>
<a href="#grainShape" data-role="button" data-icon="arrow-r" data-iconpos="right">Grain Shape</a>
<a href="#grainGrader" data-role="button" data-icon="arrow-r" data-iconpos="right">Grain Grader</a>
<a href="#brewersRice" data-role="button" data-icon="arrow-r" data-iconpos="right">Brewer's Rice</a>
<a href="#brokenGrains" data-role="button" data-icon="arrow-r" data-iconpos="right">Broken Grains</a>
<a href="#redGrains" data-role="button" data-icon="arrow-r" data-iconpos="right">Red Grains</a>
</div>
</div><!-- /content -->
</div><!-- /mrq -->
<!-- Start of milling recovery page -->
<div data-role="page" id="millingRecovery">
<div data-role="header" style="overflow:hidden;">
<h1>Milling Recovery</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Milling recovery calculator
</div><!-- /content -->
</div><!-- /milling recovery -->
<!-- Start of head rice recovery page -->
<div data-role="page" id="headRiceRecovery">
<div data-role="header" style="overflow:hidden;">
<h1>Head Rice Recovery</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Head Rice recovery calculator
</div><!-- /content -->
</div><!-- /head rice recovery -->
<!-- Start of miling degree page -->
<div data-role="page" id="millingDegree">
<div data-role="header" style="overflow:hidden;">
<h1>Milling Degree</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Milling Degree calculator
</div><!-- /content -->
</div><!-- /milling degree -->
<!-- Start of dockage page -->
<div data-role="page" id="dockage">
<div data-role="header" style="overflow:hidden;">
<h1>Dockage</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Dockage calculator
</div><!-- /content -->
</div><!-- /dockage -->
<!-- Start of chalk Grains page -->
<div data-role="page" id="chalkGrains">
<div data-role="header" style="overflow:hidden;">
<h1>Chalk Grains</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Chalk Grains calculator
</div><!-- /content -->
</div><!-- /chalk Grains -->
<!-- Start of whiteness page -->
<div data-role="page" id="whiteness">
<div data-role="header" style="overflow:hidden;">
<h1>Whiteness</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Whiteness calculator
</div><!-- /content -->
</div><!-- /whiteness -->
<!-- Start of grain shape page -->
<div data-role="page" id="grainShape">
<div data-role="header" style="overflow:hidden;">
<h1>Grain Shape</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Grain Shape calculator
</div><!-- /content -->
</div><!-- /grain shape -->
<!-- Start of grain Grader page -->
<div data-role="page" id="grainGrader">
<div data-role="header" style="overflow:hidden;">
<h1>Grain Grader</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Grain Grader calculator
</div><!-- /content -->
</div><!-- /grain Grader -->
<!-- Start of brewer's Rice page -->
<div data-role="page" id="brewersRice">
<div data-role="header" style="overflow:hidden;">
<h1>Brewer's Rice</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Brewer's Rice calculator
</div><!-- /content -->
</div><!-- /brewer's Rice -->
<!-- Start of broken Grains page -->
<div data-role="page" id="brokenGrains">
<div data-role="header" style="overflow:hidden;">
<h1>Broken Grains</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Broken Grains calculator
</div><!-- /content -->
</div><!-- /brokens Grain -->
<!-- Start of red Grains page -->
<div data-role="page" id="redGrains">
<div data-role="header" style="overflow:hidden;">
<h1>Red Grains</h1>
<a href="#mrq" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Red Grains calculator
</div><!-- /content -->
</div><!-- /red Grain -->
<!-- Start of quality of paddy grain page -->
<div data-role="page" id="pgq">
<div data-role="header" style="overflow:hidden;">
<h1>Quality of Paddy Grain</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
<div data-role="controlgroup">
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Cracked Grains</a>
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Grain Dimension L/W</a>
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Immature Grains</a>
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Dockage</a>
</div>
</div><!-- /content -->
</div><!-- /pgq -->
<!-- Start of calibration page -->
<div data-role="page" id="calib">
<div data-role="header" style="overflow:hidden;">
<h1>Calibration</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Calibration
</div><!-- /content -->
</div><!-- /calib -->
<!-- Start of establishment rate page -->
<div data-role="page" id="estab">
<div data-role="header" style="overflow:hidden;">
<h1>Establishment Rate</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Establishment
</div><!-- /content -->
</div><!-- /estab -->
<!-- Start of seeding rate page -->
<div data-role="page" id="sr">
<div data-role="header" style="overflow:hidden;">
<h1>Seeding Rate</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
<div data-role="controlgroup">
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Hand Broadcasting</a>
<a href="" data-role="button" data-icon="arrow-r" data-iconpos="right">Drum Seeder</a>
</div>
</div><!-- /content -->
</div><!-- /seeding -->
<!-- Start of seed lot purity page -->
<div data-role="page" id="slp">
<div data-role="header" style="overflow:hidden;">
<h1>Seed Lot Purity</h1>
<a href="#calculator" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-theme="c" data-inline="true" class="ui-btn-left"></a>
</div><!-- /header -->
<div data-role="content">
Seed Lot Purity
</div><!-- /content -->
</div><!-- /slp -->
</body>
</html>