mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
lifepod ì°ë 모ëìì 컬ë¬ì /ì 목 íìê° ì ìì ì¼ë¡ ëëë¡ íê³ íêµì 기ë ì¼ íì를 ì¤ì í ì ìëë¡ ë³ê²½
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3303 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
52dc927cd2
commit
36d8a48f9d
4 changed files with 18 additions and 4 deletions
|
|
@ -1,8 +1,9 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* board Title */
|
||||
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%;}
|
||||
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%; margin-bottom:10px; }
|
||||
.boardHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
.boardHeader h3 { border-bottom:3px solid #fe3614; }
|
||||
|
||||
/* board Information */
|
||||
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- JS 파일 로드 -->
|
||||
<script type="text/javascript" src="http://www.lifepod.co.kr/api/calendar.js"></script>
|
||||
<script type="text/javascript" src="http://www.lifepod.co.kr/api/calendar.js<!--@if($module_info->korean_anniversary!="notuse")-->?calendar=1<!--@end-->"></script>
|
||||
<!--%import("js/lifepod.js")-->
|
||||
<script type="text/javascript" src="./modules/lifepod/skins/xe_official/js/xe_interface.js"></script>
|
||||
<!--{count($page->data)}-->
|
||||
|
|
@ -13,7 +13,6 @@ xAddEventListener(window, 'load', startLifepod);
|
|||
<!--@end-->
|
||||
//]]></script>
|
||||
|
||||
|
||||
<!--%import("css/common.css")-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
|
|
|
|||
|
|
@ -8,6 +8,12 @@
|
|||
<description xml:lang="ko">라이프팟 노트 연동 모듈의 기본 스킨</description>
|
||||
<description xml:lang="en">Default Skin of Lifepod Module</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
</color>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
|
|
@ -15,5 +21,13 @@
|
|||
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
|
||||
<description xml:lang="en">Please input the title of board.</description>
|
||||
</var>
|
||||
<var name="korean_anniversary" type="select">
|
||||
<title xml:lang="ko">한국 기념일 표시</title>
|
||||
<title xml:lang="en">Display anniversary</title>
|
||||
<description xml:lang="ko">한국의 기념일을 표시합니다.</description>
|
||||
<description xml:lang="en">Display Korean anniversary.</description>
|
||||
<default>use</default>
|
||||
<default>notuse</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
|
||||
<input type="hidden" name="module" value="{$module_info->module}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="procSpringnoteAdminUpdateSkinInfo" />
|
||||
<input type="hidden" name="act" value="procLifepodAdminUpdateSkinInfo" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue