로그인 프레임 일부 수정
This commit is contained in:
+29
-45
@@ -5,40 +5,30 @@ require_once(ROOT.'/f_config/DB.php');
|
||||
$system = getRootDB()->queryFirstRow('SELECT `REG`, `LOGIN` FROM `SYSTEM` WHERE `NO`=1');
|
||||
?>
|
||||
|
||||
<?php include(FINDPW.W.FRAME); ?>
|
||||
<?php include(JOIN.W.FRAME); ?>
|
||||
<?php include('findpw/Frame.php'); ?>
|
||||
<?php include('join/Frame.php'); ?>
|
||||
|
||||
<div id="Login_00">
|
||||
<div class="Login_TopButtons">
|
||||
<input type="button" value="게시판메인" class="Login_TopBottomButton Login_Bbs">
|
||||
<input type="button" value="삼모게시판" class="Login_TopBottomButton Login_Free">
|
||||
<input type="button" value="삼국일보" class="Login_TopBottomButton Login_News">
|
||||
<input type="button" value="레퍼런스" class="Login_TopBottomButton Login_Reference">
|
||||
<input type="button" value="패치게시판" class="Login_TopBottomButton Login_Patch">
|
||||
<input type="button" value="참여게시판" class="Login_TopBottomButton Login_Donation">
|
||||
<input type="button" value="튜토리얼" class="Login_TopBottomButton Login_Tutorial">
|
||||
<input type="button" value="왕조일람" class="Login_TopBottomButton Login_Emperior")>
|
||||
<input type="button" value="접속량정보" class="Login_TopBottomButton Login_Traffic">
|
||||
</div>
|
||||
|
||||
<div id="Login_0000"></div>
|
||||
<?php $banner_id = 'none'; ?>
|
||||
<div id="Login_0002">
|
||||
</div>
|
||||
<div id="Login_0003">
|
||||
</div>
|
||||
|
||||
<div class="Login_TopBottomButtons">
|
||||
<input type="button" value="게시판메인" class="Login_TopBottomButton Login_Bbs">
|
||||
<input type="button" value="삼모게시판" class="Login_TopBottomButton Login_Free">
|
||||
<input type="button" value="삼국일보" class="Login_TopBottomButton Login_News">
|
||||
<input type="button" value="레퍼런스" class="Login_TopBottomButton Login_Reference">
|
||||
<input type="button" value="패치게시판" class="Login_TopBottomButton Login_Patch">
|
||||
<input type="button" value="참여게시판" class="Login_TopBottomButton Login_Donation">
|
||||
<input type="button" value="튜토리얼" class="Login_TopBottomButton Login_Tutorial">
|
||||
<input type="button" value="왕조일람" class="Login_TopBottomButton Login_Emperior")>
|
||||
<input type="button" value="접속량정보" class="Login_TopBottomButton Login_Traffic">
|
||||
</div>
|
||||
<div id="Login_0001" style="background-image: url('<?=IMAGES.W.'back7.jpg';?>');">
|
||||
|
||||
<div id="Login_000100" class="bg0">
|
||||
<div id="Login_00010000" class="bg1">삼모전 유기체서버</div>
|
||||
<div id="Login_00010000" class="bg1">삼모전 HiD서버</div>
|
||||
<div id="Login_00010001" class="bg1">통합관리</div>
|
||||
<div id="Login_00010002">ID </div>
|
||||
<input id="Login_00010003" type="text" maxlength="12">
|
||||
<div id="Login_00010004">PW </div>
|
||||
<input id="Login_00010005" type="password" maxlength="12">
|
||||
<input id="token_login" type="hidden" value="<?=md5(rand()%100000000);?>">
|
||||
<div id="Login_00010006">접속장소 </div>
|
||||
<input id="Login_00010007" type="text" maxlength="35">
|
||||
<input id="global_salt" type="hidden" value="<?=getGlobalSalt()?>">
|
||||
<input id="Login_00010008" type="button" value="비번 찾기">
|
||||
<?php
|
||||
if($system['REG'] == 'Y') {
|
||||
@@ -63,12 +53,7 @@ if($system['LOGIN'] == 'Y') {
|
||||
}
|
||||
?>
|
||||
|
||||
<div id="Login_00010011" class="Login_Alert">
|
||||
<b><pre>접속장소 예문 : 형/동생, 삼모대학 컴퓨터실
|
||||
원칙적으로 1IP/1인이며 예외가 필요한 경우
|
||||
접속장소를 상세히 적어주셔야 합니다.
|
||||
(제대로 입력 안할시 블럭될 수 있습니다)</pre></b>
|
||||
</div>
|
||||
|
||||
<div id="Login_00010012" class="bg0"><b>※체섭은 맑은고딕체를 권장합니다.</b></div>
|
||||
<input id="Login_00010013" type="button" value="튜토리얼">
|
||||
<input id="Login_00010014" type="button" value="스크린샷">
|
||||
@@ -77,16 +62,15 @@ if($system['LOGIN'] == 'Y') {
|
||||
<b><pre>삼국지 모의전투 유기체서버
|
||||
제작자 : 유기체(jwh1807@gmail.com)</pre></b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="Login_TopBottomButtons">
|
||||
<input type="button" value="게시판메인" class="Login_TopBottomButton Login_Bbs">
|
||||
<input type="button" value="삼모게시판" class="Login_TopBottomButton Login_Free">
|
||||
<input type="button" value="삼국일보" class="Login_TopBottomButton Login_News">
|
||||
<input type="button" value="레퍼런스" class="Login_TopBottomButton Login_Reference">
|
||||
<input type="button" value="패치게시판" class="Login_TopBottomButton Login_Patch">
|
||||
<input type="button" value="참여게시판" class="Login_TopBottomButton Login_Donation">
|
||||
<input type="button" value="튜토리얼" class="Login_TopBottomButton Login_Tutorial">
|
||||
<input type="button" value="왕조일람" class="Login_TopBottomButton Login_Emperior")>
|
||||
<input type="button" value="접속량정보" class="Login_TopBottomButton Login_Traffic">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="Login_BottomButtons">
|
||||
<input type="button" value="게시판메인" class="Login_TopBottomButton Login_Bbs">
|
||||
<input type="button" value="삼모게시판" class="Login_TopBottomButton Login_Free">
|
||||
<input type="button" value="삼국일보" class="Login_TopBottomButton Login_News">
|
||||
<input type="button" value="레퍼런스" class="Login_TopBottomButton Login_Reference">
|
||||
<input type="button" value="패치게시판" class="Login_TopBottomButton Login_Patch">
|
||||
<input type="button" value="참여게시판" class="Login_TopBottomButton Login_Donation">
|
||||
<input type="button" value="튜토리얼" class="Login_TopBottomButton Login_Tutorial">
|
||||
<input type="button" value="왕조일람" class="Login_TopBottomButton Login_Emperior")>
|
||||
<input type="button" value="접속량정보" class="Login_TopBottomButton Login_Traffic">
|
||||
</div>
|
||||
+38
-18
@@ -3,14 +3,32 @@
|
||||
@import url("findpw/Style.css");
|
||||
@import url("join/Style.css");
|
||||
|
||||
html{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
body{
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-repeat:no-repeat;
|
||||
background-size:cover;
|
||||
background-attachment: fixed;
|
||||
background-position:center bottom;
|
||||
}
|
||||
|
||||
#Login_00 {
|
||||
width: 1024px; height: 815px;
|
||||
width: 1024px; max-height: 100%;
|
||||
position: absolute; top: 0px; left: 50%;
|
||||
margin-left: -512px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */
|
||||
}
|
||||
|
||||
.Login_TopBottomButtons {
|
||||
width: 1024px; height: 20px;
|
||||
.Login_TopButtons, .Login_BottomButtons {
|
||||
width: 1024px;
|
||||
height: 20px;
|
||||
position:fixed;
|
||||
left:50%;
|
||||
margin-left:-512px;
|
||||
}
|
||||
|
||||
.Login_TopBottomButton {
|
||||
@@ -20,30 +38,30 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Login_TopBottons{
|
||||
top:0;
|
||||
}
|
||||
|
||||
.Login_BottomButtons{
|
||||
bottom:0;
|
||||
}
|
||||
|
||||
#Login_0000 {
|
||||
width: 52px; height: 52px;
|
||||
position: absolute; top: 30px; left: 10px;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
#Login_0002 {
|
||||
width: 160px; height: 600px;
|
||||
position: absolute; top: 100px; left: -170px;
|
||||
}
|
||||
|
||||
#Login_0003 {
|
||||
width: 160px; height: 600px;
|
||||
position: absolute; top: 100px; left: 1034px;
|
||||
}
|
||||
|
||||
#Login_0001 {
|
||||
width: 1024px; height: 768px;
|
||||
background-color: black; background-position: center; background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#Login_000100 {
|
||||
position:fixed;
|
||||
width: 350px; height: 230px;
|
||||
position: absolute; left: 337px; top: 269px;
|
||||
left:50%;
|
||||
margin-left:-175px;
|
||||
top:50%;
|
||||
margin-top:-115px;
|
||||
}
|
||||
|
||||
#Login_00010000 {
|
||||
@@ -131,6 +149,8 @@
|
||||
|
||||
#Login_000101 {
|
||||
width: 280px; height: 40px;
|
||||
position: absolute; left: 700px; top: 720px;
|
||||
padding-top: 10px;
|
||||
position: fixed;
|
||||
left:50%;
|
||||
margin-left:150px;
|
||||
bottom:60px;
|
||||
}
|
||||
|
||||
+8
-1
@@ -1,5 +1,12 @@
|
||||
<?php
|
||||
require_once('_common.php');
|
||||
require_once(ROOT.'/f_func/class._Session.php');
|
||||
|
||||
$SESSION = new _Session();
|
||||
if($SESSION->IsLoggedIn()){
|
||||
header(ROOT.'/i_entrance/Frame.php');
|
||||
die();
|
||||
}
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
@@ -43,7 +50,7 @@ function Login() {
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body style="background-image:url('<?=IMAGES.'/back7.jpg'?>');">
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user