-
Notifications
You must be signed in to change notification settings - Fork 0
/
arachne.html
149 lines (112 loc) · 5.3 KB
/
arachne.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!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</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="standard" -->
<script type="text/javascript" charset="utf-8">
gPageName='standard';
window.FlashCanvasOptions = {
swfPath: "http://192.168.1.5/~tagg/Arachne/js/"
};
</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" media="all"/>
<link rel="stylesheet" href="front_page/menu.css" type="text/css" media="all"/>
<link rel="stylesheet" href="local.css" type="text/css" media="all"/>
</head>
<body>
<div id='everything'>
<!--#include virtual="front_page/menu.inc" -->
<div id="header" >
<center>
<img src="images/ArachneTitle.png" alt="Arachne - the MINERνA Web Event Display" style="width:400px;">
</center>
<div class="header-links"><center>
<a id="Print" href='#'>Print</a>
<a class="align-left" href="https://cdcvs.fnal.gov/redmine/projects/minerva/wiki/Arachne">Documentation</a>
<div class="align-right"><span class="align-right" id="link-to-this-event">Link to this event</span></div>
<br/><a class="align-left" href="http://mnvevdgpvm01.fnal.gov/Arachne/server/kill_this_ntuple_server.cgi">Restart Server</a>
<div class="align-right"><span class="align-right" id="email-this-event">Email this event</span></div>
</center>
</div>
<table style="clear: both;" border="0" width="100%"><tr>
<td width="5%">Status:</td><td><div id="status">Script loading...</div></td>
</tr></table>
</div> <!-- header -->
<div id="expando-target" style="z-index:998;"></div>
<div id="content">
<div id="content-top">
<!-- INPUT -->
<!--#include virtual="html/data-source-portlet.inc" -->
<!--#include virtual="html/slice-navigation-portlet.inc" -->
</div> <!-- content-top -->
<div style="clear:both;"></div>
<div id="content-right" class="dock">
<!--#include virtual="html/ph-histogram-portlet.inc" -->
<!--#include virtual="html/event-info-portlet.inc" -->
<!--#include virtual="html/mc-info.inc" -->
<!--#include virtual="html/beam-info.inc" -->
<!--#include virtual="html/configuration-portlet.inc" -->
<!--#include virtual="html/scan-info-portlet.inc" -->
<!--#include virtual="html/usertrack-portlet.inc" -->
</div> <!-- content-right -->
<div id="content-main">
<div id="content-wide" class="dock">
<!--#include virtual="html/time-histogram-portlet.inc" -->
<!--#include virtual="html/hit-map-portlet.inc" -->
<!--#include virtual="html/big-xz-hitmap-portlet.inc" -->
<!--#include virtual="html/minos.inc" -->
</div> <!-- content-wide -->
<div id="content-left" class="dock">
<!--#include virtual="html/mri-view-portlet.inc" -->
<!--#include virtual="html/energy-profile.inc" -->
<!--#include virtual="html/electronics-view-portlet.inc" -->
</div> <!-- content-left -->
<div id="content-middle" class="dock">
<!--#include virtual="html/trid-portlet.inc" -->
<!--#include virtual="html/mc-digraph.inc" -->
<!--#include virtual="html/veto-view-portlet.inc" -->
<!--#include virtual="html/scan-entry-portlet.inc" -->
</div> <!-- content-middle -->
</div> <!-- content-main -->
</div> <!-- content -->
<!-- <div style="clear: both;"></div> -->
<div id="footer">
<!--#include virtual="html/expert-portlet.inc" -->
<!--#include virtual="html/credits.inc" -->
</div> <!-- footer -->
<!-- hidden stuff. -->
<!--#include virtual="html/help.inc" -->
<!--#include virtual="html/MOTD.inc" -->
<div id="hit-info" title="Hit Info"></div>
<div id="track-info" class="triangle-isosceles left floating">
<span id="track-info-pane"></span>
<div class="unit-ctl" style="display:none;">
<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 id="warning-dialog" title="Warning">
<p id="warning-dialog-message"></p>
</div>
<div id="sm2-container"></div> <!-- For Sound Manager stuff. -->
</div> <!-- Everything -->
<!--#include virtual="html/fnal-boilerplate.inc" -->
</body>
</html>