Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div class="container-inline"> |
| 2 | <?php $search['search_block_form'] = '<div class="form-item" id="edit-search-block-form-1-wrapper"><input type="text" maxlength="128" name="search_block_form" id="edit-search-block-form-1" size="15" value="" title="' . t('Enter the terms you wish to search for.') . '" class="form-text" /></div>' ?> |
| 3 | <?php $search['submit'] = '<input type="image" src="' . base_path() . path_to_theme() . '/images/search-icon.png" name="op" id="edit-submit" value="Search" title="Search." class="form-submit" />' ?> |
| 4 | <?php print $search['search_block_form']; ?> |
| 5 | <?php print $search['submit']; ?> |
| 6 | <?php print $search['hidden']; ?> |
| 7 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |