mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
xe_board, xe_default 게시판의 웹진형일때 내용 자르기를 정할 수 있도록 스킨 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5989 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7ad4015c2d
commit
d2124f9b9a
6 changed files with 40 additions and 8 deletions
|
|
@ -16,9 +16,8 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--// 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
<!--// 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||||
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->
|
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->{@ $module_info->duration_new = 12 }<!--@end-->
|
||||||
{@ $module_info->duration_new = 12 }
|
<!--@if(!$module_info->content_cut_size = (int)$module_info->content_cut_size)-->{@ $module_info->content_cut_size= 240 }<!--@end-->
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<!--// 스킨 설정중 썸네일 관련 항목을 지정 -->
|
<!--// 스킨 설정중 썸네일 관련 항목을 지정 -->
|
||||||
<!--@if(!$module_info->thumbnail_type)-->{@ $module_info->thumbnail_type = 'crop'; }<!--@end-->
|
<!--@if(!$module_info->thumbnail_type)-->{@ $module_info->thumbnail_type = 'crop'; }<!--@end-->
|
||||||
|
|
|
||||||
|
|
@ -278,6 +278,23 @@
|
||||||
<description xml:lang="es">You may set length of title. (0 or blank value will not restrict the length)</description>
|
<description xml:lang="es">You may set length of title. (0 or blank value will not restrict the length)</description>
|
||||||
<description xml:lang="zh-TW">可指定標題字數(0或留白為不限制)。</description>
|
<description xml:lang="zh-TW">可指定標題字數(0或留白為不限制)。</description>
|
||||||
</var>
|
</var>
|
||||||
|
<var id="content_cut_size">
|
||||||
|
<type>text</type>
|
||||||
|
<name xml:lang="ko">내용 글자수</name>
|
||||||
|
<name xml:lang="jp">内容の文字数</name>
|
||||||
|
<name xml:lang="zh-CN">内容字数</name>
|
||||||
|
<name xml:lang="en">Length of Content</name>
|
||||||
|
<name xml:lang="es">Número de letras del Contenidos</name>
|
||||||
|
<name xml:lang="ru">Длина содержания</name>
|
||||||
|
<name xml:lang="zh-TW">內容字數</name>
|
||||||
|
<description xml:lang="ko">내용 글자수를 지정할 수 있습니다. (기본 240)</description>
|
||||||
|
<description xml:lang="jp">内容の文字数を指定します(デフォルト 240)。</description>
|
||||||
|
<description xml:lang="zh-CN">可以指定要显示的内容字数。(默认为240)</description>
|
||||||
|
<description xml:lang="en">Length of Content can be assigned. (default 240)</description>
|
||||||
|
<description xml:lang="es">El largo del Contenidos puede ser asignado. (Predefinido 240)</description>
|
||||||
|
<description xml:lang="ru">Длина содержания может быть присвоена. (стандарт: 240)</description>
|
||||||
|
<description xml:lang="zh-TW">可以指定要顯示的內容字數。(預設是240)</description>
|
||||||
|
</var>
|
||||||
<var name="display_number" type="select">
|
<var name="display_number" type="select">
|
||||||
<title xml:lang="ko">번호 표시</title>
|
<title xml:lang="ko">번호 표시</title>
|
||||||
<title xml:lang="jp">番号表示</title>
|
<title xml:lang="jp">番号表示</title>
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<tr class="bg{($no+1)%2+1}">
|
<tr class="bg{($no+1)%2+1}">
|
||||||
<td colspan="{$_col_count}" class="summary">
|
<td colspan="{$_col_count}" class="summary">
|
||||||
<!--@if($grant->view)-->
|
<!--@if($grant->view)-->
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(240)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary($module_info->content_cut_size)}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,8 @@
|
||||||
<!--%import("css/white.css")-->
|
<!--%import("css/white.css")-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->
|
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->{@ $module_info->duration_new = 12 }<!--@end-->
|
||||||
{@ $module_info->duration_new = 12 }
|
<!--@if(!$module_info->content_cut_size = (int)$module_info->content_cut_size)-->{@ $module_info->content_cut_size= 240 }<!--@end-->
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<!--@if(!$module_info->thumbnail_type)-->{@ $module_info->thumbnail_type = 'crop'; }<!--@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_width)-->{@ $module_info->thumbnail_width = 100; }<!--@end-->
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}" class="thumb"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" alt="" /></a>
|
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}" class="thumb"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" alt="" /></a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@if($grant->view)-->
|
<!--@if($grant->view)-->
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary(120)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getSummary($module_info->content_cut_size)}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -248,6 +248,23 @@
|
||||||
<description xml:lang="es">You may set length of title. (0 or blank value will not restrict the length)</description>
|
<description xml:lang="es">You may set length of title. (0 or blank value will not restrict the length)</description>
|
||||||
<description xml:lang="zh-TW">可指定標題字數(0或留白為不限制)。</description>
|
<description xml:lang="zh-TW">可指定標題字數(0或留白為不限制)。</description>
|
||||||
</var>
|
</var>
|
||||||
|
<var id="content_cut_size">
|
||||||
|
<type>text</type>
|
||||||
|
<name xml:lang="ko">내용 글자수</name>
|
||||||
|
<name xml:lang="jp">内容の文字数</name>
|
||||||
|
<name xml:lang="zh-CN">内容字数</name>
|
||||||
|
<name xml:lang="en">Length of Content</name>
|
||||||
|
<name xml:lang="es">Número de letras del Contenidos</name>
|
||||||
|
<name xml:lang="ru">Длина содержания</name>
|
||||||
|
<name xml:lang="zh-TW">內容字數</name>
|
||||||
|
<description xml:lang="ko">내용 글자수를 지정할 수 있습니다. (기본 240)</description>
|
||||||
|
<description xml:lang="jp">内容の文字数を指定します(デフォルト 240)。</description>
|
||||||
|
<description xml:lang="zh-CN">可以指定要显示的内容字数。(默认为240)</description>
|
||||||
|
<description xml:lang="en">Length of Content can be assigned. (default 240)</description>
|
||||||
|
<description xml:lang="es">El largo del Contenidos puede ser asignado. (Predefinido 240)</description>
|
||||||
|
<description xml:lang="ru">Длина содержания может быть присвоена. (стандарт: 240)</description>
|
||||||
|
<description xml:lang="zh-TW">可以指定要顯示的內容字數。(預設是240)</description>
|
||||||
|
</var>
|
||||||
<var name="display_number" type="select">
|
<var name="display_number" type="select">
|
||||||
<title xml:lang="ko">번호 표시</title>
|
<title xml:lang="ko">번호 표시</title>
|
||||||
<title xml:lang="jp">番号表示</title>
|
<title xml:lang="jp">番号表示</title>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue