Changeset 386 in tmcsimulator for trunk/webapps/cmsmonitor
- Timestamp:
- 04/20/2019 12:11:46 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/cmsmonitor/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cmsmonitor/index.html
r377 r386 4 4 <!-- Launch with python -m CGIHTTPServer 80 --> 5 5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 6 <title>CMS Monitor v 0.2</title>6 <title>CMS Monitor v</title> 7 7 <style> 8 8 * { … … 36 36 </style> 37 37 </head> 38 <body >38 <body onLoad="showRevision();"> 39 39 <div class="row"> 40 40 <div class="column left" > … … 52 52 </div> 53 53 54 54 <script src="../common/js/displayutils.js"></script> 55 <script src="../common/js/revision.js"></script> 55 56 <script src="../common/js/fileutils.js"></script> 56 57 <script>
Note: See TracChangeset
for help on using the changeset viewer.
