first commit
This commit is contained in:
7
templates/site/search-form.php
Normal file
7
templates/site/search-form.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<? global $lang; ?>
|
||||
<div class="search">
|
||||
<form method="POST" action="wyszukiwarka" id="wyszukiwarka" class="form_designer">
|
||||
<input type="text" name="s_text" id="s_text" value="<? if ( isset( $this -> _text ) ) echo $this -> _text; else echo 'Szukaj...';?>" onFocus="$( this ).val( '' );" onBlur="if ( $( this ).val() == '' ) $( this ).val( '<?=$lang -> getTrans( 'T_SZUKAJ' );?>..' );">
|
||||
<img src="/images/nosystem/search.png" onclick="$( '#wyszukiwarka' ).submit();" id="button-search" />
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user