annotate gis_gui/blocks/layer.html.pt @ 246:83b5d3215c19

show line and polygon-layer
author fknauft
date Thu, 08 Sep 2011 13:40:13 +0200
parents 863422977297
children bba7dd7b6b4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
1 <tal:block tal:define="table python:request.get('table',None);">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
2 <tal:block metal:use-macro="here/template/macros/module">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
3
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
4
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
5 <tal:block metal:fill-slot="icon"> L </tal:block>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
6 <tal:block metal:fill-slot="title"> Map layer for table <i tal:content="table"/></tal:block>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
7
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
8
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
9 <tal:block metal:fill-slot="menu">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
10 <ul id="account_menu">
90
2bc79c0fba3c changes on intro site
fknauft
parents: 64
diff changeset
11 <li> Save </li>
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
12 <li> Open </li>
90
2bc79c0fba3c changes on intro site
fknauft
parents: 64
diff changeset
13 <li> </li>
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
14 </ul>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
15 </tal:block>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
16
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
17 <tal:block metal:fill-slot="content">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
18 <!-- Subscreens: mapping setup, map -->
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
19 <div class="subscreen main">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
20 <div class="map_box">
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
21 [map loading...]
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
22 </div>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
23
202
a3fb44bf689e Text from Features in a Side-Info-Box
fknauft
parents: 155
diff changeset
24 <div class="mapping_info" id="map_info">
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
25 <h3>Map layer</h3>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
26 <table>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
27 <tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
28 <th> Layer Name </th>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
29 <td><input type="text" class="layer_name" tal:attributes="value string:${table}_layer1"/></td>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
30 </tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
31 <tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
32 <th> Source Table </th>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
33 <td> <span tal:content="table"/> <input type="button" value="Open table" class="layer_open_table_button"/></td>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
34 </tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
35 </table>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
36 <h3> Mapping </h3>
101
7ed1d9c6122e changable color for dots in map
fknauft
parents: 90
diff changeset
37
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
38 <table>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
39 <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr>
246
83b5d3215c19 show line and polygon-layer
fknauft
parents: 215
diff changeset
40 <tr> <th> Color </th> <td> <select class="layer_color_select"><option selected>red</option><option>red_big</option><option>green</option><option>green_big</option><option>black</option><option>black_big</option><option>violett</option><option>violett_big</option><option>blue</option><option>blue_big</option></select></td> </tr>
83b5d3215c19 show line and polygon-layer
fknauft
parents: 215
diff changeset
41 <!-- <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>poly</option><option>line</option></select></td> </tr> -->
83b5d3215c19 show line and polygon-layer
fknauft
parents: 215
diff changeset
42 <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>line</option></select></td> </tr>
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
43 <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
44 <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
45 <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
46 <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
47 </table>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
48 <br/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
49 <input type="button" value="Update layer" class="layer_update_button"/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
50 <br/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
51 <input type="button" value="Save layer" class="layer_save_button"/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
52 <br/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
53 <input type="button" value="Create map with this layer" class="map_create_button"/>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
54 </div>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
55 </div>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
56 </tal:block>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
57
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
58
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
59
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
60 </tal:block>
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
61 </tal:block>