게시판 상단에 통합 검색 박스 를 넣고 싶습니다 도와주세요
CMS/프레임워크 | XE 1.x |
---|---|
개발 언어 | PHP 7.0 |
메뉴게시판 에서 상단에 통합 검색 박스를 넣어서 이용하고 싶은데 어떻해 해야 할지 모르겠습니다
도와주세요
↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ 위 기본 상태 에서 변경 하고 싶은 방법 이미지 입니다
CMS/프레임워크 | XE 1.x |
---|---|
개발 언어 | PHP 7.0 |
메뉴게시판 에서 상단에 통합 검색 박스를 넣어서 이용하고 싶은데 어떻해 해야 할지 모르겠습니다
도와주세요
↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ ↡ 위 기본 상태 에서 변경 하고 싶은 방법 이미지 입니다
댓글 4
<form class="navbar-form navbar-left" action="{getUrl()}" method="get" cond="$li->navbar_search=='Y2'">
<input type="hidden" name="vid" value="{$vid}" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="text" name="is_keyword" value="{$is_keyword}" placeholder="{$lang->ss_enter_to_search}" class="form-control" style="max-width:150px" />
<button type="submit" class="sr-only btn btn-{$colorset} btn-block"><i class="fa fa-search" aria-hidden="true"></i> {$lang->cmd_search}</button>
</form>
클래스명이나 그런건 알아서 적절하게 쓰셔서 디자인하십쇼
출처 : https://github.com/wincomi/xe-simplestrap/blob/master/layouts/simplestrap/_layout.html#L59-L65
답변감사합니다 초보라서 부탁 드림니다 어느 경로에 어디에다가 넣어야 하는것도 좀 알려주세요