piwigo/template/yoga/search_rules.tpl
plegall 61668e4cf7 Search engine redesign, second part :
improvement: in category.php, an icon opening a popup display the list of
search rules.

modification: function get_search_array is responsible of search rules
retrieving from database. This function is called from get_sql_search_clause
and from search_rules.php

modification: ability to search multiple authors. Warning: this version of
search tool can't search author names including any blank space.


git-svn-id: http://piwigo.org/svn/trunk@1015 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-27 22:40:51 +00:00

44 lines
865 B
Smarty

<div id="content">
<h2>{lang:Search rules}</h2>
<p>{INTRODUCTION}</p>
<ul>
<!-- BEGIN words -->
<li>{words.CONTENT}</li>
<!-- END words -->
<!-- BEGIN author -->
<li>{author.CONTENT}</li>
<!-- END author -->
<!-- BEGIN date_creation -->
<li>{date_creation.CONTENT}</li>
<!-- END date_creation -->
<!-- BEGIN date_available -->
<li>{date_available.CONTENT}</li>
<!-- END date_available -->
<!-- BEGIN categories -->
<li>
<p>{categories.LIST_INTRO}</p>
<ul>
<!-- BEGIN category -->
<li>{categories.category.NAME}</li>
<!-- END category -->
</ul>
</li>
<!-- END categories -->
</ul>
</div> <!-- content -->
<p id="pageBottomActions">
<a href="#" onclick="window.close();" title="{lang:Close this window}">
<img src="{themeconf:icon_dir}/exit.png" class="button" alt="close">
</a>
</p>