-
Notifications
You must be signed in to change notification settings - Fork 0
/
_hidden_simple.html
127 lines (95 loc) · 4.28 KB
/
_hidden_simple.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
<!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 Event Viewer</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="simple" -->
<script type="text/javascript" charset="utf-8">
gPageName='simple';
</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="simple.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" >
<img src="images/ArachneTitle.png" alt="Arachne - the MINERνA Web Event Display" style="width:400px;"> </center>
</div> <!-- header -->
<!-- Left hand navigation bar. -->
<div id="nav-sidebar">
<table border="0" width="100%"><tr>
<td width="5%">Status:</td><td><div id="status">Script loading...</div></td>
</tr></table>
<!--#include virtual="html/data-portlet-simple.inc" -->
<!--#include virtual="html/slice-nav-portlet-simple.inc" -->
<!--#include virtual="html/track-hider-portlet.inc" -->
</div>
<!-- hidden things -->
<div style="display: none;">
<!--#include virtual="html/configuration-portlet.inc" -->
</div>
<div id="content">
<div id='ph-hist-dock' style="float: right; width: 50%;">
<!--#include virtual="html/ph-histogram-portlet.inc" -->
</div>
<div id='time-hist-dock' style="margin-right: 50%; width: 50%;">
<!--#include virtual="html/time-histogram-portlet.inc" -->
</div>
<div id='content-simplemain'>
<div id="content-sliceinfo">
<!--#include virtual="html/slice-info-simple.inc" -->
</div> <!-- content-sliceinfo -->
<!--#include virtual="html/big-xz-hitmap-portlet.inc" -->
<!--#include virtual="html/hit-map-core-portlet.inc" -->
<!--#include virtual="html/trid-portlet.inc" -->
<!--#include virtual="html/expert-portlet.inc" -->
</div> <!-- content-right -->
<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="dialog" title="Track Information">
<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 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> <!-- Everything -->
</body>
</html>