대문: 두 판 사이의 차이
보이기
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
<html> | <html> | ||
<form id="radioSearch" action="/wiki/index.php/Special:Search" method="get"> | <form id="radioSearch" class="search-box" action="/wiki/index.php/Special:Search" method="get"> | ||
<div class="search-scope"> | |||
<div | |||
<label> | <label> | ||
<input type="radio" name="scope" value="all" checked> | <input type="radio" name="scope" value="all" checked> | ||
전체 | <span>전체</span> | ||
</label> | </label> | ||
<label | <label> | ||
<input type="radio" name="scope" value="site"> | <input type="radio" name="scope" value="site"> | ||
유적 | <span>유적</span> | ||
</label> | </label> | ||
<label | <label> | ||
<input type="radio" name="scope" value="concept"> | <input type="radio" name="scope" value="concept"> | ||
개념 | <span>개념</span> | ||
</label> | </label> | ||
</div> | </div> | ||
< | <div class="search-input-row"> | ||
<input | |||
type="search" | |||
id="query" | |||
placeholder="검색어 입력" | |||
/> | |||
<input type="hidden" name="search" id="searchValue" /> | |||
<button type="submit">검색</button> | |||
</div> | |||
</form> | </form> | ||


