Parent Directory
|
Revision Log
|
Revision Graph
Add to CVS
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div id="search"> |
| 5 | <input type="text" maxlength="30" name="search_theme_form" id="edit-search-theme-form-1" size="15" value="" title="<?php print t('Enter the terms you wish to search for.'); ?>" class="form-text" /> |
| 6 | <input type="submit" name="op" value="<?php print t('Search'); ?>" class="form-submit" /> |
| 7 | <input type="hidden" name="form_token" id="edit-search-theme-form-form-token" value="<?php print drupal_get_token('search_theme_form'); ?>" /> |
| 8 | <input type="hidden" name="form_id" id="edit-search-theme-form" value="search_theme_form" /> |
| 9 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |