XE 공식 레이아웃/ 로그인위젯/ 최근글 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2112 201d5d3c-b55e-5fd7-737f-ddc643e51545
81
layouts/xe_official/conf/info.xml
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout version="0.1">
|
||||
<title xml:lang="ko">ZBXE 공식 사이트 레이아웃</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 8. 1">
|
||||
<name xml:lang="ko">zero</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 공식 사이트 레이아웃입니다.
|
||||
디자인 : 이소라
|
||||
퍼블리싱 : 정찬명
|
||||
레이아웃 제작 : zero
|
||||
</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var name="colorset" type="select">
|
||||
<title xml:lang="ko">컬러셋</title>
|
||||
<title xml:lang="zh-CN">颜色</title>
|
||||
<title xml:lang="en">Colorset</title>
|
||||
<title xml:lang="jp">カラーセット</title>
|
||||
<title xml:lang="es">colecciónes de colores</title>
|
||||
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
|
||||
<description xml:lang="zh-CN">请选择颜色。</description>
|
||||
<description xml:lang="en">Select colorset.</description>
|
||||
<description xml:lang="jp">希望する色を選択してください。</description>
|
||||
<description xml:lang="es">Seleccióne la colección de colores.</description>
|
||||
<options name="default">
|
||||
<title xml:lang="ko">기본</title>
|
||||
<value>default</value>
|
||||
</options>
|
||||
<options name="black">
|
||||
<title xml:lang="ko">검은색</title>
|
||||
<value>black</value>
|
||||
</options>
|
||||
<options name="white">
|
||||
<title xml:lang="ko">하얀색</title>
|
||||
<value>white</value>
|
||||
</options>
|
||||
</var>
|
||||
<var name="logo_image" type="image">
|
||||
<title xml:lang="ko">로고이미지</title>
|
||||
<title xml:lang="zh-CN">LOGO图片</title>
|
||||
<title xml:lang="en">Logo image</title>
|
||||
<title xml:lang="jp">ロゴのイメージ</title>
|
||||
<title xml:lang="es">Imagén de logotipo</title>
|
||||
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요. (세로길이가 100px인 투명이미지가 가장 어울립니다)</description>
|
||||
<description xml:lang="zh-CN">请输入显示在布局顶部的LOGO图片。 (高度为100px的透明图片为释。)</description>
|
||||
<description xml:lang="en">Please put a logo image in the the top of layout. (Transparency image's height 100px is best becoming.)</description>
|
||||
<description xml:lang="jp">レイアウトの上端に表示されるロゴイメージを入力してください。 (縦幅が100pxである透明イメージが最も合います。)</description>
|
||||
<description xml:lang="es">Cargar archivo para logotipo. (Mejor imagen transparente con altura de 100px)</description>
|
||||
</var>
|
||||
<var name="index_url" type="text">
|
||||
<title xml:lang="ko">홈 페이지 URL</title>
|
||||
<title xml:lang="zh-CN">网站 URL</title>
|
||||
<title xml:lang="en">Hompage URL</title>
|
||||
<title xml:lang="jp">ホームページ URL</title>
|
||||
<title xml:lang="es">URL de logotipo</title>
|
||||
<description xml:lang="ko">로고를 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
|
||||
<description xml:lang="zh-CN">点击网站LOGO时要移动的页面URL。</description>
|
||||
<description xml:lang="en">Please put a homepage URL, when you click the logo.</description>
|
||||
<description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力してください。</description>
|
||||
<description xml:lang="ko">Escribe URL para mover cuando los usuarios haga clic en logotipo.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
<menus>
|
||||
<menu name="main_menu" default="true">
|
||||
<title xml:lang="ko">상단 메뉴</title>
|
||||
<title xml:lang="zh-CN">主菜单</title>
|
||||
<title xml:lang="en">Top menu</title>
|
||||
<title xml:lang="jp">上端メニュー</title>
|
||||
<title xml:lang="es">Menu Principal</title>
|
||||
<maxdepth>3</maxdepth>
|
||||
</menu>
|
||||
<menu name="bottom_menu">
|
||||
<title xml:lang="ko">하단 메뉴 </title>
|
||||
<title xml:lang="zh-CN">底部菜单</title>
|
||||
<title xml:lang="en">Menu on the bottom </title>
|
||||
<title xml:lang="es">sub menú </title>
|
||||
<title xml:lang="jp">下段メニュー</title>
|
||||
<maxdepth>1</maxdepth>
|
||||
</menu>
|
||||
</menus>
|
||||
</layout>
|
||||
70
layouts/xe_official/css/black.css
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Jeong, Chan Myeong 070601~070630
|
||||
*/
|
||||
|
||||
/* Black Skin - Start */
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;}
|
||||
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:980px; height:120px; background:url(../images/black/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
|
||||
#header h1 { position:absolute; top:32px; left:25px;}
|
||||
#language { position:absolute; top:18px; right:19px;}
|
||||
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
|
||||
#language a img { vertical-align:-5px;}
|
||||
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #282827; background:#3d3d3d;}
|
||||
#language ul li { list-style:none; }
|
||||
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#cbcbcb; text-decoration:none;}
|
||||
#language ul li a:hover { background:#373736;}
|
||||
|
||||
#it_search_form { position:absolute; top:50px; right:15px;}
|
||||
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
|
||||
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
|
||||
|
||||
#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
|
||||
#gnb li { list-style:none; float:left; background:url(../images/black/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
|
||||
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#a6a6a6; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#gnb li a:hover,
|
||||
#gnb li a:focus { color:#ffffff;}
|
||||
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/black/bgGnbOn.gif) no-repeat center top;}
|
||||
|
||||
/* Site Layout - Content Body */
|
||||
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/black/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #515151;}
|
||||
|
||||
/* Site Layout - Column Left */
|
||||
#columnLeft { position:relative; width:201px; float:left;}
|
||||
#columnLeft .mask { width:201px; height:5px; background:#3d3d3d; display:block;}
|
||||
#lnb { border-top:1px solid #515151; padding:4px 5px; width:190px;}
|
||||
#lnb li { list-style:none; padding-bottom:4px;}
|
||||
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #565655; background:url(../images/black/bgLnbOff.gif) repeat-x; color:#c2c2c2; position:relative; z-index:99; text-decoration:none;}
|
||||
#lnb li a:hover,
|
||||
#lnb li a:focus { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a:hover,
|
||||
#lnb li.on a:focus { font-weight:bold;}
|
||||
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #3d3d3d; overflow:hidden;}
|
||||
#lnb li.on ul { display:block;}
|
||||
#lnb li ul li { padding:0; border-top:1px solid #474747; position:relative; top:-1px;}
|
||||
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
|
||||
#lnb li ul li a:hover,
|
||||
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
|
||||
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/black/bulletLnb.gif) no-repeat 175px center !important;}
|
||||
|
||||
/* Site Layout - Column Right */
|
||||
#columnRight { position:relative; width:755px; float:right;}
|
||||
#visualArea { width:770px; height:200px; background:#151514; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px; color:#999999;}
|
||||
#content { width:100%; overflow:hidden;}
|
||||
|
||||
/* Site Layout - Footer */
|
||||
#footer { border-top:3px solid #424242; text-align:center; padding:2em 0 4em; clear:both;}
|
||||
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/black/vrType1.gif) no-repeat left center;}
|
||||
#footer li.first-child { background:none;}
|
||||
#footer li a { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#footer li address { display:inline; }
|
||||
|
||||
/* Black Skin - End */
|
||||
|
||||
70
layouts/xe_official/css/default.css
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Jeong, Chan Myeong 070601~070630
|
||||
*/
|
||||
|
||||
/* Default Skin - Start */
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { background:url(../images/default/bgBody.gif) repeat-x;}
|
||||
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:980px; height:120px; background:url(../images/default/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
|
||||
#header h1 { position:absolute; top:32px; left:25px;}
|
||||
#language { position:absolute; top:18px; right:19px;}
|
||||
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
|
||||
#language a img { vertical-align:-5px;}
|
||||
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;}
|
||||
#language ul li { list-style:none; }
|
||||
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
|
||||
#language ul li a:hover { background:#bc4032;}
|
||||
|
||||
#it_search_form { position:absolute; top:50px; right:15px;}
|
||||
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
|
||||
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
|
||||
|
||||
#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
|
||||
#gnb li { float:left; list-style:none; background:url(../images/default/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
|
||||
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#e8e8e8; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#gnb li a:hover,
|
||||
#gnb li a:focus { color:#ffffff;}
|
||||
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/default/bgGnbOn.gif) no-repeat center top;}
|
||||
|
||||
/* Site Layout - Content Body */
|
||||
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}
|
||||
|
||||
/* Site Layout - Column Left */
|
||||
#columnLeft { position:relative; width:201px; float:left;}
|
||||
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}
|
||||
|
||||
#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
|
||||
#lnb li { padding-bottom:4px;}
|
||||
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/default/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
|
||||
#lnb li a:hover,
|
||||
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
|
||||
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
|
||||
#lnb li.on a:hover,
|
||||
#lnb li.on a:focus { font-weight:bold;}
|
||||
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
|
||||
#lnb li.on ul { display:block;}
|
||||
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
|
||||
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
|
||||
#lnb li ul li a:hover,
|
||||
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
|
||||
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center !important;}
|
||||
|
||||
/* Site Layout - Column Right */
|
||||
#columnRight { position:relative; width:755px; float:right;}
|
||||
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
|
||||
#content { width:100%; overflow:hidden;}
|
||||
|
||||
/* Site Layout - Footer */
|
||||
#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
|
||||
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;}
|
||||
#footer li.first-child { background:none;}
|
||||
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#footer li address { display:inline; }
|
||||
|
||||
/* Default Skin - End */
|
||||
70
layouts/xe_official/css/white.css
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Jeong, Chan Myeong 070601~070630
|
||||
*/
|
||||
|
||||
/* White Skin - Start */
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { background:#ffffff;}
|
||||
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:978px; height:114px; border-top:6px solid #323232; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9; background:url(../images/white/bgHeader.png) no-repeat right bottom; margin-bottom:10px; z-index:99;}
|
||||
#header h1 { position:absolute; top:26px; left:25px;}
|
||||
#language { position:absolute; top:12px; right:19px;}
|
||||
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
|
||||
#language a img { vertical-align:-5px;}
|
||||
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
|
||||
#language ul li { list-style:none; }
|
||||
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
|
||||
#language ul li a:hover { background:#f4f4f4;}
|
||||
|
||||
#it_search_form { position:absolute; top:50px; right:15px;}
|
||||
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
|
||||
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
|
||||
|
||||
#gnb { position:absolute; top:76px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
|
||||
#gnb li { list-style:none; float:left; background:url(../images/white/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
|
||||
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#727272; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#gnb li a:hover,
|
||||
#gnb li a:focus { color:#000000;}
|
||||
#gnb li.on a { font-weight:bold; color:#3f3f3f; background:url(../images/white/bgGnbOn.gif) no-repeat center top;}
|
||||
|
||||
/* Site Layout - Content Body */
|
||||
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/white/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}
|
||||
|
||||
/* Site Layout - Column Left */
|
||||
#columnLeft { position:relative; width:201px; float:left;}
|
||||
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}
|
||||
|
||||
#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
|
||||
#lnb li { list-style:none; padding-bottom:4px;}
|
||||
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/white/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
|
||||
#lnb li a:hover,
|
||||
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
|
||||
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
|
||||
#lnb li.on a:hover,
|
||||
#lnb li.on a:focus { font-weight:bold;}
|
||||
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
|
||||
#lnb li.on ul { display:block;}
|
||||
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
|
||||
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
|
||||
#lnb li ul li a:hover,
|
||||
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
|
||||
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/white/bulletLnb.gif) no-repeat 175px center !important;}
|
||||
|
||||
/* Site Layout - Column Right */
|
||||
#columnRight { position:relative; width:755px; float:right;}
|
||||
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
|
||||
#content { width:100%; overflow:hidden;}
|
||||
|
||||
/* Site Layout - Footer */
|
||||
#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
|
||||
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/white/vrType1.gif) no-repeat left center;}
|
||||
#footer li.first-child { background:none;}
|
||||
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#footer li address { display:inline; }
|
||||
|
||||
/* White Skin - End */
|
||||
BIN
layouts/xe_official/images/black/bgBody.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
layouts/xe_official/images/black/bgContentBody.gif
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
layouts/xe_official/images/black/bgGnbOn.gif
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
layouts/xe_official/images/black/bgGnbVr.gif
Normal file
|
After Width: | Height: | Size: 97 B |
BIN
layouts/xe_official/images/black/bgHeader.jpg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
layouts/xe_official/images/black/bgLnbOff.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
layouts/xe_official/images/black/bulletD0.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/black/bulletFF1A00.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/black/bulletLnb.gif
Normal file
|
After Width: | Height: | Size: 49 B |
BIN
layouts/xe_official/images/black/buttonLang.gif
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
layouts/xe_official/images/black/lineNotice.gif
Normal file
|
After Width: | Height: | Size: 78 B |
BIN
layouts/xe_official/images/black/powerdByZeroboard.gif
Normal file
|
After Width: | Height: | Size: 141 B |
BIN
layouts/xe_official/images/black/vrType1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/black/zeroBoardXE.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
layouts/xe_official/images/blank.gif
Normal file
|
After Width: | Height: | Size: 43 B |
BIN
layouts/xe_official/images/default/bgBody.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
layouts/xe_official/images/default/bgContentBody.gif
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
layouts/xe_official/images/default/bgGnbOn.gif
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
layouts/xe_official/images/default/bgGnbVr.gif
Normal file
|
After Width: | Height: | Size: 97 B |
BIN
layouts/xe_official/images/default/bgHeader.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
layouts/xe_official/images/default/bgLnbOff.gif
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
layouts/xe_official/images/default/bulletD0.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/default/bulletFF1A00.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/default/bulletLnb.gif
Normal file
|
After Width: | Height: | Size: 49 B |
BIN
layouts/xe_official/images/default/buttonLang.gif
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
layouts/xe_official/images/default/lineNotice.gif
Normal file
|
After Width: | Height: | Size: 78 B |
BIN
layouts/xe_official/images/default/powerdByZeroboard.gif
Normal file
|
After Width: | Height: | Size: 132 B |
BIN
layouts/xe_official/images/default/vrType1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/default/zeroBoardXE.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
layouts/xe_official/images/white/bgContentBody.gif
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
layouts/xe_official/images/white/bgGnbOn.gif
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
layouts/xe_official/images/white/bgGnbVr.gif
Normal file
|
After Width: | Height: | Size: 96 B |
BIN
layouts/xe_official/images/white/bgHeader.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
layouts/xe_official/images/white/bgLnbOff.gif
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
layouts/xe_official/images/white/bulletD0.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/white/bulletFF1A00.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/white/bulletLnb.gif
Normal file
|
After Width: | Height: | Size: 49 B |
BIN
layouts/xe_official/images/white/buttonLang.gif
Normal file
|
After Width: | Height: | Size: 166 B |
BIN
layouts/xe_official/images/white/lineNotice.gif
Normal file
|
After Width: | Height: | Size: 78 B |
BIN
layouts/xe_official/images/white/powerdByZeroboard.gif
Normal file
|
After Width: | Height: | Size: 132 B |
BIN
layouts/xe_official/images/white/vrType1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_official/images/white/zeroBoardXE.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
layouts/xe_official/images/zeroBoardXE.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
37
layouts/xe_official/js/xe_official.js
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
// Hide And Show Toggle
|
||||
cc=0
|
||||
function hideShow(id)
|
||||
{
|
||||
if (cc==0)
|
||||
{
|
||||
cc=1
|
||||
document.getElementById(id).style.display="none";
|
||||
}
|
||||
else
|
||||
{
|
||||
cc=0
|
||||
document.getElementById(id).style.display="block";
|
||||
}
|
||||
}
|
||||
|
||||
// Show And Hide Toggle
|
||||
cc=0
|
||||
function showHide(id)
|
||||
{
|
||||
if (cc==0)
|
||||
{
|
||||
cc=1
|
||||
document.getElementById(id).style.display="block";
|
||||
}
|
||||
else
|
||||
{
|
||||
cc=0
|
||||
document.getElementById(id).style.display="none";
|
||||
}
|
||||
}
|
||||
|
||||
// Local Navigation Toggle
|
||||
function lnbToggle(id) {
|
||||
for(num=1; num<=3; num++) document.getElementById('D3MG'+num).style.display='none'; //D4MG1~D4MG3 까지 숨긴 다음
|
||||
document.getElementById(id).style.display='block'; //해당 ID만 보임
|
||||
}
|
||||
91
layouts/xe_official/layout.html
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
<!-- js 파일 import -->
|
||||
<!--%import("js/xe_official.js")-->
|
||||
|
||||
<!-- 레이아웃과 연동될 css 파일 import -->
|
||||
<!--@if($layout_info->colorset == "white")-->
|
||||
<!--%import("css/white.css")-->
|
||||
<!--@elseif($layout_info->colorset == "black")-->
|
||||
<!--%import("css/black.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/default.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div id="bodyWrap">
|
||||
<div id="header">
|
||||
<h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" width="152" height="23" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
|
||||
|
||||
<div id="language">
|
||||
<strong title="Korean">{$lang_type}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
|
||||
<ul id="selectLang">
|
||||
<!--@foreach($lang_supported as $val)--><!--@if($val != $lang_type)-->
|
||||
<li><a href="#" onclick="doChangeLangType('{$val}');return false;">{$val}</a></li>
|
||||
<!--@end--><!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="it_search_form">
|
||||
<form action="{getUrl()}" method="get"><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" class="input" name="is_keyword" value="{$is_keyword}"/><input type="submit" class="submit_button" value="{$lang->cmd_search}" /></form>
|
||||
</div>
|
||||
|
||||
<!--GNB-->
|
||||
<ul id="gnb">
|
||||
<!-- main_menu 1차 시작 -->
|
||||
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['text'])-->
|
||||
<!--@if($val['selected'])-->
|
||||
{@ $menu_1st = $val }
|
||||
<!--@end-->
|
||||
|
||||
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a></li>
|
||||
|
||||
<!--@end--><!--@end-->
|
||||
<!-- main_menu 1차 끝 -->
|
||||
</ul>
|
||||
<!--//GNB-->
|
||||
</div>
|
||||
<div id="contentBody">
|
||||
<div id="columnLeft">
|
||||
|
||||
<!-- 로그인 위젯 -->
|
||||
<img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />
|
||||
|
||||
<!-- 왼쪽 2차 메뉴 -->
|
||||
<img src="./images/blank.gif" alt="" class="mask" />
|
||||
|
||||
<!--@if($menu_1st)-->
|
||||
<ol id="lnb">
|
||||
<!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['text'])-->
|
||||
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end--> onfocus="lnbToggle('D3MG1')">{$val['text']}</a>
|
||||
|
||||
<!-- main_menu 3차 시작 -->
|
||||
<!--@if($val['list'])-->
|
||||
<ul id="D3MG1">
|
||||
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
|
||||
<li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['text']}</a></li>
|
||||
<!--@end--><!--@end-->
|
||||
</ul>
|
||||
<!--@end-->
|
||||
</li>
|
||||
<!--@end--><!--@end-->
|
||||
</ol>
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
<div id="columnRight">
|
||||
<!-- 컨텐츠 시작 -->
|
||||
{$content}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<ul id="footer">
|
||||
<li class="first-child">
|
||||
<address>
|
||||
<a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a>
|
||||
</address>
|
||||
|
||||
</li>
|
||||
|
||||
<!--@foreach($bottom_menu->list as $key => $val)-->
|
||||
<li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['href']}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||