Warning: Can't use blame annotator:
svn blame failed on trunk/webapps/EInotebook/maps/index.html: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/webapps/EInotebook/maps/index.html @ 359

Revision 359, 1.4 KB checked in by jdalbey, 7 years ago (diff)

Add EINotebook source

  • Property svn:executable set to *
RevLine 
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')"/>Incidents
23                </label>
24                <label>
25                    <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>ATMS
26                </label>
27                </td>
28            </tr>
29          </table>
30            </div>
31       
32            <!-- The Map -->
33            <div id="googleMapContent" style="display:none;"><iframe frameborder=0 width=740 height=600 
34                scrolling=no src=googleMap.html marginheight=0 marginwidth=0></iframe></div>
35        <div id="atmsMapContent" style="display:inline;"><iframe frameborder=0 width=740 height=600 
36                scrolling=no src="../../cptms.html" marginheight=0 marginwidth=0></iframe></div>
37    </center>
38  </body>
39</html>
Note: See TracBrowser for help on using the repository browser.