comparison gis_gui/blocks/tablestructure.html.pt @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children
comparison
equal deleted inserted replaced
62:3905385c8854 63:7f008e782563
1 <tal:block tal:define="table python:request.get('table',None);">
2 <tal:block metal:use-macro="here/template/macros/module">
3
4 <tal:block metal:fill-slot="icon"> S </tal:block>
5 <tal:block metal:fill-slot="title"> Structure of table <i tal:content="table">dummy data</i> </tal:block>
6
7 <tal:block metal:fill-slot="menu">
8
9 <ul id="table_menu">
10 <li>View
11 <ul><li>Show/Hide Column</li>
12 </ul>
13 </li>
14 <li>Edit</li>
15 </ul>
16
17 </tal:block>
18
19 <tal:block metal:fill-slot="content">
20 <p class="msg create_table_upload" style="display:none">The structure of the table that will be created:</p>
21 <div class="table_container">
22 <div class="table_wrapper">
23 <table cellpadding="1" cellspacing="1" width="100%" class="datatable" rules="all">
24 <tr><td>table loading...</td></tr>
25 </table>
26 </div>
27 <br/>
28 <input type="button" value="Create table" class="create_table_button"/>
29 <input type="button" value="Cancel" class="dont_create_table_button"/>
30 </div>
31 </tal:block>
32
33 </tal:block>
34 </tal:block>