사용자: 전체레이아웃 작업 중
This commit is contained in:
32
head.php
32
head.php
@ -11,13 +11,13 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
//print_r2(get_defined_constants());
|
||||
?>
|
||||
|
||||
<p style="text-align:center">테스트 사이트입니다. 일부 기능은 정상적으로 동작하지 않을 수 있습니다.</p>
|
||||
|
||||
<header>
|
||||
<header id="header">
|
||||
<div id="to_content"><a href="#wrapper">본문 바로가기</a></div>
|
||||
<div id="logo"><a href="<?=$g4['path']?>/">초기화면</a></div>
|
||||
<div id="logo"><a href="<?=$g4['path']?>/"><img src="<?=$g4['path']?>/img/logo.jpg" alt="처음으로"></a></div>
|
||||
|
||||
<ul>
|
||||
<h1><?=$config['cf_title']?></h1>
|
||||
|
||||
<ul id="tnb">
|
||||
<? if ($is_member) { ?>
|
||||
<li><a href="<?=$g4['bbs_path']?>/logout.php">로그아웃</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php">정보수정</a></li>
|
||||
@ -26,31 +26,21 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<li><a href="<?=$g4['bbs_path']?>/login.php">로그인</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/register.php">회원가입</a></li>
|
||||
<? } ?>
|
||||
<li><a href="<?=$g4['bbs_path']?>/current_connect.php">현재접속자</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/new.php">최근게시물</a></li>
|
||||
</ul>
|
||||
|
||||
<form name="fsearchbox" method="get" onsubmit="return fsearchbox_submit(this);">
|
||||
<input type="hidden" name="sfl" value="wr_subject||wr_content">
|
||||
<input type="hidden" name="sop" value="and">
|
||||
<fieldset>
|
||||
<fieldset id="hdsch">
|
||||
<legend>사이트 내 전체검색</legend>
|
||||
<label for="header_stx">검색어</label>
|
||||
<input type="text" id="header_stx" name="stx" maxlength="20">
|
||||
<input type="submit" value="검색">
|
||||
<input type="text" id="hdsch_stx" name="stx" title="검색어" maxlength="20">
|
||||
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
<h1><?=$config['cf_title']?></h1>
|
||||
</header>
|
||||
|
||||
<div>
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="wrapper">
|
||||
<p>
|
||||
g4s 강좌 홈페이지에 오신 것을 환영합니다.
|
||||
</p>
|
||||
<p>
|
||||
<a href="<?=$g4['path']?>/bbs/board.php?bo_table=1">테스트용 게시판</a>
|
||||
</p>
|
||||
<div id="wrapper">
|
||||
Reference in New Issue
Block a user