forked from saiy2k/rti-generator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
253 lines (220 loc) · 17.5 KB
/
index.html
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
<!DOCTYPE html>
<!--
Online RTI Generator
grayfaceofindia.in
saiy2k (http://saiy2k.blogspot.in)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
-->
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Online RTI Generator - Gray Face of India</title>
<meta name="description" content="HTML5 Web Application to generate RTI Applications online.">
<meta name="keyword" content="HTML5, Web, Application, RTI, right, to, information, act, 2005, India, online">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/jquery.reject.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="libs/FileSaver.js"></script>
<!--<script src="libs/html-docx.js"></script>-->
</head>
<body id='mainBody' ng-app="rtiApp" ng-controller="rtiIndexController">
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">{{title}}</h1>
<h4 style="text-align: right"> {{tagLine}} <a href="https://docs.google.com/forms/d/1CKRwVQTTF0Z5hywUiqgFiG3d_Sf2ZTsi8YMhhudAClU/viewform">{{feedbackFormTxt}}</a> :: <a href="http://grayfaceofindia.in/">{{backTxt}}</a> </h4>
<div style="float: left; display:inline-block">
<a href="#" style="color: #ddd; text-decoration:none;" id="myCreditsButton">Credits</a>
</div>
<div style="float: right;">
<a href="#" class="language" id="en"> {{englishLng}} </a>
<a href="#" class="language" id="ta_IN"> {{tamilLng}} </a>
<a href="#" class="language" id="hi_IN"> {{hindiLng}} </a>
</div>
<div class="creditsBox c" style="display: none;">
<h3> Developers </h3>
<p class="ctext1"> Saravanan, Yuvaraj, Rajesh Guna, Saiyasodharan </p>
<h3> Tamil Content</h3>
<p class="ctext2"> Meenu Ram, Tamilvanan, Pravin Mariappan </p>
<h3> Hindi Content</h3>
<p class="ctext3"> Meenu Ram </p>
<h3> Legal Support </h3>
<p class="ctext4"> Alexraj </p>
</div>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<!--<div id="langtxt"> {{currentLangTxt}} </div>-->
<!--<a href="#" class="language" onclick="toggleLang();"> {{englishLng}} </a>
<a href="#" class="language" onclick="toggleLang();"> {{tamilLng}} </a>
<a href="#" class="language" onclick="toggleLang();"> {{hindiLng}} </a>-->
<form name="hongkiat" id="hongkiat-form" method="post" action="#">
<h2>{{fromTxt}}</h2>
<section id="aligned">
<label class="message txtName">Please enter your name</label>
<input type="text" name="txtName" id="txtName" placeholder="Your name" autocomplete="off" tabindex="1" class="txtinput" autofocus title="Please enter your name">
<label class="message txtAddress1">Please enter your Address</label>
<input type="text" name="txtAddress1" id="txtAddress1" placeholder="Your Address 1" autocomplete="off" tabindex="2" class="txtinput">
<input type="text" name="txtAddress2" id="txtAddress2" placeholder="Your Address 2" autocomplete="off" tabindex="3" class="txtinput">
<label class="message txtCity">Please enter your City</label>
<input type="text" name="txtCity" id="txtCity" placeholder="Your City" autocomplete="off" tabindex="4" class="txtinput">
<label class="message txtState">Please enter your State</label>
<input type="text" name="txtState" id="txtState" placeholder="Your State" autocomplete="off" tabindex="5" class="txtinput">
<label class="message txtPIN">Please enter your PIN Code</label>
<input type="text" name="txtPIN" id="txtPIN" placeholder="Your PIN Code" autocomplete="off" tabindex="6" class="txtinput">
<br />
</section>
<h2>To</h2>
<section id="aligned">
Public Information Officer
<!--<input type="text" name="txtPIODesignation" id="txtPIODesignation" placeholder="Designation of the PIO (optional)" autocomplete="off" tabindex="10" class="txtinput"> -->
<label class="message txtPIOOffice">This field is required</label>
<input type="text" name="txtPIOOffice" id="txtPIOOffice" placeholder="Office of Public Authority (PA)" autocomplete="off" tabindex="11" class="txtinput">
<input type="text" name="txtPIOAddress1" id="txtPIOAddress1" placeholder="Address 1 of PA" autocomplete="off" tabindex="12" class="txtinput">
<input type="text" name="txtPIOAddress2" id="txtPIOAddress2" placeholder="Address 2 of PA" autocomplete="off" tabindex="13" class="txtinput">
<input type="text" name="txtPIOCity" id="txtPIOCity" placeholder="City of PA" autocomplete="off" tabindex="14" class="txtinput" style="width:30%; float:left">
<input type="text" name="txtPIOState" id="txtPIOState" placeholder="State of PA" autocomplete="off" tabindex="15" class="txtinput" style="width:30%; float:left; margin-left:2%">
<input type="text" name="txtPIOPIN" id="txtPIOPIN" placeholder="Pincode" autocomplete="off" tabindex="16" class="txtinput" style="width:18%; float:left; margin-left:2%">
<br />
</section>
<h2>{{subjectTxt}}</h2>
<section id="aligned">
{{applicationTxt}}
</section>
<h2>{{briefDescTxt}}</h2>
<section id="aligned">
<input type="text" name="txtSubject" id="txtSubject" placeholder="" autocomplete="off" tabindex="20" class="txtinput" style="background-image:url('img/downArrow.png'); background-repeat: no-repeat; background-position:right; background-size:5%">
<label class="message txtDetail">Please enter your RTI description</label>
<textarea rows=4 name="txtDetail" id="txtDetail" autocomplete="off" tabindex="26" class="txtinput" ></textarea>
</section>
<h2>{{descriptionTxt}}</h2>
<section id="infoList">
<label class="message txtInfo1">Should have atleast one question</label>
<textarea rows=3 name="txtInfo1" id="txtInfo1" placeholder="1. Copy of inward register showing the date on which my PF/EPF claim application (Form 10 C) was received by your office." autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo2" id="txtInfo2" placeholder="2. Please let me know the balance in my account excluding interest" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo3" id="txtInfo3" placeholder="3. Please let me know the current balance in my account including interest" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo4" id="txtInfo4" placeholder="4. As of reply date; please inform me the Name, Designation, phone number and email address of all Officer(s) who are involved in processing of PF/EPF Form 10 C claims." autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo5" id="txtInfo5" placeholder="5. File number of my PF/EPF claim application ( Form 10 C)" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo6" id="txtInfo6" placeholder="6. Certified Copy of excerpts of the Rules / Regulation / Notification / Order / Circular / Memo / Norms / Guidelines / Direction, prescribing time frame for processing of Form 10 C claims." autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo7" id="txtInfo7" placeholder="7. Name and Designation of the officer to complain, on non disposal of the application within the time frame" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo8" id="txtInfo8" placeholder="8. Certified copies of all correspondences sent / received for disposal of my application" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo9" id="txtInfo9" placeholder="9. Claim ID generated against my claim application" autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<textarea rows=3 name="txtInfo10" id="txtInfo10" placeholder="10. Please provide me the details of First Appellate Authority u/s 7(8) of RTI Act, 2005 with detailed postal and email address." autocomplete="off" tabindex="30" class="txtinput txtInformation" ></textarea>
<!--<input type="text" name="txtInfo1" id="txtInfo1" placeholder="Name and Designation of the officer who is handling my complaint" autocomplete="off" tabindex="30" class="txtinput txtInformation"> -->
</section>
<h2>{{periodTxt}}</h2 >
<section id="aligned">
<input type="text" name="txtPeriod" id="txtPeriod" placeholder="2010 to 2013" autocomplete="off" tabindex="70" class="txtinput">
</section>
<h2>{{claimBelowPovertyTxt}}</h2>
<section id="aligned">
<input type="radio" name="radioPovery" id="radioPovertyYes" tabindex="80">
<label for="radioPovertyYes">Yes</label>
<input type="radio" name="radioPovery" id="radioPovertyNo" checked="checked">
<label for="radioPovertyNo">No</label>
</section>
<section id="feeSection">
<h2>{{chargeTxt}}</h2>
<input type="radio" name="radioFee" id="radioFeeCourtFee" checked ="checked">
<label for="radioFeeCourtFee">{{courtFeestampTxt}} <i style="color:#666">{{courtFeeStatesTxt}}</i></label> <br/>
<input type="radio" name="radioFee" id="radioFeePostalOrder" tabindex="85">
<label for="radioFeePostalOrder">{{postalOrderTxt}}<i style="color:#666">{{postalOrderStatesTxt}}</i></label> <br/>
<input type="radio" name="radioFee" id="radioFeeDD">
<label for="radioFeeDD">{{ddTxt}}<i style="color:#666">{{ddStatesTxt}}</i></label>
</section>
<section id="buttons" style="margin-top: 20px">
<input type="button" name="btnGenerate" id="btnGenerate" class="submitbtn" tabindex="100" value="Generate" style="margin:4px;">
<input type="button" name="btnSaveRTI" id="btnSaveRTI" class="savebtn" tabindex="100" value="SaveRTI" onclick="saveToLocalStorage()" style="margin:4px;">
<input type="reset" name="reset" id="resetbtn" class="resetbtn" value="Reset" tabindex="-1" onclick="clearLocalStorage()" style="margin:4px;">
<a id="saveButton" class="resetbtn" tabindex="101" style="padding-top:14px; height:2em"> {{saveRtiTxt}} </a>
<br style="clear:both;">
</section>
<section id="social" style="margin-top: 20px">
<a style="border: 2px solid #000;" href="http://twitter.com/share" class="twitter-share-button" data-url="http://grayfaceofindia.in/online-rti-generator/" data-text="Application for Information under the Right to Information Act, 2005" data-count="horizontal" data-via="grayfaceofindia ">{{tweetTxt}}</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><br/>
<div style="border: 2px solid #000" class="g-plusone" data-annotation="inline" data-width="300"></div><br/>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgrayfaceofindia.in%2Fonline-rti-generator%2F&width&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe><br/>
</section>
</form>
</article>
<aside id="tipContainer">
<h3>{{tipTxt}}</h3>
<div id="tipText" style="display:block">
<ol>
<li>{{tip1Txt}}</li>
<li>{{tip2Txt}}</li>
<li>{{tip3Txt}}</li>
<li>{{tip4Txt}}</li>
</ol>
</div>
</aside>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<img src="img/rti-gen-logo.png" width="96" align="right" />
<h3>{{bhagatSinghQouteTxt}}</h3>
<h4>{{softLicStartTxt}}<a href="http://www.gnu.org/copyleft/gpl.html">{{gnuLicTxt}}</a>. {{srcCodeTxt}} @ <a href="https://github.com/Indian-National-Developers/rti-generator">{{githubTxt}}</a></h4>
</footer>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="js/main.js"></script>
<script src="js/jquery.reject.min.js"></script>
<script src="js/vendor/jquery.localisation.min.js"></script>
<script src="rtiLogic.js"></script>
<script src="libs/jquery.charCycle.js"></script>
<script>
var _gaq=[['_setAccount','UA-38433521-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
$( document ).ready(function() {
//$.getScript('rtiLogic.js', function() {
setup();
//});
$('#myCreditsButton').click(function() {
$('.creditsBox').dialog({
modal: true,
width: 600,
title: 'The Makers'
});
});
$('.c').mouseenter(function(){
if($(this).hasClass('cycling')==false){
$(this).charcycle({'target':'.ctext1'});
$(this).charcycle({'target':'.ctext2'});
$(this).charcycle({'target':'.ctext3'});
$(this).charcycle({'target':'.ctext4'});
}
});
});
</script>
<!-- For Google '+1' button -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>