3 <style type="text/css">
5 .par_membertable_style {
11 .par_memberheader_style {
12 border: 2px inset black;
13 background-color:#eee;
17 .par_arrayheader_style {
18 border: 1px inset black;
19 background-color:#eee;
47 #par_editor_container{
51 outline: groove medium;
56 #par_header_container {
65 background-color:#eee;
68 #par_table_container {
77 background-color:#eee;
80 #par_button_container {
89 background-color:#eee;
93 transform: scale(1.2, 1.2);
94 background-position: 0 0;
95 background-repeat: no-repeat;
96 background-size: contain;
109 <div id="par_editor_container">
112 <div id="par_header_container">
113 <table style="width: 100%">
115 <!-- <h5>Parameter Editor</h5> -->
119 <th><label class="par_name" style="float: left"> </label></th>
120 <th><label class="par_type" style="float: right"> </label></th>
126 <div id="par_table_container">
127 <table class="par_values" style=" width:100%; text-align: left">
130 <th class='par_key'>Name</th> <th class='par_class'>Type</th><th class='par_value'> Value</th><th class='par_comment'>Comments</th>
133 <tbody class="par_value_body">
138 <div id="par_button_container">
139 <!-- <button title="Get parameter">Get</button> -->
140 <!-- <button title="Set parameter">Set</button> -->
141 <!-- <button title="Parameter changed in editor">Changed</button> -->
143 <table style="width: 70px; height: 100%; float: left">
146 <td style="height: 30px">
147 <button class="buttonGetParameter"
148 title="Refresh parameter values from analysis server">Get</button>
150 <td style="height: 30px">
151 <button class="buttonSetParameter"
152 title="Send parameter values to analysis server">Set</button>
154 <td style="height: 30px">
155 <button class="buttonChangeLabel"
156 title="This label shows that your current changes have not yet been updated to analysis">Changed!</button>