Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -126,7 +126,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
#ft_copy a {position:absolute;top:10px;right:0;color:#fff}
|
||||
|
||||
/* Mobile화면으로 */
|
||||
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
|
||||
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
|
||||
|
||||
/* 콘텐츠별 스타일 */
|
||||
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
|
||||
@ -97,7 +97,7 @@ pre {overflow-x:scroll;font-size:1.1em}
|
||||
#ft_copy a {color:#fff;text-decoration:none}
|
||||
|
||||
/* PC화면으로 */
|
||||
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
||||
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
||||
|
||||
/* 버튼 */
|
||||
.btn01 {display:inline-block;padding:0 0.5em;height:2em;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;font-size:1em;text-decoration:none !important;line-height:2em;vertical-align:middle}
|
||||
|
||||
@ -40,7 +40,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&':'?').'device=pc'; ?>" id="g4s_cng">PC 버전으로 보기</a>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&':'?').'device=pc'; ?>" id="device_change">PC 버전으로 보기</a>
|
||||
|
||||
<?php
|
||||
include_once(G4_PATH."/tail.sub.php");
|
||||
|
||||
@ -18,6 +18,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<div id="ol_svc">
|
||||
<a href="<?php echo G4_BBS_URL ?>/register.php"><b>회원가입</b></a>
|
||||
<a href="<?php echo G4_BBS_URL ?>/password_lost.php" id="ol_password_lost">정보찾기</a>
|
||||
</div>
|
||||
<div id="ol_auto">
|
||||
<input type="checkbox" name="auto_login" value="1" id="auto_login">
|
||||
<label for="auto_login" id="auto_login_label">자동로그인</label>
|
||||
</div>
|
||||
|
||||
@ -15,7 +15,10 @@
|
||||
#auto_login_label {letter-spacing:-0.1em}
|
||||
#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
|
||||
#ol_before a {letter-spacing:-0.15em}
|
||||
#ol_svc {padding-top:8px;text-align:right}
|
||||
#ol_svc {float:left;margin:5px 0 0}
|
||||
#ol_auto {position:relative;float:right;margin:5px 0 0}
|
||||
#ol_auto label {letter-spacing:-0.1em}
|
||||
#ol_auto input {width:13px;height:13px;vertical-align:bottom}
|
||||
|
||||
#ol_after {}
|
||||
#ol_after_hd {margin:0 0 3px}
|
||||
|
||||
2
tail.php
2
tail.php
@ -33,7 +33,7 @@ if ($config['cf_include_tail']) {
|
||||
</footer>
|
||||
|
||||
<?php if(!G4_IS_MOBILE){ ?>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&':'?').'device=mobile'; ?>" id="g4s_cng">모바일 버전으로 보기</a>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF'].($_SERVER['QUERY_STRING']?'?'.$_SERVER['QUERY_STRING'].'&':'?').'device=mobile'; ?>" id="device_change">모바일 버전으로 보기</a>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user