m.html 15.4 KB
Newer Older
Muhamad's avatar
b  
Muhamad committed
1
{% load static %}
2
<!-- <div class="legendapo" id="legendapo" style="bottom: 0px;display:none">
Manggar Mahardhika's avatar
Manggar Mahardhika committed
3
    <div>
Manggar Mahardhika's avatar
Manggar Mahardhika committed
4
        <a href="#" onclick="hidelegend()" class="btn btn-default" id="button_hide_point"><span class="caret" style="margin-left: -5px;"></span></a>
Manggar Mahardhika's avatar
Manggar Mahardhika committed
5
    </div>
Muhamad's avatar
b  
Muhamad committed
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 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
    <div class="row">
        <div class="col-xs-12">
            <div class="col-md-2" style="min-width: 150px;">
                <div class="form-group">
                    <label class="text-semibold">LEGENDA</label>

                    <div>
                        <table>
                            <tr>
                                <th>
                                    <div class="circle" style="  border: solid 10px #1392ec;
                                    width: 30px;
                                    height: 30px;margin-bottom: 5px;">
                                        <img/>
                                    </div>
                                </th>
                                <td>
                                    <div style="margin-bottom: 5px;">
                                        &nbsp;&nbsp;&nbsp;Administrasi Pemerintahan
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <th>
                                    <div class="circle" style="border: solid 10px #e90404;
                                    width: 30px;
                                    height: 30px;margin-bottom: 5px;">
                                        <img/>
                                    </div>
                                </th>
                                <td>
                                    <div style="margin-bottom: 5px;">
                                        &nbsp;&nbsp;&nbsp;Pelayanan Kesehatan
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <th>
                                    <div class="circle" style="  border: solid 10px #0cf00c;
                                    width: 30px;
                                    height: 30px;margin-bottom: 5px;">
                                        <img/>
                                    </div>
                                </th>
                                <td>
                                    <div style="margin-bottom: 5px;">
                                        &nbsp;&nbsp;&nbsp;Sarana Peribadatan
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <th>
                                    <div class="circle" style="border: solid 10px #f0c20c;
                                    width: 30px;
                                    height: 30px;margin-bottom: 5px;">
                                        <img/>
                                    </div>
                                </th>
                                <td>
                                    <div style="margin-bottom: 5px;">
                                        &nbsp;&nbsp;&nbsp;Sarana Pendidikan
                                    </div>
                                </td>
                            </tr>
                        </table>
                    </div>
                </div>
            </div>
            <div class="col-md-2" style="min-width: 150px;">
                <div class="form-group" style="margin-top: 30px;">
                    <table>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/police.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Kantor Polisi
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/tni.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Instalasi TNI
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/lurah.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Kantor Perangkat Daerah
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/kades.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Kantor Pemerintahan Lainnya
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/pemerintahan_lain.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Lembaga Pemasyarakatan
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>

            <div class="col-md-2" style="min-width: 150px;">
                <div class="form-group" style="margin-top: 30px;">
                    <table>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/rs.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Rumah Sakit
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/masjid.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Masjid
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/gereja.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Gereja
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/pura.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Pura
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/pesantren.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Pondok Pesantren / TPA
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>

            <div class="col-md-2" style="min-width: 150px;">
                <div class="form-group" style="margin-top: 30px;">
                    <table>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/kampus.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Universitas
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/sekolah.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Sekolah
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/perpus.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Perpustakaan
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/pom.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;SPBU
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/kereta.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Stasiun
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>

            <div class="col-md-2" style="min-width: 150px;">
                <div class="form-group" style="margin-top: 30px;">
                    <table>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/bus.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Terminal
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/loc.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Cagar Budaya
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <div id="main" style="width: 20px; height: 20px;background-position:center;background-repeat:no-repeat;background-size: contain;background-image:url('static/img/icon/listrik.svg')">
                                </div>
                            </th>
                            <td>
                                <div style="margin-bottom: 5px;">
                                    &nbsp;&nbsp;&nbsp;Gardu Listrik
                                </div>
                            </td>
                        </tr>

                    </table>
                </div>
            </div>

        </div>
    </div>
Manggar Mahardhika's avatar
Manggar Mahardhika committed
303 304 305
</div>
<div>
    <a href="#" onclick="showlegend()" class="btn btn-default" id="button_unhide_point" style="display: none;"><span class="caret" style="margin-left: -5px;transform: rotate(180deg)"></span></a>
306
</div> -->