diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gis_gui/blocks/tablestructure.html.pt	Fri Nov 05 18:52:55 2010 +0100
@@ -0,0 +1,34 @@
+<tal:block tal:define="table python:request.get('table',None);">
+<tal:block metal:use-macro="here/template/macros/module">
+  
+  <tal:block metal:fill-slot="icon"> S </tal:block>
+  <tal:block metal:fill-slot="title"> Structure of table <i tal:content="table">dummy data</i> </tal:block>
+
+  <tal:block metal:fill-slot="menu">
+
+    <ul id="table_menu">
+      <li>View  
+	<ul><li>Show/Hide Column</li>
+	</ul>
+      </li>
+      <li>Edit</li>
+    </ul>
+
+  </tal:block>
+  
+  <tal:block metal:fill-slot="content">
+    <p class="msg create_table_upload" style="display:none">The structure of the table that will be created:</p>
+    <div class="table_container">
+      <div class="table_wrapper">
+        <table cellpadding="1" cellspacing="1" width="100%" class="datatable" rules="all">
+          <tr><td>table loading...</td></tr>
+        </table>
+      </div>
+      <br/>
+      <input type="button" value="Create table" class="create_table_button"/>
+      <input type="button" value="Cancel" class="dont_create_table_button"/>
+    </div>
+ </tal:block>
+
+</tal:block>
+</tal:block>
\ No newline at end of file