SVNからのミラー

This commit is contained in:
2025-11-07 22:48:07 +09:00
commit 438c7d8aef
68 changed files with 7619 additions and 0 deletions

6
view/common/search.maron Normal file
View File

@@ -0,0 +1,6 @@
<div class="search-form">
<form action="/{{ $curblog != 'gd' ? $section : '' }}" method="GET">
<input type="text" name="q" value="{{{ isset($_GET['q']) ? htmlspecialchars($_GET['q']) : '' }}}" placeholder="キーワードを入力して下さい" />
<input type="submit" value="検索" />
</form>
</div>