<div id="main">
<div id="welcome_box">
<?php echo $this->INTRO; ?>
</div>
<div class="heading_box">
<?php echo $this->SEARCH_TEXT; ?> »
</div>
<form method="get" action="<?php echo $this->H_URL; ?>">
<p>
<input type="hidden" name="cmd" value="advanced-search" />
<input type="hidden" name="search_type" value="2" />
</p>
<div class="advanced_search_options">
<div id="advanced_search_left">
<label class="lclass"><?php echo $this->KEYWORDS_TEXT; ?>:<br /></label>
<input type="text" class="form_box" name="keywords" value="<?php echo $this->KEYWORDS_VALUE; ?>" size="18" />
<br /><br /><label class="lclass"><?php echo $this->MATCH_TEXT; ?>:<br /></label>
<input type="radio" name="match" value="exact" /> <?php echo $this->EXACT_TEXT; ?>
<input type="radio" name="match" value="partial" checked="checked" /> <?php echo $this->PARTIAL_TEXT; ?>
<br /><br /><label class="lclass"><?php echo $this->DATE_TEXT; ?>:<br /></label>
<input type="text" class="form_date" name="from" onclick="displayDatePicker('from');" /> & <input type="text" class="form_date" name="to" onclick="displayDatePicker('to');" />
</div>
<div id="advanced_search_right">
<label class="lclass"><?php echo $this->CATEGORY_TEXT; ?>:<br /></label>
<select name="cat">
<option value="0"><?php echo $this->ALL_CATEGORIES_TEXT; ?></option>
<?php echo $this->CATEGORIES; ?>
</select>
<br /><br /><label class="lclass"><?php echo $this->AREA_TEXT; ?>:<br /></label>
<input type="checkbox" name="name" value="1" checked="checked" /> <?php echo $this->NAME_TEXT; ?>
<input type="checkbox" name="comments" value="1" checked="checked" /> <?php echo $this->COMMENTS_TEXT; ?>
<br /><br /><label class="lclass"><?php echo $this->ORDER_TEXT; ?>:<br /></label>
<input type="radio" name="order" value="id_asc" /> <?php echo $this->ORDER_OLDEST; ?>
<input type="radio" name="order" value="id_desc" /> <?php echo $this->ORDER_NEWEST; ?>
<input type="radio" name="order" value="name" checked="checked" /> <?php echo $this->ORDER_NAME; ?>
</div>
<p class="form_button_comment"><input class="button" type="submit" value="<?php echo $this->SEARCH; ?>" title="<?php echo $this->SEARCH; ?>" /></p>
</div>
</form>
</div>