2 <style type="text/css">
5 transform: scale(1.2, 1.2);
6 background-position: 0 0;
7 background-repeat: no-repeat;
8 background-size: contain;
11 #anaterm_terminal_container{
16 outline: groove medium;
21 #anaterm_output_container {
30 background-color:#fff;
33 #anaterm_control_container {
42 background-color:#eee;
55 <div id="anaterm_terminal_container">
57 <div id="anaterm_output_container"></div>
60 <div id="anaterm_control_container">
63 <table style="width: 100%; height: 50%">
67 <td colspan=4> <form id="go4_anaterm_cmd_form" accept-charset="utf-8">
68 <label for="go4_anaterm_command" title="Execute interpreter line in the analysis context. '@' means 'TGo4Analysis::Instance()->' ; A leading '$' invokes python skript.">
69 Press enter to execute. </label><input id="go4_anaterm_command" type="text" size="55" value="">
70 <button class="go4_executescript" title="Execute analysis script" type="submit">Execute</button>
75 <td style="height: 30px">
76 <button class="go4_clearterm"
77 title="Clear Terminal Window">Clear Terminal</button>
79 <td style="height: 30px">
80 <button class="go4_endterm"
81 title="Scroll to end of terminal window">End of Terminal</button>
83 <td style="height: 30px">
84 <button class="go4_printhistos"
85 title="Print Histograms">Print histos</button>
87 <td style="height: 30px">
88 <button class="go4_printcond"
89 title="Print conditions">Print conditions</button>