mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 13:23:49 -04:00
4 lines
234 B
PHP
4 lines
234 B
PHP
|
|
<form class='searchbox' action='<?php echo $_['searchurl']?>' method='post'>
|
||
|
|
<input name='query' value='<?php if(isset($_POST['query'])){echo $_POST['query'];};?>'/>
|
||
|
|
<input type='submit' value='Search' class='prettybutton'/>
|
||
|
|
</form>
|