| Revision 428,
1.4 KB
checked in by jdalbey, 7 years ago
(diff) |
|
maps/index.html updated with a practice session incident location map.
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | |
|---|
| 4 | <link rel="stylesheet" type="text/css" href="maps.css"> |
|---|
| 5 | <link href="../ipadapp.css" rel="stylesheet" type="text/css"> |
|---|
| 6 | <script type="text/javascript" src="maps.js"></script> |
|---|
| 7 | |
|---|
| 8 | </head> |
|---|
| 9 | <body onLoad="setupMaps()"> |
|---|
| 10 | <!-- Map Selection --> |
|---|
| 11 | <center> |
|---|
| 12 | <div id="mapSelect"> |
|---|
| 13 | <table> |
|---|
| 14 | <!-- <tr> |
|---|
| 15 | <td><button disabled=true class=mapButton>Incident Map</button></td><td> |
|---|
| 16 | <td><button onClick="showMap(\'ATMS Map\')" class=mapButton>ATMS Map</button></td> |
|---|
| 17 | </tr> |
|---|
| 18 | --> |
|---|
| 19 | <tr> |
|---|
| 20 | <td> |
|---|
| 21 | <label> |
|---|
| 22 | <input id="imap" type="radio" name="mapSelector" value="incidents" onclick="showMap('Google Map')"/>Practice Session |
|---|
| 23 | </label> |
|---|
| 24 | <label> |
|---|
| 25 | <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>Full Session |
|---|
| 26 | </label> |
|---|
| 27 | </td> |
|---|
| 28 | </tr> |
|---|
| 29 | </table> |
|---|
| 30 | </div> |
|---|
| 31 | |
|---|
| 32 | <!-- The Map --> |
|---|
| 33 | <div id="googleMapContent" style="display:none;"><iframe src="https://www.google.com/maps/d/embed?mid=1w6Zmw5g89leCONXqh8GFOOCHjSPDLkbs&z=10" width="640" height="480"></iframe></div> |
|---|
| 34 | <div id="atmsMapContent" style="display:inline;"><iframe src="https://www.google.com/maps/d/embed?mid=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&z=10" width="640" height="480"></iframe></div> |
|---|
| 35 | </center> |
|---|
| 36 | </body> |
|---|
| 37 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.