aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/nb/around.html
blob: 883caf03b76d9a6072abe3b6d04dabaa9aed96b6 (plain)
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
<div data-id="locate" id="around-header" data-role="header">
    <a id="view-my-reports" class="nodisplay ui-btn ui-btn-left ui-btn-up-a ui-shadow ui-btn-corner-all" data-role="none" href="#">
        <span class="ui-btn-inner"<span class="ui-btn-text">Utkast <span class="draft_count"><% print( FMS.allDrafts.length ) %></span></span></span>
    </a>
    <a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">Avbryt</a>
    <h1><% print( CONFIG.APP_NAME ) %></h1>
    <a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">Konto</a>
</div>

    <div id="locating" class="nodisplay">
        <div class="radar"></div>
        <div id="progress">
            <div id="progress-bar">
            </div>
        </div>

        <p>
        Leter etter plasseringen din
        </p>

        <p>
        <input data-theme="c" type="button" id="locate_cancel" value="Avbryt">
        </p>
    </div>
<div data-role="content">
    <div class="frontpage-menu">
        <form class="inputcard" name="postcodeForm" id="postcodeForm">
        <input type="search" id="pc" name="pc" placeholder="Søk eller bla på kartet">
        <% if ( FMS.testing ) { %>
        <div class="testing">
            Testversjon. Rapporter vil ikke bli sendt til administrasjonen.
        </div>
        <% } %>
        </form>
        <a data-role="none" id="relocate" class="nodisplay"></a>

        <div class="nodisplay" id="front-howto"></div>
    </div>

        <a id="mark-here" data-role="button" data-theme="a" class="map-bottom-btn">
        Ny rapport her
        </a>
        <a id="locate-here" data-role="button" data-theme="a" class="map-bottom-btn">
        Sett rapport plassering
        </a>
        <a id="reposition" data-role="button" data-theme="c" class="map-bottom-btn nodisplay">
        Flytt rapport hit
        </a>
        <a id="confirm-map" data-role="button" data-theme="a" class="map-bottom-btn">
        Bekreft plassering
        </a>

</div>