사용자: 아웃로그인 로그인 후 스타일 및 크로스브라우징
This commit is contained in:
@ -76,7 +76,7 @@ hr {display:none}
|
||||
.ol {position:relative;margin-bottom:10px;padding:14px;border:1px solid #ececec;background:#fff}
|
||||
.ol h2 {width:0;height:0;overflow:hidden}
|
||||
.ol ul {margin:0;padding:0;list-style:none}
|
||||
.ol a {text-decoration:none}
|
||||
.ol a {color:#000;text-decoration:none}
|
||||
|
||||
#ol_before fieldset {position:relative}
|
||||
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;width:188px;height:22px;border:1px solid #d1d1d1;background:#fff;line-height:1.6em}
|
||||
@ -93,6 +93,18 @@ hr {display:none}
|
||||
#ol_before a {color:#000;letter-spacing:-0.1em}
|
||||
#ol_svc {padding-top:8px;text-align:right}
|
||||
|
||||
#ol_after_hd {text-align:center}
|
||||
#ol_after_private {margin:7px 0;zoom:1}
|
||||
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_after_private li {float:left}
|
||||
#ol_after_private a {display:block;height:37px;background:#f7f7f2;text-align:center;line-height:1.6em}
|
||||
#ol_after_private a strong {display:block;color:#09aeeb}
|
||||
#ol_after_memo {width:50px;margin-right:1px}
|
||||
#ol_after_pt {width:90px;margin-right:1px}
|
||||
#ol_after_scrap {width:48px;line-height:3.1em !important}
|
||||
#ol_after_ft {text-align:right}
|
||||
#ol_after_ft a {display:inline-block;margin-left:5px}
|
||||
|
||||
/* 설문조사 스킨 */
|
||||
#poll {border:1px solid #ececec;background:#fff}
|
||||
#poll header {padding:14px 14px 0}
|
||||
|
||||
@ -3,22 +3,32 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<!-- 로그인 후 외부로그인 시작 -->
|
||||
<section id="ol_after" class="outlogin">
|
||||
<section id="ol_after" class="ol">
|
||||
<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><? } ?>
|
||||
</header>
|
||||
<ul id="ol_after_rec">
|
||||
<li><a href="<?=$g4['path']?>/bbs/memo.php" id="ol_after_memo" target="_blank" onclick="win_memo(); return false;">안 읽은 쪽지 <span id="ol_after_memo_img"><?=$memo_not_read?></span></a></li>
|
||||
<li><a href="<?=$g4['path']?>/bbs/point.php" id="ol_after_pt" target="_blank" onclick="win_point(); return false;">포인트 <span id="ol_after_pt_img"><?=$point?></span></a></li>
|
||||
<li><a href="<?=$g4['path']?>/bbs/scrap.php" id="ol_after_scrap" target="_blank" onclick="win_scrap(); return false;"><span id="ol_after_scrap_img">스크랩</span></a></li>
|
||||
<ul id="ol_after_private">
|
||||
<li>
|
||||
<a href="<?=$g4['path']?>/bbs/memo.php" id="ol_after_memo" target="_blank" onclick="win_memo(); return false;">
|
||||
<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;">
|
||||
포인트
|
||||
<strong>123,456,789</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?=$g4['path']?>/bbs/scrap.php" id="ol_after_scrap" target="_blank" onclick="win_scrap(); return false;">스크랩</a>
|
||||
</li>
|
||||
</ul>
|
||||
<footer id="ol_after_ft">
|
||||
<ul>
|
||||
<li><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php" id="ol_after_info">정보수정</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/logout.php" id="ol_after_logout">로그아웃</a></li>
|
||||
</ul>
|
||||
<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>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user