ミラーる
This commit is contained in:
@@ -1,6 +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 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>
|
||||
Reference in New Issue
Block a user