/[drupal]/contributions/themes/aquasoft/search-box.tpl.php
ViewVC logotype

Contents of /contributions/themes/aquasoft/search-box.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Mon Jun 19 00:48:24 2006 UTC (3 years, 5 months ago) by Gurpartap
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
Base path correction.
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>

  ViewVC Help
Powered by ViewVC 1.1.2