mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#217 썸네일 생성 방법을 문서 모듈에서 crop/ratio를 정할 수 있게 하고 xe_webzine, xe_gallery에서 방식/가로/세로크기를 지정할 수 있게 함. newest_images 위젯 역시 동일한 설정과 동작을 추가함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2734 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4d55fc4d1
commit
5bdad63b7f
28 changed files with 514 additions and 267 deletions
|
|
@ -20,6 +20,11 @@
|
|||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 썸네일 관련 항목을 지정 -->
|
||||
<!--@if(!$module_info->thumbnail_type)-->{@ $module_info->thumbnail_type = 'crop'; }<!--@end-->
|
||||
<!--@if(!$module_info->thumbnail_width)-->{@ $module_info->thumbnail_width = 100; }<!--@end-->
|
||||
<!--@if(!$module_info->thumbnail_height)-->{@ $module_info->thumbnail_height = 100; }<!--@end-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
|
|||
|
|
@ -92,10 +92,10 @@
|
|||
<!--@if(!$document->isNotice())-->
|
||||
|
||||
<div class="cell">
|
||||
<!--@if($document->thumbnailExists(122))-->
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}"><img src="{$document->getThumbnail(122)}" border="0" alt="" class="thumb"/></a>
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" class="thumb"/></a>
|
||||
<!--@else-->
|
||||
<img src="./images/blank.gif" border="0" alt="" class="thumb" width="122" height="122" />
|
||||
<img src="./images/blank.gif" border="0" alt="" class="thumb" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
|
||||
<!--@end-->
|
||||
|
||||
<div class="title">
|
||||
|
|
|
|||
|
|
@ -1,119 +1,135 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">제로보드XE 게시판 기본 스킨 (갤러리형)</title>
|
||||
<title xml:lang="jp">ゼロボードXE掲示板のデフォルトスキン(ギャラリースタイル)</title>
|
||||
<title xml:lang="zh-CN">Zeroboard XE board 基本皮肤(相册型)</title>
|
||||
<title xml:lang="en">ZeroboardXE Basic Board Skin (Gallery Style)</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">(주)NHN</name>
|
||||
<name xml:lang="jp">(株)NHN</name>
|
||||
<name xml:lang="zh-CN">(株)NHN</name>
|
||||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 갤러리형태의 기본 스킨입니다.
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXEのギャラリースタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board的相册型基本皮肤。
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic gallery style board skin of Zeroboard XE.
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="jp">白(デフォルト)</title>
|
||||
<title xml:lang="zh-CN">白色(基本)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
</color>
|
||||
<color name="cyan" src="screenshot/cyan.gif">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">青緑</title>
|
||||
<title xml:lang="zh-CN">青绿色</title>
|
||||
<title xml:lang="en">Cyan</title>
|
||||
</color>
|
||||
<color name="green" src="screenshot/green.gif">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">緑</title>
|
||||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
</color>
|
||||
<color name="red" src="screenshot/red.gif">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">赤</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
</color>
|
||||
<color name="purple" src="screenshot/purple.gif">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">紫</title>
|
||||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">Purple</title>
|
||||
<title xml:lang="ko">제로보드XE 게시판 기본 스킨 (갤러리형)</title>
|
||||
<title xml:lang="jp">ゼロボードXE掲示板のデフォルトスキン(ギャラリースタイル)</title>
|
||||
<title xml:lang="zh-CN">Zeroboard XE board 基本皮肤(相册型)</title>
|
||||
<title xml:lang="en">ZeroboardXE Basic Board Skin (Gallery Style)</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">(주)NHN</name>
|
||||
<name xml:lang="jp">(株)NHN</name>
|
||||
<name xml:lang="zh-CN">(株)NHN</name>
|
||||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 갤러리형태의 기본 스킨입니다.
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXEのギャラリースタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board的相册型基本皮肤。
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic gallery style board skin of Zeroboard XE.
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="jp">白(デフォルト)</title>
|
||||
<title xml:lang="zh-CN">白色(基本)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
</color>
|
||||
<color name="cyan" src="screenshot/cyan.gif">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">青緑</title>
|
||||
<title xml:lang="zh-CN">青绿色</title>
|
||||
<title xml:lang="en">Cyan</title>
|
||||
</color>
|
||||
<color name="green" src="screenshot/green.gif">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">緑</title>
|
||||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
</color>
|
||||
<color name="red" src="screenshot/red.gif">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">赤</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
</color>
|
||||
<color name="purple" src="screenshot/purple.gif">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">紫</title>
|
||||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">Purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
<var name="order_target" type="select">
|
||||
<title xml:lang="ko">정렬 대상</title>
|
||||
<title xml:lang="jp">ソート対象</title>
|
||||
<title xml:lang="zh-CN">排序对象</title>
|
||||
<title xml:lang="en">Align Target</title>
|
||||
<type>select</type>
|
||||
<description xml:lang="ko">등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다.</description>
|
||||
<description xml:lang="jp">登録された順、変更された順でソートできます。</description>
|
||||
<description xml:lang="zh-CN">可对主题按发表顺或最后更新顺进行排序。</description>
|
||||
<description xml:lang="en">It can align articles as registered order or modified order.</description>
|
||||
<default>newest</default>
|
||||
<default>updated</default>
|
||||
</var>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
<title xml:lang="jp">掲示板タイトル</title>
|
||||
<title xml:lang="zh-CN">版面标题</title>
|
||||
<title xml:lang="en">Title of Board</title>
|
||||
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
|
||||
<description xml:lang="jp">掲示板タイトルを入力してください。</description>
|
||||
<description xml:lang="zh-CN">请输入版面标题。(留空为不显示)</description>
|
||||
<description xml:lang="en">Please input the title of board.</description>
|
||||
</var>
|
||||
<var name="sub_title" type="text">
|
||||
<title xml:lang="ko">게시판 부제목</title>
|
||||
<title xml:lang="jp">掲示板サブタイトル</title>
|
||||
<title xml:lang="zh-CN">版面副标题</title>
|
||||
<title xml:lang="en">Subtitle of Board</title>
|
||||
<description lang="ko">게시판 제목 옆에 나타날 부제목을 적어주세요.</description>
|
||||
<description lang="jp">掲示板タイトルの横表示されるサブタイトルを入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题旁的副标题。(留空为不显示)</description>
|
||||
<description lang="en">Please input the subtitle of board which will be displayed beside of board title.</description>
|
||||
</var>
|
||||
<var name="comment" type="textarea">
|
||||
<title xml:lang="ko">게시판 상세 설명</title>
|
||||
<title xml:lang="jp">掲示板の説明</title>
|
||||
<title xml:lang="zh-CN">版面详细说明</title>
|
||||
<title xml:lang="en">Description of Board</title>
|
||||
<description lang="ko">게시판 제목 아래 표시될 설명을 입력하실 수 있습니다.</description>
|
||||
<description lang="jp">掲示板タイトルの下に表示される説明文入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题下的说明。(留空为不显示)</description>
|
||||
<description lang="en">You may input description which will be displayed under the board title.</description>
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="zh-CN">new图标显示时间(hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="zh-CN">可以设置最新更新主题的new图标显示时间。</description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
<var name="order_target" type="select">
|
||||
<title xml:lang="ko">정렬 대상</title>
|
||||
<title xml:lang="jp">ソート対象</title>
|
||||
<title xml:lang="zh-CN">排序对象</title>
|
||||
<title xml:lang="en">Align Target</title>
|
||||
<type>select</type>
|
||||
<description xml:lang="ko">등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다.</description>
|
||||
<description xml:lang="jp">登録された順、変更された順でソートできます。</description>
|
||||
<description xml:lang="zh-CN">可对主题按发表顺或最后更新顺进行排序。</description>
|
||||
<description xml:lang="en">It can align articles as registered order or modified order.</description>
|
||||
<default>newest</default>
|
||||
<default>updated</default>
|
||||
</var>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
<title xml:lang="jp">掲示板タイトル</title>
|
||||
<title xml:lang="zh-CN">版面标题</title>
|
||||
<title xml:lang="en">Title of Board</title>
|
||||
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
|
||||
<description xml:lang="jp">掲示板タイトルを入力してください。</description>
|
||||
<description xml:lang="zh-CN">请输入版面标题。(留空为不显示)</description>
|
||||
<description xml:lang="en">Please input the title of board.</description>
|
||||
</var>
|
||||
<var name="sub_title" type="text">
|
||||
<title xml:lang="ko">게시판 부제목</title>
|
||||
<title xml:lang="jp">掲示板サブタイトル</title>
|
||||
<title xml:lang="zh-CN">版面副标题</title>
|
||||
<title xml:lang="en">Subtitle of Board</title>
|
||||
<description lang="ko">게시판 제목 옆에 나타날 부제목을 적어주세요.</description>
|
||||
<description lang="jp">掲示板タイトルの横表示されるサブタイトルを入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题旁的副标题。(留空为不显示)</description>
|
||||
<description lang="en">Please input the subtitle of board which will be displayed beside of board title.</description>
|
||||
</var>
|
||||
<var name="comment" type="textarea">
|
||||
<title xml:lang="ko">게시판 상세 설명</title>
|
||||
<title xml:lang="jp">掲示板の説明</title>
|
||||
<title xml:lang="zh-CN">版面详细说明</title>
|
||||
<title xml:lang="en">Description of Board</title>
|
||||
<description lang="ko">게시판 제목 아래 표시될 설명을 입력하실 수 있습니다.</description>
|
||||
<description lang="jp">掲示板タイトルの下に表示される説明文入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题下的说明。(留空为不显示)</description>
|
||||
<description lang="en">You may input description which will be displayed under the board title.</description>
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="zh-CN">new图标显示时间(hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="zh-CN">可以设置最新更新主题的new图标显示时间。</description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
<var name="thumbnail_type" type="select">
|
||||
<title xml:lang="ko">썸네일 생성 방법</title>
|
||||
<description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
|
||||
<default>crop</default>
|
||||
<default>ratio</default>
|
||||
</var>
|
||||
<var name="thumbnail_width" type="text">
|
||||
<title xml:lang="ko">썸네일 가로크기</title>
|
||||
<description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
<var name="thumbnail_height" type="text">
|
||||
<title xml:lang="ko">썸네일 세로크기</title>
|
||||
<description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.boardList.thumbnail { margin-top:-1px; border-bottom:none;}
|
||||
.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
|
||||
.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;}
|
||||
.boardList.thumbnail div.cell { float:left; margin:0 1.5em 0 0; padding-bottom:1.5em;}
|
||||
.boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;}
|
||||
.boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;}
|
||||
.boardList.thumbnail div.title a { color:#444444;}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 썸네일 관련 항목을 지정 -->
|
||||
<!--@if(!$module_info->thumbnail_type)-->{@ $module_info->thumbnail_type = 'crop'; }<!--@end-->
|
||||
<!--@if(!$module_info->thumbnail_width)-->{@ $module_info->thumbnail_width = 100; }<!--@end-->
|
||||
<!--@if(!$module_info->thumbnail_height)-->{@ $module_info->thumbnail_height = 100; }<!--@end-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<!-- 목록 출력 -->
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<col width="50" />
|
||||
<col width="120" />
|
||||
<col width="{$module_info->thumbnail_width+20}" />
|
||||
<col />
|
||||
<col width="120" />
|
||||
<col width="60" />
|
||||
|
|
@ -101,8 +101,8 @@
|
|||
<tr class="bg{($no+1)%2+1}">
|
||||
|
||||
<td rowspan="2" class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" alt="" border="0" /><!--@else-->{$no}<!--@end--></td>
|
||||
<!--@if($document->thumbnailExists(100))-->
|
||||
<td rowspan="2" class="thumb"><a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a></td>
|
||||
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
|
||||
<td rowspan="2" class="thumb"><a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" /></a></td>
|
||||
<td class="title">
|
||||
<!--@else-->
|
||||
<td class="title" colspan="2">
|
||||
|
|
|
|||
|
|
@ -1,129 +1,144 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">제로보드XE 게시판 기본 스킨(웹진형)</title>
|
||||
<title xml:lang="jp">ゼロボードXE掲示板のデフォルトスキン(ウェブジンスタイル)</title>
|
||||
<title xml:lang="zh-CN">Zeroboard XE Board 基本皮肤(网络杂志型)</title>
|
||||
<title xml:lang="en">ZeroboardXE Basic Board Skin (Webzine Style)</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">(주)NHN</name>
|
||||
<name xml:lang="jp">(株)NHN</name>
|
||||
<name xml:lang="zh-CN">(株)NHN</name>
|
||||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 웹진형태 기본 스킨입니다.
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXE掲示板のウェブジンスタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board 网络杂志型基本皮肤。
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic webzine style board skin of Zeroboard XE.
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="jp">白(デフォルト)</title>
|
||||
<title xml:lang="zh-CN">白色(基本)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
</color>
|
||||
<color name="cyan" src="screenshot/cyan.gif">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">青緑</title>
|
||||
<title xml:lang="zh-CN">青绿色</title>
|
||||
<title xml:lang="en">Cyan</title>
|
||||
</color>
|
||||
<color name="green" src="screenshot/green.gif">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">緑</title>
|
||||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
</color>
|
||||
<color name="red" src="screenshot/red.gif">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">赤</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
</color>
|
||||
<color name="purple" src="screenshot/purple.gif">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">紫</title>
|
||||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">Purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
<var name="order_target" type="select">
|
||||
<title xml:lang="ko">정렬 대상</title>
|
||||
<title xml:lang="jp">ソート対象</title>
|
||||
<title xml:lang="zh-CN">排序对象</title>
|
||||
<title xml:lang="en">Align Target</title>
|
||||
<type>select</type>
|
||||
<description xml:lang="ko">등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다.</description>
|
||||
<description xml:lang="jp">登録された順、変更された順でソートできます。</description>
|
||||
<description xml:lang="zh-CN">可对主题按发表顺或最后更新顺进行排序。</description>
|
||||
<description xml:lang="en">It can align articles as registered order or modified order.</description>
|
||||
<default>newest</default>
|
||||
<default>updated</default>
|
||||
</var>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
<title xml:lang="jp">掲示板タイトル</title>
|
||||
<title xml:lang="zh-CN">版面标题</title>
|
||||
<title xml:lang="en">Title of Board</title>
|
||||
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
|
||||
<description xml:lang="jp">掲示板タイトルを入力してください。</description>
|
||||
<description xml:lang="zh-CN">请输入版面标题。(留空为不显示)</description>
|
||||
<description xml:lang="en">Please input the title of board.</description>
|
||||
</var>
|
||||
<var name="sub_title" type="text">
|
||||
<title xml:lang="ko">게시판 부제목</title>
|
||||
<title xml:lang="jp">掲示板サブタイトル</title>
|
||||
<title xml:lang="zh-CN">版面副标题</title>
|
||||
<title xml:lang="en">Subtitle of Board</title>
|
||||
<description lang="ko">게시판 제목 옆에 나타날 부제목을 적어주세요.</description>
|
||||
<description lang="jp">掲示板タイトルの横表示されるサブタイトルを入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题旁的副标题。(留空为不显示)</description>
|
||||
<description lang="en">Please input the subtitle of board which will be displayed beside of board title.</description>
|
||||
</var>
|
||||
<var name="comment" type="textarea">
|
||||
<title xml:lang="ko">게시판 상세 설명</title>
|
||||
<title xml:lang="jp">掲示板の説明</title>
|
||||
<title xml:lang="zh-CN">版面详细说明</title>
|
||||
<title xml:lang="en">Description of Board</title>
|
||||
<description lang="ko">게시판 제목 아래 표시될 설명을 입력하실 수 있습니다.</description>
|
||||
<description lang="jp">掲示板タイトルの下に表示される説明文入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题下的说明。(留空为不显示)</description>
|
||||
<description lang="en">You may input description which will be displayed under the board title.</description>
|
||||
</var>
|
||||
<var name="subject_cut_size" type="text">
|
||||
<title xml:lang="ko">제목 글자수</title>
|
||||
<title xml:lang="jp">タイトルの文字数</title>
|
||||
<title xml:lang="zh-CN">标题字数</title>
|
||||
<title xml:lang="en">Length of Subject</title>
|
||||
<description lang="ko">제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다)</description>
|
||||
<description lang="jp">タイトルの文字数が指定できます(「0」または空欄の場合は、文字数を制限しません)。</description>
|
||||
<description lang="zh-CN">可以指定标题字数。(0或留空为不限)</description>
|
||||
<description lang="en">You may set length of title. (0 or blank value will not restrict the length)</description>
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="zh-CN">new图标显示时间(hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="zh-CN">可以设置最新更新主题的new图标显示时间。</description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
<title xml:lang="ko">제로보드XE 게시판 기본 스킨(웹진형)</title>
|
||||
<title xml:lang="jp">ゼロボードXE掲示板のデフォルトスキン(ウェブジンスタイル)</title>
|
||||
<title xml:lang="zh-CN">Zeroboard XE Board 基本皮肤(网络杂志型)</title>
|
||||
<title xml:lang="en">ZeroboardXE Basic Board Skin (Webzine Style)</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">(주)NHN</name>
|
||||
<name xml:lang="jp">(株)NHN</name>
|
||||
<name xml:lang="zh-CN">(株)NHN</name>
|
||||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 웹진형태 기본 스킨입니다.
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXE掲示板のウェブジンスタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board 网络杂志型基本皮肤。
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic webzine style board skin of Zeroboard XE.
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
<title xml:lang="ko">하얀색(기본)</title>
|
||||
<title xml:lang="jp">白(デフォルト)</title>
|
||||
<title xml:lang="zh-CN">白色(基本)</title>
|
||||
<title xml:lang="en">White (default)</title>
|
||||
</color>
|
||||
<color name="cyan" src="screenshot/cyan.gif">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">青緑</title>
|
||||
<title xml:lang="zh-CN">青绿色</title>
|
||||
<title xml:lang="en">Cyan</title>
|
||||
</color>
|
||||
<color name="green" src="screenshot/green.gif">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">緑</title>
|
||||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
</color>
|
||||
<color name="red" src="screenshot/red.gif">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">赤</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
</color>
|
||||
<color name="purple" src="screenshot/purple.gif">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">紫</title>
|
||||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">Purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
<var name="order_target" type="select">
|
||||
<title xml:lang="ko">정렬 대상</title>
|
||||
<title xml:lang="jp">ソート対象</title>
|
||||
<title xml:lang="zh-CN">排序对象</title>
|
||||
<title xml:lang="en">Align Target</title>
|
||||
<description xml:lang="ko">등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다.</description>
|
||||
<description xml:lang="jp">登録された順、変更された順でソートできます。</description>
|
||||
<description xml:lang="zh-CN">可对主题按发表顺或最后更新顺进行排序。</description>
|
||||
<description xml:lang="en">It can align articles as registered order or modified order.</description>
|
||||
<default>newest</default>
|
||||
<default>updated</default>
|
||||
</var>
|
||||
<var name="title" type="text">
|
||||
<title xml:lang="ko">게시판 제목</title>
|
||||
<title xml:lang="jp">掲示板タイトル</title>
|
||||
<title xml:lang="zh-CN">版面标题</title>
|
||||
<title xml:lang="en">Title of Board</title>
|
||||
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
|
||||
<description xml:lang="jp">掲示板タイトルを入力してください。</description>
|
||||
<description xml:lang="zh-CN">请输入版面标题。(留空为不显示)</description>
|
||||
<description xml:lang="en">Please input the title of board.</description>
|
||||
</var>
|
||||
<var name="sub_title" type="text">
|
||||
<title xml:lang="ko">게시판 부제목</title>
|
||||
<title xml:lang="jp">掲示板サブタイトル</title>
|
||||
<title xml:lang="zh-CN">版面副标题</title>
|
||||
<title xml:lang="en">Subtitle of Board</title>
|
||||
<description lang="ko">게시판 제목 옆에 나타날 부제목을 적어주세요.</description>
|
||||
<description lang="jp">掲示板タイトルの横表示されるサブタイトルを入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题旁的副标题。(留空为不显示)</description>
|
||||
<description lang="en">Please input the subtitle of board which will be displayed beside of board title.</description>
|
||||
</var>
|
||||
<var name="comment" type="textarea">
|
||||
<title xml:lang="ko">게시판 상세 설명</title>
|
||||
<title xml:lang="jp">掲示板の説明</title>
|
||||
<title xml:lang="zh-CN">版面详细说明</title>
|
||||
<title xml:lang="en">Description of Board</title>
|
||||
<description lang="ko">게시판 제목 아래 표시될 설명을 입력하실 수 있습니다.</description>
|
||||
<description lang="jp">掲示板タイトルの下に表示される説明文入力してください。</description>
|
||||
<description lang="zh-CN">请输入显示在版面标题下的说明。(留空为不显示)</description>
|
||||
<description lang="en">You may input description which will be displayed under the board title.</description>
|
||||
</var>
|
||||
<var name="subject_cut_size" type="text">
|
||||
<title xml:lang="ko">제목 글자수</title>
|
||||
<title xml:lang="jp">タイトルの文字数</title>
|
||||
<title xml:lang="zh-CN">标题字数</title>
|
||||
<title xml:lang="en">Length of Subject</title>
|
||||
<description lang="ko">제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다)</description>
|
||||
<description lang="jp">タイトルの文字数が指定できます(「0」または空欄の場合は、文字数を制限しません)。</description>
|
||||
<description lang="zh-CN">可以指定标题字数。(0或留空为不限)</description>
|
||||
<description lang="en">You may set length of title. (0 or blank value will not restrict the length)</description>
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="zh-CN">new图标显示时间(hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="zh-CN">可以设置最新更新主题的new图标显示时间。</description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
<var name="thumbnail_type" type="select">
|
||||
<title xml:lang="ko">썸네일 생성 방법</title>
|
||||
<description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
|
||||
<default>crop</default>
|
||||
<default>ratio</default>
|
||||
</var>
|
||||
<var name="thumbnail_width" type="text">
|
||||
<title xml:lang="ko">썸네일 가로크기</title>
|
||||
<description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
<var name="thumbnail_height" type="text">
|
||||
<title xml:lang="ko">썸네일 세로크기</title>
|
||||
<description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
|
||||
<default>100</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue