Changeset 386 in tmcsimulator for trunk/webapps/cmsmonitor


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/cmsmonitor/index.html

    r377 r386  
    44<!-- Launch with  python -m CGIHTTPServer 80  --> 
    55  <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
    6     <title>CMS Monitor v0.2</title>  
     6    <title>CMS Monitor v</title>  
    77<style> 
    88* { 
     
    3636</style> 
    3737</head> 
    38 <body> 
     38<body onLoad="showRevision();">  
    3939<div class="row"> 
    4040  <div class="column left" > 
     
    5252</div> 
    5353 
    54  
     54    <script  src="../common/js/displayutils.js"></script> 
     55    <script  src="../common/js/revision.js"></script> 
    5556    <script  src="../common/js/fileutils.js"></script> 
    5657   <script> 
Note: See TracChangeset for help on using the changeset viewer.