Changeset 428 in tmcsimulator for trunk/webapps/einotebook/maps/index.html
- Timestamp:
- 07/03/2019 04:59:36 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/maps/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/maps/index.html
r401 r428 20 20 <td> 21 21 <label> 22 <input id="imap" type="radio" name="mapSelector" value="incidents" onclick="showMap('Google Map')"/> Incidents22 <input id="imap" type="radio" name="mapSelector" value="incidents" onclick="showMap('Google Map')"/>Practice Session 23 23 </label> 24 24 <label> 25 <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/> ATMS25 <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>Full Session 26 26 </label> 27 27 </td> … … 31 31 32 32 <!-- The Map --> 33 <div id="googleMapContent"> 34 <iframe src="https://www.google.com/maps/d/embed?mid=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&z=10" width="640" height="480"></iframe> 35 <div> 36 <!-- 37 <iframe frameborder=0 width=740 height=600 38 scrolling=no src="https://drive.google.com/open?id=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&usp=sharing" marginheight=0 marginwidth=0></iframe> --> 39 40 <div id="atmsMapContent"><iframe frameborder=0 width="740" height="600" 41 scrolling=no src="../../cptms/index.html" marginheight=0 marginwidth=0></iframe></div> 42 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> 43 35 </center> 44 36 </body>
Note: See TracChangeset
for help on using the changeset viewer.
