-
Notifications
You must be signed in to change notification settings - Fork 0
/
arachne.3col.html
111 lines (82 loc) · 3.73 KB
/
arachne.3col.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
<!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="images/hex_icon.png" />
<!-- Javascript libraries and code. -->
<!--#include virtual="html/libraries.inc"-->
<!-- Main CSS sheet for basic layout, custom mods. -->
<link rel="stylesheet" href="arachne.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="header" >
<center>
<h4 style="margin: 0;">Arachne - the MINERνA Web Event Display</h4>
</center>
<div class="header-links">
<a class="align-left" href="http://substitute.pas.rochester.edu/mediawiki/index.php?title=Arachne">Documentation</a>
<span class="align-right" id="link-to-this-event">Link to this event</span>
</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="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-left" class="dock">
<!--#include virtual="html/configuration-portlet.inc" -->
<!--#include virtual="html/time-histogram-portlet.inc" -->
<!--#include virtual="html/ph-histogram-portlet.inc" -->
<!--#include virtual="html/electronics-view-portlet.inc" -->
</div> <!-- content-left -->
<div id="content-right" class="dock">
<!--#include virtual="html/slice-info-portlet.inc" -->
<!--#include virtual="html/gate-info-portlet.inc" -->
<!--#include virtual="html/scan-info-portlet.inc" -->
</div> <!-- content-right -->
<div id="content-middle" class="dock">
<!--#include virtual="html/mri-view-portlet.inc" -->
<!--#include virtual="html/big-xz-hitmap-portlet.inc" -->
<!--#include virtual="html/scan-entry-portlet.inc" -->
<!--#include virtual="html/hit-map-portlet.inc" -->
<!--#include virtual="html/trid-portlet.inc" -->
<!--#include virtual="html/expert-portlet.inc" -->
</div> <!-- content-middle -->
</div> <!-- content -->
<div style="clear: both;"></div>
<div id="footer">
<table border="0" style="display:inline;"><tr>
<td><img src="images/Otterbein.png" width="100px" height="100px" /></td>
<td>
Send all notes to Nathaniel at <a href="mailto:[email protected]">[email protected]</a><br/>
Remember to look at the <a href="http://substitute.pas.rochester.edu/mediawiki/index.php?title=Arachne">documentation</a><br/>
and perhaps the most recent <a href="http://neutrino.otterbein.edu/repos-web/open/log/?base=%26target=/Arachne/trunk">changelog</a>.
Graphic Design by <a href="mailto:[email protected]">Erin Cochran</a>.<br/>
</td>
</tr>
</table>
<table border="0" style="display:inline;"><tr>
<td><img src="images/arachne-200px.jpg" /></td>
<td><p style="font-size: 0.875em">About the name <a href="http://en.wikipedia.org/wiki/Arachne">Arachne</a></p></td>
</tr></table>
</div> <!-- footer -->
<!-- hidden stuff. -->
<div id="hit-info" style="width: 150px; height: 430px" title="Hit Info"></div>
<div id="track-info" class="triangle-isosceles left floating"><span></span></div>
</body>
</html>