GSI Object Oriented Online Offline (Go4)  GO4-6.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
terminal.htm
Go to the documentation of this file.
1 <div class="anaterm_terminal_container">
2 
3  <style type="text/css">
4  .go4_terminal_btn {
5  height: 28px;
6  width: 28px;
7  background-position: 0 0;
8  background-repeat: no-repeat;
9  background-size: contain;
10  border-color: inherit;
11  }
12 
13  .anaterm_terminal_container {
14  height: 100%;
15  position: relative;
16  left: 5px;
17  right: 5px;
18  outline: groove medium;
19  overflow-x: hidden;
20  overflow-y: auto;
21  }
22 
23  #anaterm_output_container {
24  outline: outset thin;
25  position: absolute;
26  top: 2px;
27  bottom: 102px;
28  left: 1px;
29  right: 1px;
30  overflow-x: hidden;
31  overflow-y: auto;
32  background-color: #fff;
33  }
34 
35  #anaterm_control_container {
36  outline: outset thin;
37  position: absolute;
38  bottom: 1px;
39  height: 98px;
40  left: 1px;
41  right: 1px;
42  overflow-x: auto;
43  overflow-y: auto;
44  background-color: #eee;
45  }
46  </style>
47 
48  <div id="anaterm_output_container"></div>
49 
50  <div id="anaterm_control_container">
51  <table style="width: 100%; height: 50%">
52  <tbody>
53  <tr>
54  <td colspan=4>
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>
62  </form>
63  </td>
64  </tr>
65  <tr>
66  <td style="height: 30px">
67  <button class="go4_clearterm go4_terminal_btn"
68  title="Clear Terminal Window"></button>
69  </td>
70  <td style="height: 30px">
71  <button class="go4_startterm go4_terminal_btn"
72  title="Scroll to the begin of terminal window"></button>
73  </td>
74  <td style="height: 30px">
75  <button class="go4_endterm go4_terminal_btn"
76  title="Scroll to end of terminal window"></button>
77  </td>
78  <td style="height: 30px">
79  <button class="go4_printhistos go4_terminal_btn"
80  title="Print Histograms"></button>
81  </td>
82  <td style="height: 30px">
83  <button class="go4_printcond go4_terminal_btn"
84  title="Print conditions"></button>
85  </td>
86  </tbody>
87  </table>
88  </div>
89 
90 </div>