mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
issue 2303 add a mobile content in type of ARTICLE page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11126 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6cfdca4604
commit
cdbdef7adc
14 changed files with 189 additions and 83 deletions
|
|
@ -1,11 +1,2 @@
|
|||
<div class="title">{$lang->title} : {$oDocument->getTitle()}</div>
|
||||
<div class="content">{$lang->content} : {$oDocument->getContent()}</div>
|
||||
<div class="tag">{$lang->tag} : <block cond="is_array($oDocument->get('tag_list'))">{implode(',', $oDocument->get('tag_list'))}</block></div>
|
||||
<!--@if($grant->manager)-->
|
||||
<div class="tRight clear">
|
||||
<!--@if($logged_info->is_admin=='Y')-->
|
||||
<a href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}" class="button green"><span>{$lang->cmd_setup}...</span></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispPageAdminContentModify','document_srl','')}" class="button red"><span>{$lang->cmd_page_modify}...</span></a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<h1 cond="$module_info->display_mobile_title != 'hide'">{$oDocument->getTitle()}</h1>
|
||||
{$oDocument->getContent($module_info->display_popupmenu != 'hide')}
|
||||
|
|
|
|||
38
modules/page/m.skins/default/skin.xml
Normal file
38
modules/page/m.skins/default/skin.xml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skin version="0.2">
|
||||
<title xml:lang="ko">Default Mobile Page Skin</title>
|
||||
<title xml:lang="en">Default Mobile Page Skin</title>
|
||||
<description xml:lang="ko">
|
||||
문서형 페이지의 기본 스킨입니다.
|
||||
</description>
|
||||
<version>0.2</version>
|
||||
<date>2012-08-30</date>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NHN</name>
|
||||
<name xml:lang="jp">NHN</name>
|
||||
<name xml:lang="zh-CN">NHN</name>
|
||||
<name xml:lang="en">NHN</name>
|
||||
<name xml:lang="vi">NHN</name>
|
||||
<name xml:lang="es">NHN</name>
|
||||
<name xml:lang="zh-TW">NHN</name>
|
||||
<name xml:lang="tr">NHN</name>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var name="display_mobile_title" type="radio" default="show">
|
||||
<title xml:lang="ko">제목표시</title>
|
||||
<title xml:lang="en">Display title</title>
|
||||
<description xml:lang="ko">
|
||||
문서의 제목을 표시 할지 결정합니다.
|
||||
</description>
|
||||
<options value="show">
|
||||
<title xml:lang="ko">출력</title>
|
||||
<title xml:lang="en">Show</title>
|
||||
</options>
|
||||
<options value="hide">
|
||||
<title xml:lang="ko">출력하지 않음</title>
|
||||
<title xml:lang="en">Hide</title>
|
||||
</options>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue