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 @ 386

Revision 386, 1.8 KB checked in by jdalbey, 7 years ago (diff)

Updated LoadEvents?.js to parse all event types except CMS_EVALUATION. Modified build.xml to write svn revision number to webapps/common/js so the revision number can be included in the web page title of our apps. Write ShowRevision? function in displayutils.js to do that.

  • 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;">
34<iframe src="https://www.google.com/maps/d/embed?mid=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&zoom=9" 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" style="display:inline;"><iframe frameborder=0 width=740 height=600 
41                scrolling=no src="../../cptms/index.html" marginheight=0 marginwidth=0></iframe></div>
42<!--        <div id="atmsMapContent" style="display:inline;"><iframe frameborder=0 width=740 height=600
43                scrolling=no src="../../cptms.html" marginheight=0 marginwidth=0></iframe></div>
44-->
45    </center>
46  </body>
47</html>
Note: See TracBrowser for help on using the repository browser.