경로 정리 - 큰일었어요!!!
This commit is contained in:
@ -14,8 +14,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<input type="password" id="ol_pw" name="mb_password" maxlength="20" required title="패스워드">
|
||||
<input type="submit" id="ol_submit" value="로그인">
|
||||
<div id="ol_svc">
|
||||
<a href="<?=$g4['bbs_url']?>/register.php"><b>회원가입</b></a>
|
||||
<a href="<?=$g4['bbs_url']?>/password_lost.php" id="ol_password_lost">정보찾기</a>
|
||||
<a href="<?=G4_BBS_URL?>/register.php"><b>회원가입</b></a>
|
||||
<a href="<?=G4_BBS_URL?>/password_lost.php" id="ol_password_lost">정보찾기</a>
|
||||
<input type="checkbox" id="auto_login" name="auto_login" value="1">
|
||||
<label for="auto_login" id="auto_login_label">자동로그인</label>
|
||||
</div>
|
||||
|
||||
@ -7,28 +7,28 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<header id="ol_after_hd">
|
||||
<h2>나의 이용정보</h2>
|
||||
<strong><?=$nick?></strong>님
|
||||
<? if ($is_admin == 'super' || $is_auth) { ?><a href="<?=$g4['admin_path']?>/" id="ol_admin">관리자</a><? } ?>
|
||||
<? if ($is_admin == 'super' || $is_auth) { ?><a href="<?=G4_ADM_URL?>" id="ol_admin">관리자</a><? } ?>
|
||||
</header>
|
||||
<ul id="ol_after_private">
|
||||
<li>
|
||||
<a href="<?=$g4['path']?>/bbs/memo.php" id="ol_after_memo" target="_blank" onclick="win_memo(); return false;">
|
||||
<a href="<?=G4_BBS_URL?>/memo.php" id="ol_after_memo" class="win_memo" target="_blank">
|
||||
<span class="sound_only">안 읽은 </span>쪽지
|
||||
<strong><?=$memo_not_read?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$g4['path']?>/bbs/point.php" id="ol_after_pt" target="_blank" onclick="win_point(); return false;">
|
||||
<a href="<?=G4_BBS_URL?>/point.php" id="ol_after_pt" class="win_point" target="_blank">
|
||||
포인트
|
||||
<strong><?=$point?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$g4['path']?>/bbs/scrap.php" id="ol_after_scrap" target="_blank" onclick="win_scrap(); return false;">스크랩</a>
|
||||
<a href="<?=G4_BBS_URL?>/scrap.php" id="ol_after_scrap" class="win_scrap" target="_blank">스크랩</a>
|
||||
</li>
|
||||
</ul>
|
||||
<footer id="ol_after_ft">
|
||||
<a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php" id="ol_after_info">정보수정</a>
|
||||
<a href="<?=$g4['bbs_path']?>/logout.php" id="ol_after_logout">로그아웃</a>
|
||||
<a href="<?=G4_BBS_URL?>/member_confirm.php?url=register_form.php" id="ol_after_info">정보수정</a>
|
||||
<a href="<?=G4_BBS_URL?>/logout.php" id="ol_after_logout">로그아웃</a>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
@ -37,7 +37,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
function member_leave()
|
||||
{
|
||||
if (confirm("정말 회원에서 탈퇴 하시겠습니까?"))
|
||||
location.href = "<?=$g4['bbs_path']?>/member_confirm.php?url=member_leave.php";
|
||||
location.href = "<?=G4_BBS_URL?>/member_confirm.php?url=member_leave.php";
|
||||
}
|
||||
</script>
|
||||
<!-- 로그인 후 외부로그인 끝 -->
|
||||
|
||||
Reference in New Issue
Block a user