6 lines
356 B
Plaintext
6 lines
356 B
Plaintext
<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> |