mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 16:45:22 -04:00
3 lines
218 B
PHP
3 lines
218 B
PHP
<form class="searchbox" action="#" method="post">
|
|
<input id='searchbox' type="search" name="query" value="<?php if(isset($_POST['query'])){echo $_POST['query'];};?>" class="prettybutton" autocomplete="off" />
|
|
</form>
|