source: trunk/template/yoga/search_rules.tpl @ 1015

Last change on this file since 1015 was 1015, checked in by plg, 18 years ago

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.

File size: 865 bytes
Line 
1<div id="content">
2<h2>{lang:Search rules}</h2>
3
4<p>{INTRODUCTION}</p>
5
6<ul>
7
8  <!-- BEGIN words -->
9  <li>{words.CONTENT}</li>
10  <!-- END words -->
11
12  <!-- BEGIN author -->
13  <li>{author.CONTENT}</li>
14  <!-- END author -->
15
16  <!-- BEGIN date_creation -->
17  <li>{date_creation.CONTENT}</li>
18  <!-- END date_creation -->
19
20  <!-- BEGIN date_available -->
21  <li>{date_available.CONTENT}</li>
22  <!-- END date_available -->
23
24  <!-- BEGIN categories -->
25  <li>
26    <p>{categories.LIST_INTRO}</p>
27
28    <ul>
29      <!-- BEGIN category -->
30      <li>{categories.category.NAME}</li>
31      <!-- END category -->
32    </ul>
33  </li>
34  <!-- END categories -->
35 
36</ul>
37
38</div> <!-- content -->
39
40<p id="pageBottomActions">
41  <a href="#" onclick="window.close();" title="{lang:Close this window}">
42    <img src="{themeconf:icon_dir}/exit.png" class="button" alt="close">
43  </a>
44</p>
Note: See TracBrowser for help on using the repository browser.