Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/tablestructure.html.pt @ 218:1ac5bcf3dad2
implement Google Search
author | fknauft |
---|---|
date | Tue, 29 Mar 2011 15:58:35 +0200 |
parents | 7f008e782563 |
children |
line wrap: on
line source
<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>