작동되지 않는 스킨 삭제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6034 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2009-04-06 12:10:26 +00:00
parent d391f4db8c
commit f847428aa4
6 changed files with 0 additions and 118 deletions

View file

@ -1,26 +0,0 @@
.imgcloudoutline_preview { padding-bottom:5px; overflow:hidden; position:relative;}
.imgcloudoutline_preview h2 { text-align:left; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
.imgcloudoutline_preview { padding-bottom:5px; overflow:hidden; position:relative;}
.imgcloudoutline_preview .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
.imgcloudoutline_preview a.more { text-decoration:none;}
.imgcloudoutline_preview a.more:hover { text-decoration:underline;}
.imgcloudoutline_preview table {
border:1px solid #ddd;
}
.imgcloudoutline_preview table td {
vertical-align:middle;
text-align:center;
}
.imgcloudoutline_preview table tbody tr td {
padding:1px;
background-color:transparent;
vertical-align:middle;
}
.imgcloudoutline_preview table tbody tr td:hover {
background-color:#7899AF;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

View file

@ -1,61 +0,0 @@
<!--// 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="normal"||!$colorset)-->
<!--%import("css/normal.css")-->
<!--@end-->
<!--@if(count($widget_info->document_list))-->
{@ shuffle($widget_info->document_list)}
<!--@end-->
<!--@if(!$widget_info->thumbnail_width)-->
{@ $width = 40}
<!--@else-->
{@ $width = $widget_info->thumbnail_width }
<!--@end-->
<!--@if(!$widget_info->thumbnail_height)-->
{@ $height = 40}
<!--@else-->
{@ $height = $widget_info->thumbnail_height }
<!--@end-->
<div class="imgcloudoutline_preview">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@end-->
<!--@if($widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a>
<!--@end-->
<!--@for($i = 0; $i < $widget_info->rows_list_count; $i++)-->
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr valign="middle">
<td colspan="2" rowspan="2"><a href="{$widget_info->document_list[$i*14+0]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+0]->getThumbnail($width*2+2, $height*2+2, $widget_info->thumbnail_type)}" width="{$width*2+2}" height="{$height*2+2}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+1]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+1]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+2]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+2]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+3]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+3]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
</tr>
<tr>
<td><a href="{$widget_info->document_list[$i*14+4]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+4]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+5]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+5]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+6]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+6]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
</tr>
<tr valign="middle">
<td><a href="{$widget_info->document_list[$i*14+7]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+7]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+8]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+8]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+9]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+9]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td colspan="2" rowspan="2"><a href="{$widget_info->document_list[$i*14+10]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+10]->getThumbnail($width*2+2, $height*2+2, $widget_info->thumbnail_type)}" width="{$width*2+2}" height="{$height*2+2}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
</tr>
<tr>
<td><a href="{$widget_info->document_list[$i*14+11]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+11]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+12]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+12]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
<td><a href="{$widget_info->document_list[$i*14+13]->getPermanentUrl()}"><img class="cloudimg" src="{$widget_info->document_list[$i*14+13]->getThumbnail($width, $height, $widget_info->thumbnail_type)}" width="{$width}" height="{$height}" onerror="this.src='./common/tpl/images/blank.gif'" alt="" /></a></td>
</tr>
</tbody>
</table>
<!--@end-->
</div>

View file

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">이미지 클라우드 (팝업)</title>
<title xml:lang="zh-CN">相册型最新图片列表皮肤(预览)</title>
<title xml:lang="jp">イメージクラウド(イメージポップアップ)</title>
<title xml:lang="zh-TW">最新圖片相簿型面板(預覽)</title>
<description xml:lang="ko">올블로그 이미지 클라우드 (미리보기 팝업 창을 띄웁니다)</description>
<description xml:lang="zh-CN">相册型最新图片列表皮肤(预览窗)。</description>
<description xml:lang="jp">オールブログイメージクラウド(プレビューポップアップのウィンドウを開きます)</description>
<description xml:lang="zh-TW">最新圖片相簿型面板(預覽視窗)。</description>
<version>0.1</version>
<date>2007-09-28</date>
<link>http://www.zeroboard.com</link>
<author email_address="simulz@simulz.com" link="http://php.simulz.com">
<name xml:lang="ko">Simulz</name>
<name xml:lang="zh-CN">Simulz</name>
<name xml:lang="jp">Simulz</name>
<name xml:lang="zh-TW">Simulz</name>
</author>
<colorset>
<color name="normal">
<title xml:lang="ko">기본 컬러</title>
<title xml:lang="jp">デフォルトカラー</title>
<title xml:lang="zh-CN">默认颜色</title>
<title xml:lang="en">Default Color</title>
<title xml:lang="zh-TW">預設顏色</title>
</color>
</colorset>
</skin>