1<div id="par_editor_container">
3 <style type="text/css">
4 .par_membertable_style {
6 background-color: #fff;
10 .par_memberheader_style {
11 border: 2px inset black;
12 background-color: #eee;
16 .par_arrayheader_style {
17 border: 1px inset black;
18 background-color: #eee;
45 #par_editor_container {
49 outline: groove medium;
54 #par_header_container {
63 background-color: #eee;
66 #par_table_container {
75 background-color: #eee;
78 #par_button_container {
87 background-color: #eee;
93 display: inline-block;
95 background-position: 0 0;
96 background-repeat: no-repeat;
97 background-size: contain;
98 border-color: inherit;
102 <div id="par_header_container">
103 <table style="width: 100%">
106 <th><label class="par_name" style="float: left"> </label></th>
107 <th><label class="par_type" style="float: right"> </label></th>
113 <div id="par_table_container">
114 <table class="par_values" style="width: 100%; text-align: left">
117 <th class='par_key'>Name</th>
118 <th class='par_class'>Type</th>
119 <th class='par_value'>Value</th>
120 <th class='par_comment'>Comments</th>
123 <tbody class="par_value_body">
128 <div id="par_button_container">
129 <table style="width: 70px; height: 100%; float: left">
132 <td style="height: 30px">
133 <button class="buttonGetParameter go4_paredit_btn"
134 title="Refresh parameter values from analysis server"></button>
136 <td style="height: 30px">
137 <button class="buttonSetParameter go4_paredit_btn"
138 title="Send parameter values to analysis server"></button>
140 <td style="height: 30px">
141 <button class="buttonChangedParameter go4_paredit_btn"
142 title="This label shows that your current changes have not yet been updated to analysis"></button>