사용자: 최근게시물 검색을 위로, 필드셋 스타일, 설문조사 스타일
This commit is contained in:
11
head.php
11
head.php
@ -36,16 +36,17 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<fieldset id="hdsch">
|
||||
<legend>사이트 내 전체검색</legend>
|
||||
<input type="text" id="hdsch_stx" name="stx" title="검색어" maxlength="20">
|
||||
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" title="검색">
|
||||
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" alt="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<div id="snb">
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="snb">
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
</div>
|
||||
|
||||
<? /* if ($index || 게시판이 하나도 없을때) {?>
|
||||
<!-- 설치 완료 메세지 -->
|
||||
<article id="install_done">
|
||||
|
||||
Reference in New Issue
Block a user