script path 찾는 함수를 일단 0.2.8로 rollback. 차후 보다 자세한 환경에서 테스트후 원위치

git-svn-id: http://xe-core.googlecode.com/svn/trunk@3883 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-19 16:28:53 +00:00
commit 4f80a001d8
600 changed files with 3063 additions and 5094 deletions

View file

@ -3,7 +3,7 @@
<title xml:lang="ko">기본 카운터 애드온</title>
<title xml:lang="jp">接続カウンターアドオン</title>
<title xml:lang="zh-CN">网站访问统计</title>
<title xml:lang="en">Addon for basic counter</title>
<title xml:lang="en">Counter Addon</title>
<title xml:lang="es">Addon contador básico</title>
<title xml:lang="ru">Аддон для базового счетчика</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<addon version="0.1">
<title xml:lang="ko">Google Analytics</title>
<title xml:lang="zh-CN">Google Analytics</title>
<title xml:lang="en">Google Analytics</title>
<title xml:lang="es">Google Analytics</title>
<title xml:lang="ru">Google Analytics</title>
<title xml:lang="jp">Google Analyticsアドオン</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 9. 19">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">Zero</name>
<name xml:lang="en">Zero</name>
<name xml:lang="es">Zero</name>
<name xml:lang="ru">Zero</name>
<name xml:lang="jp">Zero</name>
<description xml:lang="ko">
Google Analytics 코드를 사이트에 추가할 수 있습니다.
</description>
<description xml:lang="zh-CN">
可以添加Google Analytics代码。
</description>
<description xml:lang="en">
This addon inserts Google Analytics code to site.
</description>
<description xml:lang="es">
Este addon inserciones Google Analytics código de sitio.
</description>
<description xml:lang="ru">
Google Analytics
</description>
<description xml:lang="jp">
Google Analyticsのコードをサイトに挿入できます。
</description>
</author>
<extra_vars>
<var name="uacct">
<title xml:lang="ko">uacct</title>
<title xml:lang="zh-CN">uacct</title>
<title xml:lang="en">uacct</title>
<title xml:lang="es">Uacct</title>
<title xml:lang="ru">uacct</title>
<title xml:lang="jp">uacct</title>
<description xml:lang="ko">Google Analytics 코드의 _uacct 값을 입력해주세요.</description>
<description xml:lang="zh-CN">请输入Google Analytics代码的_uacct值。</description>
<description xml:lang="en">Please input _uacct from Google Analytics code.</description>
<description xml:lang="es">Por favor, de entrada _uacct código de Google Analytics.</description>
<description xml:lang="ru">Google Analytics _uacct</description>
<description xml:lang="jp">Google Analyticsコードの「_uacct」の値を入力してください。</description>
</var>
</extra_vars>
</addon>

View file

@ -1,30 +0,0 @@
<?php
if(!defined("__ZBXE__")) exit();
/**
* @file google_analytics.addon.php
* @author zero (zero@nzeo.com)
* @brief google analytics 코드를 사이트에 추가함
**/
// 관리자 모듈이면 패스~
if(Context::get('module')=='admin') return;
// 한번만 출력시키기 위해 전역변수에 호출되었음을 체크해 놓음 (called position과 상관없음)
if($GLOBALS['_called_addon_google_analytics_']) return;
$GLOBALS['_called_addon_google_analytics_'] = true;
$js_code = <<<EndOfGA
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("{$addon_info->uacct}");
pageTracker._initData();
pageTracker._trackPageview();
</script>
EndOfGA;
Context::addHtmlFooter($js_code);
?>

View file

@ -3,7 +3,7 @@
<title xml:lang="ko">사용자 추가 정보 및 커뮤니케이션 기능 활성화</title>
<title xml:lang="jp">会員情報・コミュニティアドオン</title>
<title xml:lang="zh-CN">用户扩展信息</title>
<title xml:lang="en">Enabling additional information about users and the communication function.</title>
<title xml:lang="en">Extra Member Information and Communication.</title>
<title xml:lang="es">Addon para activar la función de la Información addcional del usuario y de la comunicación.</title>
<title xml:lang="ru">Аддон для предоставления дополнительной информации о пользователях и коммуникации</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">

View file

@ -2,7 +2,7 @@
<addon version="0.1">
<title xml:lang="ko">OpenID delegation ID</title>
<title xml:lang="zh-CN">OpenID</title>
<title xml:lang="en">Addon for delegating domain name to OpenID</title>
<title xml:lang="en">OpenID Delegation ID</title>
<title xml:lang="es">Delegación ID para OpenID</title>
<title xml:lang="jp">OpenIDアドオン</title>
<title xml:lang="ru">Аддон для делигирования доменного имени к OpenID</title>

View file

@ -3,7 +3,7 @@
<title xml:lang="ko">포인트 레벨 아이콘 표시 애드온</title>
<title xml:lang="zh-CN">积分级别图标</title>
<title xml:lang="jp">ポイントレベルアイコン表示アドオン</title>
<title xml:lang="en">Addon for displaying level icon</title>
<title xml:lang="en">Point Level Icon</title>
<title xml:lang="es">Addon para mostar el nivel del ícono</title>
<title xml:lang="ru">Аддон для отображения иконки уровня</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 26">

View file

@ -456,7 +456,7 @@
if(!count($_REQUEST)) return;
foreach($_REQUEST as $key => $val) {
if($key == "page" || substr($key,-3)=="srl") $val = (int)$val;
if($key == "page" || $key == "cpage" || substr($key,-3)=="srl") $val = (int)$val;
if(is_array($val)) {
for($i=0;$i<count($val);$i++) {
if(get_magic_quotes_gpc()) $val[$i] = stripslashes($val[$i]);

View file

@ -445,7 +445,7 @@
if(!is_array($tables)) $tables = array($tables);
foreach($tables as $alias => $table) {
$table_filename = sprintf('%s/cache.%s%s', $this->count_cache_path, $this->prefix, $table) ;
if(file_exists($table_filename) && filemtime($table_filename) > $cache_mtime) return false;
if(!file_exists($table_filename) || filemtime($table_filename) > $cache_mtime) return false;
}
$count = (int)FileHandler::readFile($cache_filename);
@ -480,7 +480,11 @@
if(!is_dir($this->count_cache_path)) return FileHandler::makeDir($this->count_cache_path);
if(!is_array($tables)) $tables = array($tables);
foreach($tables as $alias => $table) FileHandler::writeFile( sprintf('%s/cache.%s%s', $this->count_cache_path, $this->prefix, $table), '' );
foreach($tables as $alias => $table) {
$filename = sprintf('%s/cache.%s%s', $this->count_cache_path, $this->prefix, $table);
@unlink($filename);
FileHandler::writeFile( $filename, '' );
}
return true;
}

View file

@ -464,6 +464,10 @@
if(!isset($val['value'])) continue;
$name = $val['name'];
$value = $val['value'];
for ($i = 0; $i < $key; $i++) { // 한문장에 같은 속성에 대한 중복 설정은 큐브리드에서는 허용치 않음
if ($output->columns[$i]['name'] == $name) break;
}
if ($i < $key) continue; // 중복이 발견되면 이후의 설정은 무시
if(strpos($name,'.')!==false&&strpos($value,'.')!==false) $column_list[] = $name.' = '.$value;
else {
if($output->column_type[$name]!='number') {

View file

@ -224,6 +224,9 @@
}
}
// 레이아웃 정보중 header_script가 있으면 헤더 추가
if($layout_info->header_script) Context::addHtmlHeader($layout_info->header_script);
// 레이아웃 정보를 Context::set
Context::set('layout_info', $layout_info);

View file

@ -85,7 +85,7 @@
$source_ftime = filemtime($tpl_file);
$target_ftime = filemtime($compiled_tpl_file);
if($source_ftime>$target_ftime) return $this->_compileTplFile($tpl_file, $compiled_tpl_file);
if($source_ftime>$target_ftime || $target_ftime < filemtime('./classes/template/TemplateHandler.class.php') ) return $this->_compileTplFile($tpl_file, $compiled_tpl_file);
}
/**
@ -157,6 +157,7 @@
* @brief {@ } 안의 @... 함수를 print func(..) 변경
**/
function _compileVarToSilenceExecute($matches) {
if(strtolower(trim(str_replace(array(';',' '),'', $matches[1])))=='return') return '<?php return; ?>';
return '<?php @'.preg_replace('/\$([a-zA-Z0-9\_\-\>]+)/i','$__Context->\\1', trim($matches[1])).';?>';
}

View file

@ -119,7 +119,7 @@
// 내용 직접 추가일 경우
case 'widgetContent' :
$body = base64_decode($args->body);
$output = sprintf('<div style="overflow:hidden;%s"><div style="%s" class="xe_content">%s</div></div>', $style, $inner_style, $body);
$output = sprintf('<div style="overflow:hidden;%s"><div style="%s">%s</div></div>', $style, $inner_style, $body);
break;
// 위젯 박스일 경우

View file

@ -11,6 +11,12 @@ IE7 & IE6 & Below
* html #selector {}
*/
/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }
/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
@ -22,15 +28,6 @@ IE7 & IE6 & Below
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }
/* default.css - Type Selector Definition */
body,p,div,ul,ol,li,dd,dt,span,fieldset,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
html { width:100%; }
body { margin:0; font-size:.75em; _font-size:9pt; font-family:sans-serif;}
*:first-child+html body { font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }
.iePngFix { behavior:url(./common/js/iePngFix.htc); }
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }
@ -86,13 +83,9 @@ a.bold { font-weight:bold; }
.folder_closer { display: none; }
.folder_area { display: none; }
.zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
.xe_content { line-height:1.6; }
/* xe content */
div.xe_content { line-height:140%; !important}
div.xe_content ol { margin-left:40px; !important}
div.xe_content ul { margin-left:40px; !important}
div.xe_content blockquote { margin-left:40px; !important}
.zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
/* xe layer */
#waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

View file

@ -958,11 +958,14 @@ if(xIE4Up) {
if(!disabled_exists) continue;
sels[i].oldonchange = sels[i].onchange;
sels[i].onchange = function() {
if(this.options[this.selectedIndex].disabled) {
if(this.options.length<=1) this.selectedIndex = -1;
else if(this.selectedIndex < this.options.length - 1) this.selectedIndex++;
else this.selectedIndex--;
} else {
this.oldonchange();
}
}

View file

@ -70,7 +70,7 @@
$lang->no = 'No.';
$lang->notice = 'Notice';
$lang->secret = 'Secret';
$lang->category = 'Category';
$lang->category = $lang->category_srl = 'Category';
$lang->document_srl = 'Doc. No.';
$lang->user_id = 'User ID';
$lang->author = 'Developer';
@ -176,7 +176,7 @@
$lang->msg_invalid_document = 'Invalid Article Number';
$lang->msg_invalid_request = 'Invalid Request';
$lang->msg_invalid_password = 'Invalid Password';
$lang->msg_error_occured = 'Error has occured';
$lang->msg_error_occured = 'An error has occured';
$lang->msg_not_founded = 'Target could not be found';
$lang->msg_no_result = 'Nothing found';
@ -230,13 +230,13 @@
// Alert messages for Javascript using by XML filter
$lang->filter->isnull = 'Please input a value for %s';
$lang->filter->outofrange = 'Please align the text length of %s';
$lang->filter->equalto = "%s's value is invalid";
$lang->filter->invalid_email = "%s's format is invalid. ex) zbxe@zeroboard.com";
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s's format is invalid.\\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be English alphabet";
$lang->filter->invalid_homepage = "%s's format is invalid. ex) http://www.zeroboard.com";
$lang->filter->invalid_korean = "%s's format is invalid. Please input only Korean";
$lang->filter->invalid_korean_number = "%s's format is invalid. Please input Korean or numbers";
$lang->filter->invalid_alpha = "%s's format is invalid. Please input only alphabets";
$lang->filter->invalid_alpha_number = "%s's format is invalid. Please input alphabets or numbers";
$lang->filter->invalid_number = "%s's format is invalid. Please input only numbers";
$lang->filter->equalto = "The value of %s is invalid";
$lang->filter->invalid_email = "The format of %s is invalid. ex) zbxe@zeroboard.com";
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "The format of %s is invalid.\\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
$lang->filter->invalid_homepage = "The format of %s is invalid. ex) http://www.zeroboard.com";
$lang->filter->invalid_korean = "The format of %s is invalid. Please input Korean only";
$lang->filter->invalid_korean_number = "The format of %s is invalid. Please input Korean or numbers";
$lang->filter->invalid_alpha = "The format of %s is invalid. Please input alphabets only";
$lang->filter->invalid_alpha_number = "The format of %s is invalid. Please input alphabets or numbers";
$lang->filter->invalid_number = "The format of %s is invalid. Please input numbers only";
?>

View file

@ -69,7 +69,7 @@
$lang->no = 'Nº';
$lang->notice = 'Aviso';
$lang->secret = 'Secreto';
$lang->category = 'Categoría';
$lang->category = $lang->category_srl = 'Categoría';
$lang->document_srl = 'Número del documento';
$lang->user_id = 'Usuario';
$lang->author = 'Autor';

View file

@ -1,8 +1,8 @@
<?php
/**
* @file common/lang/fr.lang.php
* @author zero (zero@nzeo.com)
* @brief Paquet Francais de Langue (mots de base seulement)
* @author zero (zero@nzeo.com) Traduit par Pierre Duvent(PierreDuvent@gamil.com)
* @brief Paquet de La Langue Francaise (Mots de base seulement)
**/
// verbes et mots de base decrivant des actions
@ -11,230 +11,232 @@
$lang->cmd_delete = 'Supprimer';
$lang->cmd_modify = 'Modifier';
$lang->cmd_edit = 'Editer';
$lang->cmd_view = 'Regarder';
$lang->cmd_view_all = 'Regarder Tous';
$lang->cmd_view = 'Voir';
$lang->cmd_view_all = 'Voir Tous';
$lang->cmd_list = 'Liste';
$lang->cmd_prev = 'Précédent ';
$lang->cmd_next = 'Après';
$lang->cmd_send_trackback = 'Envoyer Trackback';
$lang->cmd_registration = $lang->cmd_submit = 'Soumettre';
$lang->cmd_comment_registration = 'Ajouter le Commentaire';
$lang->cmd_prev = 'Précédent';
$lang->cmd_next = 'Suivant';
$lang->cmd_send_trackback = 'Envoyer Rétrolien';
$lang->cmd_registration = $lang->cmd_submit = 'Enrégistrer';
$lang->cmd_comment_registration = 'Ajouter un Commentaire';
$lang->cmd_insert = 'Insérer';
$lang->cmd_save = 'Economiser';
$lang->cmd_load = '불러오기';
$lang->cmd_save = 'Conserver';
$lang->cmd_load = 'Charger';
$lang->cmd_input = 'Entrer';
$lang->cmd_search = 'Rechercher';
$lang->cmd_cancel = 'Decommander';
$lang->cmd_back = 'Retour';
$lang->cmd_vote = 'Voter';
$lang->cmd_vote_down = '비추천';
$lang->cmd_declare = '신고';
$lang->cmd_cancel_declare = '신고 취소';
$lang->cmd_declared_list = '신고 목록';
$lang->cmd_copy = 'Copie';
$lang->cmd_move = 'Deplacer';
$lang->cmd_move_up = 'Relever';
$lang->cmd_move_down = 'Abaisser';
$lang->cmd_add_indent = 'Ajouter le Creux';
$lang->cmd_remove_indent = 'Enlever le Creux';
$lang->cmd_management = 'Gestion';
$lang->cmd_make = 'Creer';
$lang->cmd_cancel = 'Annuler';
$lang->cmd_back = 'Retourner';
$lang->cmd_vote = 'Recommander';
$lang->cmd_vote_down = 'Critiquer';
$lang->cmd_declare = 'Accuser';
$lang->cmd_cancel_declare = 'Annuler l\'Accusation';
$lang->cmd_declared_list = 'Liste de l\'Accusation';
$lang->cmd_copy = 'Copier';
$lang->cmd_move = 'Bouger';
$lang->cmd_move_up = 'En haut';
$lang->cmd_move_down = 'En bas';
$lang->cmd_add_indent = 'Ajouter un Rentré';
$lang->cmd_remove_indent = 'Enlever un Rentré';
$lang->cmd_management = 'Administration';
$lang->cmd_make = 'Créer';
$lang->cmd_select = 'Choisir';
$lang->cmd_select_all = 'Choisir Tous';
$lang->cmd_unselect_all = 'Ne pas Selectionner Tous';
$lang->cmd_close_all = 'Cloturer Tous';
$lang->cmd_unselect_all = 'Annuler Tous';
$lang->cmd_reverse_all = 'Renverser la Sélection';
$lang->cmd_close_all = 'Fermer Tous';
$lang->cmd_open_all = 'Ouvrir Tous';
$lang->cmd_reload = 'Recharger';
$lang->cmd_close = 'Fermer';
$lang->cmd_open = 'Cloturer';
$lang->cmd_setup = 'Configurer';
$lang->cmd_addition_setup = '추가 설정';
$lang->cmd_open = 'Ouvrir';
$lang->cmd_setup = 'Configuration';
$lang->cmd_addition_setup = 'Configuration Additionnelle';
$lang->cmd_option = 'Option';
$lang->cmd_apply = 'Appliquer';
$lang->cmd_open_calendar = 'Choisir la Date';
$lang->cmd_open_calendar = 'Choisir un Jour';
$lang->cmd_send = 'Envoyer';
$lang->cmd_print = 'Imprimer';
$lang->cmd_scrap = '스크랩';
$lang->cmd_preview = '미리 보기';
$lang->cmd_reset = '초기화';
$lang->cmd_remake_cache = "캐시파일 재생성";
$lang->cmd_publish = "발행";
$lang->cmd_layout_setup = '레이아웃 설정';
$lang->cmd_layout_edit = '레이아웃 편집';
$lang->cmd_scrap = 'Coupure';
$lang->cmd_preview = 'Avant-première';
$lang->cmd_reset = 'Restaurer';
$lang->cmd_remake_cache = "Recréer le Fichier cache";
$lang->cmd_publish = "Publier";
$lang->cmd_layout_setup = 'Configurer la Mise en page';
$lang->cmd_layout_edit = 'Editer la Mise en page';
$lang->enable = 'Permettre';
$lang->disable = 'Neutraliser';
$lang->enable = 'Valide';
$lang->disable = 'Invalide';
// Mots essentiels
$lang->no = 'numéro';
$lang->notice = 'Notification';
$lang->no = 'Numéro';
$lang->notice = 'Notice';
$lang->secret = 'Secret';
$lang->category = 'Categorie';
$lang->document_srl = 'numéro du Document';
$lang->user_id = 'Pseudo';
$lang->category = $lang->category_srl = 'Catégorie';
$lang->document_srl = 'Numéro du Document';
$lang->user_id = 'Compte d\'Utilisateur';
$lang->author = 'Auteur';
$lang->password = 'Mot de Passe';
$lang->password1 = 'Mot de Passe';
$lang->password2 = 'Confirmer le Mot de Passe';
$lang->admin_id = 'Pseudo d\'Administrateur';
$lang->admin_id = 'Compte d\'Administrateur';
$lang->writer = 'Auteur';
$lang->user_name = 'Nom d\'utilisateur';
$lang->nick_name = 'Surnom';
$lang->email_address = 'E-mail';
$lang->homepage = 'Site Web';
$lang->blog = 'Blog';
$lang->email_address = 'Courriel';
$lang->homepage = 'Page d\'accueil';
$lang->blog = 'Blogue';
$lang->birthday = 'Anniversaire';
$lang->browser_title = 'Titre de Navigateur';
$lang->title = 'Titre';
$lang->title_content = 'Titre + Contenu';
$lang->topic = '주제';
$lang->replies = '응답';
$lang->topic = 'Sujet';
$lang->replies = 'Répondse';
$lang->content = 'Contenu';
$lang->document = 'Article';
$lang->document = 'Document';
$lang->comment = 'Commentaire';
$lang->description = 'Description';
$lang->trackback = 'Trackback';
$lang->trackback = 'Rétrolien';
$lang->tag = 'Tag';
$lang->allow_comment = 'Permettre les Commentaires';
$lang->lock_comment = 'Rejeter les Commentaires';
$lang->allow_trackback = 'Permettre la Trackback';
$lang->uploaded_file = 'Dossier Téléchargé';
$lang->grant = 'Autorité';
$lang->allow_comment = 'Permettre Commentaires';
$lang->lock_comment = 'Bloquer Commentaires';
$lang->allow_trackback = 'Permettre Rétrolien';
$lang->uploaded_file = 'Fichier Attaché';
$lang->grant = 'Permission';
$lang->target = 'Cible';
$lang->total = 'Total';
$lang->total_count = 'Comptage Total';
$lang->ipaddress = 'IP Address';
$lang->total_count = 'Somme';
$lang->ipaddress = 'Addresse IP';
$lang->path = 'Chemin';
$lang->cart = 'Article Choisi';
$lang->friend = 'Les Amis';
$lang->notify = 'Annoncer';
$lang->mid = 'Titre de Module';
$lang->layout = 'Disposition';
$lang->mid = 'Nom de Module';
$lang->layout = 'Mise en Page';
$lang->widget = 'Widget';
$lang->module = 'Module';
$lang->skin = 'Thème';
$lang->colorset = 'Arrangement de couleur';
$lang->extra_vars = 'Variables Supplementaires';
$lang->document_url = 'URL du Document';
$lang->trackback_url = 'URL de la Trackback';
$lang->blog_name = 'Nom du Blog';
$lang->excerpt = 'Citation';
$lang->document_url = 'Document URL';
$lang->trackback_url = 'Rétrolien URL';
$lang->blog_name = 'Nom du Blogue';
$lang->excerpt = 'Extrait';
$lang->document_count = 'Nombre Total des Articles';
$lang->page_count = 'Nombre de Pages';
$lang->list_count = 'Nombre de Listes';
$lang->search_list_count = '검색 목록 수';
$lang->readed_count = 'Nombre de Fois Lues';
$lang->voted_count = 'Nombre de Voix';
$lang->member_count = 'Nombre de Membres';
$lang->date = 'Date';
$lang->regdate = 'Date d\'Enregistrement';
$lang->last_update = 'La Dernière Mise a Jour';
$lang->last_post = '최근 등록';
$lang->signup_date = 'Date d\'Enregistrement';
$lang->last_login = 'La Dernière Ouverture';
$lang->document_count = 'Somme des Documents';
$lang->page_count = 'Somme de Pages';
$lang->list_count = 'Somme de Listes';
$lang->search_list_count = 'Somme de Liste des recherches';
$lang->readed_count = ' Vues';
$lang->voted_count = 'Recommandés';
$lang->member_count = 'Somme de Membres';
$lang->date = 'Jour';
$lang->regdate = 'Jour d\'Enrégistrement';
$lang->last_update = 'La Dernière Mise à Jour';
$lang->last_post = 'Dernière Affichage';
$lang->signup_date = 'Jour de s\'inscrire';
$lang->last_login = 'Dernière connexion';
$lang->first_page = 'Première Page';
$lang->last_page = 'Dernière Page';
$lang->search_target = 'Cible de Recherche';
$lang->search_keyword = 'Mot-clé de Recherche';
$lang->is_default = 'défaut';
$lang->search_target = 'Cible à Rechercher';
$lang->search_keyword = 'Mot-clé à Recherche';
$lang->is_default = 'Par Défaut';
$lang->no_documents = 'Aucunes Entrées';
$lang->no_documents = 'Aucun Document';
$lang->board_manager = 'Arrangements des Conseils';
$lang->board_manager = 'Arrangements des Panneau';
$lang->member_manager = 'Arrangements des Membres';
$lang->layout_manager = 'Arrangements de Dispositions';
$lang->layout_manager = 'Arrangements de Mise en Page';
$lang->use = 'Utiliser';
$lang->notuse = 'Ne pas Utiliser';
$lang->notuse = 'Ne Pas Utiliser';
$lang->not_exists = 'n\'Existe Pas';
$lang->public = 'public';
$lang->private = 'private';
$lang->private = 'privé';
$lang->unit_sec = 'sec';
$lang->unit_min = 'min';
$lang->unit_hour = 'heur';
$lang->unit_sec = 'seconde';
$lang->unit_min = 'minute';
$lang->unit_hour = 'heure';
$lang->unit_day = 'jour';
$lang->unit_week = 'semaine';
$lang->unit_month = 'mois';
$lang->unit_year = 'année';;
// Descriptions et information
$lang->about_tag = 'Quand l\'insertion des tags, insérent une virgule(,) entre chaque tags te permet d\'entrer les tags multiples.';
$lang->about_layout = 'es dispositions décorent l\'aspect d\'un module. Vous pouvez les configurer du menu de disposition ci-dessus.';
$lang->about_tag = 'Vous pouvez enrégistrer plusieurs tags en utilisant ,(virgule) entre chaque tag';
$lang->about_layout = 'Le Mise en Page décore l\'apparence des modules. Vous pouvez les configurer avec le menu de Mise en Page en haut';
// Messages et alertes
$lang->msg_call_server = 'En demandant le serveur pour information, attendre svp.';
$lang->msg_db_not_setted = 'Les informations de DB n\'ont pas été placees.';
$lang->msg_invalid_queryid = 'La valeur indiquee d\'identification de question est inadmissi.';
$lang->msg_not_permitted = 'Vous n\'etes pas autorises a continuer.';
$lang->msg_call_server = 'En demandant sur le serveur, attendez svp.';
$lang->msg_db_not_setted = 'La configuration de DB n\'est pas été établie.';
$lang->msg_invalid_queryid = 'La valeur spécifiée de query ID est invalide.';
$lang->msg_not_permitted = 'Vous n\'avez pas le droit d\'accès.';
$lang->msg_input_password = 'Veuillez entrer votre mot de passe.';
$lang->msg_invalid_document = 'Vous avez demandé pour un article inadmissible.';
$lang->msg_invalid_request = 'Votre demande est inadmissible.';
$lang->msg_invalid_password = 'Vous avez entré un mot de passe inadmissible.';
$lang->msg_error_occured = 'Une erreur s\'est produite.';
$lang->msg_not_founded = 'La cible demandée n\'a pas pu être trouvée.';
$lang->msg_no_result = 'Aucun Resultat';
$lang->msg_invalid_document = 'Nombre de Document invalide';
$lang->msg_invalid_request = 'Requête invalide';
$lang->msg_invalid_password = 'Mot de passe invalide';
$lang->msg_error_occured = 'Une erreur a lieu';
$lang->msg_not_founded = 'La cible n\'est pas trouvée.';
$lang->msg_no_result = 'Aucun Résultat';
$lang->msg_not_permitted_act = 'Vous n\'êtes pas autorisés pour exécuter l\'action priée.';
$lang->msg_module_is_not_exists = 'Le module demandé n\'a pas pu être trouvé.';
$lang->msg_not_permitted_act = 'Vous n\'êtes pas autorisés à exécuter l\'action que vous demandez.';
$lang->msg_module_is_not_exists = 'Le module demandé n\'a pas été trouvé.';
$lang->msg_module_is_not_standalone = 'Le module demandé ne peut pas être exécuté indépendamment.';
$lang->success_registed = 'L\'enregistrement a été avec succès exécuté.';
$lang->success_declared = '신고되었습니다';
$lang->success_updated = 'Avec succès mis a jour.';
$lang->success_deleted = 'Avec succès supprime';
$lang->success_voted = 'Avec succès voté';
$lang->success_moved = 'Avec succès deplacé';
$lang->success_sended = 'Avec succès envoyé';
$lang->success_reset = 'Avec succès remisé';
$lang->success_leaved = 'Avec succès fait cécession';
$lang->success_saved = '저장되었습니다';
$lang->success_registed = 'Enregistré avec succès';
$lang->success_declared = 'Accusé avec succès';
$lang->success_updated = 'Mise a jour avec succès';
$lang->success_deleted = 'Supprimé avec succès';
$lang->success_voted = 'Voté avec succès';
$lang->success_moved = 'Bougé avec succès';
$lang->success_sended = 'Envoyé avec succès';
$lang->success_reset = 'Restauré avec succès';
$lang->success_leaved = 'Toutes vos informations sont complètement supprimés';
$lang->success_saved = 'Conservé avec succès';
$lang->fail_to_delete = 'N\'a pas pu être supprimé.';
$lang->fail_to_move = 'N\'a pas pu être déplacé';
$lang->fail_to_move = 'N\'a pas pu être bougé';
$lang->failed_voted = 'La demande de voter a échoué';
$lang->failed_declared = '신고를 하실 수 없습니다';
$lang->fail_to_delete_have_children = 'Une ou plusieurs reponses existent et ne pourraient pas être supprimees ainsi';
$lang->failed_voted = 'N\'a pas pu recommander';
$lang->failed_declared = 'N\'a pas pu accuser';
$lang->fail_to_delete_have_children = 'Essayez encore après avoir suprimé les reponses, SVP';
$lang->confirm_submit = 'Etes-vous sur vous voulez-vous soumettre?';
$lang->confirm_logout = 'Etes-vous sur vous voulez-vous se deconnecter?';
$lang->confirm_vote = 'Etes-vous sur vous voulez-vous voter?';
$lang->confirm_delete = 'Etes-vous sur vous voulez-vous supprimer?';
$lang->confirm_move = 'Etes-vous sur vous voulez-vous deplacer ceci?';
$lang->confirm_reset = 'Etes-vous sur vous voulez-vous remettre a zero ceci?';
$lang->confirm_leave = 'Etes-vous sur vous voulez-vous partir?';
$lang->confirm_submit = 'Vous voulez sûrement valider?';
$lang->confirm_logout = 'Vous voulez sûrement fermer la session?';
$lang->confirm_vote = 'Vous voulez recommander?';
$lang->confirm_delete = 'Vous voulez sûrement supprimer?';
$lang->confirm_move = 'Vous voulez sûrement bouger?';
$lang->confirm_reset = 'Vous voulez sûrement restaurer?';
$lang->confirm_leave = 'Vous voulez sûrement supprimer votre compte?';
$lang->column_type = 'Type de Colonne';
$lang->column_type_list['text'] = 'un-ligne texte';
$lang->column_type_list['homepage'] = 'url';
$lang->column_type_list['email_address'] = 'e-mail';
$lang->column_type_list['tel'] = 'numéro de telephone';
$lang->column_type_list['textarea'] = 'secteur multiligne des textes';
$lang->column_type_list['checkbox'] = 'boite de controle (choix multiple)';
$lang->column_type_list['select'] = 'boite choisie (choix simple)';
$lang->column_type_list['kr_zip'] = 'code postal (coréen)';
$lang->column_type_list['date'] = 'date (yyyy/mm/dd)';
$lang->column_type = 'Types des colonnes';
$lang->column_type_list['text'] = 'Texte en une seul ligne';
$lang->column_type_list['homepage'] = 'URL';
$lang->column_type_list['email_address'] = 'Courriel';
$lang->column_type_list['tel'] = 'Numéro de Telephone';
$lang->column_type_list['textarea'] = 'Texte en plusieurs lignes';
$lang->column_type_list['checkbox'] = 'Case à cocher (multichoix)';
$lang->column_type_list['select'] = 'Case d\'option (seul choix)';
$lang->column_type_list['kr_zip'] = 'Code postal (coréen)';
$lang->column_type_list['date'] = 'Jour (yyyy/mm/dd)';
//$lang->column_type_list['jp_zip'] = 'code postal (japonais)';
$lang->column_name = 'Nom de colonne';
$lang->column_title = 'Titre de colonne';
$lang->column_name = 'Nom de la colonne';
$lang->column_title = 'Titre de la colonne';
$lang->default_value = 'Valeur par défaut';
$lang->is_active = 'Actif';
$lang->is_required = 'Champ requis';
$lang->is_required = 'Champ obligatoire';
// Messages alertes pour le Javascript a l'aide des filtres de XML
$lang->filter->isnull = 'Entrer une valeur pour %s';
$lang->filter->outofrange = 'Aligner la longueur des textes de %s';
$lang->filter->equalto = "La valeur de %s est inadmissible.";
$lang->filter->invalid_email = "La format de %s est inadmissible. ex) zbxe@zeroboard.com";
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "La format de %s est inadmissible.\\nToutes les valeurs devraient se composer des alphabets, des nombres ou du soulignage (_) avec la premiere lettre etant un caractere de l'alphabet.";
$lang->filter->invalid_homepage = "La format de %s est inadmissible. ex) http://www.zeroboard.com";
$lang->filter->invalid_korean = "La format de %s est inadmissible. On permet seulement le coréen";
$lang->filter->invalid_korean_number = "La format de %s est inadmissible. Svp caracteres ou nombres coréens d'entrée seulement.";
$lang->filter->invalid_alpha = "La format de %s est inadmissible. Svp alphabets d'entrée seulement.";
$lang->filter->invalid_alpha_number = "La format de %s est inadmissible. Svp alphabets ou nombres d'entrée seulement.";
$lang->filter->invalid_number = "La format de %s est inadmissible. Svp l'entrée numérote seulement.";
// Messages d\'alerte de le Javascript qui est utilisé dans les filtres en XML
$lang->filter->isnull = 'Entrez une valeur pour %s';
$lang->filter->outofrange = 'Aligner la longueur du texte de %s';
$lang->filter->equalto = "La valeur de %s est invalide.";
$lang->filter->invalid_email = "Le format de %s est invalide. ex) zbxe@zeroboard.com";
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "La format de %s n\'est pas convenable.\\nToutes les lettres devraient se composer des alphabets, des nombres ou du soulignage(_) Et la première lettre doit être un des alphabet.";
$lang->filter->invalid_homepage = "La format de %s n\'est pas convenable. ex) http://www.zeroboard.com";
$lang->filter->invalid_korean = "La format de %s n\'est pas convenable. Entrez seulement en coréen, SVP";
$lang->filter->invalid_korean_number = "La format de %s n\'est pas convenable. Entrez seulement en alphabet coréen ou en nombres, SVP.";
$lang->filter->invalid_alpha = "La format de %s n\'est pas convenable. Entrez seulement en alphabet, SVP.";
$lang->filter->invalid_alpha_number = "La format de %s n\'est pas convenable. Entrez seulement en alphabet ou en nombres.";
$lang->filter->invalid_number = "La format de %s n\'est pas convenable. Entrez seulement en numéros.";
?>

View file

@ -70,7 +70,7 @@
$lang->no = '番号';
$lang->notice = 'お知らせ';
$lang->secret = '非公開';
$lang->category = 'カテゴリ';
$lang->category = $lang->category_srl = 'カテゴリ';
$lang->document_srl = '書き込み番号';
$lang->user_id = 'ユーザID';
$lang->author = '作者';
@ -108,7 +108,7 @@
$lang->path = 'パス';
$lang->cart = '選択項目';
$lang->friend = '友達';
$lang->notify = 'アラト';
$lang->notify = 'アラト';
$lang->mid = 'モジュール名';
$lang->layout = 'レイアウト';
@ -126,7 +126,7 @@
$lang->document_count = '書き込み数';
$lang->page_count = 'ページ数';
$lang->list_count = 'リスト数';
$lang->search_list_count = '검색 목록 수';
$lang->search_list_count = '検索リスト数';
$lang->readed_count = '照合数';
$lang->voted_count = '推薦数';
$lang->member_count = '会員数';

View file

@ -70,7 +70,7 @@
$lang->no = '번호';
$lang->notice = '공지';
$lang->secret = '비밀';
$lang->category = '분류';
$lang->category = $lang->category_srl = '분류';
$lang->document_srl = '문서번호';
$lang->user_id = '아이디';
$lang->author = '작성자';

View file

@ -3,4 +3,5 @@ en,English
zh-CN,中文
jp,日本語
es,Español
ru,Русский
ru,Русский
fr,Français

View file

@ -70,7 +70,7 @@
$lang->no = 'No.';
$lang->notice = 'Уведомление';
$lang->secret = 'Секрет';
$lang->category = 'Категория';
$lang->category = $lang->category_srl = 'Категория';
$lang->document_srl = 'Док. No.';
$lang->user_id = 'Юзер ID';
$lang->author = 'Разработчик';

View file

@ -70,7 +70,7 @@
$lang->no = '编号';
$lang->notice = '公告';
$lang->secret = '密帖';
$lang->category = '分类';
$lang->category = $lang->category_srl = '分类';
$lang->document_srl = '文章编号';
$lang->user_id = '用户名';
$lang->author = '制作';

View file

@ -14,7 +14,7 @@
* 내용은 제로보드XE의 버전을 관리자 페이지에 표시하기 위한 용도이며
* config.inc.php의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야
**/
define('__ZBXE_VERSION__', '0.2.9');
define('__ZBXE_VERSION__', '1.0.0');
/**
* @brief 디버깅 메세지 출력

View file

@ -6,7 +6,7 @@
<title xml:lang="en">Default Skin of Zeroboard XE blog</title>
<title xml:lang="es">Cuidado de la Piel por defecto de Zeroboard XE blog</title>
<title xml:lang="ru">По умолчанию Кожа Zeroboard XE блоге</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2008. 2. 26">
<name xml:lang="ko">zero</name>
<name xml:lang="jp">zero</name>
<name xml:lang="zh-CN">zero</name>
@ -16,32 +16,32 @@
<description xml:lang="ko">
제로보드XE 블로그 기본 스킨입니다.
디자인 : 서기정 (http://blog.naver.com/addcozy)
HTML/CSS : 정찬명 (http://naradesign.net)
HTML/CSS : 소지훈
</description>
<description xml:lang="jp">
ゼロボードXEブログの基本スキンです。
デザイン:ソギジョン (http://blog.naver.com/addcozy)
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
HTML/CSS : Ju-Hoon So
</description>
<description xml:lang="zh-CN">
Zeroboard XE博客默认皮肤。
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
HTML/CSS : Ju-Hoon So
</description>
<description xml:lang="en">
This is default skin of Zeroboard XE blog.
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
HTML/CSS : Ju-Hoon So
</description>
<description xml:lang="es">
Esto es por defecto de la piel Zeroboard XE blog.
Diseño: Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML / CSS: Jeong Chan-Myung (http://naradesign.net)
HTML/CSS : Ju-Hoon So
</description>
<description xml:lang="ru">
Это умолчанию кожи Zeroboard XE блоге.
Дизайн: Ki-Jeong Seo (http://blog.naver.com/addcozy)
HTML / CSS: Jeong Chan-Myung (http://naradesign.net)
HTML/CSS : Ju-Hoon So
</description>
</author>
<extra_vars>
@ -58,23 +58,41 @@
<description xml:lang="en">Please select a colorset you want.</description>
<description xml:lang="ru">Выберите colorset хотите.</description>
<description xml:lang="es">Seleccione set de colores que desea.</description>
<options name="white">
<title xml:lang="ko">하얀색(기본)</title>
<title xml:lang="jp">白色(基本)</title>
<title xml:lang="zh-CN">白色(默认)</title>
<title xml:lang="en">White (default)</title>
<title xml:lang="es">Blanco (por defecto)</title>
<title xml:lang="ru">Белые (по умолчанию)</title>
<value>white</value>
<options name="blue">
<title xml:lang="ko">파란색 (기본)</title>
<title xml:lang="jp">青 (default)</title>
<title xml:lang="zh-CN">蓝色 (default)</title>
<title xml:lang="en">Blue (default)</title>
<title xml:lang="es">Azul (default)</title>
<title xml:lang="ru">Blue (default)</title>
<value>blue</value>
</options>
<options name="cyan">
<title xml:lang="ko">청록색</title>
<title xml:lang="jp">青緑</title>
<title xml:lang="zh-CN">青绿色</title>
<title xml:lang="en">Cyan</title>
<title xml:lang="es">Cian</title>
<title xml:lang="ru">Cyan</title>
<value>cyan</value>
<options name="gray">
<title xml:lang="ko">회색</title>
<title xml:lang="jp">灰色背景</title>
<title xml:lang="zh-CN">灰色背景</title>
<title xml:lang="en">Gray</title>
<title xml:lang="es">Gray</title>
<title xml:lang="ru">Gray</title>
<value>gray</value>
</options>
<options name="orange">
<title xml:lang="ko">오렌지</title>
<title xml:lang="jp">Orange</title>
<title xml:lang="zh-CN">Orange</title>
<title xml:lang="en">Orange</title>
<title xml:lang="es">Orange</title>
<title xml:lang="ru">Orange</title>
<value>orange</value>
</options>
<options name="violet">
<title xml:lang="ko">보라색</title>
<title xml:lang="jp">Violet</title>
<title xml:lang="zh-CN">Violet</title>
<title xml:lang="en">Violet</title>
<title xml:lang="es">Violet</title>
<title xml:lang="ru">Violet</title>
<value>violet</value>
</options>
<options name="green">
<title xml:lang="ko">초록색</title>
@ -85,24 +103,6 @@
<title xml:lang="ru">Green</title>
<value>green</value>
</options>
<options name="red">
<title xml:lang="ko">빨간색</title>
<title xml:lang="jp"></title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="en">Red</title>
<title xml:lang="es">Roja</title>
<title xml:lang="ru">Красный</title>
<value>red</value>
</options>
<options name="purple">
<title xml:lang="ko">보라색</title>
<title xml:lang="jp"></title>
<title xml:lang="zh-CN">紫色</title>
<title xml:lang="en">Purple</title>
<title xml:lang="es">Púrpura</title>
<title xml:lang="ru">Фиолетовый</title>
<value>purple</value>
</options>
</var>
<var name="target_mid" type="text">
<title xml:lang="ko">기본 모듈</title>
@ -118,47 +118,19 @@
<description xml:lang="es">Los reproductores que se muestran en el diseño funcionará correctamente si selecciona el módulo básico</description>
<description xml:lang="ru">В виджеты, которые отображаются в формате будет работать правильно, если вы выбираете основной модуль</description>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="jp">上段タイトル</title>
<title xml:lang="zh-CN">博客标题</title>
<title xml:lang="en">Top Title</title>
<title xml:lang="es">Top Título</title>
<title xml:lang="ru">Рейтинг Название</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="jp">レイアウト上段に表示させるタイトルを入力してください。</description>
<description xml:lang="zh-CN">请输入博客主标题。</description>
<description xml:lang="en">Please input title which will be displayed on top of layout.</description>
<description xml:lang="es">Introduce el título que se mostrará en la parte superior de diseño.</description>
<description xml:lang="ru">Введите название, которое будет отображаться в верхней части формы.</description>
</var>
<var name="sub_title" type="text">
<title xml:lang="ko">부제</title>
<title xml:lang="jp">サブタイトル</title>
<title xml:lang="zh-CN">副标题</title>
<title xml:lang="en">Subtitle</title>
<title xml:lang="es">Subtítulo</title>
<title xml:lang="ru">Подзаголовок</title>
<description xml:lang="ko">레이아웃의 상단에 큰 제목 아래 부제목을 입력하세요.</description>
<description xml:lang="jp">レイアウトの上段にメインタイトルの下のサブタイトルを入力してください。</description>
<description xml:lang="zh-CN">请输入副标题。</description>
<description xml:lang="en">Please input subtitle which will be displayed under the top title.</description>
<description xml:lang="es">Por favor, de entrada subtítulo que se mostrará bajo el título arriba.</description>
<description xml:lang="ru">Введите субтитров, которые будут отображаться в верхней заголовок.</description>
</var>
<var name="logo_image" type="image">
<title xml:lang="ko">로고이미지</title>
<title xml:lang="jp">ロゴイメージ</title>
<title xml:lang="zh-CN">LOGO图片</title>
<title xml:lang="en">Logo Image</title>
<title xml:lang="es">Imagen Logo</title>
<title xml:lang="ru">Изображения логотипа</title>
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요.</description>
<description xml:lang="jp">レイアウトの上段に表示されるロゴイメージを入力してください。</description>
<description xml:lang="zh-CN">上传博客LOGO图片。</description>
<description xml:lang="en">Please input logo image which will be displayed on top of layout.</description>
<description xml:lang="es">Introduce el logotipo imagen que se mostrará en la parte superior de diseño.</description>
<description xml:lang="ru">Введите логотипа изображение, которое будет отображаться в верхней части формы.</description>
<var name="background_image" type="image">
<title xml:lang="ko">배경 이미지</title>
<title xml:lang="jp">背景イメージ</title>
<title xml:lang="zh-CN">背景图片</title>
<title xml:lang="en">Background Image</title>
<title xml:lang="es">Imagen de fondo</title>
<title xml:lang="ru">Фоновое изображение</title>
<description xml:lang="ko">배경 이미지를 사용하시려면 등록해주세요.</description>
<description xml:lang="jp">背景イメージを使う場合は、登録してください。</description>
<description xml:lang="zh-CN">要想使用背景图片请在这里上传。</description>
<description xml:lang="en">Please input if you want to use background image.</description>
<description xml:lang="es">Entre, por favor, si desea utilizar la imagen de fondo.</description>
<description xml:lang="ru">Введите, если вы хотите использовать фоновое изображение.</description>
</var>
<var name="profile_image" type="image">
<title xml:lang="ko">프로필 이미지</title>
@ -174,20 +146,6 @@
<description xml:lang="es">Por favor, el perfil de entrada de imagen (Se recomienda configurar el ancho de 160px)</description>
<description xml:lang="ru">Введите профиля изображения (Рекомендуется устанавливать ширину, 160px)</description>
</var>
<var name="background_image" type="image">
<title xml:lang="ko">배경 이미지</title>
<title xml:lang="jp">背景イメージ</title>
<title xml:lang="zh-CN">背景图片</title>
<title xml:lang="en">Background Image</title>
<title xml:lang="es">Imagen de fondo</title>
<title xml:lang="ru">Фоновое изображение</title>
<description xml:lang="ko">배경 이미지를 사용하시려면 등록해주세요.</description>
<description xml:lang="jp">背景イメージを使う場合は、登録してください。</description>
<description xml:lang="zh-CN">要想使用背景图片请在这里上传。</description>
<description xml:lang="en">Please input if you want to use background image.</description>
<description xml:lang="es">Entre, por favor, si desea utilizar la imagen de fondo.</description>
<description xml:lang="ru">Введите, если вы хотите использовать фоновое изображение.</description>
</var>
<var name="profile" type="textarea">
<title xml:lang="ko">프로필</title>
<title xml:lang="jp">プロフィール</title>

View file

@ -1,14 +0,0 @@
@charset "utf-8";
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#2895c0;}
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/cyan/blogHeaderVr.gif) no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/cyan/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* account Navigation */
#blogAccountNavigation li.join a { background:url(../images/cyan/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo a { background:url(../images/cyan/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* widget common css */
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }

View file

@ -1,14 +0,0 @@
@charset "utf-8";
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#38b549;}
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/green/blogHeaderVr.gif) no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/green/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* account Navigation */
#blogAccountNavigation li.join a { background:url(../images/green/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo a { background:url(../images/green/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* widget common css */
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }

View file

@ -1,88 +1,93 @@
@et "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/
li { list-style:none; }
a { text-decoration:none; }
/* Blog Layout - Common */
#bodyWrap { position:relative; width:860px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; top:30px;}
/* Blog Layout - Content Body */
#contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}
/* Blog Layout - ColumnLeft */
#columnLeft { float:left; width:182px; margin:0px 8px 0px 0px; padding-left:10px;}
/* Blog Layout - ColumnRight */
#columnRight {}
/* Blog Layout - Content */
#content { float:left; width:650px; overflow:hidden; padding-right:10px; _width:648px; }
#bodyWrap #accountNavigation { float:right; margin:1em 1em 0 0; padding-bottom:.5em; overflow:hidden;}
#bodyWrap #accountNavigation li a { display:block; float:left; padding:0 .75em; color:#888888; white-space:nowrap;}
/* account Navigation */
#blogAccountNavigation { float:right; margin:10px 10px 0 0; }
#blogAccountNavigation li { float:left; margin-left:7px; list-style:none; }
#blogAccountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;}
#blogAccountNavigation li.admin { background:url(../images/common/iconAdmin.gif) no-repeat left 1px; padding-left:12px; }
#blogAccountNavigation li.setup { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.layout_setup { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 1px; padding-left:8px; }
#blogAccountNavigation li.layout_edit { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 1px; padding-left:8px; }
#blogAccountNavigation li.myinfo { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 1px; padding-left:8px; }
#blogAccountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 1px; padding-left:8px; }
#blogAccountNavigation li.write { background:url(../images/common/iconWrite.gif) no-repeat left top; padding-left:14px;}
/* Blog header Child*/
#bodyWrap #header h1 { position:relative; left:20px; top:30px; font-size:2em; letter-spacing:-.05em;}
#bodyWrap #header h1 a { font-family:Tahoma; color:#53554a;}
#bodyWrap #header #tagLine { position:relative; left:20px; top:30px; color:#7e7f77;}
#bodyWrap #header #globalNavigation { line-height:11pt; font-size:9pt; float:right; overflow:hidden; margin:45px 3px 0 0; }
#bodyWrap #header #globalNavigation li { float:left; margin-left:-1px; background:url(../images/common/blogHeaderVr.gif) no-repeat left center;}
#bodyWrap #header #globalNavigation li a { display:block; float:left; padding:0 7px; font-weight:bold; color:#54564b; white-space:nowrap;}
/* Column Left & Right Common Child */
.boxTypeA { position:relative; border:1px solid #e0e1db; margin-bottom:.7em;}
.boxTypeB h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; font-size:1em; color:#54564b; font-family:Tahoma;}
*:first-child+html .boxTypeB h2 { height:20px;}
.boxTypeB .toggleMask {position:absolute; top:8px; right:5px; cursor:pointer; width:13px; height:13px; overflow:hidden;}
.boxTypeB .showHide { position:relative;}
.boxTypeB .optionList { position:absolute; top:8px; right:0; overflow:hidden;}
.boxTypeB .optionList li { float:left; padding:0 .5em; margin-left:-1px; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left center;}
.boxTypeB .optionList li a { color:#a4a4a4; font-size:.9em;}
.boxTypeB .optionList li.on a { color:#000000;}
.boxTypeB .showAll { color:#000000; font-size:.9em; white-space:nowrap; display:inline-block; position:relative; left:1.2em; padding-right:.6em; background:url(../images/common/iconArrow00.gif) no-repeat right center;}
/* Profile */
div#profile { padding:10px; overflow:hidden; background-color:#FFFFFF; }
div#profile img.profile { width:160px; display:block; margin-bottom:1.2em;}
div#profile dl#hello {}
div#profile dl#hello dt { color:#333333; margin-bottom:.2em;}
div#profile dl#hello dt a { color:#333333;}
div#profile dl#hello dd { color:#777777; margin-bottom:1em;}
div#profile ul#admin { overflow:hidden; height:1.2em;}
/* Search Box */
div#searchBox { margin-bottom:.7em; overflow:hidden; width:100%;}
div#searchBox fieldset { border:none;}
div#searchBox fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}
div#searchBox .imgBtn {vertical-align:middle; _position:relative; top:-4px; }
*:first-child+html div#searchBox .imgBtn { position:relative; top:-4px; }
/* powered by zbxe */
#poweredbyzbxe { text-align:center; margin-top:2em; }
#poweredbyzbxe img { width:138px; height:35px; border:0;}
/* widget common css */
.category_widget { border:1px solid #e0e1db; margin-bottom:10px; padding:15px 5px 10px 5px; overflow:hidden;}
.blog_widget_ h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_ .items { padding:10px; overflow:hidden;}
.blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_ .items li a { color:#a4a4a4; margin-right:1em; }
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
#blog {width:780px; margin:0 auto;}
#content { width:100%; position:relative;}
/* Global Navigation */
.blogNavigation {width:780px; padding-bottom:3em; overflow:hidden;}
ul.blogMenu {margin:0; padding:0; list-style:none; float:left; margin:1.2em 0 0 .9em; overflow:hidden;}
ul.blogMenu li {float:left; margin-left:-1px; padding:0 .8em;}
ul.blogMenu li a {text-decoration:none; font:bold .9em tahoma;}
ul.blogMenu li a.on {}
ul.blogGlobal {margin:0; padding:0; list-style:none; float:right; margin:1em .6em 0 0; overflow:hidden;}
ul.blogGlobal li {float:left; margin-left:-1px; padding:0 .6em;}
ul.blogGlobal li a {text-decoration:none; font-size:.9em; letter-spacing:-1px;}
/* Profile */
.blogProfile {float:left; width:170px; margin:0 0 0 19px; display:inline;}
.blogProfile h1 {padding:0; margin:10px 0 8px 2px; font-size:1em; line-height:1.2em;}
.blogProfile ul.profileMenu {float:left; margin-left:-4px; overflow:hidden;}
.blogProfile ul.profileMenu li {float:left; margin-left:-1px; padding:0 .7em;}
.blogProfile ul.profileMenu li a {text-decoration:none; font-size:.9em;}
/* title bg box */
.blogTitleBox {position:relative; width:170px; height:25px; margin-bottom:1.3em;}
/* category */
.blogCategory {float:left; width:170px; margin:0 0 0 21px;}
.blogCategory h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;} /*070917 <20>섏젙*/
.blogCategory h2 a { text-decoration:none; }
.blogCategory .categoryToggle {position:absolute; right:.3em; top:.5em;}
.blogCategory .categoryToggle img {display:block; padding:5px; cursor:pointer;}
.blogCategory ul.categoryList { list-style:none; margin:0; padding:0; }
.blogCategory ul.categoryList li {height:1.7em; padding-left:2.1em;}
.blogCategory ul.categoryList li a {text-decoration:none; font-size:1em;}
.blogCategory ul.categoryList li.on a {font-weight:bold; }
.blogCategory ul.categoryList li span.documentCount { font-size:.9em; margin-left:.3em;}
/* Recent Comments */
.widgetBox {float:left; width:170px; margin:0 0 0 21px;}
/* search box */
.blogSearch { margin-top:2em; }
.blogSearch fieldset {padding:0; margin:0; border:none;}
.blogSearch legend {display:none;}
.blogSearch input {float:left; vertical-align:middle;}
.blogSearch img {float:left; margin-left:2px; vertical-align:middle;}
/* Content Box */
.contentBox {clear:both; position:relative; width:780px; padding:.8em 0 3em 0;}
.contentBox .centerBg {padding-top:1em;}
.contentBox .topBg {width:100%; height:10px; font-size:0;}
.contentBox .bottomBg {width:100%; height:10px; font-size:0;}
.contentArea {width:740px; margin:0 auto;}
.zbXE { text-align:center; margin:5px 0 10px 0;}
/* Widget */
.blog_widget_ h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;}
.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em; overflow:hidden; width:165px;}
.blog_widget_ .items li { white-space:nowrap; overflow:hidden; height:1.7em; padding-left:1.8em;}
.blog_widget_ .items li a { text-decoration:none; font-size:1em; overflow:hidden; white-space:nowrap;}
/* Calender */
.widget_calendar {position:relative; float:left; width:170px; }
.widget_calendar caption {width:170px; height:25px; padding-top:.3em; font:bold 1.1em tahoma;}
.widget_calendar caption em {font:bold 1em tahoma; font-style:normal;}
.widget_calendar caption .back {position:absolute; left:.6em; top:.6em;}
.widget_calendar caption .next {position:absolute; right:.6em; top:.6em;}
.widget_calendar table {padding:0; margin:0; width:170px; }
.widget_calendar th {padding:1.3em 0 .5em 0; font-size:.9em; font-weight:normal;}
.widget_calendar th.sun {color:#00afcf;}
.widget_calendar td {height:1.5em; padding-right:.7em; text-align:right; font:.9em tahoma;}
.widget_calendar td a {text-decoration:none; font:.9em tahoma;}
.widget_calendar td {text-decoration:none; font:.9em tahoma;}
.widget_calendar td.sun a {text-decoration:none; }
.widget_calendar td.sun {text-decoration:none; }
.widget_calendar td.today a {text-decoration:none; font-weight:bold;}
.widget_calendar td.today {text-decoration:none; font-weight:bold; }
.widget_calendar td.posted a {text-decoration:underline;}
.widget_calendar td.posted {text-decoration:underline;}

View file

@ -0,0 +1,60 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
body { color:#444444; background:#ffffff url(../images/blue/bg_blog.jpg) no-repeat center top;}
/* Input Style Definition */
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
/* Global Navigation */
ul.blogMenu li {background:url(../images/blue/division_d7.gif) no-repeat left .2em;}
ul.blogMenu li a {color:#666666;}
ul.blogMenu li a.on {color:#33cc33;}
ul.blogGlobal li {background:url(../images/blue/division_d7.gif) no-repeat left .2em;}
ul.blogGlobal li a {color:#3f4040;}
/* Profile */
.blogProfile h1 {color:#333333;}
.blogProfile ul.profileMenu li {background:url(../images/blue/division_cc.gif) no-repeat left top;}
.blogProfile ul.profileMenu li a {color:#3f4040;;}
/* title bg box */
.blogTitleBox {background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
/* category */
.blogCategory h2 {color:#00afcf;}
.blogCategory h2 a {color:#00afcf;}
.blogCategory ul.categoryList li {background:url(../images/blue/ico_category.gif) no-repeat .8em 0;}
.blogCategory ul.categoryList li a {color:#3f4040;}
/* Content Box */
.contentBox .centerBg {background:url(../images/blue/box_blog_bg.gif) repeat-y left top;}
.contentBox .topBg {background:url(../images/blue/box_blog_top.gif) no-repeat left top;}
.contentBox .bottomBg {background:url(../images/blue/box_blog_bot.gif) no-repeat left top;}
/* Widget */
.blog_widget_ {background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
.blog_widget_ h2 {color:#00afcf;}
.blog_widget_ .items li {background:url(../images/blue/bullet_3x3_1.gif) no-repeat 1em .35em;}
.blog_widget_ .items li a {color:#3f4040;}
/* Calender */
.widget_calendar caption {color:#00afcf; background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
.widget_calendar caption em {color:#33cc34;}
.widget_calendar caption .back {background:url("../images/blue/btn_back.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar caption .next {background:url("../images/blue/btn_next.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar th {color:#6a6a6a;}
.widget_calendar th.sun {color:#00afcf;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td a {color:#6a6a6a;}
.widget_calendar td.sun a {color:#00afcf;}
.widget_calendar td.sun {color:#00afcf;}
.widget_calendar td.today a {color:#31c733;}
.widget_calendar td.today {color:#31c733;}

View file

@ -0,0 +1,62 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
body {color:#3a3a3a; background:#b9bcc3 url(../images/gray/bg_blog.jpg) no-repeat center top;}
/* Input Style Definition */
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
/* Global Navigation */
ul.blogMenu li {background:url(../images/gray/division_95.gif) no-repeat left .2em;}
ul.blogMenu li a {color:#666666;}
ul.blogMenu li a.on {color:#181818;}
ul.blogGlobal li {background:url(../images/gray/division_95.gif) no-repeat left .2em;}
ul.blogGlobal li a {color:#666666;}
/* Profile */
.blogProfile h1 {color:#181818;}
.blogProfile ul.profileMenu li {background:url(../images/gray/division_95.gif) no-repeat left top;}
.blogProfile ul.profileMenu li a {color:#6a6a6a;;}
/* title bg box */
.blogTitleBox {background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
/* category */
.blogCategory h2 {color:#181818;}
.blogCategory h2 a {color:#181818;}
.blogCategory ul.categoryList li {background:url(../images/gray/ico_category.gif) no-repeat .8em 0;}
.blogCategory ul.categoryList li a {color:#3f4040;}
/* Content Box */
.contentBox .centerBg {background:url(../images/gray/box_blog_bg.gif) repeat-y left top;}
.contentBox .topBg {background:url(../images/gray/box_blog_top.gif) no-repeat left top;}
.contentBox .bottomBg {background:url(../images/gray/box_blog_bot.gif) no-repeat left top;}
/* Widget */
.blog_widget_ {background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
.blog_widget_ h2 {color:#181818;}
.blog_widget_ .items li {background:url(../images/gray/bullet_3x3_1.gif) no-repeat 1em .35em;}
.blog_widget_ .items li a {color:#3f4040;}
/* Calender */
.widget_calendar caption {color:#797b7e; background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
.widget_calendar caption em {color:#181818;}
.widget_calendar caption .back {background:url("../images/gray/btn_back.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar caption .next {background:url("../images/gray/btn_next.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar th {color:#6a6a6a;}
.widget_calendar th.sun {color:#181818;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td a {color:#6a6a6a;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td.sun a {color:#181818;}
.widget_calendar td.sun {color:#181818;}
.widget_calendar td.today a {color:#181818;}
.widget_calendar td.today {color:#181818;}

View file

@ -0,0 +1,62 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
body {color:#444444; background:#ffffff url(../images/green/bg_blog.jpg) no-repeat center top;}
/* Input Style Definition */
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
/* Global Navigation */
ul.blogMenu li {background:url(../images/green/division_f2.gif) no-repeat left .2em;}
ul.blogMenu li a {color:#666666;}
ul.blogMenu li a.on {color:#00afcf;}
ul.blogGlobal li {background:url(../images/green/division_f2.gif) no-repeat left .2em;}
ul.blogGlobal li a {color:#3f4040;}
/* Profile */
.blogProfile h1 {color:#333333;}
.blogProfile ul.profileMenu li {background:url(../images/green/division_cc.gif) no-repeat left top;}
.blogProfile ul.profileMenu li a {color:#3f4040;;}
/* title bg box */
.blogTitleBox {background:url(../images/green/box_blog_title.gif) no-repeat left top;}
/* category */
.blogCategory h2 {color:#31c100;}
.blogCategory h2 a {color:#31c100;}
.blogCategory ul.categoryList li {background:url(../images/green/ico_category.gif) no-repeat .8em 0;}
.blogCategory ul.categoryList li a {color:#3f4040;}
/* Content Box */
.contentBox .centerBg {background:url(../images/green/box_blog_bg.gif) repeat-y left top;}
.contentBox .topBg {background:url(../images/green/box_blog_top.gif) no-repeat left top;}
.contentBox .bottomBg {background:url(../images/green/box_blog_bot.gif) no-repeat left top;}
/* Widget */
.blog_widget_ {background:url(../images/green/box_blog_title.gif) no-repeat left top;}
.blog_widget_ h2 {color:#31c100;}
.blog_widget_ .items li {background:url(../images/green/bullet_3x3_1.gif) no-repeat 1em .35em;}
.blog_widget_ .items li a {color:#3f4040;}
/* Calender */
.widget_calendar caption {color:#31c100; background:url(../images/green/box_blog_title.gif) no-repeat left top;}
.widget_calendar caption em {color:#00afcf;}
.widget_calendar caption .back {background:url("../images/green/btn_back.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar caption .next {background:url("../images/green/btn_next.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar th {color:#6a6a6a;}
.widget_calendar th.sun {color:#31c100;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td a {color:#6a6a6a;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td.sun a {color:#31c100;}
.widget_calendar td.sun {color:#31c100;}
.widget_calendar td.today a {color:#00afcf;}
.widget_calendar td.today {color:#00afcf;}

View file

@ -0,0 +1,62 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
body {color:#999999; background:#181818 url(../images/orange/bg_blog.jpg) no-repeat center top;}
/* Input Style Definition */
.inputTypeText {border-color:#8b8b8b #d3d3d3 #d3d3d3 #8b8b8b; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#ffffff;}
.inputTypeTextArea {border-color:#8b8b8b #d3d3d3 #d3d3d3 #8b8b8b !important; background:#ffffff;}
/* Global Navigation */
ul.blogMenu li {background:url(../images/orange/division_66.gif) no-repeat left .2em;}
ul.blogMenu li a {color:#666666;}
ul.blogMenu li a.on {color:#ff6f4a;}
ul.blogGlobal li {background:url(../images/orange/division_66.gif) no-repeat left .2em;}
ul.blogGlobal li a {color:#999999;}
/* Profile */
.blogProfile h1 {color:#ff6f4a;}
.blogProfile ul.profileMenu li {background:url(../images/orange/division_66.gif) no-repeat left top;}
.blogProfile ul.profileMenu li a {color:#999999;}
/* title bg box */
.blogTitleBox {background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
/* category */
.blogCategory h2 {color:#ff6f4a;}
.blogCategory h2 a {color:#ff6f4a;}
.blogCategory ul.categoryList li {background:url(../images/orange/ico_category.gif) no-repeat .8em 0;}
.blogCategory ul.categoryList li a {color:#999999;}
/* Content Box */
.contentBox .centerBg {background:url(../images/orange/box_blog_bg.gif) repeat-y left top;}
.contentBox .topBg {background:url(../images/orange/box_blog_top.gif) no-repeat left top;}
.contentBox .bottomBg {background:url(../images/orange/box_blog_bot.gif) no-repeat left top;}
/* Widget */
.blog_widget_ {background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
.blog_widget_ h2 {color:#ff6f4a;}
.blog_widget_ .items li {background:url(../images/orange/bullet_3x3_1.gif) no-repeat 1em .35em;}
.blog_widget_ .items li a {color:#999999;}
/* Calender */
.widget_calendar caption {color:#ff6f4a; background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
.widget_calendar caption em {color:#ff6f4a;}
.widget_calendar caption .back {background:url("../images/orange/btn_back.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar caption .next {background:url("../images/orange/btn_next.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar th {color:#666666;}
.widget_calendar th.sun {color:#ff6f4a;}
.widget_calendar td {color:#666666;}
.widget_calendar td a {color:#666666;}
.widget_calendar td {color:#666666;}
.widget_calendar td.sun a {color:#ff6f4a;}
.widget_calendar td.sun {color:#ff6f4a;}
.widget_calendar td.today a {color:#ff6f4a;}
.widget_calendar td.today {color:#ff6f4a;}

View file

@ -0,0 +1,62 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Kim, Ji Min 070809-20070903
*/
body {color:#444444; background:#ffffff url(../images/violet/bg_blog.jpg) no-repeat center top;}
/* Input Style Definition */
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
/* Global Navigation */
ul.blogMenu li {background:url(../images/violet/division_d7.gif) no-repeat left .2em;}
ul.blogMenu li a {color:#666666;}
ul.blogMenu li a.on {color:#5db000;}
ul.blogGlobal li {background:url(../images/violet/division_d7.gif) no-repeat left .2em;}
ul.blogGlobal li a {color:#3f4040;}
/* Profile */
.blogProfile h1 {color:#333333;}
.blogProfile ul.profileMenu li {background:url(../images/violet/division_cc.gif) no-repeat left top;}
.blogProfile ul.profileMenu li a {color:#3f4040;;}
/* title bg box */
.blogTitleBox {background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
/* category */
.blogCategory h2 {color:#9285bc;}
.blogCategory h2 a {color:#9285bc;}
.blogCategory ul.categoryList li {background:url(../images/violet/ico_category.gif) no-repeat .8em 0;}
.blogCategory ul.categoryList li a {color:#3f4040;}
/* Content Box */
.contentBox .centerBg {background:url(../images/violet/box_blog_bg.gif) repeat-y left top;}
.contentBox .topBg {background:url(../images/violet/box_blog_top.gif) no-repeat left top;}
.contentBox .bottomBg {background:url(../images/violet/box_blog_bot.gif) no-repeat left top;}
/* Widget */
.blog_widget_ {background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
.blog_widget_ h2 {color:#9285bc;}
.blog_widget_ .items li {background:url(../images/violet/bullet_3x3_1.gif) no-repeat 1em .35em;}
.blog_widget_ .items li a {color:#3f4040;}
/* Calender */
.widget_calendar caption {color:#9285bc; background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
.widget_calendar caption em {color:#33cc34;}
.widget_calendar caption .back {background:url("../images/violet/btn_back.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar caption .next {background:url("../images/violet/btn_next.gif") no-repeat left top; width:13px; height:13px;}
.widget_calendar th {color:#6a6a6a;}
.widget_calendar th.sun {color:#5db000;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td a {color:#6a6a6a;}
.widget_calendar td {color:#6a6a6a;}
.widget_calendar td.sun a {color:#5db000;}
.widget_calendar td.sun {color:#5db000;}
.widget_calendar td.today a {color:#5db000;}
.widget_calendar td.today {color:#5db000;}

View file

@ -1,14 +0,0 @@
@charset "utf-8";
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#b1ae00;}
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/purple/blogHeaderVr.gif) no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/purple/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* account Navigation */
#blogAccountNavigation li.join a { background:url(../images/purple/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo a { background:url(../images/purple/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* widget common css */
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }

View file

@ -1,14 +0,0 @@
@charset "utf-8";
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#fe3614;}
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/red/blogHeaderVr.gif) no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/red/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* account Navigation */
#blogAccountNavigation li.join a { background:url(../images/red/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo a { background:url(../images/red/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* widget common css */
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }

View file

@ -1,14 +0,0 @@
@charset "utf-8";
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/white/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#fe3614;}
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/white/blogHeaderVr.gif) no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/white/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* account Navigation */
#blogAccountNavigation li.join { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* widget common css */
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/white/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

View file

Before

Width:  |  Height:  |  Size: 44 B

After

Width:  |  Height:  |  Size: 44 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 B

View file

Before

Width:  |  Height:  |  Size: 101 B

After

Width:  |  Height:  |  Size: 101 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Some files were not shown because too many files have changed in this diff Show more