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