Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/search @ 156:89f49aa24061
polygon-Layers
author | fknauft |
---|---|
date | Mon, 07 Feb 2011 11:49:01 +0100 |
parents | 7f008e782563 |
children |
line wrap: on
line source
<tal:block metal:use-macro="here/template/macros/module"> <tal:block metal:fill-slot="icon"> S </tal:block> <tal:block metal:fill-slot="title"> Search </tal:block> <tal:block metal:fill-slot="menu"> <ul id="search_menu"> <!-- <li> Create <ul> <li> Workspace </li> <li> Table </li> <li> View </li> </ul></li> <li> Open <ul> <li> Workspace </li> <li> Table </li> <li> View </li> </ul></li> <li> Search <ul> <li> locally </li> <li> globally </li> </ul></li> <li> Account <ul> <li> Settings </li> <li> Workspaces </li> <li> <a href="#" rel="facebox"> Messages</a> </li> <li onClick="jQuery.facebox('asdaasd')"> Logout </li> </ul></li>--> </ul> </tal:block> <tal:block metal:fill-slot="content"> <script src="search.js"> init(); </script> <form> <center> Search for <select> <option> column names</option> <option> data </option> <option> metadata </option> <option> everything </option> </select> containing <input type="text" name="search" value="searchstring"/> <input type="radio" name="scope" value="global" checked>everywhere <input type="radio" name="scope" value="local">only in own data <br/> <input type="button" value="Search" id="searchblock_button"/> </center> <div id="searchresults" class="hidden"> <div id="searchresultstats"> found <i>"searchstring"</i> in 13 tables and 40 views. </div> <div id="resultlist"> <ul> <!-- suchresultat liste, scrollbar --> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> <li> A Table with a match <i>by unknownUser</i></li> <li> Craftsmanlabels</li> <li> song_yinxing </li> <li> temple_names </li> </ul> </div> <div id="preview"> <!-- preview fuer ausgewaehltes suchresultat --> PREVIEW </div> <div id="search_open_button"> <center><input type="button" value="Open" id="search_open_table"/></center> </div> </div> </form> </tal:block> </tal:block>