source: main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser_templates/puniteditpage.pt @ 17175

Last change on this file since 17175 was 17175, checked in by Henrik Bettermann, 22 months ago

Make puniteditpage an auto submit form.

File size: 1.0 KB
Line 
1
2<p>At a polling unit, a citizen can either register to vote or vote.
3It is advisable to select a Polling Unit close to your area of residence
4due to the restricted movement on election days.</p>
5
6<p>You can locate and save your polling unit by using Kofa's Polling Unit Locator Tool.</p>
7
8<p>To view your polling unit, follow the steps below:</p>
9
10<ol>
11<li>Select State (This is the state you would be voting in).</li>
12<li>Select LGA (This is the LGA in which you live).</li>
13<li>Select Ward.</li>
14<li>Select your Polling Unit.</li>
15</ol>
16<br />
17<form id="autosubmitform" name="autosubmitform" class="autosubmit"
18      action="." tal:attributes="action request/URL" method="post"
19      enctype="multipart/form-data">
20
21  <table class="form-table">
22    <tbody>
23      <tal:widgets content="structure provider:widgets" />
24    </tbody>
25  </table>
26  <a id="kofa-scroll-target" />
27  <div tal:condition="view/availableActions">
28    <input tal:repeat="action view/actions"
29           tal:replace="structure action/render"
30           />
31  </div>
32</form>
Note: See TracBrowser for help on using the repository browser.