File manager - Edit - /home/webapp69.cm.in.th/u69319090039/Shop39/public/test_map.html
Back
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Test Map - Shop 39</title> <!-- Bootstrap 5 CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Leaflet CSS --> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"> <!-- Bootstrap Icons --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/shop/public/css/style.css"> </head> <body class="bg-light d-flex flex-column min-vh-100"> <div class="container py-5 text-center"> <h1 class="mb-4">Map Test Page</h1> <button id="storeMapBtn" class="btn btn-primary btn-lg" data-bs-toggle="modal" data-bs-target="#storeMapModal" data-address="123 Sukhumvit Road, Bangkok 10110" data-name="Test Store"> ดูแผนที่ (Test) </button> </div> <!-- Map Modal (same as store page) --> <div class="modal fade" id="storeMapModal" tabindex="-1" aria-labelledby="storeMapModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="storeMapModalLabel">ตำแหน่งของร้านค้า (Test)</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body" style="height:400px;"> <div id="storeMap" style="width:100%; height:100%;"></div> </div> </div> </div> </div> <!-- Bootstrap JS Bundle --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- Leaflet JS --> <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script> <!-- Custom JS (contains map init logic) --> <script src="/shop/public/js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.32 |
proxy
|
phpinfo
|
Settings