source: branches/1.6/template/yoga/search_rules.tpl @ 8204

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

improvement: tags replace keywords. Better data model, less
limitations. Each image can be associated to as many tag as needed. Tags can
contain non ASCII characters. Oriented navigation with tags by association.

File size: 1.0 KB
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 tags -->
13  <li>
14    <p>{tags.LIST_INTRO}</p>
15
16    <ul>
17      <!-- BEGIN tag -->
18      <li>{tags.tag.NAME}</li>
19      <!-- END tag -->
20    </ul>
21  </li>
22  <!-- END tags -->
23 
24  <!-- BEGIN author -->
25  <li>{author.CONTENT}</li>
26  <!-- END author -->
27
28  <!-- BEGIN date_creation -->
29  <li>{date_creation.CONTENT}</li>
30  <!-- END date_creation -->
31
32  <!-- BEGIN date_available -->
33  <li>{date_available.CONTENT}</li>
34  <!-- END date_available -->
35
36  <!-- BEGIN categories -->
37  <li>
38    <p>{categories.LIST_INTRO}</p>
39
40    <ul>
41      <!-- BEGIN category -->
42      <li>{categories.category.NAME}</li>
43      <!-- END category -->
44    </ul>
45  </li>
46  <!-- END categories -->
47 
48</ul>
49
50</div> <!-- content -->
51
52<p id="pageBottomActions">
53  <a href="#" onclick="window.close();" title="{lang:Close this window}">
54    <img src="{themeconf:icon_dir}/exit.png" class="button" alt="close">
55  </a>
56</p>
Note: See TracBrowser for help on using the repository browser.