cozy 관련 스킨과 google_analytics 애드온을 기본 패키지에서 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-28 14:16:28 +00:00
parent f616021093
commit 1f75a6f4a8
195 changed files with 0 additions and 3862 deletions

View file

@ -1,33 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
<!--%import("css/red.css")-->
<!--@end-->
<div class="archiveBox cozy_ab_{$colorset}">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>archives</h2>
<!--@end-->
</div>
<ul>
<!--@foreach($widget_info->archive_list as $val)-->
<!--@if($layout_info->mid)-->
<li><a href="{getUrl('','mid',$layout_info->mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')}</a> ({$val->count})</li>
<!--@else-->
<li><a href="{getUrl('','mid',$mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')}</a> ({$val->count})</li>
<!--@end-->
<!--@end-->
</ul>
</div>

View file

@ -1 +0,0 @@
div.cozy_ab_blue .header h2 { font-size:1em; color:#1187d8;}

View file

@ -1 +0,0 @@
div.cozy_ab_bluish_green .header h2 { font-size:1em; color:#9ab09f;}

View file

@ -1,12 +0,0 @@
div.archiveBox { padding-bottom:1em;}
div.archiveBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
*:first-child+html div.archiveBox .header { height:20px; color:#ef2121;}
div.archiveBox .header h2 { margin:0; padding:0; }
div.archiveBox ul { margin:0; padding:.5em; overflow:hidden;}
div.archiveBox ul li { list-style:none;color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-size:.9em;}
div.archiveBox ul li a { font-size:.9em; color:#a4a4a4;}
div.archiveBox ul li.typeA a { color:#717171; font-weight:bold;}
div.archiveBox ul li.typeB a { color:#3d3d3d;}
div.archiveBox ul li.typeC a { font-weight:bold;}
div.archiveBox .tag_sort { width:100%; border-top:1px dashed #ababab; border-bottom:1px dashed #ababab; text-align:center; overflow:hidden;}

View file

@ -1 +0,0 @@
div.cozy_ab_green .header h2 { font-size:1em; color:#8dc63f;}

View file

@ -1 +0,0 @@
div.cozy_ab_pink .header h2 { font-size:1em; color:#f70795;}

View file

@ -1 +0,0 @@
div.cozy_ab_red .header h2 { font-size:1em; color:#ef2121;}

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプル</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">Zero</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
Cozyシンプルウィジェットです。
デザインソギジョンhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1,84 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
{@ $colorset = "red" }
<!--%import("css/red.css")-->
<!--@end-->
<div class="calendarBox cozy_cal_{$colorset}">
<table cellspacing="0">
<caption>
<span class="fl">{zdate($widget_info->cur_date,"Y")}.<span class="mm">{zdate($widget_info->cur_date,"m")}</span></span>
<span class="fr"><a href="{getUrl('search_target','regdate','search_keyword',$widget_info->prev_month)}"><img src="./images/{$colorset}/buttonArrowCalendarLeft.gif" alt="prev"></a><a href="{getUrl('search_target','regdate','search_keyword',$widget_info->next_month)}"><img src="./images/{$colorset}/buttonArrowCalendarRight.gif" alt="next"></a></span>
</caption>
<thead>
<tr>
<th class="sun" scope="col">S</th>
<th scope="col">M</th>
<th scope="col">T</th>
<th scope="col">W</th>
<th scope="col">T</th>
<th scope="col">F</th>
<th scope="col">S</th>
</tr>
</thead>
{@ $day = ''}
<tbody>
<!--@for($i=0;$i<6;$i++)-->
<!--@if($day < $widget_info->last_day)-->
<tr>
<!--@for($j=0;$j<7;$j++)-->
{@ $num = $i*7 + $j}
<!--@if(!$started && $num >= $widget_info->start_week)-->
{@ $started = true}
{@ $day = 1}
{@ $cur_date = $widget_info->cur_date.sprintf('%02d',$day) }
<!--@elseif($started)-->
{@ $day++}
{@ $cur_date = $widget_info->cur_date.sprintf('%02d',$day) }
<!--@end-->
<!--@if($cur_date == date("Ymd"))-->{@ $today_class = "today"}<!--@else-->{@ $today_class = ""}<!--@end-->
<!--@if($j==0)-->{@ $cell_class_name = "sun"}<!--@else-->{@ $cell_class_name = ""}<!--@end-->
<!--@if($widget_info->calendar[$cur_date])-->
{@ $item_class_name = "posted"}
<!--@if($layout_info->mid)-->
{@ $day_link = getUrl('','mid',$widget_info->module_name?$widget_info->module_name:$layout_info->mid,'search_target','regdate','search_keyword',$cur_date) }
<!--@else-->
{@ $day_link = getUrl('','mid',$widget_info->module_name?$widget_info->module_name:$mid,'search_target','regdate','search_keyword',$cur_date) }
<!--@end-->
<!--@else-->
{@ $item_class_name = ""}
{@ $day_link = ''}
<!--@end-->
<td class="{$today_class} {$cell_class_name} {$item_class_name}">
<!--@if($day <= $widget_info->last_day)-->
<!--@if($day_link)-->
<a href="{$day_link}">{$day}</a>
<!--@else-->
{$day}
<!--@end-->
<!--@end-->
</td>
<!--@end-->
</tr>
<!--@end-->
<!--@end-->
</tbody>
</table>
</div>

View file

@ -1 +0,0 @@
div.cozy_cal_blue table caption { font:bold 1em ; color:#1187d8; padding:1em;}

View file

@ -1 +0,0 @@
div.cozy_cal_bluish_green table caption { font:bold 1em ; color:#9ab09f; padding:1em;}

View file

@ -1,17 +0,0 @@
div.calendarBox {}
div.calendarBox table { width:100%; background:url(../images/bg_line_dot_x.gif) repeat-x left top;}
div.calendarBox table caption .mm { font:bold 1em ; color:#555650;}
div.calendarBox table caption a { padding:.2em;}
div.calendarBox table caption a img { vertical-align:middle;}
div.calendarBox table th { padding:.6em 0;}
div.calendarBox table td { padding:.25em 0;}
div.calendarBox table th { font:bold .9em tahoma; color:#717171;}
div.calendarBox table th.sun { color:#000000;}
div.calendarBox table td { text-align:center; font:.9em Tahoma; color:#9a9a9a;}
div.calendarBox table td a { font:.9em Tahoma; color:#9a9a9a;}
div.calendarBox table td.sun { color:#000000;}
div.calendarBox table td.sun a { color:#000000;}
div.calendarBox table td.today a { font:.9em Tahoma; font-weight:bold; color:#54564b;}
div.calendarBox table td.posted a { text-decoration:underline;}

View file

@ -1 +0,0 @@
div.cozy_cal_green table caption { font:bold 1em ; color:#8dc63f; padding:1em;}

View file

@ -1 +0,0 @@
div.cozy_cal_pink table caption { font:bold 1em ; color:#f70795; padding:1em;}

View file

@ -1 +0,0 @@
div.cozy_cal_red table caption { font:bold 1em ; color:#ec1a25; padding:1em;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 B

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプル</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">Zero</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
Cozyシンプルウィジェットです。
デザインソギジョンhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1,169 +0,0 @@
<?xml version="2.0" encoding="utf-8"?>
<widget version="2.0">
<title xml:lang="ko">가가 채팅</title>
<title xml:lang="jp">ガガチャット</title>
<title xml:lang="en">Gaga Chat</title>
<title xml:lang="es">Gaga Chat</title>
<author email_address="digirave@kmle.com" link="http://www.gagalive.kr" date="2007. 12. 16">
<name xml:lang="ko">디지레이브</name>
<name xml:lang="jp">ディジレイブ</name>
<name xml:lang="en">Digirave</name>
<name xml:lang="es">Digirave</name>
<description xml:lang="ko">실시간 채팅방을 생성합니다</description>
<description xml:lang="jp">ライブチャットボックスを生成します。</description>
<description xml:lang="en">This widget creates realtime chat room</description>
<description xml:lang="es">Este artilugio creado sala de chat en tiempo real</description>
</author>
<extra_vars>
<var id="chatroom">
<name xml:lang="ko">채팅방 이름(필수/영문)</name>
<name xml:lang="jp">チャットボックスの名前(必須/ローマ字)</name>
<name xml:lang="en">Title of Room (Essential/English only)</name>
<name xml:lang="es">Título de la habitación (Esenciales / Inglés solamente)</name>
<type>text</type>
<description xml:lang="ko">채팅방 이름.
(@, @@, @@@ 로 시작하는 채팅방은 회원 시스템과 연동 가능한 보안 채팅방)
보안 채팅방은 http://www.gagalive.kr/live/livechatxe 에서 신청하시길 바랍니다.
회원 시스템과 연동하지 않을 경우 별도의 신청 필요 없이 원하는 채팅방 이름만 입력하면 됩니다.
</description>
<description xml:lang="jp">チャットボックスの名前
@, @@, @@@ で始まるチャットボックスは会員システムと連動可能なセキュリティチャットボックス)
セキュリティチャットボックスは「http://www.gagalive.kr/live/livechatxe」で申し込みできます。
会員システムと連動されない場合は、別当の手続きなしでチャットボックスの名前だけを入力します。
</description>
<description xml:lang="en">Title of Room.
(Chat room which title starts with @, @@, @@@ is a secure chat room that can be linked with member system)
Please apply for secure chat room at http://www.gagalive.kr/live/livechatxe.
If member system is unnecessary, you can just input the title.
</description>
<description xml:lang="es">Título de la habitación.
(En sala título que comienza con @, @ @, @ @ @ es una sala de chat seguro que puede vincularse con los miembros del sistema)
Por favor, solicitar el seguro en la sala de chat http://www.gagalive.kr/live/livechatxe.
Si los miembros del sistema no es necesario, basta con introducir el título.
</description>
</var>
<var id="roomkey">
<name xml:lang="ko">채팅방 보안 키(선택사항)</name>
<name xml:lang="jp">チャットボックスセキュリティキー(オプション)</name>
<name xml:lang="en">Chat Room Security Key (Optional))</name>
<name xml:lang="es">Sala de chat clave de seguridad (Opcional))</name>
<type>text</type>
<description xml:lang="ko">보안 채팅방 사용시에만 필요함. 보안 채팅방을 사용하지 않을 경우에는 빈 칸으로 놔두시길 바랍니다.</description>
<description xml:lang="jp">セキュリティチャットボックスを使用する時のみ必要です。使用しない場合は空欄のままにしてください。</description>
<description xml:lang="en">Security Key is necessary for secure chat rooms only. In case of normal chat rooms, please leave it blank.</description>
<description xml:lang="es">Clave de seguridad sólo es necesario para garantizar las salas de chat. En caso de la sala de chat normal, por favor dejar en blanco.</description>
</var>
<var id="gagaadmin">
<name xml:lang="ko">채팅방 관리자(선택사항)</name>
<name xml:lang="jp">チャットボックス管理者(オプション)</name>
<name xml:lang="en">Room Adminstrator (Optional)</name>
<name xml:lang="es">Sala de chat Administrador (Opcional)</name>
<type>text</type>
<description xml:lang="ko">보안 채팅방 사용시에만 적용됨. 강제 퇴장 기능 가능함. 아이디, 아이디2, 아이디3 처럼 채팅방 관리자들을 , 로 분리하시길 바랍니다.</description>
<description xml:lang="jp">セキュリティチャット使用しのみ適用されます。強制退機能が使用できます。ID、ID2、ID3のように管理者を「,」で区切ってください。</description>
<description xml:lang="en">Adminstrators will be applied for secure chat rooms. Banning available. Please seperate each id with comma(,) like ID1, ID2, ID3.</description>
<description xml:lang="es">Adminstrators se aplicarán para garantizar las salas de chat. Se prohíben los disponibles. Por favor, separar cada id con una coma (,) como ID1, ID2, ID3.</description>
</var>
<var id="gposition">
<name xml:lang="ko">채팅방 형태</name>
<name xml:lang="jp">チャットボックスの形</name>
<name xml:lang="en">Form of Chat Room</name>
<name xml:lang="es">Forma de la sala de chat</name>
<type>select</type>
<description xml:lang="ko">세로형/가로형</description>
<description xml:lang="jp">縦型/横型</description>
<description xml:lang="en">Vertical/Horizontal</description>
<description xml:lang="es">Vertical/Horizontal</description>
<options>
<name xml:lang="ko">세로형</name>
<name xml:lang="jp">縦型</name>
<name xml:lang="en">Vertical</name>
<name xml:lang="es">Vertical</name>
<value>2</value>
</options>
<options>
<name xml:lang="ko">가로형</name>
<name xml:lang="jp">横型</name>
<name xml:lang="en">Horizontal</name>
<name xml:lang="es">Horizontal</name>
<value>1</value>
</options>
</var>
<var id="gheight">
<name xml:lang="ko">채팅방 높이(선택사항)</name>
<name xml:lang="jp">チャットボックスの高さ(オプション)</name>
<name xml:lang="en">Height of Chat Room (Optional)</name>
<name xml:lang="es">Altura de la Sala de chat (Opcional)</name>
<type>text</type>
<description xml:lang="ko">채팅방 높이(기본값 450)</description>
<description xml:lang="ko">채팅방 높이(기본값 450)</description>
<description xml:lang="en">Height of chat room (450 as default)</description>
<description xml:lang="es">Altura de la sala de chat (450 como valor por defecto)</description>
</var>
<var id="gfonttype">
<name xml:lang="ko">글씨체(선택사항)</name>
<name xml:lang="jp">フォント(オプション)</name>
<name xml:lang="en">Font (Optional)</name>
<name xml:lang="es">Font (Opcional)</name>
<type>text</type>
<description xml:lang="ko">Font-family 예) 굴림체</description>
<description xml:lang="jp">Font-family 例Gulim</description>
<description xml:lang="en">Font-family ex) Gulim</description>
<description xml:lang="es">Font-family ex) Gulim</description>
</var>
<var id="gfontcolor">
<name xml:lang="ko">글씨 색깔(선택사항)</name>
<name xml:lang="jp">フォント色(オプション)</name>
<name xml:lang="en">Font Color (Optional)</name>
<name xml:lang="es">Font Color (Optional)</name>
<type>text</type>
<description xml:lang="ko"> 채팅방 글씨 색깔 예) white 또는 #FFFFFF</description>
<description xml:lang="jp"> チャットボックスのフォント色 例) white または #FFFFFF</description>
<description xml:lang="en"> Font color of chat room ex) white or #FFFFFF</description>
<description xml:lang="es"> Font color de la ex sala de chat) o blanco # FFFFFF</description>
</var>
<var id="gbgcolor">
<name xml:lang="ko">배경 색깔(선택사항)</name>
<name xml:lang="jp">背景色(オプション)</name>
<name xml:lang="en">Background Color (Optional)</name>
<name xml:lang="es">Color de fondo (Opcional)</name>
<type>text</type>
<description xml:lang="ko"> 채팅방 배경 색깔 예) black 또는 #000000</description>
<description xml:lang="jp">チャットボックスの背景色 例) black または #000000</description>
<description xml:lang="en"> Background color of chat room ex) black or #000000</description>
<description xml:lang="es"> Color de fondo de la sala de chat ex) o negro # 000000</description>
</var>
<var id="fontlarge">
<name xml:lang="ko">큰 글씨체</name>
<name xml:lang="jp">大きいフォント</name>
<name xml:lang="en">Large Font</name>
<name xml:lang="es">Large Font</name>
<type>select</type>
<description xml:lang="ko">글씨체 크기</description>
<description xml:lang="jp">フォントの大きさ</description>
<description xml:lang="en">Font Size</description>
<description xml:lang="es">Font size</description>
<options>
<name xml:lang="ko">작은 글씨체</name>
<name xml:lang="jp">小さいフォント</name>
<name xml:lang="en">Small Font</name>
<name xml:lang="es">Small Font</name>
<value>small</value>
</options>
<options>
<name xml:lang="ko">중간 글씨체</name>
<name xml:lang="jp">ミディアムフォント</name>
<name xml:lang="en">Medium Font</name>
<name xml:lang="es">Medium Font</name>
<value>medium</value>
</options>
<options>
<name xml:lang="ko">큰 글씨체</name>
<name xml:lang="jp">大きいフォント</name>
<name xml:lang="en">Large Font</name>
<name xml:lang="es">Large Font</name>
<value>large</value>
</options>
</var>
</extra_vars>
</widget>

View file

@ -1,105 +0,0 @@
<?php
/**
* @class livechat_info
* @author digirave (digirave@kmle.com)
* @version 1.31
* @brief 라이브 대화방(LiveChat)
*
*
**/
class gagachat extends WidgetHandler {
/**
* @brief 위젯의 실행 부분
* ./widgets/위젯/conf/info.xml에 선언한 extra_vars를 args로 받는다
* 결과를 만든후 print가 아니라 return 해주어야 한다
**/
function proc($args) {
// 템플릿의 스킨 경로를 지정 (skin, colorset에 따른 값을 설정)
$tpl_path = sprintf('%sskins/%s', $this->widget_path, $args->skin);
Context::set('colorset', $args->colorset);
/*
$name = getenv("HTTP_HOST") . getenv("SCRIPT_NAME");
$name = preg_replace("/^http:\/\//", "" ,$name);
$name = preg_replace("/(.+)\/.+?$/", "$1" ,$name);
*/
$name = $args->chatroom;
$roomkey = $args->roomkey;
$gposition = $args->gposition;
$gfonttype = $args->gfonttype;
$gfontcolor = $args->gfontcolor;
$gbgcolor = $args->gbgcolor;
if(strlen($args->gheight) > 2) {
$gheight = $args->gheight;
}
else {
$gheight = 450;
}
$fontlarge = $args->fontlarge;
$gagaadmin = $args->gagaadmin;
$gagaadmin = preg_replace('/\s*,\s*/', ',', $gagaadmin);
$gagaadmins = split(',', $gagaadmin);
$fixbug = 0;
$vars = Context::getRequestVars();
if($vars->act == "dispPageAdminContentModify") {
$fixbug = 15;
}
Context::set('fixbug', $fixbug);
Context::set('gheight', $gheight);
Context::set('gposition', $gposition);
Context::set('fontlarge', $fontlarge);
Context::set('gfonttype', $gfonttype);
Context::set('gfontcolor', $gfontcolor);
Context::set('gbgcolor', $gbgcolor);
Context::set('name', $name);
$tpl_file = 'livechat';
if(substr($name, 0, 1) == "#" || substr($name, 0, 1) == "@") {
if(Context::get('is_logged')) {
$oModuleModel = &getModel('module');
$this->member_config = $oModuleModel->getModuleConfig('member');
$logged_info = Context::get('logged_info');
//Context::set('member_config', $this->member_config);
Context::set('user', $logged_info->nick_name);
Context::set('userkey', userKey($logged_info->nick_name, $roomkey));
foreach($gagaadmins as $value) {
if($logged_info->user_id == $value) {
//일반 유저인 경우
Context::set('userkey', md5(userKey($logged_info->nick_name, $roomkey)));
} //관리자인 경우
}
$tpl_file = 'livechat2';
}
}
// 템플릿 파일을 지정
/*
if(Context::get('is_logged')) $tpl_file = 'login_info';
else $tpl_file = 'login_form';
// 회원 관리 정보를 받음
$oModuleModel = &getModel('module');
$this->member_config = $oModuleModel->getModuleConfig('member');
Context::set('member_config', $this->member_config);
*/
// 템플릿 컴파일
$oTemplate = &TemplateHandler::getInstance();
return $oTemplate->compile($tpl_path, $tpl_file);
}
}
if($GLOBALS['userKeyDefined'] != 1) {
$GLOBALS['userKeyDefined'] = 1;
function userKey($user, $roomKey) {
return md5(md5($user . $roomKey) . $roomKey);
}
}
?>

View file

@ -1,126 +0,0 @@
//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function AC_AddExtension(src, ext)
{
if (src.indexOf('?') != -1)
return src.replace(/\?/, ext+'?');
else
return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs)
{
var str = '<object ';
for (var i in objAttrs)
str += i + '="' + objAttrs[i] + '" ';
str += '>';
for (var i in params)
str += '<param name="' + i + '" value="' + params[i] + '" /> ';
str += '<embed ';
for (var i in embedAttrs)
str += i + '="' + embedAttrs[i] + '" ';
str += ' ></embed></object>';
document.write(str);
}
function AC_FL_RunContent(){
var ret =
AC_GetArgs
( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
, "application/x-shockwave-flash"
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_SW_RunContent(){
var ret =
AC_GetArgs
( arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
, null
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
var ret = new Object();
ret.embedAttrs = new Object();
ret.params = new Object();
ret.objAttrs = new Object();
for (var i=0; i < args.length; i=i+2){
var currArg = args[i].toLowerCase();
switch (currArg){
case "classid":
break;
case "pluginspage":
ret.embedAttrs[args[i]] = args[i+1];
break;
case "src":
case "movie":
args[i+1] = AC_AddExtension(args[i+1], ext);
ret.embedAttrs["src"] = args[i+1];
ret.params[srcParamName] = args[i+1];
break;
case "onafterupdate":
case "onbeforeupdate":
case "onblur":
case "oncellchange":
case "onclick":
case "ondblClick":
case "ondrag":
case "ondragend":
case "ondragenter":
case "ondragleave":
case "ondragover":
case "ondrop":
case "onfinish":
case "onfocus":
case "onhelp":
case "onmousedown":
case "onmouseup":
case "onmouseover":
case "onmousemove":
case "onmouseout":
case "onkeypress":
case "onkeydown":
case "onkeyup":
case "onload":
case "onlosecapture":
case "onpropertychange":
case "onreadystatechange":
case "onrowsdelete":
case "onrowenter":
case "onrowexit":
case "onrowsinserted":
case "onstart":
case "onscroll":
case "onbeforeeditfocus":
case "onactivate":
case "onbeforedeactivate":
case "ondeactivate":
case "type":
case "codebase":
ret.objAttrs[args[i]] = args[i+1];
break;
case "width":
case "height":
case "align":
case "vspace":
case "hspace":
case "class":
case "title":
case "accesskey":
case "name":
case "id":
case "tabindex":
ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
break;
default:
ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
}
}
ret.objAttrs["classid"] = classid;
if (mimeType) ret.embedAttrs["type"] = mimeType;
return ret;
}

View file

@ -1,9 +0,0 @@
<!-- colorset의 값에 따라 css 파일을 import 한다 -->
<!--@if($colorset=="default"||!$colorset)-->
<!--%import("css/default.css")-->
<!--@end-->
<script type="text/javascript">
displayMultimedia("http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}", "100%", {$gheight});
</script>
<br />

View file

@ -1,12 +0,0 @@
<!--%import("./js/AC_RunActiveContent.js")-->
<div class="box_livechat fc_01" style="margin-top:{$fixbug}px;" >
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','100%','height',"{$gheight}",'title','가가라이브 대화방','src','http://www.gagalive.kr/livechat1?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.gagalive.kr/livechat1?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="{$gheight}" title="가가라이브 대화방">
<param name="movie" value="http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}">
<param name="quality" value="high">
<embed src="http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="{$gheight}"></embed>
</object></noscript>
</div>
<br />

View file

@ -1,9 +0,0 @@
<!-- colorset의 값에 따라 css 파일을 import 한다 -->
<!--@if($colorset=="default"||!$colorset)-->
<!--%import("css/default.css")-->
<!--@end-->
<script type="text/javascript">
displayMultimedia("http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}&user={$user}&encrypt={$userkey}&fontlarge={$fontlarge}", "100%", {$gheight});
</script>
<br />

View file

@ -1,12 +0,0 @@
<!--%import("./js/AC_RunActiveContent.js")-->
<div class="box_livechat fc_01" style="margin-top:{$fixbug}px;" >
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','100%','height',"{$gheight}",'title','가가라이브 대화방','src','http://www.gagalive.kr/livechat1?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}&user={$user}&encrypt={$userkey}&fontlarge={$fontlarge}','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.gagalive.kr/livechat1?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}&user={$user}&encrypt={$userkey}&fontlarge={$fontlarge}' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="{$gheight}" title="가가라이브 대화방">
<param name="movie" value="http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}&user={$user}&encrypt={$userkey}&fontlarge={$fontlarge}">
<param name="quality" value="high">
<embed src="http://www.gagalive.kr/livechat1.swf?position={$gposition}&fonttype={$gfonttype}&fontcolor={$gfontcolor}&bgcolor={$gbgcolor}&chatroom={$name}&user={$user}&encrypt={$userkey}&fontlarge={$fontlarge}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="{$gheight}"></embed>
</object></noscript>
</div>
<br />

View file

@ -1,20 +0,0 @@
<?xml version="2.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">가가 채팅 기본 스킨 </title>
<title xml:lang="jp">ガガチャットデフォルトスキン</title>
<title xml:lang="en">Basic Skin of Gagachat </title>
<maker email_address="digirave@kmle.com" link="http://www.gagalive.kr" date="2007. 7. 1">
<name xml:lang="ko">디지레이브</name>
<name xml:lang="jp">デジレイブ디지레이브</name>
<name xml:lang="en">Digirave</name>
<description xml:lang="ko">newest_document의 기본 스킨</description>
<description xml:lang="jp">最新のドキュメントデフォルトスキン</description>
<description xml:lang="en">Default skin of newest document</description>
</maker>
<colorset>
<color name="default">
<title xml:lang="ko">기본</title>
<title xml:lang="jp">デフォルト</title>
</color>
</colorset>
</skin>

View file

@ -1 +0,0 @@
div.cozy_nc_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;}

View file

@ -1 +0,0 @@
div.cozy_nc_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;}

View file

@ -1,7 +0,0 @@
div.commentBox { padding-bottom:1em;}
div.commentBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
*:first-child+html div.commentBox .header { height:20px; color:#ef2121;}
div.commentBox ul { margin:0; padding:.5em; overflow:hidden;}
div.commentBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; list-style:none; overflow:hidden; white-space:nowrap;}
div.commentBox ul li a { color:#a4a4a4; text-decoration:none;}

View file

@ -1 +0,0 @@
div.cozy_nc_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;}

View file

@ -1 +0,0 @@
div.cozy_nc_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;}

View file

@ -1 +0,0 @@
div.cozy_nc_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;}

View file

@ -1,29 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
<!--%import("css/red.css")-->
<!--@end-->
<div class="commentBox cozy_nc_{$colorset}">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>newest comments</h2>
<!--@end-->
</div>
<ul>
<!--@foreach($widget_info->comment_list as $val)-->
<li><a href="{getUrl('','document_srl',$val->get('document_srl'))}#comment_{$val->get('comment_srl')}">{$val->getSummary(60)}</a></li>
<!--@end-->
</ul>
</div>

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプル</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">제로</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
cozy simple 위젯입니다.
デザインソギジョンhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1 +0,0 @@
div.cozy_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;}

View file

@ -1 +0,0 @@
div.cozy_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;}

View file

@ -1,7 +0,0 @@
div.documentBox { padding-bottom:1em;}
div.documentBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
*:first-child+html div.documentBox .header { height:20px; color:#ef2121;}
div.documentBox ul { margin:0; padding:.5em; overflow:hidden;}
div.documentBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; list-style:none;white-space:nowrap;overflow:hidden;}
div.documentBox ul li a { color:#a4a4a4;text-decoration:none;}

View file

@ -1 +0,0 @@
div.cozy_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;}

View file

@ -1 +0,0 @@
div.cozy_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;}

View file

@ -1 +0,0 @@
div.cozy_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;}

View file

@ -1,29 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
<!--%import("css/red.css")-->
<!--@end-->
<div class="documentBox cozy_{$colorset}">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>newest documents</h2>
<!--@end-->
</div>
<ul>
<!--@foreach($widget_info->document_list as $oDocument)-->
<li><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a> {$oDocument->printExtraImages($widget_info->duration_new)}</li>
<!--@end-->
</ul>
</div>

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプル</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">Zero</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
Cozyシンプルウィジェットです。
デザインソギジョンhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1 +0,0 @@
div.cozy_tb_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;}

View file

@ -1 +0,0 @@
div.cozy_tb_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;}

View file

@ -1,7 +0,0 @@
div.trackbackBox { padding-bottom:1em;}
div.trackbackBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
*:first-child+html div.trackbackBox .header { height:20px; color:#ef2121;}
div.trackbackBox ul { margin:0; padding:.5em; overflow:hidden;}
div.trackbackBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em;list-style:none;overflow:hidden;white-space:nowrap;}
div.trackbackBox ul li a { color:#a4a4a4;text-decoration:none;}

View file

@ -1 +0,0 @@
div.cozy_tb_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;}

View file

@ -1 +0,0 @@
div.cozy_tb_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;}

View file

@ -1 +0,0 @@
div.cozy_tb_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;}

View file

@ -1,30 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
<!--%import("css/red.css")-->
<!--@end-->
<div class="trackbackBox cozy_tb_{$colorset}">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>newest trackbacks</h2>
<!--@end-->
</div>
<ul>
<!--@foreach($widget_info->trackback_list as $val)-->
<li><a href="{getUrl('','document_srl',$val->document_srl)}#trackback_{$val->trackback_srl}">{cut_str($val->title,60,'...')}</a></li>
<!--@end-->
</ul>
</div>

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプル</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">Zero</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
Cozyシンプルウィジェットです。
デザインhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1 +0,0 @@
div.cozy_tag_blue .header h2 { padding:0; margin:0; font-size:1em; color:#1187d8;}

View file

@ -1 +0,0 @@
div.cozy_tag_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;}

View file

@ -1,11 +0,0 @@
div.tagBox { padding-bottom:1em;}
div.tagBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
*:first-child+html div.tagBox .header { height:20px; color:#ef2121;}
div.tagBox ul { margin:0; padding:.5em; overflow:hidden;}
div.tagBox ul li { display:inline; color:#a4a4a4; margin-right:.1em; line-height:1.5em;}
div.tagBox ul li a { color:#a4a4a4;}
div.tagBox ul li.typeA a { color:#717171; font-weight:bold;}
div.tagBox ul li.typeB a { color:#3d3d3d;}
div.tagBox ul li.typeC a { font-weight:bold;}
div.tagBox .tag_sort { width:100%; border-top:1px dashed #ababab; border-bottom:1px dashed #ababab; text-align:center; overflow:hidden;}

View file

@ -1 +0,0 @@
div.cozy_tag_green .header h2 { padding:0; margin:0; font-size:1em; color:#8dc63f;}

View file

@ -1 +0,0 @@
div.cozy_tag_pink .header h2 { padding:0; margin:0; font-size:1em; color:#f70795;}

View file

@ -1 +0,0 @@
div.cozy_tag_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;}

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">cozy simple</title>
<title xml:lang="jp">Cozyシンプルスキン</title>
<title xml:lang="en">cozy simple skin</title>
<title xml:lang="zh-CN">Cozy样式标签皮肤</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">Zero</name>
<description xml:lang="ko">
cozy simple 위젯입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
Cozyシンプルスキンです。
デザインソギジョンhttp://blog.naver.com/addcozy
HTML/CSSソジフン
</description>
<description xml:lang="en">
This is cozy simple widget.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
<description xml:lang="zh-CN">
Cozy样式标签皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Ji-Hun So
</description>
</maker>
<colorset>
<color name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Red</title>
<title xml:lang="zh-CN">红色</title>
</color>
<color name="green">
<title xml:lang="ko">초록색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Green</title>
<title xml:lang="zh-CN">绿色</title>
</color>
<color name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="jp"></title>
<title xml:lang="en">Blue</title>
<title xml:lang="zh-CN">蓝色</title>
</color>
<color name="pink">
<title xml:lang="ko">분홍색</title>
<title xml:lang="jp">ピンク</title>
<title xml:lang="en">Pink</title>
<title xml:lang="zh-CN">粉红色</title>
</color>
<color name="bluish_green">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="zh-CN">青绿色</title>
</color>
</colorset>
</skin>

View file

@ -1,44 +0,0 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("css/common.css")-->
<!--@if($colorset=="bluish_green")-->
<!--%import("css/bluish_green.css")-->
<!--@elseif($colorset=="green")-->
<!--%import("css/green.css")-->
<!--@elseif($colorset=="pink")-->
<!--%import("css/pink.css")-->
<!--@elseif($colorset=="blue")-->
<!--%import("css/blue.css")-->
<!--@else-->
<!--%import("css/red.css")-->
<!--@end-->
<div class="tagBox cozy_tag_{$colorset}">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>tags</h2>
<!--@end-->
</div>
<ul>
<!--@foreach($widget_info->tag_list as $val)-->
<!--@if($val->count>10)-->
{@ $tag_class = "typeA" }
<!--@elseif($val->count>5)-->
{@ $tag_class = "typeB" }
<!--@elseif($val->count>3)-->
{@ $tag_class = "typeC" }
<!--@else-->
{@ $tag_class = "" }
<!--@end-->
<li <!--@if($tag_class)-->class="{$tag_class}"<!--@end--> >
<!--@if($layout_info->mid)-->
<a href="{getUrl('','mid',$widget_info->module_name?$widget_info->module_name:$layout_info->mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{cut_str($val->tag,15,'...')}</a>
<!--@else-->
<a href="{getUrl('','mid',$widget_info->module_name?$widget_info->module_name:$layout_info->mid,'search_target','tag','search_keyword',urlencode($val->tag))}">{cut_str($val->tag,15,'...')}</a>
<!--@end-->
</li>
<!--@end-->
</ul>
</div>