set svn property - svn:eol-style LF

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-04-01 06:51:30 +00:00
parent 9802eaa60a
commit 620b03d184
763 changed files with 114595 additions and 114595 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
<!--%import("mcontent.css")-->
<!--%unload("../../../../common/css/default.css")-->
<!--%unload("../../../../common/css/button.css")-->
<!--@if($widget_info->list_type == "image_title")-->
<!--#include("./image_title.html")-->
<!--@elseif($widget_info->list_type == "image_title_content")-->
<!--#include("./image_title_content.html")-->
<!--@else-->
<!--#include("./normal.html")-->
<!--@end-->
<!--%import("mcontent.css")-->
<!--%unload("../../../../common/css/default.css")-->
<!--%unload("../../../../common/css/button.css")-->
<!--@if($widget_info->list_type == "image_title")-->
<!--#include("./image_title.html")-->
<!--@elseif($widget_info->list_type == "image_title_content")-->
<!--#include("./image_title_content.html")-->
<!--@else-->
<!--#include("./normal.html")-->
<!--@end-->

View file

@ -1,51 +1,51 @@
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" alt="" class="th" />
<!--@else-->
<span class="th">No Image</span>
<!--@end-->
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" alt="" class="th" />
<!--@else-->
<span class="th">No Image</span>
<!--@end-->
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>

View file

@ -1,54 +1,54 @@
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" alt="" class="th" />
<!--@else-->
<span class="th">No Image</span>
<!--@end-->
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@else if($widget_info->option_view_arr[$j]=='content')-->
<span class="text">{$item->getContent()}</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" alt="" class="th" />
<!--@else-->
<span class="th">No Image</span>
<!--@end-->
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@else if($widget_info->option_view_arr[$j]=='content')-->
<span class="text">{$item->getContent()}</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>

View file

@ -1,24 +1,24 @@
@charset "utf-8";
/* Mobile XE (/widgets/mcontent/skins/default/) */
/* Hx */
.hx{position:relative;border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
.hx:after{content:"";margin:0 -10px;position:relative;top:10px;display:block;clear:both;height:1px;background:#fff}
.hx.h2{background:#e5e5e5}
.hx.h2 em{font-size:12px;color:#6352d2}
.hx.h3{background:#868686;color:#fff}
.hx.h3 em{font-size:12px}
.hx h2, .hx h3{margin:0 10px 0 0;display:inline}
.hx h2{font-size:16px;line-height:1.4}
.hx h3{font-size:14px}
/* List */
.lt{margin:0;padding:0;list-style:none;background:#f8f8f8;font-size:14px}
.lt li{border-bottom:1px solid #ccc8be}
.lt a{display:block;text-decoration:none;color:#000;padding:10px;*zoom:1}
.lt a:after{content:"";display:block;clear:both}
.lt .th{float:left;margin:0 10px 5px 0;border:1px solid #ccc;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px}
.lt .title{display:block;margin:0 0 5px 0}
.lt .title strong{font-size:14px;font-weight:bold}
.lt .title em{font-size:12px;color:#333;color:#6352d2}
.lt .text{display:block; color:#666;margin:0 0 5px 0}
.lt .auth{display:block;font-size:12px}
.lt .auth .time{padding:0 5px;border-left:1px solid #bfbfbf}
@charset "utf-8";
/* Mobile XE (/widgets/mcontent/skins/default/) */
/* Hx */
.hx{position:relative;border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
.hx:after{content:"";margin:0 -10px;position:relative;top:10px;display:block;clear:both;height:1px;background:#fff}
.hx.h2{background:#e5e5e5}
.hx.h2 em{font-size:12px;color:#6352d2}
.hx.h3{background:#868686;color:#fff}
.hx.h3 em{font-size:12px}
.hx h2, .hx h3{margin:0 10px 0 0;display:inline}
.hx h2{font-size:16px;line-height:1.4}
.hx h3{font-size:14px}
/* List */
.lt{margin:0;padding:0;list-style:none;background:#f8f8f8;font-size:14px}
.lt li{border-bottom:1px solid #ccc8be}
.lt a{display:block;text-decoration:none;color:#000;padding:10px;*zoom:1}
.lt a:after{content:"";display:block;clear:both}
.lt .th{float:left;margin:0 10px 5px 0;border:1px solid #ccc;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px}
.lt .title{display:block;margin:0 0 5px 0}
.lt .title strong{font-size:14px;font-weight:bold}
.lt .title em{font-size:12px;color:#333;color:#6352d2}
.lt .text{display:block; color:#666;margin:0 0 5px 0}
.lt .auth{display:block;font-size:12px}
.lt .auth .time{padding:0 5px;border-left:1px solid #bfbfbf}

View file

@ -1,45 +1,45 @@
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
{@$__module_info=$widget_info->modules_info;}
{@$__module_info=array_pop($__module_info);}
<div class="hx h2">
<h2>{$__module_info->browser_title}</h2>
</div>
<!--@end-->
<ul class="lt">
<!--@foreach($widget_info->content_items as $key => $item)-->
<li>
<a href="{$item->getLink()}">
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')-->
<span class="title">
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
{$item->getBrowserTitle()} &rsaquo;
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
{$item->getCategory()} &rsaquo;
<!--@end-->
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<em title="Replies">[{$item->getCommentCount()}]</em>
<!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
<!--@end-->
</span>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<span class="auth">
<strong>{$item->getNickName()}</strong>
<span class="time">{$item->getRegdate("Y-m-d")} {$item->getRegdate("H:i")}</span>
</span>
<!--@end-->
<!--@end-->
</a>
</li>
<!--@end-->
</ul>

View file

@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">모바일 콘텐츠 위젯 스킨</title>
<title xml:lang="zh-TW">內容預設面板</title>
<title xml:lang="tr">Tercihler</title>
<description xml:lang="ko">모바일 콘텐츠 전용 심플한 스킨 입니다.</description>
<description xml:lang="zh-TW">簡單面板</description>
<description xml:lang="tr">簡單面板</description>
<version>0.1</version>
<date>2009-08-20</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
</author>
<colorset>
<color name="white">
<title xml:lang="ko">흰색 바탕용</title>
<title xml:lang="zh-TW">白色</title>
<title xml:lang="tr">Beyaz</title>
</color>
</colorset>
</skin>
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">모바일 콘텐츠 위젯 스킨</title>
<title xml:lang="zh-TW">內容預設面板</title>
<title xml:lang="tr">Tercihler</title>
<description xml:lang="ko">모바일 콘텐츠 전용 심플한 스킨 입니다.</description>
<description xml:lang="zh-TW">簡單面板</description>
<description xml:lang="tr">簡單面板</description>
<version>0.1</version>
<date>2009-08-20</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
</author>
<colorset>
<color name="white">
<title xml:lang="ko">흰색 바탕용</title>
<title xml:lang="zh-TW">白色</title>
<title xml:lang="tr">Beyaz</title>
</color>
</colorset>
</skin>