| 1 |
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
| 2 |
<tr>
|
| 3 |
<td>
|
| 4 |
<img src="<?php print base_path() . drupal_get_path('theme', 'aquasoft') .'/images/spotlight_left.gif' ?>" alt="" />
|
| 5 |
</td>
|
| 6 |
<td width="100%" class="searchbox">
|
| 7 |
<input maxlength="128" name="edit[search_theme_form_keys]" id="edit-search_theme_form_keys" size="15" value=" Search" onclick="value=''" title="Enter the terms you wish to search for." class="form-text" type="text">
|
| 8 |
<input name="edit[form_id]" id="edit-form_id" value="search_theme_form" type="hidden">
|
| 9 |
</td>
|
| 10 |
<td>
|
| 11 |
<input name="op" value="Search" class="form-submit" type="image" src="<?php print base_path() . drupal_get_path('theme', 'aquasoft') .'/images/spotlight_clear.gif' ?>" alt="" />
|
| 12 |
</td>
|
| 13 |
</tr>
|
| 14 |
</table>
|