aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/seesomething/around/postcode_form.html
blob: 56fcdca975f2bd57f21789d1782351fe31e15341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="front-main">
    <div id="front-main-container">
        [%
            question = c.cobrand.enter_postcode_text || loc('Enter a nearby street name and area');
        %]

            <label for="pc">[% question %]:</label>
            <div>
                <input type="text" name="pc" value="[% pc | html %]" id="pc" size="10" maxlength="200" placeholder="[% tprintf(loc('e.g. ‘%s’ or ‘%s’'), c.cobrand.example_places) %]">
                <input type="submit" value="[% loc('Go') %]" id="submit">
            </div>

            [% IF partial_token %]
                <input type="hidden" name="partial" value="[% partial_token.token %]">
            [% END %]
    </div>
</div>