2011-07-31 06:03:48 +04:00
|
|
|
<form class="searchbox" action="#" method="post">
|
2011-08-01 23:31:16 +04:00
|
|
|
<input id='searchbox' type="search" name="query" value="<?php if(isset($_POST['query'])){echo $_POST['query'];};?>" class="prettybutton" autocomplete="off" />
|
2011-07-06 21:31:16 +04:00
|
|
|
</form>
|