-
+
= $this->include($viewDatas['layout']['path'] . '/left_menu'); ?>
diff --git a/app/Views/layouts/front/top_menu.php b/app/Views/layouts/front/top_menu.php
index fa58341..03e993f 100644
--- a/app/Views/layouts/front/top_menu.php
+++ b/app/Views/layouts/front/top_menu.php
@@ -13,11 +13,11 @@
|
- = $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_life'); ?>
+ = $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_network'); ?>
|
- = $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_computer'); ?>
+ = $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_server'); ?>
|
diff --git a/app/Views/layouts/front/top_menu/top_menu_aboutus.php b/app/Views/layouts/front/top_menu/top_menu_aboutus.php
index 44954c3..e7fa963 100644
--- a/app/Views/layouts/front/top_menu/top_menu_aboutus.php
+++ b/app/Views/layouts/front/top_menu/top_menu_aboutus.php
@@ -5,8 +5,8 @@
About US
diff --git a/app/Views/layouts/front/top_menu/top_menu_life.php b/app/Views/layouts/front/top_menu/top_menu_network.php
similarity index 51%
rename from app/Views/layouts/front/top_menu/top_menu_life.php
rename to app/Views/layouts/front/top_menu/top_menu_network.php
index 4f5ef75..7752645 100644
--- a/app/Views/layouts/front/top_menu/top_menu_life.php
+++ b/app/Views/layouts/front/top_menu/top_menu_network.php
@@ -2,11 +2,11 @@
diff --git a/app/Views/layouts/front/top_menu/top_menu_computer.php b/app/Views/layouts/front/top_menu/top_menu_server.php
similarity index 52%
rename from app/Views/layouts/front/top_menu/top_menu_computer.php
rename to app/Views/layouts/front/top_menu/top_menu_server.php
index 64e1968..9935f1c 100644
--- a/app/Views/layouts/front/top_menu/top_menu_computer.php
+++ b/app/Views/layouts/front/top_menu/top_menu_server.php
@@ -2,11 +2,11 @@
diff --git a/app/Views/layouts/front/top_menu/top_menu_support.php b/app/Views/layouts/front/top_menu/top_menu_support.php
index bac1aed..7257f02 100644
--- a/app/Views/layouts/front/top_menu/top_menu_support.php
+++ b/app/Views/layouts/front/top_menu/top_menu_support.php
@@ -5,8 +5,8 @@
Support
diff --git a/app/Views/layouts/front/top_navigator.php b/app/Views/layouts/front/top_navigator.php
index 7569091..2fb350a 100644
--- a/app/Views/layouts/front/top_navigator.php
+++ b/app/Views/layouts/front/top_navigator.php
@@ -7,7 +7,6 @@
= $this->include($viewDatas['layout']['path'] . '/top_navigator/top_center'); ?>
- = $this->include($viewDatas['layout']['path'] . '/top_navigator/search'); ?>
diff --git a/app/Views/layouts/front/top_navigator/top_center.php b/app/Views/layouts/front/top_navigator/top_center.php
index c10c80d..4103c38 100644
--- a/app/Views/layouts/front/top_navigator/top_center.php
+++ b/app/Views/layouts/front/top_navigator/top_center.php
@@ -1,2 +1,5 @@
-고객센터 1661-0577 (365일 24시간)
- itsolution-idc@outlook.kr
\ No newline at end of file
+
+
고객센터 1661-0577 (365일 24시간)
+
|
+
itsolution-idc@outlook.kr
+
\ No newline at end of file
diff --git a/app/Views/templates/front/header.php b/app/Views/templates/front/header.php
index 0d6a19a..233d898 100644
--- a/app/Views/templates/front/header.php
+++ b/app/Views/templates/front/header.php
@@ -1,11 +1,13 @@
-
\ No newline at end of file
+
+
+
+ = $viewDatas['class_icon'] ?>= $viewDatas['category']->getTitle() ?>
+
+
+
+
+ = ICONS['HOME'] ?> > = $viewDatas['parent_category']->getTitle() ?> > = $viewDatas['category']->getTitle() ?>
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/templates/front/index_head.php b/app/Views/templates/front/index_head.php
index 4f738b4..d8c711a 100644
--- a/app/Views/templates/front/index_head.php
+++ b/app/Views/templates/front/index_head.php
@@ -1,12 +1,12 @@
- 페이지정보:= $viewDatas['page'] ?>/= $viewDatas['total_page'] ?>
+ 페이지정보 : = $viewDatas['page'] ?>/= $viewDatas['total_page'] ?>
= form_open(current_url(), array("method" => "get")) ?>
- 검색어:= form_input('word', $viewDatas['word']) ?>
+ = form_input('word', $viewDatas['word']) ?>
= form_submit('', '검색', array("class" => "btn btn-outline btn-primary")); ?>= anchor(current_url() . '/excel?' . $viewDatas['uri']->getQuery(), ' ', ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) ?>
= form_close() ?>
diff --git a/public/css/front.css b/public/css/front.css
index 27533ac..3d71245 100644
--- a/public/css/front.css
+++ b/public/css/front.css
@@ -24,23 +24,26 @@ body {
/* border:1px solid red; */
}
-#layout #body div.header{
+#layout #body nav.header{
/*content 상단라인*/
- padding:15px;
- border-top:1px solid silver;
- border-left:1px solid silver;
- border-bottom:0px;
- border-right:1px solid silver;
- border-radius: 10px 10px 0px 0px;
- background-color:#efefef;
+ padding-top:40px;
+ margin-left:30px;
+ border-bottom:1px solid silver;
+}
+#layout #body nav.header nav h4{
+ font-size:26px;
+ font-weight:bold;
+}
+#layout #body nav.header ul li.nav-item{
+ color: silver;
}
#layout #body div.footer
/*content 하단라인*/{
height:20px;
- border-top:0px;
+ /* border-top:0px;
border-left:1px solid silver;
border-bottom:1px solid silver;
border-right:1px solid silver;
border-radius: 0px 0px 10px 10px;
- background-color:white;
+ background-color:white; */
}
\ No newline at end of file
diff --git a/public/css/front/content.css b/public/css/front/content.css
index 5f8be73..61ce549 100644
--- a/public/css/front/content.css
+++ b/public/css/front/content.css
@@ -1,11 +1,14 @@
div#content{
- border-left:1px solid silver;
- border-right:1px solid silver;
- /* border:1px solid red; */
+ padding-left:30px;
+ /* border-left:1px solid silver;
+ border-right:1px solid silver; */
}
/* div#content div.top{
border:1px solid red;
} */
+div#content div.top nav span{
+ font-weight:bold;
+}
/* index block 전용 */
div#content table#block tr:first-child {
@@ -25,10 +28,13 @@ div#content table {
}
div#content table thead th{
text-align:center;
+ padding-top:15px;
+ padding-bottom:15px;
font-size: 16px;
+ font-weight:bold;
border-top:2px solid black;
border-bottom:1px solid silver;
- background-color:#eeeeee;
+ background-color:#F5F5F5;
/* border:1px solid silver; */
}
div#content table thead th a{
@@ -37,11 +43,15 @@ div#content table thead th a{
}
div#content table tbody td {
color: black;
+ color:gray;
+ font-weight:bold;
/* border:1px solid silver; */
text-align:center;
}
div#content table tbody td a{
- color:blue;
+ color: black;
+ color:gray;
+ text-decoration: none;
/* border:1px solid silver; */
}
div#content table.form td.label{
diff --git a/public/css/front/left_menu.css b/public/css/front/left_menu.css
index 85b1b86..9fd64f1 100644
--- a/public/css/front/left_menu.css
+++ b/public/css/front/left_menu.css
@@ -1,28 +1,30 @@
div#left_menu{
position:fixed;
z-index:100;
- width:160px;
+ width:200px;
background-color:white;
}
div#left_menu div.parent {
font-size:24px;
- height:160px;
+ font-weight:bold;
+ height:170px;
padding-top:30px;
- background-color: #efefef;
+ background-color: #eeeeee;
border:1px solid silver;
text-align:center;
}
div#left_menu div.parent div.title{
- color:#0d4491;
+ color:#3A5BA3;
}
div#left_menu div.parent div{
font-size:24px;
}
div#left_menu div.sibling {
- padding-top:10px;
- text-align:center;
- height:50px;
+ padding-top:15px;
+ text-align:left;
+ padding-left:20px;
+ height:60px;
border-bottom:1px solid silver;
}
div#left_menu div.sibling a{
@@ -31,13 +33,13 @@ div#left_menu div.sibling a{
font-size:18px;
}
div#left_menu div.active {
- background-color:#0d4491;
+ background-color:#3A5BA3;
}
div#left_menu div.active a{
color:white;
}
div#left_menu div.sibling:hover {
- background-color:#0d4491;
+ background-color:#3A5BA3;
}
div#left_menu div.sibling:hover a,div.active{
color:white;
diff --git a/public/css/front/top_menu.css b/public/css/front/top_menu.css
index 7949119..3837df6 100644
--- a/public/css/front/top_menu.css
+++ b/public/css/front/top_menu.css
@@ -12,6 +12,7 @@
} */
#top_menu a.navbar-brand{
font-size:24px;
+ font-weight:bold;
}
#top_menu ul.nav li.nav-item {
@@ -20,6 +21,7 @@
}
#top_menu ul.nav li.nav-item ul.navbar-nav a#navbarDarkDropdownMenuLink{
font-size:18px;
+ font-weight:bold;
/* border:1px solid silver; */
}
@@ -30,16 +32,14 @@
}
/* 메뉴바 hover했을시 */
#top_menu ul.nav li.nav-item ul.navbar-nav li.dropdown:hover a#navbarDarkDropdownMenuLink{
- color:#0d4491;
+ color:#3A5BA3;
}
#top_menu ul.nav li.nav-item ul.navbar-nav li.dropdown:hover ul.dropdown-menu{
/* margin-top:15px; */
display: block;
/* border:1px solid silver; */
}
-/* #top_menu ul.nav li.nav-item ul.navbar-nav li.dropdown ul.dropdown-menu li:hover{
- border:1px solid red;
-} */
+
#top_menu ul.nav li.nav-item ul.navbar-nav li.dropdown ul.dropdown-menu li a{
font-size:18px;
text-align:center;
@@ -50,7 +50,7 @@
}
#top_menu ul.nav li.nav-item ul.navbar-nav li.dropdown ul.dropdown-menu li:hover a{
color:white;
- background-color:#0d4491;
+ background-color:#3A5BA3;
}
/* #top_menu ul.nav li.nav-item ul.navbar-nav a:hover{
border:1px solid silver;
diff --git a/public/css/front/top_navigator.css b/public/css/front/top_navigator.css
index b2813ec..91be90a 100644
--- a/public/css/front/top_navigator.css
+++ b/public/css/front/top_navigator.css
@@ -1,5 +1,15 @@
#top_navigator{
padding-top:10px;
padding-bottom:10px;
- background-color:#efefef
+ background-color:#eeeeee
}
+
+#top_navigator div.navigator_center span{
+ padding-left:5px;
+ padding-right:5px;
+}
+#top_navigator div.navigator_center span strong{
+ color:#3A5BA3;
+ font-weight: bold;
+}
+
diff --git a/public/css/style.css b/public/css/style.css
index 67ec0d5..f4bf0c9 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -11,8 +11,12 @@
padding:0px;
border:0px;
font-size:14px;
+ font: Arial;
}
+/* user class */
+h1,h2,h3,h4,h5,h6,strong,th,.bold{font-weight:500;}
+
body {
background-color: white;
}