comparison gis_gui/blocks/layer.html.pt @ 101:7ed1d9c6122e

changable color for dots in map
author fknauft
date Tue, 01 Feb 2011 16:31:17 +0100
parents 2bc79c0fba3c
children 72fb40db21f6
comparison
equal deleted inserted replaced
100:4c125fbb2c5b 101:7ed1d9c6122e
32 <th> Source Table </th> 32 <th> Source Table </th>
33 <td> <span tal:content="table"/> <input type="button" value="Open table" class="layer_open_table_button"/></td> 33 <td> <span tal:content="table"/> <input type="button" value="Open table" class="layer_open_table_button"/></td>
34 </tr> 34 </tr>
35 </table> 35 </table>
36 <h3> Mapping </h3> 36 <h3> Mapping </h3>
37
37 <table> 38 <table>
38 <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr> 39 <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr>
39 <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr> 40 <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr>
40 <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr> 41 <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr>
41 <tr> <th> Color </th> <td> <select class="layer_color_select"><option>None</option></select></td> </tr> 42 <tr> <th> Color </th> <td> <select class="layer_color_select"><option>red</option><option>blue</option><option>green</option><option>None</option></select></td> </tr>
42 <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr> 43 <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr>
43 <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr> 44 <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr>
44 </table> 45 </table>
45 <br/> 46 <br/>
46 <input type="button" value="Update layer" class="layer_update_button"/> 47 <input type="button" value="Update layer" class="layer_update_button"/>