Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/view @ 255:ec7b63319fad
GIS-Links from MPDL-Documents now served by Mappit-Server
author | fknauft |
---|---|
date | Wed, 28 Sep 2011 17:43:50 +0200 |
parents | 7f008e782563 |
children |
line wrap: on
line source
<tal:block metal:use-macro="here/template/macros/module" tal:define="title python:'Table'"> <tal:block metal:fill-slot="icon"> V </tal:block> <tal:block metal:fill-slot="title"> View </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"> <div class="table_container"> </div> </tal:block> </tal:block>