diff --git a/f_config/config.css b/f_config/config.css
index 8da89afd..b3a057f9 100644
--- a/f_config/config.css
+++ b/f_config/config.css
@@ -18,6 +18,25 @@ td {
text-align: center;
font-family: '맑은 고딕'; line-height: 110%;
}
+
+div {
+ margin:0px;
+ padding: 0px;
+ word-break: break-all;
+ font-family: '맑은 고딕';
+}
+
+.with_border{
+ border: solid 1px;
+ border-spacing: 0px;
+ border-collapse: separate;
+ border-top-color: gray;
+ border-left-color: gray;
+ border-right-color: black;
+ border-bottom-color: black;
+}
+
+/*
div {
width: 100px; height: 20px;
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
@@ -27,7 +46,9 @@ div {
text-align: center;
font-family: '맑은 고딕'; line-height: 110%;
}
+*/
font { font-family: '맑은 고딕'; line-height: 110%; }
+/*
input {
width: 100px; height: 18px;
background-color: black; color: white;
@@ -35,6 +56,7 @@ input {
font-size: 13px;
line-height: 110%;
}
+*/
select {
width: 100px; height: 18px;
background-color: black; color: white;
diff --git a/i_login/Frame.php b/i_login/Frame.php
index 8b2da17c..99d69eb4 100644
--- a/i_login/Frame.php
+++ b/i_login/Frame.php
@@ -1,76 +1,8 @@
queryFirstRow('SELECT `REG`, `LOGIN` FROM `SYSTEM` WHERE `NO`=1');
+
+
?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
삼국지 모의전투 유기체서버
-제작자 : 유기체(jwh1807@gmail.com)
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/i_login/Style.css b/i_login/Style.css
index 9033c305..ae1ad88d 100644
--- a/i_login/Style.css
+++ b/i_login/Style.css
@@ -46,6 +46,25 @@ body{
bottom:0;
}
+
+#login_form{
+ position:fixed;
+ width:350px; height:230px;
+ left:50%;
+ margin-left:-550px;
+ top:50%;
+ margin-top:-115px;
+}
+
+#login_form_title{
+ padding:2px;
+ text-align:center;
+}
+
+#login_button{
+ width:100%;
+}
+
#Login_0000 {
width: 52px; height: 52px;
position: absolute; top: 30px; left: 10px;
@@ -55,6 +74,7 @@ body{
width: 1024px; height: 768px;
}
+
#Login_000100 {
position:fixed;
width: 350px; height: 230px;
diff --git a/i_login/login.php b/i_login/login.php
index 87911064..c78ca530 100644
--- a/i_login/login.php
+++ b/i_login/login.php
@@ -1,19 +1,21 @@
IsLoggedIn()){
header(ROOT.'/i_entrance/Frame.php');
die();
}
+$system = getRootDB()->queryFirstRow('SELECT `REG`, `LOGIN` FROM `SYSTEM` WHERE `NO`=1');
?>
-
-
+
-
+
+
로그인
@@ -36,8 +38,8 @@ if($SESSION->IsLoggedIn()){
$(document).ready(Login);
function Login() {
- ImportView("body", "=ROOT;?>"+W+I+POPUP+W+FRAME);
- ImportView("body", FRAME);
+ //ImportView("body", "=ROOT;?>"+W+I+POPUP+W+FRAME);
+ //ImportView("body", FRAME);
Popup_Import();
Popup_Init();
@@ -47,10 +49,113 @@ function Login() {
Login_Init();
Login_Update();
}
+
+var rootStatus = =json_encode([
+ 'reg'=>($system['REG']=='Y'),
+ 'login'=>($system['LOGIN']=='Y')
+], JSON_UNESCAPED_UNICODE)?>;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
삼국지 모의전투 유기체서버
+제작자 : 유기체(jwh1807@gmail.com)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tmp_kakao/join.css b/tmp_kakao/join.css
index c6a9338e..0110454a 100644
--- a/tmp_kakao/join.css
+++ b/tmp_kakao/join.css
@@ -72,4 +72,4 @@ input::-webkit-input-placeholder {
.terms{
max-height: 200px; overflow: auto;
-}
\ No newline at end of file
+}