Lines 24-30
Link Here
|
24 |
<div id="booleansearch" class="maincontent"> |
24 |
<div id="booleansearch" class="maincontent"> |
25 |
<fieldset> |
25 |
<fieldset> |
26 |
<legend>Search for:</legend> |
26 |
<legend>Search for:</legend> |
27 |
[% FOREACH search_box IN search_boxes_loop %] |
27 |
[% FOREACH search_box IN [ 1, 2, 3] %] |
28 |
<p> |
28 |
<p> |
29 |
[% IF ( expanded_options ) %] |
29 |
[% IF ( expanded_options ) %] |
30 |
[% IF ( search_box.boolean ) %] |
30 |
[% IF ( search_box.boolean ) %] |
31 |
- |
|
|