Changeset 386 in tmcsimulator for trunk/webapps/cptms/index.html


Ignore:
Timestamp:
04/20/2019 12:11:46 PM (7 years ago)
Author:
jdalbey
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms/index.html

    r372 r386  
    55<!-- map center button icon from http://icons8.com/.  (Obligatory backlink, don't remove ) --> 
    66  <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
    7     <title>CPTMS Map v0.6.5</title>  
     7    <title>CPTMS Map v</title>  
    88<link rel="icon"  
    99      type="image/png"  
     
    9595    <button id="cmsButton" class="unstyled-button"><img id="cmsBtnImg" src="images/btnReady_CMS.png"></button> 
    9696    <button id="vdsButton" class="unstyled-button"><img id="vdsBtnImg" src="images/btnDepressed_VDS.png"></button> 
     97    <script  src="../common/js/fileutils.js"></script> 
     98    <script  src="../common/js/revision.js"></script> 
     99    <script  src="../common/js/displayutils.js"></script>  
     100    <script  src="js/vdsLayer.js"></script> 
     101    <script  src="js/cmsLayer.js"></script> 
     102    <script  src="js/cctvLayer.js"></script> 
     103    <script  src="js/harLayer.js"></script> 
     104    <script  src="js/controls.js"></script> 
     105    <script  src="js/night_mode.js"></script> 
    97106    <script> 
    98  
     107    showRevision(); 
    99108    // a global variable for the google map 
    100109    var map; 
     
    207216 
    208217    </script> 
    209     <script  src="../common/js/fileutils.js"></script> 
    210     <script  src="../common/js/displayutils.js"></script>  
    211     <script  src="js/vdsLayer.js"></script> 
    212     <script  src="js/cmsLayer.js"></script> 
    213     <script  src="js/cctvLayer.js"></script> 
    214     <script  src="js/harLayer.js"></script> 
    215     <script  src="js/controls.js"></script> 
    216     <script  src="js/night_mode.js"></script> 
    217218 
    218219    <!-- Project API Key --> 
Note: See TracChangeset for help on using the changeset viewer.