merge sandbox to trunk for 1.4.3.1

git-svn-id: http://xe-core.googlecode.com/svn/trunk@7659 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2010-08-25 06:19:21 +00:00
parent 289973781a
commit 200d63636c
195 changed files with 8166 additions and 3576 deletions

View file

@ -0,0 +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-->

View file

@ -0,0 +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>

View file

@ -0,0 +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>

View file

@ -0,0 +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:#f60}
.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:#f2f0ec;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 #fff;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px;box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;-webkit-box-shadow:0 0 3px #333}
.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:#f60}
.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

@ -0,0 +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>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">모바일 콘텐츠 위젯 스킨</title>
<description xml:lang="ko">모바일 콘텐츠 전용 심플한 스킨 입니다.</description>
<version>0.1</version>
<date>2009-08-20</date>
<author email_address="dece24@gmail.com" link="http://naradesign.net/">
<name xml:lang="ko">Jeong, Chan Myeong</name>
</author>
<colorset>
<color name="white">
<title xml:lang="ko">흰색 바탕용</title>
</color>
</colorset>
</skin>