Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
46 |
jpm |
1 |
<form class="<?php echo $class;?>" method="get" action="<?php echo $url;?>">
|
|
|
2 |
<div class="btn-group">
|
|
|
3 |
<div class="input-append">
|
|
|
4 |
<input type="text" class="search-query has-tooltip" data-placement="bottom" placeholder="<?php echo TEMPLATE_SEARCH_PLACEHOLDER;?>" value="<?php echo $phrase;?>" title="<?php echo TEMPLATE_SEARCH_INPUT_TITLE;?>" accesskey="C" tabindex="1" name="phrase" />
|
|
|
5 |
<button type="submit" class="btn search-btn<?php echo $btnclass; ?>"><i class="icon-search<?php echo $iconclass; ?>"></i> </button>
|
|
|
6 |
</div>
|
|
|
7 |
</div>
|
|
|
8 |
<input type="hidden" value="RechercheTexte" name="wiki" />
|
|
|
9 |
</form>
|