3 <style type="text/css">
6 .ana_membertable_style {
7 border: 2px solid black collapse;
11 .ana_memberheader_style {
12 border: 1px dotted black collapse;
13 background-color:#eee;
24 #ana_editor_container{
28 outline: groove medium;
31 background-color:#eee;
57 background-color:#eee;
60 #ana_button_container {
69 background-color:#eee;
77 transform: scale(1.2, 1.2);
78 background-position: 0 0;
79 background-repeat: no-repeat;
80 background-size: contain;
90 <div id="ana_editor_container">
93 <div id="ana_step_container">
95 <div class="steptabs" title="Tab container for steps" style="position:relative; width:100%; height:100%; text-align: left;">
96 <!-- html code for tabs now created in the script itself -->
101 <div id="ana_file_container">
103 <table class="ana_autosave" style="position:relative; width:100%; height:45%; text-align: left">
106 <th colspan=4>Auto Save File</th>
111 <td colspan=4 style="height: 30px">
112 <form class="anaASF_form" accept-charset="utf-8">
113 <button class="buttonSaveAnaASF" title="Write Autosave file immediately" type="submit">Save</button>
114 <label title="Input autosave file name">
115 <input class="anaASF_name" type="text" size="35" value="Go4AnalysisASF.root"></label>
120 <td><label style="height: 30px" title="Enable/Disable autosave file">
121 <input class="anaASF_enabled" type="checkbox"> Enabled</label>
124 <input class="anaASF_time MySpinnerStyle" title="Time Interval for autosave file" type="text" value="442">
126 <td> <input class="anaASF_compression MySpinnerStyle" title="ROOT compression level for autosave file" type="text" value="1"></td>
128 <label style="height: 30px" title="Overwrite old autosave file">
129 <input class="anaASF_overwrite" type="checkbox"> Overwrite</label>
137 <table class="ana_configfile" style="position:relative; width:100%; height:45%; text-align: left">
140 <th colspan=2>Analysis Configuration File</th>
145 <td style="height: 30px">
146 <button class="buttonLoadAnaConf"
147 title="Load Analysis Prefs file">Load</button>
149 <td style="height: 30px">
150 <form class="anaprefs_form" accept-charset="utf-8">
151 <button class="buttonSaveAnaConf" title="Save Analysis Prefs file" type="submit">Save</button>
152 <label title="Input preference file name">
153 <input class="anaprefs_name" type="text" size="35" value="Go4AnalysisPrefs.root"></label>
166 <div id="ana_button_container">
167 <!-- <button title="Get parameter">Get</button> -->
168 <!-- <button title="Set parameter">Set</button> -->
169 <!-- <button title="Parameter changed in editor">Changed</button> -->
171 <table style="width: 70px; height: 100%; float: left">
174 <td style="height: 30px">
175 <button class="buttonGetAnalysis"
176 title="Refresh analysis setup values from server">Get</button>
178 <td style="height: 30px">
179 <button class="buttonSetAnalysis"
180 title="Submit configuration to analysis">Submit</button>
182 <td style="height: 30px">
183 <button class="buttonAnaChangeLabel"
184 title="This label shows that your current changes have not yet been updated to analysis">Changed!</button>
186 <td style="height: 30px">
187 <button class="buttonSetStartAnalysis"
188 title="Submit configuration to analysis and start execution">Submit+Start</button>
190 <td style="height: 30px">
191 <button class="buttonCloseAnalysis"
192 title="Close analysis - close all input/output files and destroys steps processors">Close</button>