1<div id="ana_editor_container">
3 <style type="text/css">
4 .ana_membertable_style {
5 border: 2px solid black collapse;
6 background-color: #fff;
9 .ana_memberheader_style {
10 border: 1px dotted black collapse;
11 background-color: #eee;
22 #ana_editor_container {
26 outline: groove medium;
30 flex-direction: column;
39 background-color: #eee;
42 #ana_button_container {
44 background-color: #eee;
52 display: inline-block;
54 background-position: 0 0;
55 background-repeat: no-repeat;
56 background-size: contain;
57 border-color: inherit;
61 .ana_step_tabs_header {
62 border: 1px solid #ccc;
63 background-color: #f1f1f1;
66 /* Style the buttons inside the tab */
67 .ana_step_tabs_header button {
68 background-color: inherit;
78 /* Change background color of buttons on hover */
79 .ana_step_tabs_header button:hover {
80 background-color: #aaa;
83 .ana_step_tabs_header .active_btn {
85 background-color: #bbb;
86 text-decoration: underline;
91 <div class="ana_step_tabs_header" style="flex-grow: 0;">
94 <div class="ana_step_tabs_body" style="flex-grow: 1; padding: 8px; overflow-y: scroll;">
97 <div id="ana_file_container">
99 <legend>Auto Save File</legend>
100 <div style="display: flex; flex-direction: column; height: 100%">
101 <form class="anaASF_form" style="display: inline; vertical-align: middle;">
102 <button class="buttonSaveAnaASF go4_anedit_btn"
103 title="Write Autosave file immediately" type="submit"></button>
104 <input class="anaASF_name" type="text" size="35" title="Input autosave file name"></input>
106 <div style="display: inline; width: 100%; vertical-align: middle;">
107 <label style="height: 30px; flex-grow: 1" title="Enable/Disable autosave file">
108 <input class="anaASF_enabled" type="checkbox"></input> Enabled
110 <input style="height: 30px; flex-grow: 1;" class="anaASF_time"
111 title="Time Interval for autosave file" type="number" min="1" max="10000" step="100">
113 <input style="height: 30px; flex-grow: 1;" class="anaASF_compression"
114 title="ROOT compression level for autosave file" type="number" min="0" max="10">
116 <label style="height: 30px; flex-grow: 1;" title="Overwrite old autosave file">
117 <input class="anaASF_overwrite" type="checkbox"> Overwrite
123 <legend>Analysis Configuration File</legend>
124 <div style="display: inline; vertical-align: middle; width: 100%">
125 <button class="buttonLoadAnaConf go4_anedit_btn" title="Load Analysis Prefs file"></button>
126 <button class="buttonSaveAnaConf go4_anedit_btn" title="Save Analysis Prefs file"></button>
127 <label title="Input preference file name">
128 <input class="anaprefs_name" type="text" size="35">
134 <div id="ana_button_container">
135 <button class="buttonGetAnalysis go4_anedit_btn"
136 style="margin-left: 1em;"
137 title="Refresh analysis setup values from server"></button>
138 <button class="buttonSetAnalysis go4_anedit_btn"
139 title="Submit configuration to analysis"></button>
140 <button class="buttonAnaChangeLabel go4_anedit_btn"
141 title="This label shows that your current changes have not yet been updated to analysis"></button>
142 <button class="buttonSetStartAnalysis go4_anedit_btn"
143 title="Submit configuration to analysis and start execution"></button>
144 <button class="buttonCloseAnalysis go4_anedit_btn"
145 title="Close analysis - close all input/output files and destroys steps processors"></button>