-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharachne-common.html
114 lines (87 loc) · 4.12 KB
/
arachne-common.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
<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>
<br/><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 -->
<!--#if expr="${file_type} = reco" -->
<!--#include virtual="html/data-source-portlet-reco.inc" -->
<!--#else -->
<!--#include virtual="html/data-source-portlet.inc" -->
<!--#endif -->
<!--#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" -->
</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 -->
</body>