Last change
on this file since 9560 was
8091,
checked in by rvelices, 14 years ago
|
css sprites
|
-
Property svn:eol-style set to
LF
|
File size:
1.3 KB
|
Line | |
---|
1 | <div id="content" class="content"> |
---|
2 | <div class="titrePage"> |
---|
3 | <ul class="categoryActions"> |
---|
4 | <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate} class="pwg-state-default pwg-button"> |
---|
5 | <span class="pwg-icon pwg-icon-close"> </span><span class="pwg-button-text">exit</span> |
---|
6 | </a></li> |
---|
7 | </ul> |
---|
8 | <h2>{'Search rules'|@translate}</h2> |
---|
9 | </div> |
---|
10 | |
---|
11 | {if isset($INTRODUCTION) } |
---|
12 | <p>{$INTRODUCTION}</p> |
---|
13 | {/if} |
---|
14 | |
---|
15 | <ul> |
---|
16 | |
---|
17 | {if isset($search_words) } |
---|
18 | {foreach from=$search_words item=v} |
---|
19 | <li>{$v}</li> |
---|
20 | {/foreach} |
---|
21 | {/if} |
---|
22 | |
---|
23 | {if isset($SEARCH_TAGS_MODE) } |
---|
24 | <li> |
---|
25 | <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p> |
---|
26 | <ul> |
---|
27 | {foreach from=$search_tags item=v} |
---|
28 | <li>{$v}</li> |
---|
29 | {/foreach} |
---|
30 | </ul> |
---|
31 | </li> |
---|
32 | {/if} |
---|
33 | |
---|
34 | {if isset($DATE_CREATION) } |
---|
35 | <li>{$DATE_CREATION}</li> |
---|
36 | {/if} |
---|
37 | |
---|
38 | {if isset($DATE_AVAILABLE) } |
---|
39 | <li>{$DATE_AVAILABLE}</li> |
---|
40 | {/if} |
---|
41 | |
---|
42 | {if isset($search_categories) } |
---|
43 | <li> |
---|
44 | <p>{'Albums'|@translate}</p> |
---|
45 | |
---|
46 | <ul> |
---|
47 | {foreach from=$search_categories item=v} |
---|
48 | <li>{$v}</li> |
---|
49 | {/foreach} |
---|
50 | </ul> |
---|
51 | </li> |
---|
52 | {/if} |
---|
53 | |
---|
54 | </ul> |
---|
55 | |
---|
56 | <p> |
---|
57 | <a href="#" onclick="window.close();">{'Close this window'|@translate}</a> |
---|
58 | </p> |
---|
59 | |
---|
60 | </div> <!-- content --> |
---|
61 | |
---|
Note: See
TracBrowser
for help on using the repository browser.