~oh-dev/openhealth/phit-tools

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<li class='configuration_list'>
  <div >
    <h3><span name='displayName' class='configDisplayName'></span></h3>
    <div class='configValue'>
      <span ifset='true' name='description'>
	<span class='configDescription'  name='description'></span>
      </span>
      <br/>
      <table class='colorPicker'>
	<tr>
	  <th>Chosen Color</th><th>Choose A Color</th>
	</tr>
	<tr>
	  <td id='showColorPickerBox' class='showColorPickerBox'></td>
	  <td> <div id='colorPickerBox' class='colorPickerBox'></div></td>
	</tr>
      </table>
      <input type='hidden' name='value_color_triple_hex_single[]' value='' id='value_color_triple_hex_single'/>
      <br/>
      <span ifset="true" name="configDefaultValue" id="configDefaultValue">
	<span class='configDefaultValue clickableText' id='defaultColor'>
	  (Default: <span name="configDefaultValue" ></span>)
	</span>
      </span>     
    </div>
  </div>
</li>