1<div class="anaterm_terminal_container">
3 <style type="text/css">
7 background-position: 0 0;
8 background-repeat: no-repeat;
9 background-size: contain;
10 border-color: inherit;
13 .anaterm_terminal_container {
18 outline: groove medium;
23 #anaterm_output_container {
32 background-color: #fff;
35 #anaterm_control_container {
44 background-color: #eee;
48 <div id="anaterm_output_container"></div>
50 <div id="anaterm_control_container">
51 <table style="width: 100%; height: 50%">
55 <form class="go4_anaterm_cmd_form" accept-charset="utf-8">
56 <label for="go4_anaterm_command"
57 title="Execute interpreter line in the analysis context. '@' means 'TGo4Analysis::Instance()->' ; A leading '$' invokes python skript.">
58 Press enter to execute. </label> <input id="go4_anaterm_command"
59 type="text" size="55" value="" />
60 <button class="go4_executescript go4_terminal_btn"
61 title="Execute analysis script" type="submit"></button>
66 <td style="height: 30px">
67 <button class="go4_clearterm go4_terminal_btn"
68 title="Clear Terminal Window"></button>
70 <td style="height: 30px">
71 <button class="go4_startterm go4_terminal_btn"
72 title="Scroll to the begin of terminal window"></button>
74 <td style="height: 30px">
75 <button class="go4_endterm go4_terminal_btn"
76 title="Scroll to end of terminal window"></button>
78 <td style="height: 30px">
79 <button class="go4_printhistos go4_terminal_btn"
80 title="Print Histograms"></button>
82 <td style="height: 30px">
83 <button class="go4_printcond go4_terminal_btn"
84 title="Print conditions"></button>