ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/SiStripWebBrowser/scripts/Viewer.html
Revision: 1.2
Committed: Sun Aug 24 18:29:05 2008 UTC (16 years, 8 months ago) by dutta
Content type: text/html
Branch: MAIN
CVS Tags: CRUZER4_240808
Changes since 1.1: +78 -76 lines
Log Message:
latest version during CRUZET4

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SiStrip DQM Viewer</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="keywords" content="css, stylesheets, form" />
8 <link rel="stylesheet" type="text/css" href="/ajax/css/tab-view.css" />
9 <link rel="stylesheet" type="text/css" href="/ajax/css/context-menu.css" />
10 <link rel="stylesheet" type="text/css" href="/ajax/css/folder-tree-static.css" />
11 <link rel="stylesheet" type="text/css" href="/ajax/css/tooltip.css" />
12 <script type="text/javascript" src="/ajax/js/tab-view.js"></script>
13 <script type="text/javascript" src="/ajax/js/context-menu.js"></script>
14 <script type="text/javascript" src="/ajax/js/folder-tree-static.js"></script>
15 <script type="text/javascript" src="/ajax/js/http_request.js"></script>
16 <body>
17 <div id="dhtmltooltip"></div>
18 <script type="text/javascript" src="/ajax/js/tooltip.js"></script>
19 <form name="Form1" action="javascript:void%200">
20 <div class="bloc" id="bloc1" style="width:56%;height=200%;float:left;">
21 <fieldset style="background:#77FF87;">
22 <legend >Drawing Canvas</legend>
23 <img id="drawingcanvas"
24 src="/ajax/images/blank.png"
25 width="100%"
26 height="600px"
27 style="border: 1px solid #000;"
28 name="canvas">
29 </img>
30 <br/>
31 <div id="progressbar" style="float:left;margin-top:1.0%;margin-left:5%;visibility:hidden">
32 <img id="progress_icon"
33 src="/ajax/images/loading.gif"
34 style="margin-bottom:-3px;padding-bottom:0px;">
35 </img>
36 <label class="label"
37 id="progress_message"
38 style="text-align:left;">
39 </label>
40 </div>
41 <br/>
42 <div style="float:right;margin-right:1%:0.5px;">
43 <br>
44 <label>Developed by: Suchandra Dutta</label>
45 </div>
46 </fieldset>
47 </div>
48 <div class="bloc" id="bloc2" style="width:44%; float:right;">
49 <fieldset style="background:#DDEFFF;">
50 <div class="bloc" id="bloc2_1" style="background:#C093FF;">
51 <fieldset>
52 <legend>DQM Output Root File Access</legend>
53 <label id="location"
54 style="margin-left:1%;margin-right:1%">
55 File Type :
56 </label>
57 <select name="FileLocation"
58 id="file_location"
59 style="width:20%;mergin_top:5%;mergin_bottom:10%"
60 <option value="cruzet3" SELECTED> Cruzet3 </option>
61 <option value="mwgr"> MWGR33 </option>
62 <option value="cruzet4"> Cruzet4 </option>
63 <option value="conddb"> CondDB </option>
64 <option value="local"> TIF </option>
65 <option value="castor"> Castor </option>
66 </select>
67 <input name="update_filelist"
68 id="update_files"
69 value="Update "
70 style="width:20%;margin-left:30%;mergin_bottom:10%"
71 onmouseover="ddrivetip('Update file list','#EAFFF9',100);"
72 onmouseout="hideddrivetip();"
73 onClick="RequestFileList()"
74 type="submit">
75 </input>
76 <br/>
77 <br/>
78 <label id="files"
79 style="margin-left:1%;margin-right:5%;mergin_top:5%;">
80 Current :
81 </label>
82 <select name="file_list"
83 id="file_names"
84 style="width:65%;mergin_top5%"
85 onmouseover="ddrivetip('List of files','#EAFFF9',80);"
86 onmouseout="hideddrivetip();"
87 </select>
88 <br>
89 <label id="ref_files"
90 style="margin-left:1%;margin-right:2%">
91 Reference:
92 </label>
93 <select name="ref_file_list"
94 id="ref_file_names"
95 style="width:65%;mergin_top2%"
96 onmouseover="ddrivetip('List of files','#EAFFF9',80);"
97 onmouseout="hideddrivetip();"
98 </select>
99 <br>
100 <input type="checkbox"
101 class="check"
102 style="margin-right:2%;margin-left:2%"
103 id="add_reference"
104 name="AddReference">
105 Add Ref.
106 </input>
107 <input type="checkbox"
108 class="check"
109 style="margin-right:2%;margin-left:2%"
110 id="norm_reference"
111 name="NormaliseReference">
112 Norm. Off
113 </input>
114 </fieldset>
115 </div>
116 <div id="dhtmlgoodies_tabView1" style="float=right:width:50%;padding:0.1% 0%">
117 <div class="dhtmlgoodies_aTab">
118 <div class="bloc" id="bloc2_2">
119 <div class="bloc" id="bloc2_2_1"
120 <fieldset>
121 <label id="summ_plot"
122 style="margin-left:2%">
123 Select & Plot Summary:
124 </label>
125 <select name="SummaryPlotType"
126 id="summary_plot_type"
127 style="width:30%;height:5%;text-align;margin-right:2%">
128 <option value="Global_Tracks"> Global Tracks </option>
129 <option value="Local_Tracks"> Local Tracks </option>
130 </select>
131 <input name="DrawSummary"
132 id="draw_summary"
133 value="DrawSummary"
134 style="width:25%;"
135 onClick="DrawSelectedSummary();"
136 type="submit">
137 </input>
138 <br/>
139 <br/>
140 <input name="QtestResultLite"
141 id="check_qtest_result_lite"
142 value="QTest Result"
143 style="width:30%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
144 onClick="CheckQualityTestResult(0)"
145 type="submit">
146 </input>
147 <input name="QtestResultDetail"
148 id="check_qtest_result_detail"
149 value="QTest Result Detail"
150 style="width:30%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
151 onClick="CheckQualityTestResult(1)"
152 type="submit">
153 </input>
154 </fieldset>
155 </div>
156 <div class="block" id="summary_status_area" style="overflow:scroll;height:390px;width:100%;background:#FFF8C9">
157 </div>
158 </div>
159 </div>
160 <div class="dhtmlgoodies_aTab">
161 <div class="bloc" id="bloc2_3">
162 <div class="bloc" id="bloc2_3_1"
163 onmouseover="ddrivetip('Select a sub-detector type and get the tree with summary histograms','#EAFFF9',120);"
164 onmouseout="hideddrivetip();">
165 <fieldset>
166 <label id="structures"
167 style="margin-left:10%">
168 Sub-Detectors:
169 </label>
170 <select name="struc_name"
171 id="structure_name"
172 style="width:35%;height:5%;text-align;margin-right:2%">
173 <option value="SiStrip/MechanicalView/TIB" SELECTED> TIB </option>
174 </select>
175 <input name="listsummary"
176 id="list_summary"
177 value="Get Tree"
178 style="width:20%;margin-left:2%;margin-top:2%"
179 onClick="RequestSummaryHistoList()"
180 type="submit">
181 </input>
182 </fieldset>
183 </div>
184 </br>
185 <div class="bloc" id="tree_list" style="overflow:scroll;height:450px;width:100%;background:#FFF;">
186 </div>
187 </div>
188 </div>
189 <div class="dhtmlgoodies_aTab">
190 <div class="bloc" id="bloc2_4">
191 <div class="bloc" id="bloc2_4_1"
192 onmouseover="ddrivetip('Select a sub-detector type and get the tree with alarm','#EAFFF9',120);"
193 onmouseout="hideddrivetip();">
194 <fieldset>
195 <label id="alarm_structures"
196 style="margin-left:10%">
197 Sub-Detectors:
198 </label>
199 <select name="struc_alarm"
200 id="structure_for_alarm"
201 style="width:35%;height:5%;text-align;margin-right:2%">
202 <option value="SiStrip/MechanicalView/TIB" SELECTED> TIB </option>
203 </select>
204 <input name="listalarm"
205 id="read_alarm"
206 value="Get Alarms"
207 style="width:20%;margin-left:2%;margin-top:2%"
208 onClick="RequestAlarmList()"
209 type="submit">
210 </input>
211 </fieldset>
212 </div>
213 </br>
214 <div class="bloc" id="alarm_list" style="overflow:scroll;height:300px;width:100%;background:#FFF;">
215 </div>
216 <div class="block" id="status_area" style="overflow:scroll;height:150px;width:100%;background:#FFF8C9">
217 </div>
218 </div>
219 </div>
220 <div class="dhtmlgoodies_aTab">
221 <div class="bloc" id="bloc2_5" style="background:#A9FF84">
222 <div class="bloc" id="bloc2_5_1" style="background:#A9FF84">
223 <fieldset>
224 <input type="radio"
225 class="radio"
226 style="margin-right:0%margin-top:1%;margin-bottom:1%;"
227 onmouseover="ddrivetip('Module Histogramss','#EAFFF9',120);"
228 onmouseout="hideddrivetip();"
229 id="module_histos"
230 name="HistoTypeSelection"
231 checked>
232 Modules for Struc.
233 </input>
234 <select name="struc_expert"
235 id="structure_for_expert"
236 style="width:30%;height:5%;text-align;margin-right:2%">
237 <option value="SiStrip/MechanicalView/TIB" SELECTED> TIB </option>
238 </select>
239 <select name="mod_num"
240 id="module_numbers"
241 style="margin-left:1%;position:absolute;z-index:0;width:120px;clip:rect(0px,120px,22px,100px);"
242 onChange="SetSelectedValue();">
243 </select>
244 <input type="text"
245 name="mod_num_edit"
246 id="module_number_edit"
247 style="margin-left:1%;position:absolute;z-index:1000;width:100px;"
248 onsubmit="DummyAction();">
249 </input>
250 <br>
251 <input type="radio"
252 class="radio"
253 style="margin-right:0%;margin-top:1%;margin-bottom:1%;"
254 onmouseover="ddrivetip('Global Histograms','#EAFFF9',120);"
255 onmouseout="hideddrivetip();"
256 id="global_histos"
257 name="HistoTypeSelection">
258 Global Histo Path
259 </input>
260 <input type="text"
261 name="global_histo_path"
262 id="ghisto_path"
263 style="margin-left:1%;position:absolute;z-index:1000;width:120px;"
264 value="Tracks"
265 </input>
266 <input name="listhisto"
267 id="list_histos"
268 value="Get List"
269 style="margin-left:5%;margin-top:-5%;float:right;"
270 onmouseover="ddrivetip('Get list of histograms for selected choice','#EAFFF9',200);"
271 onmouseout="hideddrivetip();"
272 onClick="RequestModuleHistoList()"
273 type="submit">
274 </input>
275 </fieldset>
276 </div>
277 <div class="bloc" id="bloc2_5_2">
278 <fieldset>
279 <select size=12 multiple
280 style="width:100%;font-size:13pt;"
281 name="HistoListArea"
282 id="histolistarea">
283 </select>
284 </fieldset>
285 </div>
286 <div class="bloc" id="bloc2_5_3"
287 onmouseover="ddrivetip('Different drawing options for histograms','#EAFFF9',120);"
288 onmouseout="hideddrivetip();">
289 <fieldset style="background:#FFAD5A;">
290 <legend >Drawing Options</legend>
291 <input type="checkbox"
292 class="check"
293 style="margin-right:2%"
294 id="logy"
295 name="logy">
296 Toggle logy
297 </input>
298 <label id="zoom"
299 style="margin-left:10%">
300 Zoom X-Axis:
301 </label>
302 <input type="text"
303 style="width:13%;border:1px solid #000;"
304 value=""
305 id="x-low"
306 name="xLow">
307 </input>
308 <input type="text"
309 style="width:13%;border:1px solid #000;"
310 value=""
311 id="x-high"
312 name="xHigh">
313 </input>
314 <br/>
315 <input type="checkbox"
316 class="check"
317 style="margin-right:2%"
318 id="multizone"
319 name="MultiZone">
320 Multiple Plot
321 </input>
322 <label id="rows"
323 style="margin-left:10%">
324 Rows:
325 </label>
326 <input type="text"
327 style="width:5%;border:1px solid #000;margin-top:2%"
328 value="1"
329 id="nrow"
330 name="nRows">
331 </input>
332 <label id="cols"
333 style="margin-left:2%">
334 Columns:
335 </label>
336 <input type="text"
337 style="width:5%;border:1px solid #000;;margin-top:2%"
338 value="1"
339 id="ncol"
340 name="nColumns">
341 </input>
342 <br/>
343 <label id="drawing_option_label"
344 style="margin-left:1%;margin-top:2%">
345 Draw Option:
346 </label>
347 <select name="draw_opt"
348 id="drawing_options"
349 style="width:20%;margin-top:2%;margin-right:2%"
350 <option value=" " SELECTED>Normal</option>
351 <option value="BOX">Box</option>
352 <option value="LEGO1">Lego1</option>
353 <option value="LEGO2">Lego2</option>
354 <option value="projection">Y-Projection</option>
355 </select>
356 <input name="drawhisto"
357 id="draw_histos"
358 value="Draw Histogram(s)"
359 style="width:40%;margin-left:5%;margin-top:2%"
360 onClick="DrawSelectedHistos();"
361 type="submit">
362 </input>
363 <br/>
364 </fieldset>
365 </div>
366 </div>
367 </div>
368 </div>
369 </fieldset>
370 </div>
371 </form>
372 </body>
373 </html>