-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_live.html
131 lines (94 loc) · 4.2 KB
/
_live.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xml:lang="en">
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>Arachne Live</title>
<!-- My little icon in the link url -->
<link rel="icon" type="image/png" href="front_page/a" />
<!-- Activate some overrides to basic configuration. -->
<!--#set var="PageStyle" value="live" -->
<script type="text/javascript" charset="utf-8">
gPageName='live';
</script>
<!-- Javascript libraries and code. -->
<!--(#)include virtual="html/libraries.inc"-->
<!--#include virtual="libraries.cgi"-->
<!-- Main CSS sheet for basic layout, custom mods. -->
<link rel="stylesheet" href="arachne.css" type="text/css" />
<link rel="stylesheet" href="local.css" type="text/css" />
<link rel="stylesheet" href="live.css" type="text/css" />
<link rel="stylesheet" href="front_page/menu.css" type="text/css" />
<!-- local overrides here, mostly for development. -->
<style type="text/css">
</style>
<script type="text/javascript" charset="utf-8">
</script>
</head>
<body>
<div id='everything'>
<!--#include virtual="front_page/menu.inc" -->
<div id="header-left" style="float:left; height: 30px;">
<a href="http://minerva.fnal.gov" title="MINERνA Experiment"><img src="images/minerva.png" style="height: 30px;" /></a>
<a href="http://neutrino.otterbein.edu" title="Otterbein University"><img src="images/Otterbein.png" style="height: 30px;" /></a>
</div>
<!-- <div id="header-right" style="float:right; height: 30px;">
</div> -->
<div id="header" >
<img src="images/ArachneTitle.png" alt="Arachne - the MINERνA Web Event Display" style="height:30px;"> </center>
</div> <!-- header -->
<div style="clear:both;"></div>
<!-- Left hand navigation bar. -->
<div id="nav-sidebar" class="dock">
<!--#include virtual="html/data-portlet-live.inc" -->
<!--#include virtual="html/slice-nav-portlet-simple.inc" -->
<!--#include virtual="html/event-info-portlet.inc" -->
</div>
<!-- hidden things -->
<div style="display: none;">
<!--#include virtual="html/configuration-portlet.inc" -->
</div>
<div id="content">
<div id="content-top">
<!-- INPUT -->
</div> <!-- content-top -->
<div class="dock" id="content-topright">
<!--//#include virtual="html/mri-view-portlet.inc" -->
<!--#include virtual="html/trid-portlet.inc" -->
</div>
<div class="dock" id="content-topleft">
<!--#include virtual="html/ph-histogram-portlet.inc" -->
<!--#include virtual="html/time-histogram-portlet.inc" -->
</div>
<div style="clear:right;"></div>
<div id="content-right" class="dock">
</div> <!-- content-right -->
<!--#include virtual="html/hit-map-portlet.inc" -->
<!--#include virtual="html/expert-portlet.inc" -->
<div style="clear: both;"></div>
<div id="footer">
<!--#include virtual="html/credits.inc" -->
</div> <!-- footer -->
</div> <!-- content -->
<!-- hidden stuff. -->
<!--#include virtual="html/help.inc" -->
<!--#include virtual="html/MOTD.inc" -->
<div id="hit-info" style="width: 150px; height: 430px" title="Hit Info"></div>
<div id="track-info" class="triangle-isosceles left floating">
<span id="track-info-pane"></span>
<div class="unit-ctl">
<input type="radio" name="unit-ctl" id="unit-radio1" value="MeV" checked="yes"/><label for="unit-radio1">MeV</label>
<input type="radio" name="unit-ctl" id="unit-radio2" value="SI" /> <label for="unit-radio2">SI</label>
</div>
</div>
<div id="too-many-hits-confirmation" style="display:none; cursor: default">
This gate has got many raw hits (<span id='num-hits-untruncated'></span>) and will take a long time to display. Would you like to...<br/>
<input type="button" id="too-many-hits-continue" value="Continue anyway" /> <br/>
<input type="button" id="too-many-hits-truncate" value="Truncate at 10000 hits" /> <br/>
<input type="button" id="too-many-hits-stop" value="Abort display of this event" /> <br/>
</div>
</div> <!-- Everything -->
</body>
</html>