mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Issue 2442 completed. Admin content area 'CSS/JS' was removed. It will be restored soon by Korea XE team as a new design until middle of November.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11204 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
32866cfb78
commit
633adab1aa
23 changed files with 2882 additions and 2567 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@charset "utf-8";
|
||||
/* NHN (developers@xpressengine.com) */
|
||||
/* Element Reset */
|
||||
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}
|
||||
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:13px}
|
||||
body{word-wrap:break-word}
|
||||
a img{border:0}
|
||||
.xe_content img{max-width:100%;height:auto}
|
||||
|
|
@ -12,7 +12,7 @@ a img{border:0}
|
|||
.btnArea .etc{float:left}
|
||||
/* Button - Legacy Code (Don't use it. It will be removed as soon as possible.) */
|
||||
.btn{position:relative;display:inline-block;vertical-align:middle}
|
||||
.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
||||
.btn *{display:inline-block;padding:0 8px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
||||
.btn *[disabled=disabled]{opacity:.5;*filter:alpha(opacity=50)}
|
||||
.btn a,
|
||||
.btn *[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
||||
|
|
@ -28,7 +28,7 @@ input[type=button].text,
|
|||
button[type=submit].text,
|
||||
button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a !important;background:none;text-decoration:underline;cursor:pointer}
|
||||
/* Popup Menu Area */
|
||||
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
||||
#popup_menu_area li{margin:0;padding:0}
|
||||
#popup_menu_area a{text-decoration:none;color:#333}
|
||||
|
|
@ -36,14 +36,14 @@ button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;co
|
|||
#popup_menu_area a:avtive,
|
||||
#popup_menu_area a:focus{text-decoration:underline}
|
||||
/* Message */
|
||||
.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:12px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:13px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
body>.message{margin:1em}
|
||||
.message p{margin:1em 0 !important}
|
||||
.message.info{border-color:#BCE8F1;background-color:#D9EDF7;color:#3A87AD}
|
||||
.message.error{border-color:#EED3D7;background-color:#F2DEDE;color:#B94A48}
|
||||
.message.update{border-color:#D6E9C6;background-color:#DFF0D8;color:#468847}
|
||||
/* Waiting for server response */
|
||||
.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;z-index:100;border:1px solid #EAE9DC;background:#FFFDEF url(../../common/img/msg.loading.gif) no-repeat 1em .5em;margin:1em;padding:1em 1em 1em 55px;border-radius:5px;line-height:1.4;font-size:12px;font-weight:bold}
|
||||
.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;z-index:100;border:1px solid #EAE9DC;background:#FFFDEF url(../../common/img/msg.loading.gif) no-repeat 1em .5em;margin:1em;padding:1em 1em 1em 55px;border-radius:5px;line-height:1.4;font-weight:bold}
|
||||
/* Waiting for server response - Modal Window */
|
||||
.wfsr_fog{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:100}
|
||||
.wfsr_fog .bg{position:absolute;position:fixed;background:#000;_background:none;width:100%;height:100%;opacity:.5;z-index:2;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);zoom:1}
|
||||
|
|
|
|||
2
common/css/xe.min.css
vendored
2
common/css/xe.min.css
vendored
|
|
@ -1 +1 @@
|
|||
@charset "utf-8";body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}body{word-wrap:break-word}a img{border:0}.xe_content img{max-width:100%;height:auto}@media \0screen{.xe_content img{max-width:none}}.btnArea{margin:1em 0;text-align:right;zoom:1;clear:both}.btnArea:after{content:"";display:block;clear:both}.btnArea .etc{float:left}.btn{position:relative;display:inline-block;vertical-align:middle}.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold!important;color:#fff;text-decoration:none!important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}.btn *[disabled=disabled]{opacity:.5;*filter:alpha(opacity=50)}.btn a,.btn *[type=button]{border-color:#ccc;color:#333!important;background:#eee -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff,endColorStr=#dddddd)}.btn *[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000))!important;background:#333 -moz-linear-gradient(top,#777,#000)!important;background-color:#333!important;color:#ffc!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777,endColorStr=#333333)}.btn a{height:22px}.btn.medium *{padding:0 12px;font-size:16px;height:30px;line-height:28px}.btn.medium a{height:28px}.btn.large *{padding:0 18px;font-size:22px;height:36px;line-height:34px}.btn.large a{height:34px}input[type=submit].text,input[type=button].text,button[type=submit].text,button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a!important;background:0;text-decoration:underline;cursor:pointer}#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5)}#popup_menu_area ul{list-style:none;margin:0;padding:0}#popup_menu_area li{margin:0;padding:0}#popup_menu_area a{text-decoration:none;color:#333}#popup_menu_area a:hover,#popup_menu_area a:avtive,#popup_menu_area a:focus{text-decoration:underline}.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}body>.message{margin:1em}.message p{margin:1em 0!important}.message.info{border-color:#bce8f1;background-color:#d9edf7;color:#3a87ad}.message.error{border-color:#eed3d7;background-color:#f2dede;color:#b94a48}.message.update{border-color:#d6e9c6;background-color:#dff0d8;color:#468847}.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;z-index:100;border:1px solid #eae9dc;background:#fffdef url(../../common/img/msg.loading.gif) no-repeat 1em .5em;margin:1em;padding:1em 1em 1em 55px;border-radius:5px;line-height:1.4;font-size:12px;font-weight:bold}.wfsr_fog{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:100}.wfsr_fog .bg{position:absolute;position:fixed;background:#000;_background:0;width:100%;height:100%;opacity:.5;z-index:2;filter:alpha(opacity=50);zoom:1}.wfsr_fog .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
@charset "utf-8";body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:13px}body{word-wrap:break-word}a img{border:0}.xe_content img{max-width:100%;height:auto}@media \0screen{.xe_content img{max-width:none}}.btnArea{margin:1em 0;text-align:right;zoom:1;clear:both}.btnArea:after{content:"";display:block;clear:both}.btnArea .etc{float:left}.btn{position:relative;display:inline-block;vertical-align:middle}.btn *{display:inline-block;padding:0 8px;height:24px;line-height:22px;margin:0;font-weight:bold!important;color:#fff;text-decoration:none!important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}.btn *[disabled=disabled]{opacity:.5;*filter:alpha(opacity=50)}.btn a,.btn *[type=button]{border-color:#ccc;color:#333!important;background:#eee -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff,endColorStr=#dddddd)}.btn *[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000))!important;background:#333 -moz-linear-gradient(top,#777,#000)!important;background-color:#333!important;color:#ffc!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777,endColorStr=#333333)}.btn a{height:22px}.btn.medium *{padding:0 12px;font-size:16px;height:30px;line-height:28px}.btn.medium a{height:28px}.btn.large *{padding:0 18px;font-size:22px;height:36px;line-height:34px}.btn.large a{height:34px}input[type=submit].text,input[type=button].text,button[type=submit].text,button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a!important;background:0;text-decoration:underline;cursor:pointer}#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5)}#popup_menu_area ul{list-style:none;margin:0;padding:0}#popup_menu_area li{margin:0;padding:0}#popup_menu_area a{text-decoration:none;color:#333}#popup_menu_area a:hover,#popup_menu_area a:avtive,#popup_menu_area a:focus{text-decoration:underline}.message{position:relative;border:1px solid #ddd;background-color:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:4px;line-height:1.4;font-size:13px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}body>.message{margin:1em}.message p{margin:1em 0!important}.message.info{border-color:#bce8f1;background-color:#d9edf7;color:#3a87ad}.message.error{border-color:#eed3d7;background-color:#f2dede;color:#b94a48}.message.update{border-color:#d6e9c6;background-color:#dff0d8;color:#468847}.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;z-index:100;border:1px solid #eae9dc;background:#fffdef url(../../common/img/msg.loading.gif) no-repeat 1em .5em;margin:1em;padding:1em 1em 1em 55px;border-radius:5px;line-height:1.4;font-weight:bold}.wfsr_fog{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:100}.wfsr_fog .bg{position:absolute;position:fixed;background:#000;_background:0;width:100%;height:100%;opacity:.5;z-index:2;filter:alpha(opacity=50);zoom:1}.wfsr_fog .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
|
|
@ -3772,6 +3772,15 @@
|
|||
<value xml:lang="zh-CN"><![CDATA[查看详情]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Detaylı Görünüm]]></value>
|
||||
</item>
|
||||
<item name="more">
|
||||
<value xml:lang="ko"><![CDATA[더보기]]></value>
|
||||
<value xml:lang="en"><![CDATA[More]]></value>
|
||||
<value xml:lang="jp"><![CDATA[もっと見る]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[更多]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[更多]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Daha Fazla]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Xem thêm]]></value>
|
||||
</item>
|
||||
<item name="skip_to_content">
|
||||
<value xml:lang="ko"><![CDATA[메뉴 건너뛰기]]></value>
|
||||
<value xml:lang="en"><![CDATA[Skip to content]]></value>
|
||||
|
|
|
|||
|
|
@ -1465,4 +1465,12 @@
|
|||
<value xml:lang="zh-CN"><![CDATA[管理设置]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Yönetici Ayarları]]></value>
|
||||
</item>
|
||||
<item name="open_all">
|
||||
<value xml:lang="ko"><![CDATA[모두 펼치기]]></value>
|
||||
<value xml:lang="en"><![CDATA[Open All]]></value>
|
||||
</item>
|
||||
<item name="close_all">
|
||||
<value xml:lang="ko"><![CDATA[모두 접기]]></value>
|
||||
<value xml:lang="en"><![CDATA[Close All]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
53
modules/admin/tpl/_footer.html
Normal file
53
modules/admin/tpl/_footer.html
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
<!-- GNB -->
|
||||
<nav class="gnb able" id="gnb">
|
||||
<ul>
|
||||
<li loop="$gnbUrlList=>$key,$value" class="active open"|cond="$parentSrl==$key || $value['href']=='index.php?module=admin' && !$mid && !$act"><a href="{getFullUrl('')}{$value['href']}">{$value['text']}</a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#favorite">{$lang->favorite}</a>
|
||||
<ul id="favorite">
|
||||
<li loop="$favorite_list => $favorite">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', $favorite->admin_index_act)}">{$favorite->title}</a>
|
||||
<form class="remove" action="./">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procAdminToggleFavorite" />
|
||||
<input type="hidden" name="site_srl" value="0" />
|
||||
<input type="hidden" name="module_name" value="{$favorite->module}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin')}" />
|
||||
<button type="submit" class="x_close" title="{$lang->cmd_delete}">×</button>
|
||||
</form>
|
||||
</li>
|
||||
<li cond="!is_array($favorite_list) || count($favorite_list) < 1"><a href="{getUrl('', 'module', 'admin', 'act', 'dispModuleAdminContent')}">{$lang->no_data}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#gnb"><span class="openAll">{$lang->open_all}</span><span class="closeAll">{$lang->close_all}</span></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- /GNB -->
|
||||
</div>
|
||||
<!-- /BODY -->
|
||||
<div class="footer">
|
||||
<p class="power">
|
||||
Powered by <strong><a href="{_XE_LOCATION_SITE_}" target="_blank">XE</a></strong>. <span class="vr">|</span>
|
||||
<strong>Your version</strong>: {__XE_VERSION__} <span class="vr">|</span>
|
||||
<!--@if(isset($latestVersion))--><strong>Latest version</strong>: <a href="{htmlspecialchars(html_entity_decode($latestVersion->url))}" target="_blank" title="{zdate($latestVersion->date, 'Y-m-d')}">{$latestVersion->title}</a><!--@end-->
|
||||
</p>
|
||||
<p class="cache">
|
||||
<button type="button" class="x_btn-link" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button> <span class="vr">|</span>
|
||||
<button type="button" class="x_btn-link" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button> <span class="vr">|</span>
|
||||
<button type="button" class="x_btn-link" onclick="doClearSession();">{$lang->cmd_clear_session}</button> <span class="vr">|</span>
|
||||
<a href="http://code.google.com/p/xe-core/issues/entry" target="_blank">{$lang->bug_report}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
xe.current_lang = '{$lang_type}';
|
||||
xe.lang.confirm_run = '{$lang->confirm_run}';
|
||||
xe.lang.confirm_reset_admin_menu = '{$lang->confirm_reset_admin_menu}';
|
||||
admin_menu_srl = '{$admin_menu_srl}';
|
||||
</script>
|
||||
<load target="./js/config.js" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
23
modules/admin/tpl/_header.html
Normal file
23
modules/admin/tpl/_header.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{@Context::addHtmlHeader('<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
')}
|
||||
<load target="../../../common/css/bootstrap.min.css" index="1" />
|
||||
<div class="x">
|
||||
<p class="skipNav"><a href="#content">{$lang->skip_to_content}</a></p>
|
||||
<header class="header">
|
||||
<h1><a href="{getUrl('','module','admin')}"><img src="{getUrl('')}{$gnb_title_info->adminLogo}" alt="{$gnb_title_info->adminTitle}" /> {$gnb_title_info->adminTitle}</a></h1>
|
||||
<p class="site"><a href="{getFullUrl('')}">{getFullUrl('')}</a></p>
|
||||
<div class="account">
|
||||
<ul>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInfo', 'is_admin', 'Y', 'member_srl', $logged_info->member_srl)}">{$logged_info->email_address}</a></li>
|
||||
<li><a href="{getUrl('', 'module','admin','act','procAdminLogout')}">{$lang->cmd_logout}</a></li>
|
||||
<li><a href="#lang" class="lang" data-toggle="#lang">{$lang_supported[$lang_type]}</a>
|
||||
<ul id="lang" class="x_dropdown-menu">
|
||||
<li loop="$lang_supported=>$key,$val" class="x_active"|cond="$key==$lang_type"><a href="{getUrl('l',$key)}" data-langcode="{$key}" onclick="doChangeLangType('{$key}'); return false;">{$val}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<!-- BODY -->
|
||||
<div class="body">
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
<p class="power">
|
||||
Powered by <strong><a href="{_XE_LOCATION_SITE_}" target="_blank">XE</a></strong>. <span class="vr">|</span>
|
||||
<strong>Your version</strong>: {__XE_VERSION__} <span class="vr">|</span>
|
||||
<!--@if(isset($latestVersion))--><strong>Latest version</strong>: <a href="{htmlspecialchars(html_entity_decode($latestVersion->url))}" target="_blank" title="{zdate($latestVersion->date, 'Y-m-d')}">{$latestVersion->title}</a><!--@end-->
|
||||
</p>
|
||||
<p class="cache">
|
||||
<button type="button" class="text" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button> <span class="vr">|</span>
|
||||
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button> <span class="vr">|</span>
|
||||
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button> <span class="vr">|</span>
|
||||
<a href="http://code.google.com/p/xe-core/issues/entry" target="_blank">{$lang->bug_report}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
xe.current_lang = '{$lang_type}';
|
||||
xe.lang.confirm_run = '{$lang->confirm_run}';
|
||||
xe.lang.confirm_reset_admin_menu = '{$lang->confirm_reset_admin_menu}';
|
||||
admin_menu_srl = '{$admin_menu_srl}';
|
||||
</script>
|
||||
|
||||
<load target="./js/config.js" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
{@Context::addHtmlHeader('<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes" />')}
|
||||
<div class="x">
|
||||
<p class="skipNav"><a href="#content">Skip Navigation</a></p>
|
||||
<div class="header">
|
||||
<h1><a href="{getUrl('','module','admin')}"><img src="{getUrl('')}{$gnb_title_info->adminLogo}" alt="{$gnb_title_info->adminTitle}" /> {$gnb_title_info->adminTitle}</a></h1>
|
||||
<p class="site"><a href="{getFullUrl('')}">{getFullUrl('')}</a></p>
|
||||
<div class="account">
|
||||
<ul>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInfo', 'is_admin', 'Y', 'member_srl', $logged_info->member_srl)}">{$logged_info->email_address}</a></li>
|
||||
<li><a href="{getUrl('', 'module','admin','act','procAdminLogout')}">Log-out</a></li>
|
||||
<li><a href="#language" class="tgAnchor language" data-effect="slide" data-duration="100">{$lang_supported[$lang_type]}</a>
|
||||
<ul class="tgContent" id="language">
|
||||
<li loop="$lang_supported=>$key,$val" class="selected"|cond="$key==$lang_type"><a href="{getUrl('l',$key)}" data-langcode="{$key}" onclick="doChangeLangType('{$key}'); return false;">{$val}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="gnb">
|
||||
<ul class="nav-gnb">
|
||||
<li loop="$gnbUrlList=>$key,$value" class="activeOn"|cond="$parentSrl==$key"><a href="{getFullUrl('')}{$value['href']}"><span>{$value['text']}</span></a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<select class="mnv">
|
||||
<block loop="$gnbUrlList=>$key,$value">
|
||||
<optgroup label="{$value['text']}" cond="count($value['list']) > 0">
|
||||
<option loop="$value['list']=>$key2,$value2" value="{getFullUrl('')}{$value2['href']}" selected="selected"|cond="$value2['text'] == $subMenuTitle">{$value2['text']}</option>
|
||||
</optgroup>
|
||||
<option cond="count($value['list']) == 0" value="{getFullUrl('')}{$value['href']}" selected="selected"|cond="!$subMenuTitle">{$value['text']}</option>
|
||||
</block>
|
||||
</select>
|
||||
<select class="mnv">
|
||||
<option>{$lang->favorite}</option>
|
||||
<option loop="$favorite_list => $favorite" value="{getUrl('', 'module', 'admin', 'act', $favorite->admin_index_act)}">{$favorite->title}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="body">
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<div class="lnb">
|
||||
<h2 class="h2">{$gnbUrlList[$parentSrl]['text']}</h2>
|
||||
<ul>
|
||||
<!--@if(count($gnbUrlList[$parentSrl]['list']) > 0)-->
|
||||
<!--@foreach($gnbUrlList[$parentSrl]['list'] AS $key=>$value)-->
|
||||
<li <!--@if($value['text'] == $subMenuTitle)-->class="active"<!--@end-->><a href="{htmlspecialchars(html_entity_decode($value['href']))}">{$value['text']}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<div class="sct well">
|
||||
<h2>{$lang->favorite}</h2>
|
||||
<ul class="nav nav-list">
|
||||
<li loop="$favorite_list => $favorite">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', $favorite->admin_index_act)}">{$favorite->title}</a>
|
||||
<form class="action" action="./">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procAdminToggleFavorite" />
|
||||
<input type="hidden" name="site_srl" value="0" />
|
||||
<input type="hidden" name="module_name" value="{$favorite->module}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin')}" />
|
||||
<button type="submit" class="text" title="{$lang->cmd_delete}">×</button>
|
||||
</form>
|
||||
</li>
|
||||
<li cond="!is_array($favorite_list) || count($favorite_list) < 1"><a href="{getUrl('', 'module', 'admin', 'act', 'dispModuleAdminContent')}">{$lang->no_data}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
<load target="./js/config.js" usecdn="true" />
|
||||
<load target="../install/lang/lang.xml" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="installFtpInfo" action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="install" />
|
||||
|
|
|
|||
921
modules/admin/tpl/css/admin.backup.css
Normal file
921
modules/admin/tpl/css/admin.backup.css
Normal file
|
|
@ -0,0 +1,921 @@
|
|||
@charset "utf-8";
|
||||
/* Element Reset */
|
||||
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
|
||||
.x,
|
||||
.x table,
|
||||
.x input,
|
||||
.x textarea,
|
||||
.x select,
|
||||
.x button{font-size:13px;color:#333}
|
||||
.x button,
|
||||
.x input[type=submit],
|
||||
.x input[type=reset],
|
||||
.x input[type=button]{cursor:pointer;overflow:visible}
|
||||
.x img{border:0}
|
||||
.x p{line-height:1.5}
|
||||
/* Section & Heading */
|
||||
.x .section{margin:1em 0;padding:0;border:0}
|
||||
.x .h2,
|
||||
.x .h3,
|
||||
.x .h4{position:relative;border-style:solid;border-top:0;border-right:0;zoom:1;padding-left:8px}
|
||||
.x .h1{background:#444;border-radius:4px;color:#fff;margin:0 0 1em 0;font-size:16px;padding:0 15px;line-height:36px}
|
||||
.x .h2{border-width:3px;font-size:20px;border-color:#888}
|
||||
.x .h3{border-width:2px;font-size:16px;border-color:#aaa}
|
||||
.x .h4{border-width:1px;font-size:12px;border-color:#ccc}
|
||||
.x .h1 + ul,
|
||||
.x .h2 + ul,
|
||||
.x .h3 + ul,
|
||||
.x .h4 + ul,
|
||||
.x .h1 + .table table,
|
||||
.x .h2 + .table table,
|
||||
.x .h3 + .table table,
|
||||
.x .h4 + .table table{border-top:0 !important;margin-top:-1em !important}
|
||||
/* Portlet */
|
||||
.x .portlet{position:relative;border:1px solid #e9e9e9;margin:1em 0;padding:0;background:#fff;zoom:1;overflow:hidden;border-radius:5px}
|
||||
.x .portlet h2,
|
||||
.x .portlet h3{margin:0;padding:.5em 1em;font-size:14px;border:1px solid #fff;border-bottom:1px solid #e9e9e9;background:#f7f7f7;border-radius:5px 5px 0 0}
|
||||
.x .portlet p{margin:1em 1.2em}
|
||||
.x .portlet li{position:relative;padding-right:8em}
|
||||
.x .portlet .lined{margin:1px !important;padding:0;list-style:none}
|
||||
.x .portlet .lined li{padding:.5em 8em .5em 1em;border-top:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis}
|
||||
.x .portlet .lined li:first-child{border:0}
|
||||
.x .portlet .side{position:absolute;top:0;_top:1px;right:0;color:#666;background:#fff;padding:0 1em}
|
||||
.x .portlet .lined .side{padding:.5em 1em}
|
||||
.x .portlet .more{position:absolute;top:.5em;right:1em;text-decoration:none !important;color:#666}
|
||||
.x .portlet .more span{color:#999}
|
||||
.x .portlet .action{text-align:right;top:0;right:0;padding:.5em 1em .5em 3em;background:#fff;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)), color-stop(15%, #fff));background:-moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 15%)}
|
||||
.x .portlet .action a,
|
||||
.x .portlet .action button{margin-left:1em}
|
||||
.x .portlet .btnArea{border-top:1px solid #ddd;margin:0;padding:.5em 1em;margin:0 1px 1px 1px;background:#f7f7f7;border-radius:0 0 5px 5px}
|
||||
/* Table */
|
||||
.x .table{margin:1em 0}
|
||||
.x .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||
.x .table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.x .table caption:after{content:"";display:block;clear:both}
|
||||
.x .table caption a{font-weight:normal}
|
||||
.x .table caption em{float:right;margin-left:1em}
|
||||
.x .table caption strong{color:#e00}
|
||||
.x .table caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.x .table th,
|
||||
.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
|
||||
.x .table th{background:#f8f8f8}
|
||||
.x .table thead th{border-bottom:1px solid #999}
|
||||
.x .table tfoot td{font-weight:bold;background:#f8f8f8}
|
||||
.x .table.even tbody tr:nth-of-type(even){background-color:#fafafa}
|
||||
.x .table tbody tr:hover{background:#ffd !important}
|
||||
.x .table td>input[type=text]{margin:-1px 0 !important;vertical-align:middle}
|
||||
.x .table img{vertical-align:middle}
|
||||
.x .table em{font-style:normal;font-weight:normal;color:#e00}
|
||||
.x .table th.nowr,
|
||||
.x .table td.nowr{white-space:nowrap}
|
||||
/* Form */
|
||||
.x .form{margin:0 0 1em 0;padding:0}
|
||||
.x .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
.x .form.search fieldset{border:1px solid #ccc;padding:5px 15px;border-radius:3px}
|
||||
.x .form em{font-style:normal;color:#e00}
|
||||
.x .form label{line-height:1;vertical-align:middle}
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=checkbox]+label{margin-right:1em}
|
||||
.x .form input[type=checkbox]+label,
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=file]{cursor:pointer}
|
||||
.x .form ul{position:relative;margin:1em 0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
||||
.x .form li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
||||
.x .form li:hover{background:#ffd}
|
||||
.x .form li:first-child{border-top:0}
|
||||
.x .form li>label:first-child{display:block;font-weight:bold}
|
||||
.x .form li label em{font-weight:normal}
|
||||
.x .form label.overlap{position:absolute;color:#aaa}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file],
|
||||
.x .form select[size],
|
||||
.x .form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.x .form input[type=text].loading,
|
||||
.x .form input.loading[type=password]{padding-right:24px;width:260px;background:transparent url(../img/preLoader16.gif) no-repeat 265px center}
|
||||
.x .form input[type=checkbox],
|
||||
.x .form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.x .form input[type=text][disabled=disabled],
|
||||
.x .form input[type=password][disabled=disabled],
|
||||
.x .form input[type=radio][disabled=disabled],
|
||||
.x .form input[type=checkbox][disabled=disabled],
|
||||
.x .form select[disabled=disabled],
|
||||
.x .form textarea[disabled=disabled]{background:#ddd;text-shadow:1px 1px 0 #fff}
|
||||
.x .form textarea{padding:3px 4px;vertical-align:top;resize:both}
|
||||
.x .form span.desc,
|
||||
.x .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.x .form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.x .form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.x .form .a{margin:0 0 5px 0}
|
||||
.x .form .tgForm{margin-right:1em}
|
||||
/* Global Navigation Bar */
|
||||
.x .gnb{height:34px;clear:both;border:1px solid #c1c1c1;border-left:0;border-right:0;background-color:#efefef;background:#efefef -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#dcdcdc));background:#efefef -moz-linear-gradient(top, #efefef, #dcdcdc);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#efefef, endColorStr=#dcdcdc);zoom:1}
|
||||
.x .gnb:after{content:"";display:block;clear:both}
|
||||
.x .gnb .nav-gnb{float:left;position:relative;display:inline-block;*display:inline;zoom:1;margin:0 0 0 20px;padding:1px;list-style:none}
|
||||
.x .gnb .nav-gnb ul{_position:absolute;display:block;_display:inline;zoom:1;clear:both;margin:0;padding:0;border:0;overflow:hidden;height:0}
|
||||
.x .gnb.active .nav-gnb{top:-5px;padding:5px 5px 5px 0;margin:0 0 -100% 20px;border:1px solid #aaa;background:#fff;box-shadow:0 0 10px #999;border-radius:5px}
|
||||
.x .gnb.active .nav-gnb ul{top:0;_position:relative;box-shadow:none;display:block;_display:inline;clear:both;padding:0;margin:0;border:0}
|
||||
.x .gnb .nav-gnb:after{content:"";display:block;clear:both}
|
||||
.x .gnb .nav-gnb li{position:relative;display:inline-block;*display:inline;zoom:1;vertical-align:top;overflow:hidden;margin:0}
|
||||
.x .gnb .nav-gnb li.activeOn{z-index:10}
|
||||
.x .gnb .nav-gnb li.activeOn>a{border:1px solid #ccc}
|
||||
.x .gnb .nav-gnb li li{display:block;_float:left;clear:both;overflow:hidden;border:0;margin:0}
|
||||
.x .gnb .nav-gnb li li:first-child{border:0}
|
||||
.x .gnb .nav-gnb li a{display:block;_float:left;font-weight:bold;color:#333;font-size:12px;height:14px;padding:9px 0;white-space:nowrap;text-decoration:none;text-shadow:0 1px 0 #fff;zoom:1}
|
||||
.x .gnb .nav-gnb li a span{padding:0 15px;border-left:1px solid #fff}
|
||||
.x .gnb.active .nav-gnb li a span,
|
||||
.x .gnb .nav-gnb li:first-child a span,
|
||||
.x .gnb .nav-gnb li.activeOn+li a span{border:0;margin:0 0 0 1px}
|
||||
.x .gnb .nav-gnb li a:hover,
|
||||
.x .gnb .nav-gnb li a:active,
|
||||
.x .gnb .nav-gnb li a:focus{background:#f4f4f4}
|
||||
.x .gnb .nav-gnb li.activeOn>a{background:#fff;padding:8px 0}
|
||||
.x .gnb .nav-gnb li li a{color:#555;background:#fff;padding:5px 15px !important;font-weight:normal !important;border:0 !important}
|
||||
.x .gnb .nav-gnb li li a:hover,
|
||||
.x .gnb .nav-gnb li li a:active,
|
||||
.x .gnb .nav-gnb li li a:focus{border:0;background:#eee}
|
||||
.x .gnb .mnv{width:100%;height:32px;display:none}
|
||||
@media all and (max-width:860px){
|
||||
.x .gnb{height:auto}
|
||||
.x .gnb .nav-gnb,
|
||||
.x .sct{display:none}
|
||||
.x .gnb .mnv{display:block}
|
||||
}
|
||||
/* Local Navigation */
|
||||
.x .lnb{position:relative;float:left;width:210px;margin:0 0 1em -230px;line-height:normal;zoom:1;display:inline}
|
||||
.x .lnb .h2{position:relative;z-index:2;margin:0 0 -1px 0;padding:0 10px;border:1px solid #444;border-bottom:0;border-radius:4px 4px 0 0;background:#555;font-size:13px;color:#fff;line-height:36px}
|
||||
.x .lnb ul{margin:0 !important;padding:0;list-style:none;position:relative;z-index:1}
|
||||
.x .lnb li{position:relative;margin:0 0 -1px 0;vertical-align:top;zoom:1}
|
||||
.x .lnb li a{display:block;position:relative;padding:8px 10px;text-decoration:none;color:#666;font-weight:bold;background:#fafafa;border:1px solid #eee;zoom:1}
|
||||
.x .lnb li a .i{position:absolute;top:50%;left:100%;margin:-4px 0 0 -16px;width:8px;height:8px;color:#ccc;background:url(../img/iconNavVr.gif) no-repeat left top}
|
||||
.x .lnb li ul{padding:5px 0;background:#fff}
|
||||
.x .lnb li li{margin:0;border-top:1px dotted #ddd}
|
||||
.x .lnb li li:first-child{border:0}
|
||||
.x .lnb li li a{font-weight:normal;background:#fff;padding:5px 10px;border:0}
|
||||
.x .lnb li li a span{color:#666}
|
||||
.x .lnb li.active{border:1px solid #ccc;z-index:2}
|
||||
.x .lnb li li.active{border:0}
|
||||
.x .lnb li.active a{color:#000;border:0}
|
||||
.x .lnb li.active .i{background-position:0 -44px}
|
||||
.x .lnb li.active li a{border:0}
|
||||
.x .lnb li.active ul{display:block;border-top:1px solid #eee}
|
||||
.x .lnb li.active li.active a span{color:#13b200;font-weight:bold;letter-spacing:-1px}
|
||||
.x .lnb li:last-child a,
|
||||
.x .lnb li.active:last-child{border-radius:0 0 4px 4px !important}
|
||||
/* Shortcut */
|
||||
.x .sct{float:right;width:138px;position:relative;right:-160px;margin:0 0 0 -140px;padding:8px 0}
|
||||
.x .sct h2{margin:0 0 5px 15px;font-size:13px}
|
||||
.x .sct ul{margin:0;font-size:12px}
|
||||
.x .sct li{position:relative}
|
||||
.x .sct a{text-decoration:none}
|
||||
.x .sct form{position:absolute;margin:0;padding:0;top:2px;right:-10px}
|
||||
.x .sct .text{text-decoration:none;font-weight:bold;color:#999 !important;width:16px;height:16px;margin:0}
|
||||
.x .sct .text:hover,
|
||||
.x .sct .text:active,
|
||||
.x .sct .text:focus{color:#333 !important}
|
||||
/* Content Navigation */
|
||||
.x .cnb{margin:1em 0;position:relative;zoom:1}
|
||||
.x .cnb:after{content:"";display:block;clear:both}
|
||||
.x .cnb ul{list-style:none;margin:0;padding:0}
|
||||
.x .cnb li{display:inline}
|
||||
.x .cnb li:before{content:"| ";color:#ccc}
|
||||
.x .cnb li:first-child:before{content:""}
|
||||
.x .cnb .active,
|
||||
.x .cnb .active a{font-weight:bold;color:#333;text-decoration:none}
|
||||
.x .cnb .side{float:right}
|
||||
/* Pagination */
|
||||
.x .pagination{margin:1em 0;text-align:center;line-height:normal}
|
||||
.x .pagination *{vertical-align:middle}
|
||||
.x .pagination a,
|
||||
.x .pagination strong{position:relative;display:inline-block;padding:2px 4px;font-weight:bold;text-decoration:none;line-height:normal;color:#333 !important;vertical-align:middle}
|
||||
.x .pagination a:hover,
|
||||
.x .pagination a:active,
|
||||
.x .pagination a:focus{border:1px solid #ddd;margin:0 -1px}
|
||||
.x .pagination strong{color:#e00 !important;font-size:20px}
|
||||
.x .pagination .direction{font-weight:normal;white-space:nowrap}
|
||||
.x .pagination .direction:hover,
|
||||
.x .pagination .direction:active,
|
||||
.x .pagination .direction:focus{border:0;margin:0;text-decoration:underline}
|
||||
.x .pagination input{width:30px;text-align:center}
|
||||
.x .pagination button{overflow:visible}
|
||||
/* Star Rating */
|
||||
.x .starRating,
|
||||
.x .starRating span{display:inline-block;height:14px;background:transparent url(../img/iconStarRating.gif) no-repeat;overflow:hidden}
|
||||
.x .starRating{width:79px;vertical-align:top}
|
||||
.x .starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}
|
||||
/* Progress */
|
||||
.x .prgrs{white-space:nowrap;line-height:normal;vertical-align:middle}
|
||||
.x .prgrs *{vertical-align:middle}
|
||||
.x .prgrs .pBar{position:relative;display:inline-block;background:#e9e9e9;margin:0 5px 0 0}
|
||||
.x .prgrs .pAction{display:inline-block;vertical-align:top;background:#99a6b6}
|
||||
.x .prgrs .pNum{position:absolute;width:100%;left:0;top:0;text-align:center;text-shadow:1px 1px 0 #fff}
|
||||
.x .prgrs.prgrsSmall{font-size:14px;line-height:14px}
|
||||
.x .prgrs.prgrsSmall .pBar,
|
||||
.x .prgrs.prgrsSmall .pAction,
|
||||
.x .prgrs.prgrsSmall .pNum{height:16px;line-height:16px;font-size:11px}
|
||||
.x .prgrs.prgrsMedium{font-size:24px;line-height:24px}
|
||||
.x .prgrs.prgrsMedium .pBar,
|
||||
.x .prgrs.prgrsMedium .pAction,
|
||||
.x .prgrs.prgrsMedium .pNum{height:22px;line-height:22px;font-size:12px}
|
||||
.x .prgrs.prgrsLarge{font-size:38px;line-height:38px}
|
||||
.x .prgrs.prgrsLarge .pBar,
|
||||
.x .prgrs.prgrsLarge .pAction,
|
||||
.x .prgrs.prgrsLarge .pNum{height:34px;line-height:34px;font-size:14px}
|
||||
/* Modal Window */
|
||||
.modal{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:99}
|
||||
.modal .bg{position:absolute;background:#000;_background:none;width:100%;height:100%;opacity:.5;z-index:2;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);zoom:1}
|
||||
.modal .fg{position:relative;width:80%;margin:5em auto;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:3;zoom:1;border-radius:5px;box-shadow:0 0 6px #000}
|
||||
.modal ul,
|
||||
.modal ol,
|
||||
.modal .lined,
|
||||
.modal .table{margin-bottom:1em}
|
||||
.modal .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
.modalClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px}
|
||||
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
html.modalContainer,
|
||||
body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
||||
/* Layer */
|
||||
.x .layer,
|
||||
.x.layer{position:absolute;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:2;zoom:1;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x .layer h2{font-size:14px}
|
||||
.x .layer ul,
|
||||
.x .layer ol,
|
||||
.x .layer .lined,
|
||||
.x .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* H2 Anchor */
|
||||
.x .h2Anchor{position:absolute;right:0;border:0;background:none;color:#00f;text-decoration:underline}
|
||||
/* Skip Navigation */
|
||||
.x .skipNav{margin:0;text-align:center}
|
||||
@media all and (max-width:860px){
|
||||
.x .skipNav{display:none}
|
||||
}
|
||||
.x .skipNav a{position:absolute;width:1px;height:1px;display:block;padding:10px 0;font-weight:bold;overflow:hidden}
|
||||
.x .skipNav a:hover,
|
||||
.x .skipNav a:active,
|
||||
.x .skipNav a:focus{position:relative;width:auto;height:auto}
|
||||
/* Header */
|
||||
.x .header{position:relative;z-index:2;padding:30px 0 0 0;background:#4c4c4c;box-shadow:0 0 10px #aaa;zoom:1;border-radius:5px 5px 0 0}
|
||||
.x .header:after{content:"";display:block;clear:both}
|
||||
.x .header a{text-decoration:none}
|
||||
.x .header h1{margin:0 0 10px 20px;font-size:24px;line-height:32px;display:inline-block;*display:inline;zoom:1;vertical-align:middle}
|
||||
.x .header h1 *{vertical-align:middle}
|
||||
.x .header h1 a{display:inline-block;color:#fff;text-shadow:1px 1px 0 #000;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000, Positive=true);zoom:1}
|
||||
.x .header h1 .url{font-size:12px;font-weight:normal}
|
||||
.x .header .site{margin:0 0 10px 20px;display:inline-block;*display:inline;zoom:1}
|
||||
.x .header .site a{color:#fff;text-decoration:underline}
|
||||
.x .header #moveSiteList{padding:10px 1em 5px 1em;margin:0}
|
||||
.x .header #moveSiteList ul{list-style:none;margin:0;padding:0}
|
||||
.x .header #moveSiteList li{white-space:nowrap;margin:0;padding:4px 0;border-bottom:1px dotted #ccc}
|
||||
.x .header #siteMapList{padding:0 1em 1em 1em;margin:0}
|
||||
.x .header #siteMapList li{white-space:nowrap}
|
||||
.x .header .account{position:absolute;z-index:3;width:100%;top:0;right:0;white-space:nowrap;text-align:right;background:#333;border-bottom:1px solid #656565;color:#fff;font-size:12px;border-radius:5px 5px 0 0}
|
||||
.x .header .account ul{margin:0;padding:5px 20px 5px 0;list-style:none}
|
||||
.x .header .account li{position:relative;display:inline;border-left:1px solid #666;padding:0 6px 0 10px}
|
||||
.x .header .account li:first-child{border:0}
|
||||
.x .header .account a{color:#fff;display:inline-block;height:14px}
|
||||
.x .header .account a.language{padding-right:16px;background:url(../img/iconArrow.gif) no-repeat right -160px}
|
||||
.x .header #language{position:absolute;top:19px;right:-20px;padding:6px 4px !important;border:1px solid #666;border-top:0;background:#333}
|
||||
@media all and (max-width:860px){
|
||||
.x .header #language{right:-10px}
|
||||
}
|
||||
.x .header #language li{border:0;display:block;padding:1px 8px 1px 10px;text-align:left;line-height:1}
|
||||
.x .header #language li.selected{background:url(../img/iconCheck.gif) no-repeat left center}
|
||||
.x .header #language li.selected a{text-decoration:underline}
|
||||
.x .header h1 a:hover,
|
||||
.x .header h1 a:active,
|
||||
.x .header h1 a:focus,
|
||||
.x .header .account a:hover,
|
||||
.x .header .account a:active,
|
||||
.x .header .account a:focus{color:#6e9cf2;text-decoration:underline}
|
||||
/* Footer */
|
||||
.x .footer{border-top:1px solid #ddd;text-align:center;font-size:12px;padding:1.5em 0;zoom:1}
|
||||
.x .footer *{font-size:12px}
|
||||
.x .footer:after{content:"";display:block;clear:both}
|
||||
.x .footer p{margin:0}
|
||||
.x .footer .power{float:left}
|
||||
.x .footer .cache{float:right}
|
||||
.x .footer .vr{color:#ccc}
|
||||
/* Body */
|
||||
.x .body{position:relative;z-index:1;padding:30px 170px 30px 240px;zoom:1}
|
||||
.x .body:after{content:"";display:block;clear:both}
|
||||
/* Content */
|
||||
.x .content{float:right;width:100%;margin-left:-100%;zoom:1;outline:0}
|
||||
.x .content:after{content:"";display:block;clear:both}
|
||||
.x .content a{color:#33a}
|
||||
.x .content a:hover,
|
||||
.x .content a:active,
|
||||
.x .content a:focus{color:#a33}
|
||||
.x .content .portlet a{text-decoration:none}
|
||||
.x .content .portlet a:hover,
|
||||
.x .content .portlet a:active,
|
||||
.x .content .portlet a:focus{text-decoration:underline}
|
||||
/* Dashboard */
|
||||
.x .dashboard .section{margin-top:0}
|
||||
.x .dashboard .portlet{float:left;width:48%;margin-right:1em;margin-top:0}
|
||||
.x .dashboard .portlet:nth-of-type(odd){float:left;width:49%;margin-right:0}
|
||||
.x .dashboard .portlet:nth-of-type(even){float:right;width:49%;margin-right:0}
|
||||
@media all and (min-width:1300px){
|
||||
.x .dashboard .portlet{float:left !important;width:32% !important;margin-right:1em !important}
|
||||
}
|
||||
/* Single Column*/
|
||||
.x .single{padding-left:10px}
|
||||
.x .single .content{position:relative;float:left;width:100%;margin:0}
|
||||
/* Search */
|
||||
.x .search{zoom:1}
|
||||
.x .search:after{content:"";display:block;clear:both}
|
||||
.x .search .pagination{float:left;text-align:left}
|
||||
.x .search form{float:right;margin:1em 0}
|
||||
.x .search form *{vertical-align:middle}
|
||||
/* Site Map */
|
||||
.x .siteMap h2 input{font-size:14px;font-weight:bold;padding:3px 4px;margin:0;border:0;background:transparent}
|
||||
.x .siteMap h2:hover input,
|
||||
.x .siteMap h2 input:focus{background:#ff0;border:1px dashed #ccc;margin:-1px}
|
||||
.x .siteMap label{cursor:text}
|
||||
.x .siteMap .lined ul{padding:0;margin:0;border-top:1px solid #eee;zoom:1}
|
||||
.x .siteMap .lined li{position:relative;padding:0;margin:0;cursor:all-scroll;list-style:none;zoom:1}
|
||||
.x .siteMap .lined li li{border-top:1px solid #eee}
|
||||
.x .siteMap li li{text-indent:18px}
|
||||
.x .siteMap li li li{text-indent:36px}
|
||||
.x .siteMap li li li li{text-indent:54px}
|
||||
.x .siteMap li li li li li{text-indent:72px}
|
||||
.x .siteMap li li li li li li{text-indent:90px}
|
||||
.x .siteMap li li li li li li li{text-indent:108px}
|
||||
.x .siteMap li li li li li li li li{text-indent:126px}
|
||||
.x .siteMap li li li li li li li li li{text-indent:144px}
|
||||
.x .siteMap li li li li li li li li li li{text-indent:162px}
|
||||
.x .siteMap li li li li li li li li li li li{text-indent:180px}
|
||||
.x .siteMap li li li li li li li li li li li li{text-indent:198px}
|
||||
.x .siteMap li *{vertical-align:middle}
|
||||
.x .siteMap li .moveTo+input{width:200px;border:0;padding:0 .5em}
|
||||
.x .siteMap li .moveTo+input:hover,
|
||||
.x .siteMap li .moveTo+input:active,
|
||||
.x .siteMap li .moveTo+input:focus{border:1px dotted #ccc;overflow:visible}
|
||||
.x .siteMap .moveTo{position:relative;z-index:2;width:22px;height:32px;padding:32px 0 0 0;margin:0 3px;_margin-top:-1px;overflow:hidden;background:#fff url(../img/iconMoveTo.gif) no-repeat center 0;border:0;cursor:move}
|
||||
.x .siteMap li.active,
|
||||
.x .siteMap li.active .moveTo{background-color:#f7f7f7}
|
||||
.x .siteMap li.active li,
|
||||
.x .siteMap li.active ul{border-top-color:#f7f7f7}
|
||||
.x .siteMap li.active .moveTo{background-position:center -32px}
|
||||
.x .siteMap .vr,
|
||||
.x .siteMap .hr{display:none;position:absolute;z-index:1;left:14px;border:0px solid #ccc;overflow:hidden}
|
||||
.x .siteMap .vr{top:-16px;height:100%;border-left-width:1px}
|
||||
.x .siteMap .hr{top:16px;width:16px;border-top-width:1px}
|
||||
.x .siteMap li.active .vr,
|
||||
.x .siteMap li.active li .hr{display:block}
|
||||
.x .siteMap li li .vr,
|
||||
.x .siteMap li li li .hr{left:32px}
|
||||
.x .siteMap li li li .vr,
|
||||
.x .siteMap li li li li .hr{left:50px}
|
||||
.x .siteMap li li li li .vr,
|
||||
.x .siteMap li li li li li .hr{left:68px}
|
||||
.x .siteMap li li li li li .vr,
|
||||
.x .siteMap li li li li li li .hr{left:86px}
|
||||
.x .siteMap li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li .hr{left:104px}
|
||||
.x .siteMap li li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li li .hr{left:122px}
|
||||
.x .siteMap li li li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li li li .hr{left:140px}
|
||||
.x .siteMap li li li li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li li li li .hr{left:158px}
|
||||
.x .siteMap li li li li li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li li li li li .hr{left:176px}
|
||||
.x .siteMap li li li li li li li li li li li .vr,
|
||||
.x .siteMap li li li li li li li li li li li li .hr{left:336px}
|
||||
.x .siteMap .side{padding-top:0 !important;padding-bottom:0 !important;line-height:30px;background:transparent !important}
|
||||
.x .siteMap .side button{text-indent:0;line-height:1}
|
||||
.x .siteMap .tgMap{position:absolute;top:12px;right:1em;padding:0 16px 0 0;line-height:16px;background:url(../img/iconArrow.gif) no-repeat right -126px}
|
||||
.x .siteMap.fold .tgMap{background-position:right -158px}
|
||||
.x .siteMap.fold .h2{border-bottom-color:#fff;border-radius:5px}
|
||||
.x .siteMap .placeholder{background:#bbb}
|
||||
.x .siteMap .draggable,
|
||||
.x .siteMap .draggable .moveTo{background-color:#ddd}
|
||||
.x .siteMap .draggable .summary{border-left:1px solid #ccc;padding-left:10px;margin-left:10px;font-size:11px;color:#999}
|
||||
.x .siteMap a.ms{text-decoration:underline}
|
||||
/* Multilingual */
|
||||
.x .langEdit{background:#fff;position:absolute;*left:0;*margin-top:28px;z-index:10}
|
||||
.x .langEdit ul{border-top:1px solid #ccc;border-left:1px solid #eee;border-right:1px solid #eee;margin:0}
|
||||
.x .langEdit li{padding:.5em 10px}
|
||||
.x .langEdit input[type=text]{width:220px;padding-right:40px}
|
||||
.x .langEdit label{left:15px !important}
|
||||
.x .langEdit .action{border:1px solid #eee;width:268px;padding:0 10px}
|
||||
.x .langEdit p,
|
||||
.x .langEdit .btnArea{white-space:normal}
|
||||
.x .langEdit .langList,
|
||||
.x .langEdit .langEditControls{box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x .langEdit .langList{margin:0 -1px 0 0;display:none}
|
||||
.x .langEdit .langList li{white-space:nowrap;color:#ccc;width:270px}
|
||||
.x .langEdit .langList li span{display:inline-block;width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#767676}
|
||||
.x .langEdit .langList li a{display:inline-block;width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
||||
.x .langEdit .langList li.active{background:url(../img/iconArrow.gif) no-repeat right -188px}
|
||||
.x .langEdit.showChild .langList{display:block}
|
||||
.x .langEdit .langInput{background:#fff}
|
||||
.x .langEdit .langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc}
|
||||
.x .langEdit .langInput h2 strong{color:#000;font-size:14px}
|
||||
.x .langEdit.showChild .langInput{position:absolute;left:285px;top:0}
|
||||
.x .langEdit li.en input,
|
||||
.x .langEdit li.en textarea,
|
||||
.x .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ko input,
|
||||
.x .langEdit li.ko textarea,
|
||||
.x .mLangEdit li.ko textarea{background:url(../img/flag.kr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.jp input,
|
||||
.x .langEdit li.jp textarea,
|
||||
.x .mLangEdit li.jp textarea{background:url(../img/flag.jp.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.fr input,
|
||||
.x .langEdit li.fr textarea,
|
||||
.x .mLangEdit li.fr textarea{background:url(../img/flag.fr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.de input,
|
||||
.x .langEdit li.de textarea,
|
||||
.x .mLangEdit li.de textarea{background:url(../img/flag.de.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ru input,
|
||||
.x .langEdit li.ru textarea,
|
||||
.x .mLangEdit li.ru textarea{background:url(../img/flag.ru.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.es input,
|
||||
.x .langEdit li.es textarea,
|
||||
.x .mLangEdit li.es textarea{background:url(../img/flag.es.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.tr input,
|
||||
.x .langEdit li.tr textarea,
|
||||
.x .mLangEdit li.tr textarea{background:url(../img/flag.tr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.vi input,
|
||||
.x .langEdit li.vi textarea,
|
||||
.x .mLangEdit li.vi textarea{background:url(../img/flag.vn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.mn input,
|
||||
.x .langEdit li.mn textarea,
|
||||
.x .mLangEdit li.mn textarea{background:url(../img/flag.mn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.zh-CN input,
|
||||
.x .langEdit li.zh-CN textarea,
|
||||
.x .mLangEdit li.zh-CN textarea{background:url(../img/flag.cn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.zh-TW input,
|
||||
.x .langEdit li.zh-TW textarea,
|
||||
.x .mLangEdit li.zh-TW textarea{background:url(../img/flag.tw.gif) no-repeat 99% 5px}
|
||||
.x .mLangEdit.en strong{background:url(../img/flag.us.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.ko strong{background:url(../img/flag.kr.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.jp strong{background:url(../img/flag.jp.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.fr strong{background:url(../img/flag.fr.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.de strong{background:url(../img/flag.de.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.ru strong{background:url(../img/flag.ru.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.es strong{background:url(../img/flag.es.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.tr strong{background:url(../img/flag.tr.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.vi strong{background:url(../img/flag.vn.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.mn strong{background:url(../img/flag.mn.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.zh-CN strong{background:url(../img/flag.cn.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.zh-TW strong{background:url(../img/flag.tw.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit ul ul{border:0}
|
||||
.x .mLangEdit li{position:relative;padding:0}
|
||||
.x .mLangEdit li strong{display:inline-block;padding:6px 100px 8px 24px;font-weight:normal;line-height:1.5}
|
||||
.x .mLangEdit li .side{position:absolute;top:8px;right:0;padding-right:18px;background:url(../img/iconArrow.gif) no-repeat right -160px}
|
||||
.x .mLangEdit li li{border:0;padding-right:36px}
|
||||
.x .mLangEdit li textarea{width:100%;height:16px;padding-right:30px;resize:vertical;line-height:1.4}
|
||||
.x .mLangEdit li label{top:8px !important}
|
||||
.x .mLangEdit li.active{background:#FFFDEF}
|
||||
.x .mLangEdit li.active strong{font-weight:bold}
|
||||
.x .mLangEdit li.active .side{background-position:right -128px}
|
||||
.modal .mLangEdit ul{padding-bottom:1em}
|
||||
.modal .mLangEdit li{border:0;padding-right:36px}
|
||||
/* Suggestion */
|
||||
.x .suggestion{display:none;position:absolute;background:#fff;z-index:10;_height:200px;max-height:200px;overflow:auto;*left:0;*margin-top:28px;box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x .suggestion ul{border-top:1px solid #ccc;border-left:1px solid #eee;border-right:1px solid #eee;margin:0}
|
||||
.x .suggestion li{padding:0}
|
||||
.x .suggestion li:last-child{border-bottom:0}
|
||||
.x .suggestion li button{border:0;background:#fff;text-align:left;width:288px;padding:2px 4px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
.x .suggestion li button:hover,
|
||||
.x .suggestion li button:active,
|
||||
.x .suggestion li button:focus,
|
||||
.x .suggestion li button.active{background:#eee}
|
||||
/* Image Mark */
|
||||
.x #imageMark{right:0}
|
||||
/* Easy Installer */
|
||||
.x .easyNav{position:relative;border:1px solid #e9e9e9;zoom:1}
|
||||
.x .easyNav:after{content:"";display:block;clear:both}
|
||||
.x .easyNav h2{font-size:16px}
|
||||
.x .easyNav .category{width:30%;float:left;margin:0 2em;display:inline}
|
||||
.x .easyNav .filter{position:absolute;top:0;right:0;margin:1em 2em;text-align:right}
|
||||
.x .easyList caption .side .text .hide,
|
||||
.x .easyList caption .side .details .show{display:none}
|
||||
.x .easyList caption .side .details .hide{display:inline}
|
||||
.x .easyList td p:first-child{margin:0}
|
||||
.x .easyList td p.update{background:#ffc;padding:.5em 1em;border:1px solid #fc9;border-left:0;border-right:0;text-align:center}
|
||||
/* Font Preview */
|
||||
.x .fontPreview{width:96%;border:1px solid #e9e9e9;zoom:1;padding:1em 2em;margin:.5em 0}
|
||||
/* FTP Suggestion */
|
||||
.x #ftpSuggestion{background:#fff;box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x #ftpSuggestion ul{border-left:1px solid #eee;border-right:1px solid #eee}
|
||||
.x #ftpSuggestion li{padding:0}
|
||||
.x #ftpSuggestion li button{border:0;background:#fff;text-align:left;width:288px}
|
||||
.x #ftpSuggestion li button:hover,
|
||||
.x #ftpSuggestion li button:active,
|
||||
.x #ftpSuggestion li button:focus{background:#eee}
|
||||
/* Theme & Skin Preview */
|
||||
.x .thumbPreview li{position:relative;padding-left:10px;padding-right:10px}
|
||||
.x .thumbPreview li.active.highlight{background:#f9f9f9}
|
||||
.x .thumbPreview .prevToggle{position:absolute;top:8px;right:10px;line-height:16px;padding:0 18px 0 0;text-decoration:none;background:url(../img/iconArrow.gif) no-repeat right -32px}
|
||||
.x .thumbPreview li.active .prevToggle{background-position:right 0}
|
||||
.x .thumbPreview .a{border:0;margin:0;zoom:1}
|
||||
.x .thumbPreview .a:after{content:"";display:block;clear:both}
|
||||
.x .thumbPreview .i{float:left;vertical-align:top;margin:0 1em 1em 0;padding:0;border:0;zoom:1}
|
||||
.x .thumbPreview .i:after{content:"";display:block;clear:both}
|
||||
.x .thumbPreview .i .thumb{position:relative;width:124px;height:84px;padding:0;margin-bottom:3px;text-align:center;overflow:hidden;border:1px solid #ddd;display:block;cursor:pointer;background:#fff}
|
||||
.x .thumbPreview .i .thumb .frame{position:absolute;width:120px;height:80px;left:0;top:0;border:2px solid #fff;overflow:hidden}
|
||||
.x .thumbPreview .i .thumb img{width:120px;margin:0}
|
||||
.x .thumbPreview .i label{display:block;position:relative;top:0;left:2px;width:122px;height:1.1em;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
||||
.x .thumbPreview .i input{display:none}
|
||||
.x .thumbPreview .i ul{display:none}
|
||||
.x .thumbPreview .selected .i{display:block;float:none}
|
||||
.x .thumbPreview .selected .i .thumb{float:left;width:186px;height:126px;margin:0 1em 0 0;border:2px solid #eee}
|
||||
.x .thumbPreview .selected .i .thumb .frame{width:180px;height:120px;border-width:3px}
|
||||
.x .thumbPreview li.active.highlight .selected .i .thumb{border-color:#5ea8f6}
|
||||
.x .thumbPreview .selected .i .thumb img{width:180px;position:relative}
|
||||
.x .thumbPreview li.active .selected .i .thumb img{z-index:auto}
|
||||
.x .thumbPreview .selected .i label{cursor:text}
|
||||
.x .thumbPreview .selected .i ul{display:block;list-style:none;border:0;margin:1em 0 1em 200px}
|
||||
.x .thumbPreview .selected .i li{border:0;padding:0;margin:0 0 .2em 0}
|
||||
.x .thumbPreview.jx .i label{display:inline;width:auto}
|
||||
.x .thumbPreview.jx .i.noDirection{display:none}
|
||||
.x .thumbPreview.jx .i input{display:inline}
|
||||
.x #skin .showAll{float:right;border:0;overflow:visible;padding:0 18px 0 0;cursor:pointer;color:#00f;background:url(../img/iconArrow.gif) no-repeat right -32px}
|
||||
.x #skin .showAll.hideAll{background-position:right 0}
|
||||
/* Favorite On | Off */
|
||||
.x .fvOff,
|
||||
.x .fvOn{display:inline-block;width:16px;height:16px;overflow:hidden;text-indent:16px;background:transparent url(../img/iconFavorite.gif) no-repeat;border:0}
|
||||
.x .fvOn{background-position:0 -16px}
|
||||
/* Up-Down Dragable */
|
||||
.x .uDrag .wrap{position:relative;padding-left:20px}
|
||||
.x .uDrag li>.wrap{margin:0 0 0 8px}
|
||||
.x .uDrag .dragActive{background:#FFD}
|
||||
.x .uDrag .dragActive th,
|
||||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap}
|
||||
/* Favicon Preview */
|
||||
.x .faviconPreview{position:relative;padding:60px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.x .faviconPreview img{position:absolute}
|
||||
.x .faviconPreview .fn1{top:30px;left:12px}
|
||||
.x .faviconPreview .fn2{top:55px;left:68px}
|
||||
/* Mobile Icon Preview */
|
||||
.x .mobiconPreview{position:relative;padding:252px 0 0 200px;background:url(../img/bgMobileTop.png) no-repeat}
|
||||
.x .mobiconPreview img{position:absolute;top:20px;left:10px}
|
||||
.x .mobiconPreview span{position:absolute;width:32px;text-align:center;top:52px;left:10px;color:#fff;font-size:9px}
|
||||
/* Text List */
|
||||
.x .textList{border:1px solid #ddd !important;line-height:1.5em;height:18.5em;overflow:auto}
|
||||
.x .textList li{border:0;padding:.25em 1em;height:1.5em;white-space:nowrap;overflow:hidden}
|
||||
.x .textList li:nth-child(even){background:#eee}
|
||||
.x .textList li a{float:right}
|
||||
/* File Box */
|
||||
.x .fileBox li{position:relative}
|
||||
.x .fileBox li img{max-width:100%}
|
||||
.x .fileBox .portlet ul{margin:1em;list-style:none;padding:0;border:0}
|
||||
.x .fileBox .portlet li{border-top:1px solid #ddd;border-bottom:0;padding:8px 0}
|
||||
.x .fileBox .side{position:absolute;top:8px;right:0}
|
||||
/* Messages */
|
||||
.x .desc.error{color:#f00}
|
||||
.x .desc.success{color:#080}
|
||||
/* Icon Button */
|
||||
.x a.iSetting{display:inline-block;width:16px;height:0;padding:16px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconSetting.gif) no-repeat}
|
||||
.x a.cMenu{display:inline-block;width:16px;height:0;padding:16px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../../../../common/img/icon.bubble.png) no-repeat}
|
||||
.x .sTog{float:right;border:0;background-color:transparent;width:28px;height:18px;opacity:.5;filter:alpha(opacity=50)}
|
||||
/* Responsive Layout */
|
||||
@media all and (max-width:860px){
|
||||
.x .header .account ul{padding-right:10px}
|
||||
.x .body{padding:1em 0 0 0}
|
||||
.x .content{float:none;margin-left:0}
|
||||
.x .lnb{float:none;width:auto;margin:1em 0}
|
||||
.x .dashboard .portlet{float:none !important;width:auto !important;margin-right:0}
|
||||
.modal .fg,
|
||||
.wfsr .fg{width:auto}
|
||||
.x .easyNav .category{float:none;display:block;width:auto}
|
||||
.x .easyNav .filter{position:static}
|
||||
}
|
||||
/* Legacy Code (Don't use it. It will be removed as soon as possible.) */
|
||||
.x h3.xeAdmin,
|
||||
.x h4.xeAdmin{position:relative;border-bottom-style:solid;border-bottom-color:#ccc;zoom:1}
|
||||
.x h3.xeAdmin{border-bottom-width:4px;font-size:24px}
|
||||
.x h4.xeAdmin{border-bottom-width:3px;font-size:20px}
|
||||
.x h5.xeAdmin{border-bottom-width:2px;font-size:16px}
|
||||
.x h6.xeAdmin{border-bottom-width:1px;font-size:12px}
|
||||
.x .adminSearch{margin:1em 0}
|
||||
.x .adminSearch fieldset{border:1px solid #ccc;margin:0;padding:.5em 1em}
|
||||
.x .localNavigation{padding:0;list-style:none}
|
||||
.x .localNavigation li{display:inline}
|
||||
.x .localNavigation li.on a{font-weight:bold;color:#333;text-decoration:none}
|
||||
.x .localNavigation li:before{content:"| "}
|
||||
.x .localNavigation li:first-child:before{content:""}
|
||||
.x .summary{margin:1em 0}
|
||||
.x .rowTable,
|
||||
.x .colTable,
|
||||
.x .crossTable{margin:1em 0;border:0;border-collapse:collapse;border-top:2px solid #ccc;width:100%}
|
||||
.x .rowTable caption,
|
||||
.x .colTable caption,
|
||||
.x .crossTable caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.x .rowTable caption:after,
|
||||
.x .colTable caption:after,
|
||||
.x .crossTable caption:after{content:"";display:block;clear:both}
|
||||
.x .rowTable caption a,
|
||||
.x .colTable caption a,
|
||||
.x .crossTable caption a{font-weight:normal}
|
||||
.x .rowTable caption em,
|
||||
.x .colTable caption em,
|
||||
.x .crossTable caption em{float:right;font-style:normal;font-weight:normal;color:#e00;margin-left:1em}
|
||||
.x .rowTable caption strong,
|
||||
.x .colTable caption strong,
|
||||
.x .crossTable caption strong{color:#e00}
|
||||
.x .rowTable caption .side,
|
||||
.x .colTable caption .side,
|
||||
.x .crossTable caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.x .rowTable th,
|
||||
.x .rowTable td,
|
||||
.x .colTable th,
|
||||
.x .rowTable td,
|
||||
.x .crossTable th,
|
||||
.x .rowTable td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
|
||||
.x .rowTable th,
|
||||
.x .colTable th,
|
||||
.x .crossTable th{background:#f8f8f8;white-space:nowrap}
|
||||
.x .rowTable thead th,
|
||||
.x .colTable thead th,
|
||||
.x .crossTable thead th{border-bottom:1px solid #999}
|
||||
.x .rowTable tfoot td,
|
||||
.x .colTable tfoot td,
|
||||
.x .crossTable tfoot td{font-weight:bold;background:#f8f8f8}
|
||||
.x .rowTable.even tbody tr:nth-of-type(even) td,
|
||||
.x .colTable.even tbody tr:nth-of-type(even) td,
|
||||
.x .crossTable.even tbody tr:nth-of-type(even) td{background-color:#fafafa}
|
||||
.x .rowTable td>input[type=text],
|
||||
.x .colTable td>input[type=text],
|
||||
.x .crossTable td>input[type=text]{margin:-1px 0 -3px 0 !important;vertical-align:middle}
|
||||
.x .rowTable img,
|
||||
.x .colTable img,
|
||||
.x .crossTable img{vertical-align:middle}
|
||||
.x .rowTable .title,
|
||||
.x .colTable .title,
|
||||
.x .crossTable .title,
|
||||
.x .rowTable .text,
|
||||
.x .colTable .text,
|
||||
.x .crossTable .text{white-space:normal}
|
||||
.x .rowTable input[type=text],
|
||||
.x .colTable input[type=text],
|
||||
.x .crossTable input[type=text],
|
||||
.x .rowTable input[type=password],
|
||||
.x .colTable input[type=password],
|
||||
.x .crossTable input[type=password],
|
||||
.x .rowTable input[type=file],
|
||||
.x .colTable input[type=file],
|
||||
.x .crossTable input[type=file],
|
||||
.x .rowTable textarea,
|
||||
.x .colTable textarea,
|
||||
.x .crossTable textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.x .rowTable input[type=text],
|
||||
.x .colTable input[type=text],
|
||||
.x .crossTable input[type=text],
|
||||
.x .rowTable input[type=password],
|
||||
.x .colTable input[type=password],
|
||||
.x .crossTable input[type=password],
|
||||
.x .rowTable input[type=file],
|
||||
.x .colTable input[type=file],
|
||||
.x .crossTable input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.x .clear:after{content:"";display:block;clear:both}
|
||||
|
||||
.x .moduleSearchWindow{position:absolute;width:700px;z-index:100}
|
||||
.x .moduleSearchWindow, .moduleSearchWindow div{margin:0;padding:0;color:#2d2c2d;font-size:12px}
|
||||
.x .moduleSearchWindow h2{margin:0;padding:4px;height:24px;line-height:24px;background:#666;text-align:left;color:#fff;font-size:12px}
|
||||
.x .moduleSearchWindow .sectionDiv{position:relative;margin:0px;background:#fff;border:1px solid}
|
||||
.x .moduleSearchWindow .siteList{float:left;width:295px}
|
||||
.x .moduleSearchWindow .highlight{background:yellow;color:red;font-style:italic}
|
||||
.x .moduleSearchWindow .moduleTypeList{margin-left:5px;float:left;width:200px}
|
||||
.x .moduleSearchWindow .moduleInstanceList{float:right;width:190px}
|
||||
.x .moduleSearchWindow ul{margin:0;padding:0;border:0}
|
||||
.x .moduleSearchWindow li{font-size:12px;border:0;border-bottom:1px solid #ccc;margin:0;padding: 4px 4px;font-family: 나눔고딕,NanumGothic,"맑은 고딕","Malgun Gothic",AppleGothic,돋움,Dotum,굴림,Gulim,sans-serif}
|
||||
.x .moduleSearchWindow li:hover, .moduleSearchWindow li.on{background:#eee;cursor:pointer}
|
||||
.x .moduleSearchWindow li div{margin:0;padding:0;display:inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
|
||||
.x .moduleSearchWindow .siteList li div{width:270px}
|
||||
.x .moduleSearchWindow .siteListSearchBox{margin:0;padding:4px 0;height:24px;border-bottom:1px solid #888}
|
||||
.x .moduleSearchWindow .siteListSearchBoxBorder{margin-left:3px;height: 22px;width: 287px;border: 1px solid #ccc}
|
||||
.x .moduleSearchWindow input.siteListSearchInput{margin:0;padding:0;position:relative;float:right;width: 260px;margin-right:4px;border:0}
|
||||
.x .moduleSearchWindow .siteListSearchBox .searchImg{position:relative;float:left;margin-top:4px;margin-left:4px}
|
||||
.x .moduleSearchWindow .moduleTypeList li div{width:170px}
|
||||
.x .moduleSearchWindow .moduleInstanceList li div{width:190px}
|
||||
.x .moduleSearchWindow .moduleSearch_ok {float:right}
|
||||
.x .moduleSearchWindow select.moduleInstanceListSelect {width:100%}
|
||||
|
||||
/*!
|
||||
* Bootstrap v2.0.4
|
||||
*
|
||||
* Copyright 2012 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world@twitter by@mdo and@fat.
|
||||
*/
|
||||
/* Bootstrap - Icons */
|
||||
[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}
|
||||
[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0}
|
||||
.icon-white{background-image:url("../img/glyphicons-halflings-white.png")}
|
||||
.icon-glass{background-position:0 0}
|
||||
.icon-music{background-position:-24px 0}
|
||||
.icon-search{background-position:-48px 0}
|
||||
.icon-envelope{background-position:-72px 0}
|
||||
.icon-heart{background-position:-96px 0}
|
||||
.icon-star{background-position:-120px 0}
|
||||
.icon-star-empty{background-position:-144px 0}
|
||||
.icon-user{background-position:-168px 0}
|
||||
.icon-film{background-position:-192px 0}
|
||||
.icon-th-large{background-position:-216px 0}
|
||||
.icon-th{background-position:-240px 0}
|
||||
.icon-th-list{background-position:-264px 0}
|
||||
.icon-ok{background-position:-288px 0}
|
||||
.icon-remove{background-position:-312px 0}
|
||||
.icon-zoom-in{background-position:-336px 0}
|
||||
.icon-zoom-out{background-position:-360px 0}
|
||||
.icon-off{background-position:-384px 0}
|
||||
.icon-signal{background-position:-408px 0}
|
||||
.icon-cog{background-position:-432px 0}
|
||||
.icon-trash{background-position:-456px 0}
|
||||
.icon-home{background-position:0 -24px}
|
||||
.icon-file{background-position:-24px -24px}
|
||||
.icon-time{background-position:-48px -24px}
|
||||
.icon-road{background-position:-72px -24px}
|
||||
.icon-download-alt{background-position:-96px -24px}
|
||||
.icon-download{background-position:-120px -24px}
|
||||
.icon-upload{background-position:-144px -24px}
|
||||
.icon-inbox{background-position:-168px -24px}
|
||||
.icon-play-circle{background-position:-192px -24px}
|
||||
.icon-repeat{background-position:-216px -24px}
|
||||
.icon-refresh{background-position:-240px -24px}
|
||||
.icon-list-alt{background-position:-264px -24px}
|
||||
.icon-lock{background-position:-287px -24px}
|
||||
.icon-flag{background-position:-312px -24px}
|
||||
.icon-headphones{background-position:-336px -24px}
|
||||
.icon-volume-off{background-position:-360px -24px}
|
||||
.icon-volume-down{background-position:-384px -24px}
|
||||
.icon-volume-up{background-position:-408px -24px}
|
||||
.icon-qrcode{background-position:-432px -24px}
|
||||
.icon-barcode{background-position:-456px -24px}
|
||||
.icon-tag{background-position:0 -48px}
|
||||
.icon-tags{background-position:-25px -48px}
|
||||
.icon-book{background-position:-48px -48px}
|
||||
.icon-bookmark{background-position:-72px -48px}
|
||||
.icon-print{background-position:-96px -48px}
|
||||
.icon-camera{background-position:-120px -48px}
|
||||
.icon-font{background-position:-144px -48px}
|
||||
.icon-bold{background-position:-167px -48px}
|
||||
.icon-italic{background-position:-192px -48px}
|
||||
.icon-text-height{background-position:-216px -48px}
|
||||
.icon-text-width{background-position:-240px -48px}
|
||||
.icon-align-left{background-position:-264px -48px}
|
||||
.icon-align-center{background-position:-288px -48px}
|
||||
.icon-align-right{background-position:-312px -48px}
|
||||
.icon-align-justify{background-position:-336px -48px}
|
||||
.icon-list{background-position:-360px -48px}
|
||||
.icon-indent-left{background-position:-384px -48px}
|
||||
.icon-indent-right{background-position:-408px -48px}
|
||||
.icon-facetime-video{background-position:-432px -48px}
|
||||
.icon-picture{background-position:-456px -48px}
|
||||
.icon-pencil{background-position:0 -72px}
|
||||
.icon-map-marker{background-position:-24px -72px}
|
||||
.icon-adjust{background-position:-48px -72px}
|
||||
.icon-tint{background-position:-72px -72px}
|
||||
.icon-edit{background-position:-96px -72px}
|
||||
.icon-share{background-position:-120px -72px}
|
||||
.icon-check{background-position:-144px -72px}
|
||||
.icon-move{background-position:-168px -72px}
|
||||
.icon-step-backward{background-position:-192px -72px}
|
||||
.icon-fast-backward{background-position:-216px -72px}
|
||||
.icon-backward{background-position:-240px -72px}
|
||||
.icon-play{background-position:-264px -72px}
|
||||
.icon-pause{background-position:-288px -72px}
|
||||
.icon-stop{background-position:-312px -72px}
|
||||
.icon-forward{background-position:-336px -72px}
|
||||
.icon-fast-forward{background-position:-360px -72px}
|
||||
.icon-step-forward{background-position:-384px -72px}
|
||||
.icon-eject{background-position:-408px -72px}
|
||||
.icon-chevron-left{background-position:-432px -72px}
|
||||
.icon-chevron-right{background-position:-456px -72px}
|
||||
.icon-plus-sign{background-position:0 -96px}
|
||||
.icon-minus-sign{background-position:-24px -96px}
|
||||
.icon-remove-sign{background-position:-48px -96px}
|
||||
.icon-ok-sign{background-position:-72px -96px}
|
||||
.icon-question-sign{background-position:-96px -96px}
|
||||
.icon-info-sign{background-position:-120px -96px}
|
||||
.icon-screenshot{background-position:-144px -96px}
|
||||
.icon-remove-circle{background-position:-168px -96px}
|
||||
.icon-ok-circle{background-position:-192px -96px}
|
||||
.icon-ban-circle{background-position:-216px -96px}
|
||||
.icon-arrow-left{background-position:-240px -96px}
|
||||
.icon-arrow-right{background-position:-264px -96px}
|
||||
.icon-arrow-up{background-position:-289px -96px}
|
||||
.icon-arrow-down{background-position:-312px -96px}
|
||||
.icon-share-alt{background-position:-336px -96px}
|
||||
.icon-resize-full{background-position:-360px -96px}
|
||||
.icon-resize-small{background-position:-384px -96px}
|
||||
.icon-plus{background-position:-408px -96px}
|
||||
.icon-minus{background-position:-433px -96px}
|
||||
.icon-asterisk{background-position:-456px -96px}
|
||||
.icon-exclamation-sign{background-position:0 -120px}
|
||||
.icon-gift{background-position:-24px -120px}
|
||||
.icon-leaf{background-position:-48px -120px}
|
||||
.icon-fire{background-position:-72px -120px}
|
||||
.icon-eye-open{background-position:-96px -120px}
|
||||
.icon-eye-close{background-position:-120px -120px}
|
||||
.icon-warning-sign{background-position:-144px -120px}
|
||||
.icon-plane{background-position:-168px -120px}
|
||||
.icon-calendar{background-position:-192px -120px}
|
||||
.icon-random{background-position:-216px -120px}
|
||||
.icon-comment{background-position:-240px -120px}
|
||||
.icon-magnet{background-position:-264px -120px}
|
||||
.icon-chevron-up{background-position:-288px -120px}
|
||||
.icon-chevron-down{background-position:-313px -119px}
|
||||
.icon-retweet{background-position:-336px -120px}
|
||||
.icon-shopping-cart{background-position:-360px -120px}
|
||||
.icon-folder-close{background-position:-384px -120px}
|
||||
.icon-folder-open{background-position:-408px -120px}
|
||||
.icon-resize-vertical{background-position:-432px -119px}
|
||||
.icon-resize-horizontal{background-position:-456px -118px}
|
||||
.icon-hdd{background-position:0 -144px}
|
||||
.icon-bullhorn{background-position:-24px -144px}
|
||||
.icon-bell{background-position:-48px -144px}
|
||||
.icon-certificate{background-position:-72px -144px}
|
||||
.icon-thumbs-up{background-position:-96px -144px}
|
||||
.icon-thumbs-down{background-position:-120px -144px}
|
||||
.icon-hand-right{background-position:-144px -144px}
|
||||
.icon-hand-left{background-position:-168px -144px}
|
||||
.icon-hand-up{background-position:-192px -144px}
|
||||
.icon-hand-down{background-position:-216px -144px}
|
||||
.icon-circle-arrow-right{background-position:-240px -144px}
|
||||
.icon-circle-arrow-left{background-position:-264px -144px}
|
||||
.icon-circle-arrow-up{background-position:-288px -144px}
|
||||
.icon-circle-arrow-down{background-position:-312px -144px}
|
||||
.icon-globe{background-position:-336px -144px}
|
||||
.icon-wrench{background-position:-360px -144px}
|
||||
.icon-tasks{background-position:-384px -144px}
|
||||
.icon-filter{background-position:-408px -144px}
|
||||
.icon-briefcase{background-position:-432px -144px}
|
||||
.icon-fullscreen{background-position:-456px -144px}
|
||||
/* Bootstrap - Nav */
|
||||
.nav{margin-bottom:18px;margin-left:0;list-style:none}
|
||||
.nav > li > a{display:block}
|
||||
.nav > li > a:hover{text-decoration:none;background-color:#eeeeee}
|
||||
.nav > .pull-right{float:right}
|
||||
.nav .nav-header{display:block;padding:3px 15px;font-weight:bold;line-height:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase}
|
||||
.nav li + .nav-header{margin-top:9px}
|
||||
.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)}
|
||||
.nav-list > li > a{padding:3px 15px}
|
||||
.nav-list > .active > a,
|
||||
.nav-list > .active > a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc}
|
||||
.nav-list [class^="icon-"]{margin-right:2px}
|
||||
.nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff}
|
||||
.nav-tabs,
|
||||
.nav-pills{ *zoom:1}
|
||||
.nav-tabs:before,
|
||||
.nav-pills:before,
|
||||
.nav-tabs:after,
|
||||
.nav-pills:after{display:table;content:""}
|
||||
.nav-tabs:after,
|
||||
.nav-pills:after{clear:both}
|
||||
.nav-tabs > li,
|
||||
.nav-pills > li{float:left}
|
||||
.nav-tabs > li > a,
|
||||
.nav-pills > li > a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}
|
||||
.nav-tabs{border-bottom:1px solid #ddd}
|
||||
.nav-tabs > li{margin-bottom:-1px}
|
||||
.nav-tabs > li > a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
|
||||
.nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #dddddd}
|
||||
.nav-tabs > .active > a,
|
||||
.nav-tabs > .active > a:hover{color:#555555;cursor:default;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent}
|
||||
.nav-pills > li > a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
|
||||
.nav-pills > .active > a,
|
||||
.nav-pills > .active > a:hover{color:#ffffff;background-color:#0088cc}
|
||||
.nav-stacked > li{float:none}
|
||||
.nav-stacked > li > a{margin-right:0}
|
||||
.nav-tabs.nav-stacked{border-bottom:0}
|
||||
.nav-tabs.nav-stacked > li > a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
.nav-tabs.nav-stacked > li:first-child > a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
|
||||
.nav-tabs.nav-stacked > li:last-child > a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}
|
||||
.nav-tabs.nav-stacked > li > a:hover{z-index:2;border-color:#ddd}
|
||||
.nav-pills.nav-stacked > li > a{margin-bottom:3px}
|
||||
.nav-pills.nav-stacked > li:last-child > a{margin-bottom:1px}
|
||||
.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}
|
||||
.nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
|
||||
.nav-tabs .dropdown-toggle .caret,
|
||||
.nav-pills .dropdown-toggle .caret{margin-top:6px;border-top-color:#0088cc;border-bottom-color:#0088cc}
|
||||
.nav-tabs .dropdown-toggle:hover .caret,
|
||||
.nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}
|
||||
.nav-tabs .active .dropdown-toggle .caret,
|
||||
.nav-pills .active .dropdown-toggle .caret{border-top-color:#333333;border-bottom-color:#333333}
|
||||
.nav > .dropdown.active > a:hover{color:#000000;cursor:pointer}
|
||||
.nav-tabs .open .dropdown-toggle,
|
||||
.nav-pills .open .dropdown-toggle,
|
||||
.nav > li.dropdown.open.active > a:hover{color:#ffffff;background-color:#999999;border-color:#999999}
|
||||
.nav li.dropdown.open .caret,
|
||||
.nav li.dropdown.open.active .caret,
|
||||
.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100)}
|
||||
/* Bootstrap - Miscellaneous */
|
||||
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)}
|
||||
.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15)}
|
||||
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
|
||||
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
|
||||
File diff suppressed because it is too large
Load diff
149
modules/admin/tpl/css/admin.min.css
vendored
149
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,6 @@
|
|||
@charset "utf-8";
|
||||
.x,
|
||||
.x table,
|
||||
.x input,
|
||||
.x textarea,
|
||||
.x select,
|
||||
.x button{font-family:Tahoma,Geneva,sans-serif}
|
||||
@font-face{font-family:NG;src:url(../../../../common/font/NanumGothic.eot);src:local(※),url(../../../../common/font/NanumGothic.woff) format('woff')}
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:나눔고딕,NanumGothic,NG,돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
@media all and (max-width:1024px){
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
@charset "utf-8";
|
||||
.x,
|
||||
.x table,
|
||||
.x input,
|
||||
.x textarea,
|
||||
.x select,
|
||||
.x button{font-family:"MS PGothic",Osaka,Arial,sans-serif}
|
||||
@font-face{font-family:NG;src:url(../../../../common/font/NanumGothic.eot);src:local(※),url(../../../../common/font/NanumGothic.woff) format('woff')}
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:나눔고딕,NanumGothic,NG,돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
@media all and (max-width:1024px){
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
@charset "utf-8";
|
||||
.x,
|
||||
.x table,
|
||||
.x input,
|
||||
.x textarea,
|
||||
.x select,
|
||||
.x button{font-family:나눔고딕,NanumGothic,"맑은 고딕","Malgun Gothic",돋움,Dotum,sans-serif}
|
||||
@font-face{font-family:NG;src:url(../../../../common/font/NanumGothic.eot);src:local(※),url(../../../../common/font/NanumGothic.woff) format('woff')}
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:나눔고딕,NanumGothic,NG,돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
@media all and (max-width:1024px){
|
||||
body>.x,.x table,.x input,.x textarea,.x select,.x button{font-family:돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
}
|
||||
|
|
@ -1,54 +1,66 @@
|
|||
<include target="./_spHeader.html" />
|
||||
<div class="content dashboard" id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<!--@if(!$isEnviromentGatheringAgreement)-->
|
||||
<form action="./" method="post" class="message info">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procAdminEnviromentGatheringAgreement" />
|
||||
<include target="./_header.html" />
|
||||
<div class="content" id="content">
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->control_panel}</h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="./" method="post" class="message info x_clearfix" cond="!$isEnviromentGatheringAgreement">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procAdminEnviromentGatheringAgreement" />
|
||||
<h2>{$lang->install_env_agreement}</h2>
|
||||
<p>{$lang->install_env_agreement_desc}</p>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><button type="submit" name="is_agree" value="true">{$lang->agree}</button></span>
|
||||
<span class="btn"><button type="submit" name="is_agree" value="false">{$lang->disagree}</button></span>
|
||||
<div class="x_btn-group x_pull-right" style="margin-bottom:10px">
|
||||
<button type="submit" name="is_agree" value="false" class="x_btn x_btn-small">{$lang->disagree}</button>
|
||||
<button type="submit" name="is_agree" value="true" class="x_btn x_btn-small x_btn-primary">{$lang->agree}</button>
|
||||
</div>
|
||||
</form>
|
||||
<!--@end-->
|
||||
<!--@if($addTables || $needUpdate)-->
|
||||
<div class="message update">
|
||||
<div class="message update" cond="$addTables || $needUpdate">
|
||||
<h2 cond="$needUpdate && $addTables">{$lang->need_update_and_table}</h2>
|
||||
<h2 cond="$needUpdate && !$addTables">{$lang->need_update}</h2>
|
||||
<h2 cond="!$needUpdate && $addTables">{$lang->need_table}</h2>
|
||||
<ul>
|
||||
<!--@foreach($module_list AS $key => $value)-->
|
||||
<!--@if($value->need_install)-->
|
||||
<li style="margin:0 0 4px 0;">{$value->module} - <span class="btn"><button type="button" onclick="doInstallModule('{$value->module}')">{$lang->cmd_create_db_table}</button></span></li>
|
||||
<!--@else if($value->need_update)-->
|
||||
<li style="margin:0 0 4px 0;">{$value->module} - <span class="btn"><button type="button" onclick="doUpdateModule('{$value->module}')">{$lang->cmd_module_update}</button></span></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<block loop="$module_list => $key,$value">
|
||||
<li style="margin:0 0 4px 0" cond="$value->need_install">{$value->module} - <button type="button" onclick="doInstallModule('{$value->module}')" class="x_btn x_btn-small">{$lang->cmd_create_db_table}</button></li>
|
||||
<li style="margin:0 0 4px 0" cond="$value->need_update">{$value->module} - <button type="button" onclick="doUpdateModule('{$value->module}')" class="x_btn x_btn-small">{$lang->cmd_module_update}</button></li>
|
||||
</block>
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="section">
|
||||
<div class="portlet">
|
||||
<h2 class="h2">{$lang->current_state}</h2>
|
||||
<ul class="lined">
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList')}">{$lang->menu_gnb['user']}</a> <span class="side">{number_format($status->member->totalCount)}(<!--@if($status->member->todayCount > 0)-->+<!--@end-->{number_format($status->member->todayCount)})</span></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->menu_gnb_sub['document']}</a> <span class="side">{number_format($status->document->totalCount)}(<!--@if($status->document->todayCount > 0)-->+<!--@end-->{number_format($status->document->todayCount)})</span></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList')}">{$lang->menu_gnb_sub['comment']}</a> <span class="side">{number_format($status->comment->totalCount)}(<!--@if($status->comment->todayCount > 0)-->+<!--@end-->{$status->comment->todayCount})</span></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispTrackbackAdminList')}">{$lang->menu_gnb_sub['trackback']}</a> <span class="side">{number_format($status->trackback->totalCount)}(<!--@if($status->trackback->todayCount > 0)-->+<!--@end-->{$status->trackback->todayCount})</span></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispFileAdminList')}">{$lang->menu_gnb_sub['file']}</a> <span class="side">{number_format($status->file->totalCount)}(<!--@if($status->file->todayCount > 0)-->+<!--@end-->{number_format($status->file->todayCount)})</span></li>
|
||||
<div class="dashboard">
|
||||
<section class="status">
|
||||
<h2>{$lang->current_state}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList')}">{$lang->menu_gnb['user']}</a>
|
||||
<span class="side">{number_format($status->member->totalCount)}(<!--@if($status->member->todayCount > 0)-->+<!--@end-->{number_format($status->member->todayCount)})</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->menu_gnb_sub['document']}</a>
|
||||
<span class="side">{number_format($status->document->totalCount)}(<!--@if($status->document->todayCount > 0)-->+<!--@end-->{number_format($status->document->todayCount)})</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList')}">{$lang->menu_gnb_sub['comment']}</a>
|
||||
<span class="side">{number_format($status->comment->totalCount)}(<!--@if($status->comment->todayCount > 0)-->+<!--@end-->{$status->comment->todayCount})</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispTrackbackAdminList')}">{$lang->menu_gnb_sub['trackback']}</a>
|
||||
<span class="side">{number_format($status->trackback->totalCount)}(<!--@if($status->trackback->todayCount > 0)-->+<!--@end-->{$status->trackback->todayCount})</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispFileAdminList')}">{$lang->menu_gnb_sub['file']}</a>
|
||||
<span class="side">{number_format($status->file->totalCount)}(<!--@if($status->file->todayCount > 0)-->+<!--@end-->{number_format($status->file->todayCount)})</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2"><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->latest_documents}</a></h2>
|
||||
<ul class="lined">
|
||||
</section>
|
||||
<section class="document">
|
||||
<h2>{$lang->latest_documents}</h2>
|
||||
<ul>
|
||||
<!--@foreach($latestDocumentList AS $key=>$value)-->
|
||||
{@$document = $value->variables}
|
||||
<li>
|
||||
<a href="{getUrl('', 'document_srl', $document['document_srl'])}" target="_blank"><!--@if(trim($value->getTitle()))-->{$value->getTitle()}<!--@else--><strong>{$lang->no_title_document}</strong><!--@end--></a> <span class="side">{$document['nick_name']}</span>
|
||||
<a href="{getUrl('', 'document_srl', $document['document_srl'])}" target="_blank"><!--@if(trim($value->getTitle()))-->{$value->getTitle()}<!--@else--><strong>{$lang->no_title_document}</strong><!--@end--></a>
|
||||
<span class="side">{$document['nick_name']}</span>
|
||||
<form class="action">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||
|
|
@ -61,13 +73,15 @@
|
|||
<!--@end-->
|
||||
<li cond="!is_array($latestDocumentList) || count($latestDocumentList) < 1">{$lang->no_data}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2"><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList')}">{$lang->latest_comments}</a></h2>
|
||||
<ul class="lined">
|
||||
<p class="more"><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}"><i>›</i> {$lang->more}</a></p>
|
||||
</section>
|
||||
<section class="reply">
|
||||
<h2>{$lang->latest_comments}</h2>
|
||||
<ul>
|
||||
<!--@foreach($latestCommentList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="{getUrl('', 'document_srl', $value->document_srl)}#comment_{$value->comment_srl}" target="_blank"><!--@if(trim($value->content))-->{$value->getSummary()}<!--@else--><strong>{$lang->no_text_comment}</strong><!--@end--></a> <span class="side">{$value->nick_name}</span>
|
||||
<a href="{getUrl('', 'document_srl', $value->document_srl)}#comment_{$value->comment_srl}" target="_blank"><!--@if(trim($value->content))-->{$value->getSummary()}<!--@else--><strong>{$lang->no_text_comment}</strong><!--@end--></a>
|
||||
<span class="side">{$value->nick_name}</span>
|
||||
<form class="action">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procCommentAdminDeleteChecked" />
|
||||
|
|
@ -80,13 +94,15 @@
|
|||
<!--@end-->
|
||||
<li cond="!is_array($latestCommentList) || count($latestCommentList) < 1">{$lang->no_data}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2"><a href="{getUrl('', 'module', 'admin', 'act', 'dispTrackbackAdminList')}">{$lang->latest_trackbacks}</a></h2>
|
||||
<ul class="lined">
|
||||
<p class="more"><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList')}"><i>›</i> {$lang->more}</a></p>
|
||||
</section>
|
||||
<section class="trackback">
|
||||
<h2>{$lang->latest_trackbacks}</h2>
|
||||
<ul>
|
||||
<!--@foreach($latestTrackbackList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="{$value->url}" target="_blank">{$value->title}</a> <span class="side">{$value->blog_name}</span>
|
||||
<a href="{$value->url}" target="_blank">{$value->title}</a>
|
||||
<span class="side">{$value->blog_name}</span>
|
||||
<form class="action">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procTrackbackAdminDeleteChecked" />
|
||||
|
|
@ -98,8 +114,22 @@
|
|||
<!--@end-->
|
||||
<li cond="!is_array($latestTrackbackList) || count($latestTrackbackList) < 1">{$lang->no_data}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p class="more"><a href="{getUrl('', 'module', 'admin', 'act', 'dispTrackbackAdminList')}"><i>›</i> {$lang->more}</a></p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<include target="./_spShortcut.html" />
|
||||
<include target="./_spFooter.html" />
|
||||
<include target="./_footer.html" />
|
||||
<script>
|
||||
jQuery(function($){
|
||||
// Dashboard portlet UI
|
||||
$('.dashboard>section>ul>li')
|
||||
.bind('mouseenter focusin', function(){
|
||||
$(this).addClass('hover').find('>.action').show();
|
||||
})
|
||||
.bind('mouseleave focusout', function(){
|
||||
if(!$(this).find(':focus').length){
|
||||
$(this).removeClass('hover').find('>.action').hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
1428
modules/admin/tpl/js/admin.backup.js
Normal file
1428
modules/admin/tpl/js/admin.backup.js
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
80
modules/admin/tpl/js/admin.min.js
vendored
80
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -1,46 +1,34 @@
|
|||
jQuery(function(a){a(".form li").find('>input:text:not(".notmulti"),>input:password,>textarea').filter('input[value!=""],textarea:not(:empty)').prev("label").css("visibility","hidden").end().end().prev("label").addClass("overlap").css({top:"15px",left:"5px"}).next().focus(function(){var b=a(this).prev().stop().animate({opacity:0,left:"25px"},"fast",function(){b.css("visibility","hidden")})}).blur(function(){var b=a(this);""==a.trim(b.val())&&b.prev().stop().css("visibility","visible").animate({opacity:1,
|
||||
left:"5px"},"fast")}).end().parent().css("position","relative");var d=a("input:radio+label,input:checkbox+label").prev("input");d.change(function(){var b=a(this).attr("name");d.filter(function(){return this.name==b}).next("label").css("font-weight","normal").end().filter(":checked").next("label").css("font-weight","bold").end()}).change();a(".form th>input:checkbox").change(function(){var b=a(this),e=b.data("name");b.closest("table").find("input:checkbox").filter(function(){var b=a(this);return!b.prop("disabled")&&
|
||||
(b.attr("name")==e||b.data("name")==e)}).prop("checked",b.prop("checked")).end().end().trigger("update.checkbox",[e,this.checked])});a.fn.xePagination=function(){this.not(".xe-pagination").addClass("xe-pagination").find("span.tgContent").css("whiteSpace","nowrap").end().find("a.tgAnchor").each(function(){var b=a(this);b.after(a(b.attr("href")))}).end();return this};a(".pagination").xePagination();a(".portlet .action").css({display:"none",position:"absolute"}).parent().mouseleave(function(){a(this).find(">.action").fadeOut(100)}).mouseenter(function(){a(this).find(">.action").fadeIn(100)}).focusin(function(){a(this).mouseenter()}).focusout(function(){var b=
|
||||
a(this),e;clearTimeout(b.data("timer"));e=setTimeout(function(){b.find(":focus").length||b.mouseleave()},10);b.data("timer",e)});a(window).resize(function(){1300>a(document).width()?(a(".dashboard>.section>br").remove(),a(".dashboard>.section>.portlet:odd").after('<br style="clear:both" />')):(a(".dashboard>.section>br").remove(),a(".dashboard>.section>.portlet:eq(2),.dashboard>.section>.portlet:eq(5)").after('<br style="clear:both" />'))});a(window).resize();a(".header>.siteTool>a.i").bind("before-open.tc",
|
||||
function(){a(this).addClass("active").next("div.tgContent").find(">.section:gt(0)").hide().end().find(">.btnArea>button").show()}).bind("after-close.tc",function(){a(this).removeClass("active")}).next("#siteMapList").find(">.section:last").after('<p class="btnArea"><button type="button">› more</button></p>').find("+p>button").click(function(){a(this).hide().parent().prevAll(".section").show()});a.fn.xeMask=function(){this.each(function(){var b=a(this),e=b.text();/^([\w\-\.]+?)@(([\w-]+\.)+[a-z]{2,})$/ig.test(e)&&
|
||||
b.html(e.replace(/(@.+)$/,'<span class="ellipsis">...</span><span class="cover">$1</span>')).find(">.ellipsis").css({position:"absolute",zIndex:1}).hover(function(){a(this).next(".cover").mouseover()},function(){a(this).next(".cover").mouseout()}).end().find(">.cover").css({zIndex:2,opacity:0}).hover(function(){a(this).css("opacity",1).prev("span").css("visibility","hidden")},function(){a(this).css("opacity",0).prev("span").css("visibility","visible")}).end()})};a(".masked").xeMask()});
|
||||
jQuery(function(a){a.fn.xeMenu=function(){this.attr("role","navigation").find(">.nav-gnb>li").attr("role","menuitem").filter(":has(>ul)").attr("aria-haspopup","true").end().end().find(">.nav-gnb").mouseover(function(){a(this).parent(".gnb").addClass("active").end().find(">li>ul").css("height","auto").end()}).mouseleave(function(){a(this).parent(".gnb").removeClass("active").end().find(">li>ul").css("height","0").end()}).focusout(function(){var d=a(this);setTimeout(function(){d.find(":focus").length||
|
||||
d.mouseleave()},1)}).delegate("a",{focus:function(){a(this).mouseover()}})};a("div.gnb").xeMenu();a(".gnb>.mnv").change(function(){window.location.href=a(this).find("option:selected").val()})});
|
||||
jQuery(function(a){a.fn.xeModalWindow=function(){this.not(".xe-modal-window").addClass("xe-modal-window").each(function(){a(a(this).attr("href")).addClass("x").hide()}).click(function(){var d=a(this),b,e;b=a(d.attr("href"));b.parent("body").length||(e=a('<button type="button" class="modalClose" title="Close this layer">X</button>'),e.click(function(){b.data("anchor").trigger("close.mw")}),b.prepend('<span class="bg"></span>').append('<\!--[if IE 6]><iframe class="ie6"></iframe><![endif]--\>').find(">.fg").prepend(e).append(e.clone(!0)).end().appendTo("body"));
|
||||
b.data("anchor",d);"showing"==b.data("state")?d.trigger("close.mw"):d.trigger("open.mw");return!1}).bind("open.mw",function(){var d=a(this),b,e;b=a.Event("before-open.mw");d.trigger(b);if(b.isDefaultPrevented())return!1;b=a(d.attr("href"));e=d.data("duration")||"fast";b.data("state","showing");a("html,body").addClass("modalContainer");a(document).bind("keydown.mw",function(a){if(27==a.which)return d.trigger("close.mw"),!1});b.fadeIn(e,function(){d.trigger("after-open.mw")}).find(">.bg").height(a(document).height()).end().find("button.modalClose:first").focus()}).bind("close.mw",
|
||||
function(){var d=a(this),b,e;b=a.Event("before-close.mw");d.trigger(b);if(b.isDefaultPrevented())return!1;b=a(d.attr("href"));e=d.data("duration")||"fast";b.data("state","hiding");a("html,body").removeClass("modalContainer");b.fadeOut(e,function(){d.trigger("after-close.mw")});d.focus()})};a("a.modalAnchor").xeModalWindow();a("div.modal").addClass("x").hide()});
|
||||
jQuery(function(a){var d=!1;a.fn.xeContentToggler=function(){this.not(".xe-content-toggler").addClass("xe-content-toggler").each(function(){var b=a(this);$layer=a(b.attr("href"));$layer.hide().not(".xe-toggling-content").addClass("xe-toggling-content").mousedown(function(){d=!0}).focusout(function(){setTimeout(function(){!d&&(!$layer.find(":focus").length&&"showing"==$layer.data("state"))&&b.trigger("close.tc");d=!1},1)})}).click(function(){var b=a(this),e;e=a(b.attr("href"));e.data("anchor",b);"showing"==
|
||||
e.data("state")?b.trigger("close.tc"):b.trigger("open.tc");return!1}).bind("open.tc",function(){function b(){e.trigger("after-open.tc")}var e=a(this),j,g,f;j=a(e.attr("href"));g=e.data("effect");f=e.data("duration")||"fast";j.data("state","showing");e.trigger("before-open.tc");d=!1;a(document).unbind("mousedown.tc keydown.tc").bind("mousedown.tc keydown.tc",function(b){if(b&&("keydown"==b.type&&27!=b.which||"mousedown"==b.type&&(b=a(b.target),b.is("html,.tgAnchor,.tgContent")||j.has(b).length)))return!0;
|
||||
e.trigger("close.tc");return!1});switch(g){case "slide":j.slideDown(f,b);break;case "slide-h":g=j.css({"overflow-x":"",width:""}).width();j.show().css({"overflow-x":"hidden",width:"0px"}).animate({width:g},f,function(){j.css({"overflow-x":"",width:""});b()});break;case "fade":j.fadeIn(f,b);break;default:j.show(),e.trigger("after-open.tc")}}).bind("close.tc",function(){function b(){e.trigger("after-close.tc")}var e=a(this),d,g,f;a(document).unbind("mousedown.tc keydown.tc");d=a(e.attr("href"));g=e.data("effect");
|
||||
f=e.data("duration")||"fast";d.data("state","hiding");e.trigger("before-close.tc");switch(g){case "slide":d.slideUp(f,b);break;case "slide-h":d.animate({width:0},f,function(){d.hide();b()});break;case "fade":d.fadeOut(f,b);break;default:d.hide(),e.trigger("after-close.tc")}});return this};a("a.tgAnchor").xeContentToggler()});
|
||||
jQuery(function(a){a.fn.xeModuleFinder=function(){this.not(".xe-module-finder").addClass("xe-module-finder").find("a.tgAnchor.findsite").bind("before-open.tc",function(){var d,b,e;d=a(this);b=a(d.attr("href")).find(">ul");e=d.prev("input:text").val();a.exec_json("admin.getSiteAllList",{domain:e},function(e){var g=e.site_list,f,k;b.empty();d.closest(".modulefinder").find(".moduleList,.moduleIdList").attr("disabled","disabled");if(e.error||!a.isArray(g))d.trigger("close.tc");else{f=0;for(k=g.length;f<
|
||||
k;f++)e=a("<li />").appendTo(b),a('<button type="button" />').text(g[f].domain).data("site_srl",g[f].site_srl).appendTo(e)}})}).end().find(".tgContent.suggestion").delegate("button","click",function(){var d,b;d=a(this);b=d.closest(".modulefinder");b.find("a.tgAnchor.findsite").trigger("close.tc");a.exec_json("module.procModuleAdminGetList",{site_srl:d.data("site_srl")},function(e){var d=e.module_list,g;if(!e.error&&d){e=b.find(".moduleList").data("module_list",d).removeAttr("disabled").empty();for(g in d)d.hasOwnProperty(g)&&
|
||||
a("<option />").attr("value",g).text(d[g].title).appendTo(e);e.prop("selectedIndex",0).change().focus();e.is(":visible")||e.slideDown(100,function(){b.find(".moduleIdList:not(:visible)").slideDown(100).trigger("show")}).trigger("show")}})}).end().find(".moduleList,.moduleIdList").hide().end().find(".moduleList").change(function(){var d,b,e;d=a(this);b=d.val();e=d.data("module_list");if(e[b]){e=e[b].list;d=d.closest(".modulefinder").find(".moduleIdList").removeAttr("disabled").empty();for(var j in e)e.hasOwnProperty(j)&&
|
||||
a("<option />").attr("value",e[j].module_srl).text(e[j].browser_title).appendTo(d);d.prop("selectedIndex",0).change()}});return this};a(".modulefinder").xeModuleFinder()});
|
||||
jQuery(function(a){_xeModuleSearch=function(){function d(a,b){var e;a.find("li div").width("");a.css("height","");a.css("overflow-y","");a.height()>b&&(e=a.find("li div"),e.width(e.width()-20+"px"),a.css("height",b+"px"),a.css("overflow-y","auto"))}function b(b){var e,f=RegExp(b,"ig"),g=q;h.empty();i=0;for(c=g.length;i<c;i++){e=g[i].domain;if(b){if(!e.match(f))continue;e=e.replace(f,function(a){return'<span class="highlight">'+a+"</span>"})}$li=a("<li />").appendTo(h);a("<a>").attr("href","#").html("<div>"+
|
||||
e+'</div><span class="icon-circle-arrow-right" style="display:inline-block;float:right;width:16px;height:16px;"></span>').data("site_srl",g[i].site_srl).appendTo($li)}d(h,x-l.parent("DIV").height())}var e=this,j=a(this),g=j.find(".moduleSearchWindow"),f=g.find(".siteList"),k=g.find(".moduleTypeList"),n=g.find(".moduleInstanceList"),h=f.find("UL"),o=k.find("UL"),m=n.find("SELECT"),l=g.find("INPUT.siteListSearchInput"),q,x=280;l.keyup(function(){b(l.val())});"undefined"==typeof console&&(console={log:function(){}});
|
||||
j.not(".xe-module-search").addClass("xe-module-search").find("a.tgAnchor.moduleSearch").bind("before-open.tc",function(){var e;e=a(this);h.empty();m.empty();k.hide();n.hide();a.exec_json("admin.getSiteAllList",{domain:""},function(d){var h=d.site_list;d.error||!a.isArray(h)?e.trigger("close.tc"):(q=h,b(l.val()),l.focus())})}).end().find(".tgContent .siteListUL").delegate("a","click",function(b){var e;e=a(this);e.closest(".modulefinder");o.empty();n.hide();a.exec_json("module.procModuleAdminGetList",
|
||||
{site_srl:e.data("site_srl")},function(b){var f=b.module_list,l;if(!b.error&&f){for(l in f)f.hasOwnProperty(l)&&($li=a("<li />").appendTo(o),a("<a>").attr("href","#").html("<div>"+f[l].title+'</div><span class="icon-circle-arrow-right" style="display:inline-block;float:right;width:16px;height:16px;"></span>').data("moduleInstanceList",f[l].list).appendTo($li));g.find(".moduleTypeList").show();d(o,x);h.find("li").removeClass("on");e.parent("li").addClass("on")}});b.preventDefault()}).end().find(".moduleTypeListUL").delegate("a",
|
||||
"click",function(b){var f,h;f=a(this);if(h=f.data("moduleInstanceList")){e.sSelectedModuleType=f.text();m.empty();for(var l in h)h.hasOwnProperty(l)&&($li=a("<option />").html(h[l].browser_title).appendTo(m).val(h[l].module_srl).data("mid",h[l].module_srl).data("module_srl",h[l].module_srl).data("layout_srl",h[l].layout_srl).data("browser_title",h[l].browser_title));n.show();d(m,x);o.find("li").removeClass("on");f.parent("li").addClass("on");b.preventDefault()}}).end().find(".moduleSearch_ok").click(function(b){var d=
|
||||
[];j.find(".moduleInstanceListSelect option:selected").each(function(){d.push({type:e.sSelectedModuleType,module_srl:a(this).data("module_srl"),layout_srl:a(this).data("layout_srl"),browser_title:a(this).data("browser_title")})});j.trigger("moduleSelect",[d]);a(".tgAnchor.moduleSearch").trigger("close.tc");b.preventDefault()});return this};a.fn.xeModuleSearch=function(){a(this).each(_xeModuleSearch)};a(".moduleSearch").xeModuleSearch()});
|
||||
jQuery(function(a){function d(a,b){for(var d=0,f=0;a&&a!=b;)d+=a.offsetTop,f+=a.offsetLeft,a=a.offsetParent;return{top:d,left:f}}var b=a('<tr class="placeholder"><td> </td></tr>');a.fn.xeSortableTable=function(){this.not(".xe-sortable-table").addClass("xe-sortable-table").delegate("button.dragBtn","mousedown.st",function(e){var j,g,f,k,n,h,o,m,l,q;if(1==e.which){g=a(this);f=g.closest("tr");k=g.closest("table");q=k.get(0).offsetParent;g=f.height();n=f.width();before_event=a.Event("before-drag.st");
|
||||
k.trigger(before_event);if(before_event.isDefaultPrevented())return!1;j=e.pageY;h=d(f.get(0),q);$clone=f.attr("target",!0).clone(!0).appendTo(k);l=(e=k.find("thead th")).length;e.filter("[colspan]").attr("colspan",function(a,b){l+=b-1});b.find("td").attr("colspan",l);o=[];k.find("tbody>tr:not([target],.sticky,:hidden)").each(function(){var b=a(this),e;e=d(this,q);o.push({top:e.top,bottom:e.top+b.height(),$item:b})});$clone.addClass("draggable").css({position:"absolute",opacity:0.6,width:n,height:g,
|
||||
left:h.left,top:h.top,zIndex:100});b.css({position:"absolute",opacity:0.6,width:n,height:"10px",left:h.left,top:h.top,backgroundColor:"#bbb",overflow:"hidden",zIndex:99}).appendTo(k);f.css("opacity",0.6);a(document).unbind("mousedown.st mouseup.st").bind("mousemove.st",function(a){var e,d,f;m=null;a=h.top-(j-a.pageY);e=0;for(d=o.length;e<d;e++)f=o[e],e&&f.top>a||e<d-1&&f.bottom<a||(m={element:f.$item},f.top>a-12?(m.state="before",b.css("top",f.top-5)):(m.state="after",b.css("top",f.bottom-5)));$clone.css({top:a})}).bind("mouseup.st",
|
||||
function(){var e;a(document).unbind("mousemove.st mouseup.st");f.removeAttr("target").css("opacity","");$clone.remove();b.remove();m&&(e=a(m.element),e[m.state](f),k.trigger("after-drag.st"))})}});return this};a("table.sortable").xeSortableTable()});
|
||||
jQuery(function(a){var d=null,b=null,e=0,j=null,g=!1,f=!1,k;a(".multiLangEdit").delegate("input.vLang:text,textarea.vLang",{textchange:function(){function d(){f.addClass("loading");l.parent().is(":visible")&&l.parent().hide();show_waiting_message=!1;a.exec_json("module.getLangListByLangcodeForAutoComplete",{search_keyword:m},function(b){return function(d){var h=d.results,g,m;f.removeClass("loading");if(!d.error&&h&&!(0===h.length||e!=b+1)){l.empty();g=0;for(m=h.length;g<m;g++)d=a('<button type="button" class="_btnLang" />').data("langkey",
|
||||
h[g].name).text(h[g].value),a("<li />").append(d).appendTo(l);k.trigger("show")}}}(e++));show_waiting_message=!0}var f=a(this),m=a.trim(f.val()),l;b&&(clearTimeout(b),b=null);f.data("mle-container");l=k.find(">ul");!m||g?(g=!1,l.parent().hide(),f.prev("input.vLang").val("")):(f.data("mle-langkey").val(""),f.prev("input.vLang").val(m),b=setTimeout(d,100))},keydown:function(b){var e,d,f=b.which;a(this);b=k.find(">ul");if(!k.is(":visible")||0>a.inArray(f,[38,40,13,27]))return!0;if(27==f)return k.trigger("hide"),
|
||||
!1;e=b.find("button.active");if(13==f){if(0===e.length)return!0;e.click();return!1}if(!e.length)return b.find("li>button:first").addClass("active"),!1;38==f?(d=e.parent().prev("li").find(">button"),d.length||(d=b.find(">li:last>button"))):40==f&&(d=e.parent().next("li").find(">button"),d.length||(d=b.find(">li:first>button")));e.removeClass("active");d.addClass("active");return!1},focus:function(){var b=a(this),e=a.trim(b.val()),f=b.closest(".multiLangEdit");b.after(k);b.data("mle-container")||b.data("mle-container",
|
||||
f);b.data("mle-langkey")||b.data("mle-langkey",f.find("input.vLang:first"));(function(){var f=a.trim(b.val());f!=e&&(e=f,b.trigger("textchange"));d=setTimeout(arguments.callee,50)})()},blur:function(){clearTimeout(d);d=null;a(this).closest(".multiLangEdit").focusout()},focusout:function(){var b=a(this);clearTimeout(j);j=setTimeout(function(){f?f=!1:b.find(":focus").is(".vLang,button._btnLang")||k.trigger("hide")},10)}}).delegate("a.tgAnchor.editUserLang",{"before-open.tc":function(){var b,e,d;b=a(this);
|
||||
e=a(b.attr("href")).insertBefore(b);d=b.closest(".multiLangEdit").find("input.vLang,textarea.vLang");b=d.eq(0).val();d=d.eq(1).val();var f=e,g=function(){var a=[];v.each(function(){a.push(this.value)});return a.join("\n")},j=function(){f.data("multilang-current-name")?f.find("h2").find("strong").text(p==y?t:z).end().find("a").text(p==y?z:t).show().end():f.find("h2").find("strong").text(t).end().find("a").hide()},r,v,w="",s=0,p,t,z,u=[],y=0;f.data("init-multilang-editor")||(f.data("init-multilang-editor",
|
||||
!0).bind("multilang-reset",function(){f.data("multilang-current-name","").find(".langInput li").find(">input:text,>textarea").val("").prev("label").css("visibility","visible");p=y;j()}).find("h2 a").click(function(){p=!p;j();return!1}).end().delegate("a.langItem","click",function(){var b=a(this),e,d,h;d=f.data("multilang-list");h=b.data("multilang-name");if(d&&d[h]){d=d[h];e=f.find(".langInput");f.trigger("multilang-reset").find(".langList li.active").removeClass("active").end().data("multilang-current-name",
|
||||
h);b.parent("li").addClass("active");for(var k in d)d.hasOwnProperty(k)&&e.find("li."+k).find(">input:text,>textarea").data("multilang-value",d[k]).val(d[k]).prev("label").css("visibility","hidden");w=g();s=0;r.val(u[s]);p=1;j();return!1}}).data("layer_index",n).find(".langInput").attr("id","langInput_"+n++),z=f.find("h2 strong").text(),t=f.find("h2 a").text(),v=f.find("input:text,textarea").change(function(){var a=g()==w?0:1;a!=s&&r.val(u[s=a])}),r=f.find("input[type=submit]").click(function(){function b(){f.hide().closest(".multiLangEdit").find(".vLang").eq(0).val("$user_lang->"+
|
||||
d).end().eq(1).val(f.find(".langInput li."+xe.current_lang).find(">input:text,>textarea").val()).end()}function e(a){a&&(!a.error&&a.name)&&(d=a.name,b())}var d=f.data("multilang-current-name");if(g()==w)b();else{var h={};d&&1==p&&(h.lang_name=d);v.each(function(){var b=a(this);h[b.parent("li").attr("class")]=b.val()});a.exec_json("module.procModuleAdminInsertLang",h,e)}return!1}),u=r.val().split("|"),r.val(u[0]));e.trigger("multilang-reset").removeClass("showChild").find(".langList").empty().end();
|
||||
e.find(".langInput li."+xe.current_lang).find(">input:text,>textarea").val(d).prev("label").css("visibility","hidden");k.trigger("hide");/^\$user_lang->(.+)$/.test(b)?(b="module.getModuleAdminLangListByName",d={lang_name:RegExp.$1}):(b="module.getModuleAdminLangListByValue",d={value:d});show_waiting_message=!1;a.exec_json(b,d,function(b){var d=b.lang_list,f;if(!b.error&&d){var b=d,g,h={},j,d=0;for(g=b.length;d<g;d++){j=b[d];h[j.name]||(h[j.name]={});h[j.name][j.lang_code]=j.value}d=h;e.data("multilang-list",
|
||||
d);f=e.find(".langList");a.each(d,function(b){var d=a("<li />").appendTo(f),g=e.data("layer_index"),h=this[xe.current_lang];if(!h)for(lang_code in this){h=this[lang_code];break}a('<a href="#langInput_'+g+'" class="langItem" />').text(h).data("multilang-name",b).appendTo(d)});var b=d,d=0,k;for(k in b)b.hasOwnProperty(k)&&d++;d>1&&e.addClass("showChild");e.find(".langList>li>a:first").click()}});show_waiting_message=!0}}).delegate("button._btnLang",{click:function(){var b=a(this);g=!0;k.trigger("hide");
|
||||
b.closest(".multiLangEdit").find("input.vLang,textarea.vLang").eq(0).val(b.data("langkey")).end().eq(1).val(b.text()).end();return!1},mousedown:function(){f=!0},focus:function(){a(this).mouseover()},mouseover:function(){a(this).closest("ul").find("button.active").removeClass("active")}});k=a('<div class="suggestion"><ul></ul></div>').bind("show",function(){a(this).show()}).bind("hide",function(){a(this).hide()});var n=0});
|
||||
jQuery(function(a){a(".filebox").bind("before-open.mw",function(){function d(g){e.html(g.html);e.find(".lined .select").bind("click",function(){var d=a("input.select_checkbox:checked");0==d.length?(d=a(this).parent().find("img.filebox_item").attr("src"))?(b.trigger("filebox.selected",[d]),b.trigger("close.mw")):alert("None selected!"):(b.trigger("filebox.selected",[d]),b.trigger("close.mw"));return!1});e.find(".pagination").find("a").filter(function(){return a(this).hasClass("tgAnchor")?!1:!0}).bind("click",
|
||||
function(){var b=a(this).attr("page");a.exec_json("module.getFileBoxListHtml",{page:b},d);a(window).scrollTop(a(j).find(".modalClose").offset().top);return!1});a("#FileBoxGoTo").find("button").bind("click",function(){var b=a(this).prev("input").val();a.exec_json("module.getFileBoxListHtml",{page:b},d);a(window).scrollTop(a(j).find(".modalClose").offset().top);return!1})}var b,e,j;b=a(this);j=b.attr("href");e=a(j).find(".filebox_list");a.exec_json("module.getFileBoxListHtml",{page:"1"},d)})});
|
||||
function showWaitingFogLayer(){var a=jQuery('<span class="bg"></span>');a.height(jQuery(window).height());jQuery(".wfsr").wrap('<div class="wfsr_fog" />').before(a)}function hideWaitingFogLayer(){jQuery(".wfsr").prev("span").remove();jQuery(".wfsr").unwrap()}function doInstallModule(a){var d=[];d.module_name=a;exec_xml("install","procInstallAdminInstall",d,completeInstallModule);showWaitingFogLayer()}
|
||||
function doUpdateModule(a){var d=[];d.module_name=a;exec_xml("install","procInstallAdminUpdate",d,completeInstallModule);showWaitingFogLayer()}function completeInstallModule(a){alert(a.message);location.reload()}
|
||||
jQuery(function(a){a("body").ajaxComplete(function(){hideWaitingFogLayer()});0==a(".x>.body .lnb").length&&a(".x>.body").addClass("single");var d=a(".x .dsTg span.side>button.text");a(".x .dsTg td.title").each(function(){var b=a(this);0==b.find("p.update").length?b.addClass("tg").find(">p:not(:first-child)").hide():b.addClass("up")});var b=a(".x .dsTg td.tg>p:not(:first-child)");d.click(function(){d.toggleClass("details");b.slideToggle(200)});a(".x .content .h2, .x .content .h3").not(".portlet .h2, .modal .h2").each(function(){var b=
|
||||
a('<button type="button" class="sTog" title="Open/Close"><i class="icon-chevron-up"></i></button>');a(this).append(b);b.click(function(){var b=a(this),d=b.parent().nextUntil(".h2, .h3").not(".langEdit, .tgContent, .modal");b.parent().next().is(":hidden")?(b.find("i").attr("class","icon-chevron-up"),d.slideDown(200)):(b.find("i").attr("class","icon-chevron-down"),d.slideUp(200))})})});
|
||||
/* NHN (developers@xpressengine.com) */
|
||||
jQuery(function($){
|
||||
// iSO mobile device toolbar remove
|
||||
window.top.scrollTo(0,0);
|
||||
// Skip to content
|
||||
$('.x .skipNav>a').click(function(){
|
||||
$($(this).attr('href')).attr('tabindex','0').css('outline','0').focus();
|
||||
});
|
||||
// Content Toggle
|
||||
$('.x [data-toggle^="#"]').click(function(){
|
||||
$($(this).attr('data-toggle')).toggle();
|
||||
return false;
|
||||
});
|
||||
// GNB
|
||||
$('.x .gnb>ul>li>a').click(function(){
|
||||
var $t = $(this);
|
||||
var $gnb = $('.gnb');
|
||||
var $li = $('.x .gnb>ul>li');
|
||||
if($gnb.hasClass('able') && $t.next('ul').length==1){
|
||||
$li.not($t.parent('li')).removeClass('open');
|
||||
$t.parent('li').toggleClass('open');
|
||||
return false;
|
||||
} else if(!$gnb.hasClass('able') && $t.next('ul').length==1){
|
||||
return false;
|
||||
}
|
||||
if($t.attr('href')=='#gnb' && !$t.parent('li').hasClass('open')){
|
||||
$li.addClass('open');
|
||||
$('.x .gnb').removeClass('able');
|
||||
} else {
|
||||
$li.removeClass('open');
|
||||
$('.x .gnb').addClass('able');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
<include target="./_spHeader.html" />
|
||||
<div class="content" id="content" tabindex="0">
|
||||
<include target="./_header.html" />
|
||||
<div class="content" id="content">
|
||||
{$content}
|
||||
</div>
|
||||
<include target="./_spLnb.content.html" cond="$parentSrl != 0" />
|
||||
<include target="./_spShortcut.html" />
|
||||
<include target="./_spFooter.html" />
|
||||
<include target="./_footer.html" />
|
||||
|
||||
|
|
|
|||
|
|
@ -833,9 +833,9 @@
|
|||
<value xml:lang="jp"><![CDATA[インストール環境収集に同意する]]></value>
|
||||
</item>
|
||||
<item name="install_env_agreement_desc">
|
||||
<value xml:lang="ko"><![CDATA['<em>웹 서버, DBMS, PHP 버전 및 Extension, XE 모듈 및 애드온</em>' 정보가 XE 통계 수집 서버로 전송됩니다. 더 나은 SW를 제작하기 위한 목적으로 활용합니다. 익명으로 수집되며 이 정보를 외부에 공개하지 않습니다. <em>이 항목에 동의하지 않아도 됩니다.</em>]]></value>
|
||||
<value xml:lang="en"><![CDATA[Information on '<em>web server, DBMS, PHP version and extension, XE modules and addons</em>' is sent to the XE statistics collection server. This information is collected anonymously and used to improve our software only.<em> You don't have to agree to this.</em>]]></value>
|
||||
<value xml:lang="jp"><![CDATA['<em>ウェブサーバー、DBMS、PHPバージョンおよびExtension、XEモジュール、およびアドオン</em>'情報が、XE統計収集サーバーへ転送されます。より良いソフトウェアを製作するための目的で活用されます。情報は、匿名で収集され、外部へ公開することはありません。<em>この項目は、同意しなくても構いません。</em>]]></value>
|
||||
<value xml:lang="ko"><![CDATA['<strong>웹 서버, DBMS, PHP 버전 및 Extension, XE 모듈 및 애드온</strong>' 정보가 XE 통계 수집 서버로 전송됩니다. 더 나은 SW를 제작하기 위한 목적으로 활용합니다. 익명으로 수집되며 이 정보를 외부에 공개하지 않습니다. <strong>이 항목에 동의하지 않아도 됩니다.</strong>]]></value>
|
||||
<value xml:lang="en"><![CDATA[Information on '<strong>web server, DBMS, PHP version and extension, XE modules and addons</strong>' is sent to the XE statistics collection server. This information is collected anonymously and used to improve our software only. <strong>You don't have to agree to this.</strong>]]></value>
|
||||
<value xml:lang="jp"><![CDATA['<strong>ウェブサーバー、DBMS、PHPバージョンおよびExtension、XEモジュール、およびアドオン</strong>'情報が、XE統計収集サーバーへ転送されます。より良いソフトウェアを製作するための目的で活用されます。情報は、匿名で収集され、外部へ公開することはありません。<strong>この項目は、同意しなくても構いません。</strong>]]></value>
|
||||
</item>
|
||||
<item name="ftp_form_title">
|
||||
<value xml:lang="ko"><![CDATA[FTP 계정 정보 입력]]></value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue