summaryrefslogtreecommitdiff
path: root/html/processed-views/content/StoreLocator/StoreLocator.html
blob: ebe6b37334ed519f0abf98ed365899807f36214e (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<div class="wrapper wrapper--l">

    <div class="storeFilters">

        <div class="storeSearch" data-plugin-intersecting="{&quot;target&quot;:&quot;.storeListWrap&quot;}">
            <div class="storeSearch__inner">
                <p>Βρείτε ένα κατάστημα στην περιοχή σας:</p>
                <div class="form">
                    <div class="form__row">
                        <div class="field field--full">
                            <div class="field__inner">
                                


            <div class="field__wrap ">
                <input class="field__input field__input--search"
                    id="Label"
                    type="text"
                    placeholder="Ταχυδρομικός Κώδικας ή Διεύθυνση"
                />
                <button class="iconButton field__inputClear" data-plugin-clearinput></button>
                <button class="iconButton field__inputSubmit"></button>	
            </div>

                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        <!-- include
            ./StoreLocator__filters.html
        -->


    </div>

    <div class="storeListWrap">

        <div class="storeList active" data-tabToggle-content="tab-1">
            

            <!-- 
                FOR store in stores
                {
                    include
                    ./StoreLocator__storeTile.html
                }
            -->



        </div>

        <!-- include
            ./StoreLocator__storeMap.html
        -->


        <!-- List|Map toggler -->
        <div class="tabToggle" data-plugin-tabToggle>
            <ul class="tabToggle__tabs">
                <li class="tabToggle__tab active" data-tabToggle-target="tab-1">Λίστα</li>
                <li class="tabToggle__tab" data-tabToggle-target="tab-2">Χάρτης</li>
            </ul>
        </div>

    </div>
</div>