mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Modules(admin, member, menu, document) and default layout UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11808 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c0f9f7098
commit
5722793eed
12 changed files with 589 additions and 576 deletions
|
|
@ -27,13 +27,13 @@ input[type=radio]{margin:0}
|
|||
.body:after{content:"";display:block;clear:both}
|
||||
@media all and (min-width:980px){
|
||||
.body.sub{padding-left:220px}
|
||||
.body.sub>.content{float:right;width:100%;margin-left:-100%}
|
||||
.body.sub>.content{width:100%;clear:both}
|
||||
.body.sub>.lnb{float:left;width:200px;position:relative;left:-220px}
|
||||
}
|
||||
.content{outline:0}
|
||||
.footer{margin:15px 0}
|
||||
.skip>a{height:1px;overflow:hidden;display:block;text-align:center;font-weight:bold;background:#333;margin:-1px 0 0 0;color:#fff;text-decoration:none}
|
||||
.skip>a:focus{height:auto;padding:8px 0;border-radius:0 0 4px 4px}
|
||||
.skip>a{height:1px;overflow:hidden;display:block;text-align:center;font-weight:bold;margin:-1px 0 0 0;color:#fff;text-decoration:none}
|
||||
.skip>a:focus{height:auto;padding:8px 0;border-radius:0 0 4px 4px;background:#333}
|
||||
/* Header */
|
||||
.header>.x_row{position:relative}
|
||||
.header h1 a{color:#333;font-family:Arial, Helvetica, sans-serif;text-decoration:none}
|
||||
|
|
@ -58,8 +58,8 @@ input[type=radio]{margin:0}
|
|||
/* Account */
|
||||
.account{position:absolute;right:0;bottom:5px;z-index:2;margin:0}
|
||||
/* Visual */
|
||||
.visual{display:none}
|
||||
.visual{display:block;position:relative;width:100%;overflow:hidden;margin:0 0 20px 0;border-radius:5px;overflow:hidden}
|
||||
.body.sub>.visual{float:right;margin-left:-100%}
|
||||
.visual>.list{position:relative;z-index:1;width:100%;zoom:1}
|
||||
.visual>.list.count1{width:100%;left:0}
|
||||
.visual>.list.count2{width:200%;left:0}
|
||||
|
|
|
|||
|
|
@ -49,54 +49,49 @@
|
|||
<!-- /GNB -->
|
||||
</header>
|
||||
<div class="body main"|cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'" class="body sub"|cond="$layout_info->LAYOUT_TYPE=='SUB_PAGE'">
|
||||
<!-- CONTENT -->
|
||||
<div class="content" id="content">
|
||||
<!-- VISUAL | DEFAULT -->
|
||||
<div class="visual" cond="!$layout_info->VISUAL_IMAGE_1 && !$layout_info->VISUAL_IMAGE_2 && !$layout_info->VISUAL_IMAGE_3 && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="list">
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}" class="item i1" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.1.jpg" alt="" />
|
||||
<p>Click, to change the site title.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}" class="item i2" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.2.jpg" alt="" />
|
||||
<p>Click, to change the site navigation.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispLayoutAdminAllInstanceList')}" class="item i3" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.3.jpg" alt="" />
|
||||
<p>Click, to change the site visual image.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispLayoutAdminAllInstanceList')}" class="item i1" cond="$layout_info->LAYOUT_TYPE=='SUB_PAGE'">
|
||||
<img src="visual.sub.jpg" alt="" />
|
||||
<p>Click, to change the site visual image.</p>
|
||||
</a>
|
||||
</div>
|
||||
<button type="button" class="prev"><i></i>‹</button>
|
||||
<button type="button" class="next"><i></i>›</button>
|
||||
<!-- VISUAL | DEFAULT -->
|
||||
<div class="visual" cond="!$layout_info->VISUAL_IMAGE_1 && !$layout_info->VISUAL_IMAGE_2 && !$layout_info->VISUAL_IMAGE_3 && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="list">
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}" class="item i1" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.1.jpg" alt="" />
|
||||
<p>Click, to change the site title.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}" class="item i2" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.2.jpg" alt="" />
|
||||
<p>Click, to change the site navigation.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispLayoutAdminAllInstanceList')}" class="item i3" cond="$layout_info->LAYOUT_TYPE=='MAIN_PAGE'">
|
||||
<img src="visual.main.3.jpg" alt="" />
|
||||
<p>Click, to change the site visual image.</p>
|
||||
</a>
|
||||
<a href="{geturl('','module','admin','act','dispLayoutAdminAllInstanceList')}" class="item i1" cond="$layout_info->LAYOUT_TYPE=='SUB_PAGE'">
|
||||
<img src="visual.sub.jpg" alt="" />
|
||||
<p>Click, to change the site visual image.</p>
|
||||
</a>
|
||||
</div>
|
||||
<!-- VISUAL | USER DEFINE -->
|
||||
<div class="visual" cond="$layout_info->VISUAL_IMAGE_1 || $layout_info->VISUAL_IMAGE_2 || $layout_info->VISUAL_IMAGE_3 && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="list">
|
||||
<a href="{$layout_info->VISUAL_LINK_1}" class="item i1" cond="$layout_info->VISUAL_IMAGE_1">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_1}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_1}</p>
|
||||
</a>
|
||||
<a href="{$layout_info->VISUAL_LINK_2}" class="item i2" cond="$layout_info->VISUAL_IMAGE_2">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_2}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_2}</p>
|
||||
</a>
|
||||
<a href="{$layout_info->VISUAL_LINK_3}" class="item i3" cond="$layout_info->VISUAL_IMAGE_3">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_3}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_3}</p>
|
||||
</a>
|
||||
</div>
|
||||
<button type="button" class="prev"><i></i>‹</button>
|
||||
<button type="button" class="next"><i></i>›</button>
|
||||
</div>
|
||||
<!-- /VISUAL -->
|
||||
{$content}
|
||||
<button type="button" class="prev"><i></i>‹</button>
|
||||
<button type="button" class="next"><i></i>›</button>
|
||||
</div>
|
||||
<!-- /CONTENT -->
|
||||
<!-- VISUAL | USER DEFINE -->
|
||||
<div class="visual" cond="$layout_info->VISUAL_IMAGE_1 || $layout_info->VISUAL_IMAGE_2 || $layout_info->VISUAL_IMAGE_3 && $layout_info->VISUAL_USE=='YES'">
|
||||
<div class="list">
|
||||
<a href="{$layout_info->VISUAL_LINK_1}" class="item i1" cond="$layout_info->VISUAL_IMAGE_1">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_1}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_1}</p>
|
||||
</a>
|
||||
<a href="{$layout_info->VISUAL_LINK_2}" class="item i2" cond="$layout_info->VISUAL_IMAGE_2">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_2}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_2}</p>
|
||||
</a>
|
||||
<a href="{$layout_info->VISUAL_LINK_3}" class="item i3" cond="$layout_info->VISUAL_IMAGE_3">
|
||||
<img src="{$layout_info->VISUAL_IMAGE_3}" alt="" />
|
||||
<p>{$layout_info->VISUAL_TEXT_3}</p>
|
||||
</a>
|
||||
</div>
|
||||
<button type="button" class="prev"><i></i>‹</button>
|
||||
<button type="button" class="next"><i></i>›</button>
|
||||
</div>
|
||||
<!-- /VISUAL -->
|
||||
<!-- LNB -->
|
||||
<nav class="lnb" cond="$layout_info->LAYOUT_TYPE == 'SUB_PAGE'">
|
||||
<h2 loop="$GNB->list=>$key1,$val1" cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a></h2>
|
||||
|
|
@ -110,6 +105,11 @@
|
|||
</ul>
|
||||
</nav>
|
||||
<!-- /LNB -->
|
||||
<!-- CONTENT -->
|
||||
<div class="content" id="content">
|
||||
{$content}
|
||||
</div>
|
||||
<!-- /CONTENT -->
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<p>Powered by <a href="http://xpressengine.com/"><strong>XE</strong></a>.</p>
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
</div>
|
||||
<!-- /BODY -->
|
||||
<footer 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>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- /BODY -->
|
||||
<footer 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>
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
xe.current_lang = '{$lang_type}';
|
||||
|
|
|
|||
|
|
@ -2,50 +2,51 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
')}
|
||||
<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 wide">
|
||||
<!-- GNB -->
|
||||
<nav class="gnb" id="gnb">
|
||||
<a href="#gnbNav"><i class="x_icon-align-justify x_icon-white"></i><b></b> 메뉴열기/닫기</a>
|
||||
<ul id="gnbNav">
|
||||
<li loop="$gnbUrlList=>$key,$value" class="active open"|cond="$parentSrl==$key || $value['href']=='index.php?module=admin' && !$mid && !$act"><a href="{getFullUrl('')}{$value['href']}"><span class="tx">{$value['text']}</span></a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2" class="active_"|cond="$value2['text'] == $subMenuTitle"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#favorite"><span class="tx">{$lang->favorite}</span></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>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- /GNB -->
|
||||
<div class="xin">
|
||||
<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 wide">
|
||||
<!-- GNB -->
|
||||
<nav class="gnb" id="gnb">
|
||||
<a href="#gnbNav"><i class="x_icon-align-justify x_icon-white"></i><b></b> 메뉴열기/닫기</a>
|
||||
<ul id="gnbNav">
|
||||
<li loop="$gnbUrlList=>$key,$value" class="active open"|cond="$parentSrl==$key || $value['href']=='index.php?module=admin' && !$mid && !$act"><a href="{getFullUrl('')}{$value['href']}"><span class="tx">{$value['text']}</span></a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2" class="active_"|cond="$value2['text'] == $subMenuTitle"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#favorite"><span class="tx">{$lang->favorite}</span></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>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- /GNB -->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html{min-height:100%}
|
||||
body{margin:10px;padding:0;-webkit-text-size-adjust:none}
|
||||
html,body{min-height:100%}
|
||||
body{-webkit-text-size-adjust:none}
|
||||
body>.x{min-width:300px;max-width:1240px}
|
||||
@media all and (max-width:480px){
|
||||
body>.x{margin:0}
|
||||
|
|
@ -127,10 +127,10 @@ body>.x,
|
|||
.x .fileBtn>input[type="file"]{position:absolute;overflow:hidden;opacity:0;border:0;filter:alpha(opacity=0);padding:3px 9px;cursor:pointer}
|
||||
/* Image Sprite */
|
||||
.x a[target="_blank"]:after,
|
||||
.x>.body>.gnb>ul>li>a>i,
|
||||
.x>.xin>.body>.gnb>ul>li>a>i,
|
||||
.x .dashboard>section>h2:before{background-image:url(../../../../common/img/glyphicons-halflings.png);background-repeat:no-repeat}
|
||||
.x>.body>.gnb>ul>li.open>a>i,
|
||||
.x>.body>.gnb>ul>li.active>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>i,
|
||||
.x>.xin>.body>.gnb>ul>li.active>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
/* Rotation 360 */
|
||||
.x .rotation{
|
||||
animation:ROTATION infinite 2s linear;
|
||||
|
|
@ -160,123 +160,123 @@ from{-o-transform:rotate(0deg)}
|
|||
to{-o-transform:rotate(360deg)}
|
||||
}
|
||||
/* Layout */
|
||||
.x{box-shadow:0 0 5px #999;border-radius:5px}
|
||||
.x>.skipNav{margin:0}
|
||||
.x>.skipNav>a{display:block;height:1px;text-align:center;border-radius:4px;overflow:hidden;color:#333;text-decoration:none}
|
||||
.x>.skipNav>a:focus{height:auto;margin:5px 0;padding:8px 0;background:#fff}
|
||||
.x>.header{border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;background:#f6f6f6;background:-webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background:-o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.header:after{content:"";display:block;clear:both}
|
||||
.x>.body{zoom:1;padding:0 20px 0 200px}
|
||||
.x>.body.wide{padding:0 20px 0 60px}
|
||||
.x>.body:after{content:"";display:block;clear:both}
|
||||
.x>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 30px -100%}
|
||||
.x>.body>.content>*:first-child{margin-top:0}
|
||||
.x>.body>.gnb{width:180px;position:fixed;top:73px;left:10px}
|
||||
.x>.body.wide>.gnb{width:36px}
|
||||
.x>.xin{box-shadow:0 0 5px #999;border-radius:5px;margin:10px}
|
||||
.x>.xin>.skipNav{margin:0}
|
||||
.x>.xin>.skipNav>a{display:block;height:1px;text-align:center;border-radius:4px;overflow:hidden;color:#333;text-decoration:none}
|
||||
.x>.xin>.skipNav>a:focus{height:auto;margin:5px 0;padding:8px 0;background:#fff}
|
||||
.x>.xin>.header{border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;background:#f6f6f6;background:-webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background:-o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.xin>.header:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body{zoom:1;padding:0 20px 0 200px}
|
||||
.x>.xin>.body.wide{padding:0 20px 0 60px}
|
||||
.x>.xin>.body:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 30px -100%}
|
||||
.x>.xin>.body>.content>*:first-child{margin-top:0}
|
||||
.x>.xin>.body>.gnb{width:180px;position:fixed;top:73px;left:10px}
|
||||
.x>.xin>.body.wide>.gnb{width:36px}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body,
|
||||
.x>.body.wide{padding:0}
|
||||
.x>.body>.content{width:auto;padding:1px 10px 0 10px;float:none;margin:0 0 30px 0}
|
||||
.x>.body>.gnb{float:none;width:auto;margin-right:0;left:0;border-radius:0;position:relative;top:auto;left:auto}
|
||||
.x>.body.wide>.gnb{width:auto}
|
||||
.x>.xin>.body,
|
||||
.x>.xin>.body.wide{padding:0}
|
||||
.x>.xin>.body>.content{width:auto;padding:1px 10px 0 10px;float:none;margin:0 0 30px 0}
|
||||
.x>.xin>.body>.gnb{float:none;width:auto;margin-right:0;left:0;border-radius:0;position:relative;top:auto;left:auto}
|
||||
.x>.xin>.body.wide>.gnb{width:auto}
|
||||
}
|
||||
/* Header */
|
||||
.x>.header>h1{margin:0 15px 0 0;float:left;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>h1>a{text-decoration:none;color:#333;font-size:24px;line-height:40px;font-family:Arial, Helvetica, sans-serif}
|
||||
.x>.header>h1>a>img{vertical-align:text-bottom}
|
||||
.x>.header>.site{margin:14px 0 0 0;float:left;font-size:11px;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>.site>a{text-decoration:none;color:#666;font-family:Tahoma, Geneva, sans-serif}
|
||||
.x>.header>.site>a:hover,
|
||||
.x>.header>.site>a:focus{text-decoration:underline}
|
||||
.x>.header>.account{float:right;position:relative;margin:13px 0 0 0}
|
||||
.x>.header>.account>ul{list-style:none;margin:0;padding:0}
|
||||
.x>.header>.account>ul>li{display:inline}
|
||||
.x>.header>.account>ul>li:before{content:"| ";color:#ddd}
|
||||
.x>.header>.account>ul>li:first-child:before{content:normal}
|
||||
.x>.header>.account>ul>li>a{text-decoration:none;color:#666;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>.account>ul>li>a:hover,
|
||||
.x>.header>.account>ul>li>a:focus{text-decoration:underline}
|
||||
.x>.header>.account .lang+#lang{position:absolute;top:20px;left:auto;right:0;min-width:0}
|
||||
.x>.xin>.header>h1{margin:0 15px 0 0;float:left;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>h1>a{text-decoration:none;color:#333;font-size:24px;line-height:40px;font-family:Arial, Helvetica, sans-serif}
|
||||
.x>.xin>.header>h1>a>img{vertical-align:text-bottom}
|
||||
.x>.xin>.header>.site{margin:14px 0 0 0;float:left;font-size:11px;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>.site>a{text-decoration:none;color:#666;font-family:Tahoma, Geneva, sans-serif}
|
||||
.x>.xin>.header>.site>a:hover,
|
||||
.x>.xin>.header>.site>a:focus{text-decoration:underline}
|
||||
.x>.xin>.header>.account{float:right;position:relative;margin:13px 0 0 0}
|
||||
.x>.xin>.header>.account>ul{list-style:none;margin:0;padding:0}
|
||||
.x>.xin>.header>.account>ul>li{display:inline}
|
||||
.x>.xin>.header>.account>ul>li:before{content:"| ";color:#ddd}
|
||||
.x>.xin>.header>.account>ul>li:first-child:before{content:normal}
|
||||
.x>.xin>.header>.account>ul>li>a{text-decoration:none;color:#666;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>.account>ul>li>a:hover,
|
||||
.x>.xin>.header>.account>ul>li>a:focus{text-decoration:underline}
|
||||
.x>.xin>.header>.account .lang+#lang{position:absolute;top:20px;left:auto;right:0;min-width:0}
|
||||
@media all and (max-width:480px){
|
||||
.x>.header>.site{margin-top:0}
|
||||
.x>.xin>.header>.site{margin-top:0}
|
||||
}
|
||||
@media all and (max-width:980px){
|
||||
.x>.header>.account{margin-top:0}
|
||||
.x>.xin>.header>.account{margin-top:0}
|
||||
}
|
||||
/* Footer */
|
||||
.x>.footer{border-top:1px solid #ddd;padding:10px 15px;zoom:1}
|
||||
.x>.footer:after{content:"";display:block;clear:both}
|
||||
.x>.footer>.power{float:left;color:#666}
|
||||
.x>.footer>.cache{float:right}
|
||||
.x>.footer>.cache>*{color:#666}
|
||||
.x>.footer .vr{color:#ccc !important}
|
||||
.x>.xin>.footer{border-top:1px solid #ddd;padding:10px 15px;zoom:1}
|
||||
.x>.xin>.footer:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.footer>.power{float:left;color:#666}
|
||||
.x>.xin>.footer>.cache{float:right}
|
||||
.x>.xin>.footer>.cache>*{color:#666}
|
||||
.x>.xin>.footer .vr{color:#ccc !important}
|
||||
/* GNB */
|
||||
.x>.body>.gnb>.close{background:none;border:0;position:absolute;top:0;left:0;width:100%;height:1px;overflow:hidden;margin:0;padding:0}
|
||||
.x>.body>.gnb ul{margin:0;padding:0;list-style:none}
|
||||
.x>.body>.gnb>ul{position:relative;z-index:1;box-shadow:2px 2px 4px #ddd}
|
||||
.x>.body>.gnb>ul>li.active_{display:none}
|
||||
.x>.body>.gnb a{text-decoration:none;text-shadow:0 1px 0 #fff;color:#000;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]{display:block;position:absolute;z-index:2;white-space:nowrap;font-size:0;top:50%;right:-14px;background:#eee;width:12px;height:50px;border-radius:0 3px 3px 0;margin:-25px 0 0 0;border:1px solid #ddd;border-left:0}
|
||||
.x>.body.wide>.gnb>a[href="#gnbNav"]>b{border-color:transparent;border-left-color:#666;margin:-4px 0 0 -2px}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]>b{width:0;height:0;position:absolute;top:50%;left:50%;margin:-4px 0 0 -6px;border:4px solid;border-color:transparent;border-right-color:#666}
|
||||
.x>.body>.gnb>a>i{display:none}
|
||||
.x>.xin>.body>.gnb>.close{background:none;border:0;position:absolute;top:0;left:0;width:100%;height:1px;overflow:hidden;margin:0;padding:0}
|
||||
.x>.xin>.body>.gnb ul{margin:0;padding:0;list-style:none}
|
||||
.x>.xin>.body>.gnb>ul{position:relative;z-index:1;box-shadow:2px 2px 4px #ddd}
|
||||
.x>.xin>.body>.gnb>ul>li.active_{display:none}
|
||||
.x>.xin>.body>.gnb a{text-decoration:none;text-shadow:0 1px 0 #fff;color:#000;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]{display:block;position:absolute;z-index:2;white-space:nowrap;font-size:0;top:50%;right:-14px;background:#eee;width:12px;height:50px;border-radius:0 3px 3px 0;margin:-25px 0 0 0;border:1px solid #ddd;border-left:0}
|
||||
.x>.xin>.body.wide>.gnb>a[href="#gnbNav"]>b{border-color:transparent;border-left-color:#666;margin:-4px 0 0 -2px}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]>b{width:0;height:0;position:absolute;top:50%;left:50%;margin:-4px 0 0 -6px;border:4px solid;border-color:transparent;border-right-color:#666}
|
||||
.x>.xin>.body>.gnb>a>i{display:none}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body>.gnb>ul>li{display:none}
|
||||
.x>.body>.gnb>ul>li:first-child{display:block}
|
||||
.x>.body>.gnb.open>ul>li{display:block}
|
||||
.x>.body>.gnb>a[href="#gnbNav"],
|
||||
.x>.body.wide>.gnb>a[href="#gnbNav"]{top:0;right:0;line-height:37px;width:44px;height:auto;background:none;border-radius:0;margin:0;border:0}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]{opacity:.5;filter:alpha(opacity=50%)}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]:before{content:"";position:absolute;top:1px;width:1px;height:100%;border-left:1px solid #999}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]>b{content:normal}
|
||||
.x>.body>.gnb>a>i{display:block;position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px}
|
||||
.x>.xin>.body>.gnb>ul>li{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li:first-child{display:block}
|
||||
.x>.xin>.body>.gnb.open>ul>li{display:block}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"],
|
||||
.x>.xin>.body.wide>.gnb>a[href="#gnbNav"]{top:0;right:0;line-height:37px;width:44px;height:auto;background:none;border-radius:0;margin:0;border:0}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]{opacity:.5;filter:alpha(opacity=50%)}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]:before{content:"";position:absolute;top:1px;width:1px;height:100%;border-left:1px solid #999}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]>b{display:none}
|
||||
.x>.xin>.body>.gnb>a>i{display:block;position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px}
|
||||
}
|
||||
/* li */
|
||||
.x>.body>.gnb>ul>li{background:#3886d0;border-top:1px solid #fff;border-bottom:1px solid #ddd;vertical-align:top;white-space:nowrap}
|
||||
.x>.body>.gnb>ul>li.active{background:#222}
|
||||
.x>.body>.gnb>ul>li.open,
|
||||
.x>.body>.gnb>ul>li.active{border-bottom:0;padding:0 0 1px 0}
|
||||
.x>.xin>.body>.gnb>ul>li{background:#3886d0;border-top:1px solid #fff;border-bottom:1px solid #ddd;vertical-align:top;white-space:nowrap}
|
||||
.x>.xin>.body>.gnb>ul>li.active{background:#222}
|
||||
.x>.xin>.body>.gnb>ul>li.open,
|
||||
.x>.xin>.body>.gnb>ul>li.active{border-bottom:0;padding:0 0 1px 0}
|
||||
/* li>a */
|
||||
.x>.body>.gnb>ul>li>a{padding:8px 5px 8px 10px;background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(#E8E8E8));background:-moz-linear-gradient(top,#F1F1F1,#E8E8E8);background:-o-linear-gradient(top,#F1F1F1,#E8E8E8)}
|
||||
.x>.body>.gnb>ul>li>a>i{display:inline-block;width:14px;height:14px;margin:-4px 4px 0 0;vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.x>.body>.gnb>ul>li>a[href$="module=admin"]>i{background-position:-384px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMenuAdminSiteMap"]>i{background-position:0 -24px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMemberAdminList"]>i{background-position:-168px 0}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispDocumentAdminList"]>i{background-position:-48px -48px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminConfigGeneral"]>i{background-position:-360px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]>i{background-position:-432px 0}
|
||||
.x>.body>.gnb>ul>li>a[href="#favorite"]>i{background-position:-120px 0}
|
||||
.x>.body>.gnb>ul>li>a:hover,
|
||||
.x>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
|
||||
.x>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#3886d0;background:-webkit-gradient(linear,left top,left bottom,from(#6ebcea),to(#3886d0));background:-moz-linear-gradient(top,#6ebcea,#3886d0);background:-o-linear-gradient(top,#6ebcea,#3886d0)}
|
||||
.x>.body>.gnb>ul>li.active>a{font-weight:bold;color:#fff;text-shadow:none;background:#222;background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));background:-moz-linear-gradient(top,#555,#222);background:-o-linear-gradient(top,#555,#222)}
|
||||
.x>.xin>.body>.gnb>ul>li>a{padding:8px 5px 8px 10px;background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(#E8E8E8));background:-moz-linear-gradient(top,#F1F1F1,#E8E8E8);background:-o-linear-gradient(top,#F1F1F1,#E8E8E8)}
|
||||
.x>.xin>.body>.gnb>ul>li>a>i{display:inline-block;width:14px;height:14px;margin:-4px 4px 0 0;vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href$="module=admin"]>i{background-position:-384px -144px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispMenuAdminSiteMap"]>i{background-position:0 -24px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispMemberAdminList"]>i{background-position:-168px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispDocumentAdminList"]>i{background-position:-48px -48px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispAdminConfigGeneral"]>i{background-position:-360px -144px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]>i{background-position:-432px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href="#favorite"]>i{background-position:-120px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a:hover,
|
||||
.x>.xin>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#3886d0;background:-webkit-gradient(linear,left top,left bottom,from(#6ebcea),to(#3886d0));background:-moz-linear-gradient(top,#6ebcea,#3886d0);background:-o-linear-gradient(top,#6ebcea,#3886d0)}
|
||||
.x>.xin>.body>.gnb>ul>li.active>a{font-weight:bold;color:#fff;text-shadow:none;background:#222;background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));background:-moz-linear-gradient(top,#555,#222);background:-o-linear-gradient(top,#555,#222)}
|
||||
/* li>a>span */
|
||||
.x>.body.wide>.gnb>ul>li>a>.tx{display:inline-block;width:1px;height:1px;overflow:hidden}
|
||||
.x>.body>.gnb>ul>li>a>.closeAll,
|
||||
.x>.body.wide>.gnb>ul>li.open>a>.closeAll,
|
||||
.x>.body>.gnb>ul>li.open>a>.openAll{display:none}
|
||||
.x>.body>.gnb>ul>li.open>a>.closeAll{display:inline}
|
||||
.x>.xin>.body.wide>.gnb>ul>li>a>.tx{display:inline-block;width:1px;height:1px;overflow:hidden}
|
||||
.x>.xin>.body>.gnb>ul>li>a>.closeAll,
|
||||
.x>.xin>.body.wide>.gnb>ul>li.open>a>.closeAll,
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>.openAll{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>.closeAll{display:inline}
|
||||
/* li>ul */
|
||||
.x>.body>.gnb>ul>li>ul{display:none;margin:0 10px 10px 10px;border-radius:4px}
|
||||
.x>.body>.gnb>ul>li.open>ul{display:block}
|
||||
.x>.body.wide>.gnb>ul>li.open>ul{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li>ul{display:none;margin:0 10px 10px 10px;border-radius:4px}
|
||||
.x>.xin>.body>.gnb>ul>li.open>ul{display:block}
|
||||
.x>.xin>.body.wide>.gnb>ul>li.open>ul{display:none}
|
||||
/* li>ul>li */
|
||||
.x>.body>.gnb>ul>li>ul>li{border-top:1px solid #ddd;position:relative}
|
||||
.x>.body>.gnb>ul>li>ul>li:first-child{border:0}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li{border-top:1px solid #ddd;position:relative}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:first-child{border:0}
|
||||
/* li>ul>li>a */
|
||||
.x>.body>.gnb>ul>li>ul>li>a{padding:4px 5px 4px 15px;background:#e8e8e8;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e8e8e8));background:-moz-linear-gradient(top,#f1f1f1,#e8e8e8);background:-o-linear-gradient(top,#f1f1f1,#e8e8e8)}
|
||||
.x>.body>.gnb>ul>li>ul#favorite>li>a{padding:4px 25px 4px 15px}
|
||||
.x>.body>.gnb>ul>li>ul>li:first-child>a{border-radius:4px 4px 0 0}
|
||||
.x>.body>.gnb>ul>li>ul>li:last-child>a{border-radius:0 0 4px 4px}
|
||||
.x>.body>.gnb>ul>li>ul>li:only-child>a{border-radius:4px}
|
||||
.x>.body>.gnb>ul>li>ul>li>a:hover,
|
||||
.x>.body>.gnb>ul>li>ul>li>a:active{background:-webkit-gradient(linear,left top,left bottom,from(#F6F6F6),to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background: -o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.body>.gnb>ul>li>ul>li.active_>a:after{content:"";position:absolute;top:10px;right:-8px;border:4px solid transparent;border-left-color:#ededed;width:0;height:0;overflow:hidden}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a{padding:4px 5px 4px 15px;background:#e8e8e8;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e8e8e8));background:-moz-linear-gradient(top,#f1f1f1,#e8e8e8);background:-o-linear-gradient(top,#f1f1f1,#e8e8e8)}
|
||||
.x>.xin>.body>.gnb>ul>li>ul#favorite>li>a{padding:4px 25px 4px 15px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:first-child>a{border-radius:4px 4px 0 0}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:last-child>a{border-radius:0 0 4px 4px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:only-child>a{border-radius:4px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a:hover,
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a:active{background:-webkit-gradient(linear,left top,left bottom,from(#F6F6F6),to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background: -o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li.active_>a:after{content:"";position:absolute;top:10px;right:-8px;border:4px solid transparent;border-left-color:#ededed;width:0;height:0;overflow:hidden}
|
||||
/* li>ul>li>.action */
|
||||
.x>.body>.gnb>ul>li>ul>li>.remove{position:absolute;top:4px;right:5px}
|
||||
.x>.body>.gnb>ul>li>ul>li>.remove>.x_close{width:20px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>.remove{position:absolute;top:4px;right:5px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>.remove>.x_close{width:20px}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body.wide>.gnb>ul>li>a>.tx{width:auto;height:auto}
|
||||
.x>.xin>.body.wide>.gnb>ul>li>a>.tx{width:auto;height:auto}
|
||||
}
|
||||
/* Dashboard */
|
||||
.x .dashboard{zoom:1}
|
||||
|
|
|
|||
206
modules/admin/tpl/css/admin.min.css
vendored
206
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -1,7 +1,7 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html{min-height:100%}
|
||||
body{margin:10px;padding:0;-webkit-text-size-adjust:none}
|
||||
html,body{min-height:100%}
|
||||
body{-webkit-text-size-adjust:none}
|
||||
body>.x{min-width:300px;max-width:1240px}
|
||||
@media all and (max-width:480px){
|
||||
body>.x{margin:0}
|
||||
|
|
@ -127,10 +127,10 @@ body>.x,
|
|||
.x .fileBtn>input[type="file"]{position:absolute;overflow:hidden;opacity:0;border:0;filter:alpha(opacity=0);padding:3px 9px;cursor:pointer}
|
||||
/* Image Sprite */
|
||||
.x a[target="_blank"]:after,
|
||||
.x>.body>.gnb>ul>li>a>i,
|
||||
.x>.xin>.body>.gnb>ul>li>a>i,
|
||||
.x .dashboard>section>h2:before{background-image:url(../../../../common/img/glyphicons-halflings.png);background-repeat:no-repeat}
|
||||
.x>.body>.gnb>ul>li.open>a>i,
|
||||
.x>.body>.gnb>ul>li.active>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>i,
|
||||
.x>.xin>.body>.gnb>ul>li.active>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
/* Rotation 360 */
|
||||
.x .rotation{
|
||||
animation:ROTATION infinite 2s linear;
|
||||
|
|
@ -160,123 +160,123 @@ from{-o-transform:rotate(0deg)}
|
|||
to{-o-transform:rotate(360deg)}
|
||||
}
|
||||
/* Layout */
|
||||
.x{box-shadow:0 0 5px #999;border-radius:5px}
|
||||
.x>.skipNav{margin:0}
|
||||
.x>.skipNav>a{display:block;height:1px;text-align:center;border-radius:4px;overflow:hidden;color:#333;text-decoration:none}
|
||||
.x>.skipNav>a:focus{height:auto;margin:5px 0;padding:8px 0;background:#fff}
|
||||
.x>.header{border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;background:#f6f6f6;background:-webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background:-o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.header:after{content:"";display:block;clear:both}
|
||||
.x>.body{zoom:1;padding:0 20px 0 200px}
|
||||
.x>.body.wide{padding:0 20px 0 60px}
|
||||
.x>.body:after{content:"";display:block;clear:both}
|
||||
.x>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 30px -100%}
|
||||
.x>.body>.content>*:first-child{margin-top:0}
|
||||
.x>.body>.gnb{width:180px;position:fixed;top:73px;left:10px}
|
||||
.x>.body.wide>.gnb{width:36px}
|
||||
.x>.xin{box-shadow:0 0 5px #999;border-radius:5px;margin:10px}
|
||||
.x>.xin>.skipNav{margin:0}
|
||||
.x>.xin>.skipNav>a{display:block;height:1px;text-align:center;border-radius:4px;overflow:hidden;color:#333;text-decoration:none}
|
||||
.x>.xin>.skipNav>a:focus{height:auto;margin:5px 0;padding:8px 0;background:#fff}
|
||||
.x>.xin>.header{border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;background:#f6f6f6;background:-webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background:-o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.xin>.header:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body{zoom:1;padding:0 20px 0 200px}
|
||||
.x>.xin>.body.wide{padding:0 20px 0 60px}
|
||||
.x>.xin>.body:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 30px -100%}
|
||||
.x>.xin>.body>.content>*:first-child{margin-top:0}
|
||||
.x>.xin>.body>.gnb{width:180px;position:fixed;top:73px;left:10px}
|
||||
.x>.xin>.body.wide>.gnb{width:36px}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body,
|
||||
.x>.body.wide{padding:0}
|
||||
.x>.body>.content{width:auto;padding:1px 10px 0 10px;float:none;margin:0 0 30px 0}
|
||||
.x>.body>.gnb{float:none;width:auto;margin-right:0;left:0;border-radius:0;position:relative;top:auto;left:auto}
|
||||
.x>.body.wide>.gnb{width:auto}
|
||||
.x>.xin>.body,
|
||||
.x>.xin>.body.wide{padding:0}
|
||||
.x>.xin>.body>.content{width:auto;padding:1px 10px 0 10px;float:none;margin:0 0 30px 0}
|
||||
.x>.xin>.body>.gnb{float:none;width:auto;margin-right:0;left:0;border-radius:0;position:relative;top:auto;left:auto}
|
||||
.x>.xin>.body.wide>.gnb{width:auto}
|
||||
}
|
||||
/* Header */
|
||||
.x>.header>h1{margin:0 15px 0 0;float:left;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>h1>a{text-decoration:none;color:#333;font-size:24px;line-height:40px;font-family:Arial, Helvetica, sans-serif}
|
||||
.x>.header>h1>a>img{vertical-align:text-bottom}
|
||||
.x>.header>.site{margin:14px 0 0 0;float:left;font-size:11px;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>.site>a{text-decoration:none;color:#666;font-family:Tahoma, Geneva, sans-serif}
|
||||
.x>.header>.site>a:hover,
|
||||
.x>.header>.site>a:focus{text-decoration:underline}
|
||||
.x>.header>.account{float:right;position:relative;margin:13px 0 0 0}
|
||||
.x>.header>.account>ul{list-style:none;margin:0;padding:0}
|
||||
.x>.header>.account>ul>li{display:inline}
|
||||
.x>.header>.account>ul>li:before{content:"| ";color:#ddd}
|
||||
.x>.header>.account>ul>li:first-child:before{content:normal}
|
||||
.x>.header>.account>ul>li>a{text-decoration:none;color:#666;text-shadow:0 1px 0 #fff}
|
||||
.x>.header>.account>ul>li>a:hover,
|
||||
.x>.header>.account>ul>li>a:focus{text-decoration:underline}
|
||||
.x>.header>.account .lang+#lang{position:absolute;top:20px;left:auto;right:0;min-width:0}
|
||||
.x>.xin>.header>h1{margin:0 15px 0 0;float:left;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>h1>a{text-decoration:none;color:#333;font-size:24px;line-height:40px;font-family:Arial, Helvetica, sans-serif}
|
||||
.x>.xin>.header>h1>a>img{vertical-align:text-bottom}
|
||||
.x>.xin>.header>.site{margin:14px 0 0 0;float:left;font-size:11px;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>.site>a{text-decoration:none;color:#666;font-family:Tahoma, Geneva, sans-serif}
|
||||
.x>.xin>.header>.site>a:hover,
|
||||
.x>.xin>.header>.site>a:focus{text-decoration:underline}
|
||||
.x>.xin>.header>.account{float:right;position:relative;margin:13px 0 0 0}
|
||||
.x>.xin>.header>.account>ul{list-style:none;margin:0;padding:0}
|
||||
.x>.xin>.header>.account>ul>li{display:inline}
|
||||
.x>.xin>.header>.account>ul>li:before{content:"| ";color:#ddd}
|
||||
.x>.xin>.header>.account>ul>li:first-child:before{content:normal}
|
||||
.x>.xin>.header>.account>ul>li>a{text-decoration:none;color:#666;text-shadow:0 1px 0 #fff}
|
||||
.x>.xin>.header>.account>ul>li>a:hover,
|
||||
.x>.xin>.header>.account>ul>li>a:focus{text-decoration:underline}
|
||||
.x>.xin>.header>.account .lang+#lang{position:absolute;top:20px;left:auto;right:0;min-width:0}
|
||||
@media all and (max-width:480px){
|
||||
.x>.header>.site{margin-top:0}
|
||||
.x>.xin>.header>.site{margin-top:0}
|
||||
}
|
||||
@media all and (max-width:980px){
|
||||
.x>.header>.account{margin-top:0}
|
||||
.x>.xin>.header>.account{margin-top:0}
|
||||
}
|
||||
/* Footer */
|
||||
.x>.footer{border-top:1px solid #ddd;padding:10px 15px;zoom:1}
|
||||
.x>.footer:after{content:"";display:block;clear:both}
|
||||
.x>.footer>.power{float:left;color:#666}
|
||||
.x>.footer>.cache{float:right}
|
||||
.x>.footer>.cache>*{color:#666}
|
||||
.x>.footer .vr{color:#ccc !important}
|
||||
.x>.xin>.footer{border-top:1px solid #ddd;padding:10px 15px;zoom:1}
|
||||
.x>.xin>.footer:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.footer>.power{float:left;color:#666}
|
||||
.x>.xin>.footer>.cache{float:right}
|
||||
.x>.xin>.footer>.cache>*{color:#666}
|
||||
.x>.xin>.footer .vr{color:#ccc !important}
|
||||
/* GNB */
|
||||
.x>.body>.gnb>.close{background:none;border:0;position:absolute;top:0;left:0;width:100%;height:1px;overflow:hidden;margin:0;padding:0}
|
||||
.x>.body>.gnb ul{margin:0;padding:0;list-style:none}
|
||||
.x>.body>.gnb>ul{position:relative;z-index:1;box-shadow:2px 2px 4px #ddd}
|
||||
.x>.body>.gnb>ul>li.active_{display:none}
|
||||
.x>.body>.gnb a{text-decoration:none;text-shadow:0 1px 0 #fff;color:#000;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]{display:block;position:absolute;z-index:2;white-space:nowrap;font-size:0;top:50%;right:-14px;background:#eee;width:12px;height:50px;border-radius:0 3px 3px 0;margin:-25px 0 0 0;border:1px solid #ddd;border-left:0}
|
||||
.x>.body.wide>.gnb>a[href="#gnbNav"]>b{border-color:transparent;border-left-color:#666;margin:-4px 0 0 -2px}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]>b{width:0;height:0;position:absolute;top:50%;left:50%;margin:-4px 0 0 -6px;border:4px solid;border-color:transparent;border-right-color:#666}
|
||||
.x>.body>.gnb>a>i{display:none}
|
||||
.x>.xin>.body>.gnb>.close{background:none;border:0;position:absolute;top:0;left:0;width:100%;height:1px;overflow:hidden;margin:0;padding:0}
|
||||
.x>.xin>.body>.gnb ul{margin:0;padding:0;list-style:none}
|
||||
.x>.xin>.body>.gnb>ul{position:relative;z-index:1;box-shadow:2px 2px 4px #ddd}
|
||||
.x>.xin>.body>.gnb>ul>li.active_{display:none}
|
||||
.x>.xin>.body>.gnb a{text-decoration:none;text-shadow:0 1px 0 #fff;color:#000;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]{display:block;position:absolute;z-index:2;white-space:nowrap;font-size:0;top:50%;right:-14px;background:#eee;width:12px;height:50px;border-radius:0 3px 3px 0;margin:-25px 0 0 0;border:1px solid #ddd;border-left:0}
|
||||
.x>.xin>.body.wide>.gnb>a[href="#gnbNav"]>b{border-color:transparent;border-left-color:#666;margin:-4px 0 0 -2px}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]>b{width:0;height:0;position:absolute;top:50%;left:50%;margin:-4px 0 0 -6px;border:4px solid;border-color:transparent;border-right-color:#666}
|
||||
.x>.xin>.body>.gnb>a>i{display:none}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body>.gnb>ul>li{display:none}
|
||||
.x>.body>.gnb>ul>li:first-child{display:block}
|
||||
.x>.body>.gnb.open>ul>li{display:block}
|
||||
.x>.body>.gnb>a[href="#gnbNav"],
|
||||
.x>.body.wide>.gnb>a[href="#gnbNav"]{top:0;right:0;line-height:37px;width:44px;height:auto;background:none;border-radius:0;margin:0;border:0}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]{opacity:.5;filter:alpha(opacity=50%)}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]:before{content:"";position:absolute;top:1px;width:1px;height:100%;border-left:1px solid #999}
|
||||
.x>.body>.gnb>a[href="#gnbNav"]>b{content:normal}
|
||||
.x>.body>.gnb>a>i{display:block;position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px}
|
||||
.x>.xin>.body>.gnb>ul>li{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li:first-child{display:block}
|
||||
.x>.xin>.body>.gnb.open>ul>li{display:block}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"],
|
||||
.x>.xin>.body.wide>.gnb>a[href="#gnbNav"]{top:0;right:0;line-height:37px;width:44px;height:auto;background:none;border-radius:0;margin:0;border:0}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]{opacity:.5;filter:alpha(opacity=50%)}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]:before{content:"";position:absolute;top:1px;width:1px;height:100%;border-left:1px solid #999}
|
||||
.x>.xin>.body>.gnb>a[href="#gnbNav"]>b{display:none}
|
||||
.x>.xin>.body>.gnb>a>i{display:block;position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px}
|
||||
}
|
||||
/* li */
|
||||
.x>.body>.gnb>ul>li{background:#3886d0;border-top:1px solid #fff;border-bottom:1px solid #ddd;vertical-align:top;white-space:nowrap}
|
||||
.x>.body>.gnb>ul>li.active{background:#222}
|
||||
.x>.body>.gnb>ul>li.open,
|
||||
.x>.body>.gnb>ul>li.active{border-bottom:0;padding:0 0 1px 0}
|
||||
.x>.xin>.body>.gnb>ul>li{background:#3886d0;border-top:1px solid #fff;border-bottom:1px solid #ddd;vertical-align:top;white-space:nowrap}
|
||||
.x>.xin>.body>.gnb>ul>li.active{background:#222}
|
||||
.x>.xin>.body>.gnb>ul>li.open,
|
||||
.x>.xin>.body>.gnb>ul>li.active{border-bottom:0;padding:0 0 1px 0}
|
||||
/* li>a */
|
||||
.x>.body>.gnb>ul>li>a{padding:8px 5px 8px 10px;background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(#E8E8E8));background:-moz-linear-gradient(top,#F1F1F1,#E8E8E8);background:-o-linear-gradient(top,#F1F1F1,#E8E8E8)}
|
||||
.x>.body>.gnb>ul>li>a>i{display:inline-block;width:14px;height:14px;margin:-4px 4px 0 0;vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.x>.body>.gnb>ul>li>a[href$="module=admin"]>i{background-position:-384px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMenuAdminSiteMap"]>i{background-position:0 -24px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMemberAdminList"]>i{background-position:-168px 0}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispDocumentAdminList"]>i{background-position:-48px -48px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminConfigGeneral"]>i{background-position:-360px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]>i{background-position:-432px 0}
|
||||
.x>.body>.gnb>ul>li>a[href="#favorite"]>i{background-position:-120px 0}
|
||||
.x>.body>.gnb>ul>li>a:hover,
|
||||
.x>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
|
||||
.x>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#3886d0;background:-webkit-gradient(linear,left top,left bottom,from(#6ebcea),to(#3886d0));background:-moz-linear-gradient(top,#6ebcea,#3886d0);background:-o-linear-gradient(top,#6ebcea,#3886d0)}
|
||||
.x>.body>.gnb>ul>li.active>a{font-weight:bold;color:#fff;text-shadow:none;background:#222;background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));background:-moz-linear-gradient(top,#555,#222);background:-o-linear-gradient(top,#555,#222)}
|
||||
.x>.xin>.body>.gnb>ul>li>a{padding:8px 5px 8px 10px;background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(#E8E8E8));background:-moz-linear-gradient(top,#F1F1F1,#E8E8E8);background:-o-linear-gradient(top,#F1F1F1,#E8E8E8)}
|
||||
.x>.xin>.body>.gnb>ul>li>a>i{display:inline-block;width:14px;height:14px;margin:-4px 4px 0 0;vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href$="module=admin"]>i{background-position:-384px -144px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispMenuAdminSiteMap"]>i{background-position:0 -24px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispMemberAdminList"]>i{background-position:-168px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispDocumentAdminList"]>i{background-position:-48px -48px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispAdminConfigGeneral"]>i{background-position:-360px -144px}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]>i{background-position:-432px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a[href="#favorite"]>i{background-position:-120px 0}
|
||||
.x>.xin>.body>.gnb>ul>li>a:hover,
|
||||
.x>.xin>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#3886d0;background:-webkit-gradient(linear,left top,left bottom,from(#6ebcea),to(#3886d0));background:-moz-linear-gradient(top,#6ebcea,#3886d0);background:-o-linear-gradient(top,#6ebcea,#3886d0)}
|
||||
.x>.xin>.body>.gnb>ul>li.active>a{font-weight:bold;color:#fff;text-shadow:none;background:#222;background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));background:-moz-linear-gradient(top,#555,#222);background:-o-linear-gradient(top,#555,#222)}
|
||||
/* li>a>span */
|
||||
.x>.body.wide>.gnb>ul>li>a>.tx{display:inline-block;width:1px;height:1px;overflow:hidden}
|
||||
.x>.body>.gnb>ul>li>a>.closeAll,
|
||||
.x>.body.wide>.gnb>ul>li.open>a>.closeAll,
|
||||
.x>.body>.gnb>ul>li.open>a>.openAll{display:none}
|
||||
.x>.body>.gnb>ul>li.open>a>.closeAll{display:inline}
|
||||
.x>.xin>.body.wide>.gnb>ul>li>a>.tx{display:inline-block;width:1px;height:1px;overflow:hidden}
|
||||
.x>.xin>.body>.gnb>ul>li>a>.closeAll,
|
||||
.x>.xin>.body.wide>.gnb>ul>li.open>a>.closeAll,
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>.openAll{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li.open>a>.closeAll{display:inline}
|
||||
/* li>ul */
|
||||
.x>.body>.gnb>ul>li>ul{display:none;margin:0 10px 10px 10px;border-radius:4px}
|
||||
.x>.body>.gnb>ul>li.open>ul{display:block}
|
||||
.x>.body.wide>.gnb>ul>li.open>ul{display:none}
|
||||
.x>.xin>.body>.gnb>ul>li>ul{display:none;margin:0 10px 10px 10px;border-radius:4px}
|
||||
.x>.xin>.body>.gnb>ul>li.open>ul{display:block}
|
||||
.x>.xin>.body.wide>.gnb>ul>li.open>ul{display:none}
|
||||
/* li>ul>li */
|
||||
.x>.body>.gnb>ul>li>ul>li{border-top:1px solid #ddd;position:relative}
|
||||
.x>.body>.gnb>ul>li>ul>li:first-child{border:0}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li{border-top:1px solid #ddd;position:relative}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:first-child{border:0}
|
||||
/* li>ul>li>a */
|
||||
.x>.body>.gnb>ul>li>ul>li>a{padding:4px 5px 4px 15px;background:#e8e8e8;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e8e8e8));background:-moz-linear-gradient(top,#f1f1f1,#e8e8e8);background:-o-linear-gradient(top,#f1f1f1,#e8e8e8)}
|
||||
.x>.body>.gnb>ul>li>ul#favorite>li>a{padding:4px 25px 4px 15px}
|
||||
.x>.body>.gnb>ul>li>ul>li:first-child>a{border-radius:4px 4px 0 0}
|
||||
.x>.body>.gnb>ul>li>ul>li:last-child>a{border-radius:0 0 4px 4px}
|
||||
.x>.body>.gnb>ul>li>ul>li:only-child>a{border-radius:4px}
|
||||
.x>.body>.gnb>ul>li>ul>li>a:hover,
|
||||
.x>.body>.gnb>ul>li>ul>li>a:active{background:-webkit-gradient(linear,left top,left bottom,from(#F6F6F6),to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background: -o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.body>.gnb>ul>li>ul>li.active_>a:after{content:"";position:absolute;top:10px;right:-8px;border:4px solid transparent;border-left-color:#ededed;width:0;height:0;overflow:hidden}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a{padding:4px 5px 4px 15px;background:#e8e8e8;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e8e8e8));background:-moz-linear-gradient(top,#f1f1f1,#e8e8e8);background:-o-linear-gradient(top,#f1f1f1,#e8e8e8)}
|
||||
.x>.xin>.body>.gnb>ul>li>ul#favorite>li>a{padding:4px 25px 4px 15px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:first-child>a{border-radius:4px 4px 0 0}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:last-child>a{border-radius:0 0 4px 4px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li:only-child>a{border-radius:4px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a:hover,
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>a:active{background:-webkit-gradient(linear,left top,left bottom,from(#F6F6F6),to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background: -o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li.active_>a:after{content:"";position:absolute;top:10px;right:-8px;border:4px solid transparent;border-left-color:#ededed;width:0;height:0;overflow:hidden}
|
||||
/* li>ul>li>.action */
|
||||
.x>.body>.gnb>ul>li>ul>li>.remove{position:absolute;top:4px;right:5px}
|
||||
.x>.body>.gnb>ul>li>ul>li>.remove>.x_close{width:20px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>.remove{position:absolute;top:4px;right:5px}
|
||||
.x>.xin>.body>.gnb>ul>li>ul>li>.remove>.x_close{width:20px}
|
||||
@media all and (max-width:980px){
|
||||
.x>.body.wide>.gnb>ul>li>a>.tx{width:auto;height:auto}
|
||||
.x>.xin>.body.wide>.gnb>ul>li>a>.tx{width:auto;height:auto}
|
||||
}
|
||||
/* Dashboard */
|
||||
.x .dashboard{zoom:1}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ jQuery(function($){
|
|||
return false;
|
||||
});
|
||||
// GNB
|
||||
var $xBody = $('.x>.body');
|
||||
var $xBody = $('.x>.xin>.body');
|
||||
var $xContent = $xBody.children('#content.content');
|
||||
var $xGnb = $xBody.find('>.gnb');
|
||||
var $xGnb_li = $xGnb.find('>ul>li');
|
||||
|
|
|
|||
38
modules/admin/tpl/js/admin.min.js
vendored
38
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -1,4 +1,40 @@
|
|||
/* NHN (developers@xpressengine.com) */
|
||||
// insert fog layer
|
||||
function showWaitingFogLayer() {
|
||||
var $bg = jQuery('<span class="bg"></span>');
|
||||
$bg.height(jQuery(window).height());
|
||||
jQuery('.wfsr')
|
||||
.wrap('<div class="wfsr_fog" />')
|
||||
.before($bg);
|
||||
}
|
||||
|
||||
function hideWaitingFogLayer() {
|
||||
jQuery('.wfsr').prev('span').remove();
|
||||
jQuery('.wfsr').unwrap();
|
||||
}
|
||||
|
||||
|
||||
// install module
|
||||
function doInstallModule(module) {
|
||||
var params = new Array();
|
||||
params['module_name'] = module;
|
||||
exec_xml('install','procInstallAdminInstall',params, completeInstallModule);
|
||||
showWaitingFogLayer();
|
||||
}
|
||||
|
||||
// upgrade module
|
||||
function doUpdateModule(module) {
|
||||
var params = new Array();
|
||||
params['module_name'] = module;
|
||||
exec_xml('install','procInstallAdminUpdate',params, completeInstallModule);
|
||||
showWaitingFogLayer();
|
||||
}
|
||||
|
||||
function completeInstallModule(ret_obj) {
|
||||
alert(ret_obj['message']);
|
||||
location.reload();
|
||||
}
|
||||
|
||||
jQuery(function($){
|
||||
// iSO mobile device toolbar remove
|
||||
window.scrollTo(0,0);
|
||||
|
|
@ -58,7 +94,7 @@ jQuery(function($){
|
|||
return false;
|
||||
});
|
||||
// GNB
|
||||
var $xBody = $('.x>.body');
|
||||
var $xBody = $('.x>.xin>.body');
|
||||
var $xContent = $xBody.children('#content.content');
|
||||
var $xGnb = $xBody.find('>.gnb');
|
||||
var $xGnb_li = $xGnb.find('>ul>li');
|
||||
|
|
|
|||
|
|
@ -4,200 +4,175 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</script>
|
||||
<load target="js/document_admin.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 id="fo_list" action="./" method="get">
|
||||
<form id="fo_list" action="./" method="get">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<div class="x_page-header">
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->document}</h1>
|
||||
</div>
|
||||
<div class="table even">
|
||||
<div class="x_tabbable">
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li <!--@if($search_keyword == '')-->class="x_active"<!--@end-->><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->all}</a></li>
|
||||
<li <!--@if($search_target == 'is_secret' && $search_keyword == 'N')-->class="x_active"<!--@end-->><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'N')}">{$status_name_list['PUBLIC']}</a></li>
|
||||
<li <!--@if($search_target == 'is_secret' && $search_keyword == 'Y')-->class="x_active"<!--@end-->><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'Y')}">{$status_name_list['SECRET']}</a></li>
|
||||
<li <!--@if($search_target == 'is_secret' && $search_keyword == 'temp')-->class="x_active"<!--@end-->><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'temp')}">{$status_name_list['TEMP']}</a></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminDeclared')}">{$lang->cmd_declared_list}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<table width="100%" id="documentListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<!--@if($search_keyword == '')-->
|
||||
{$lang->all}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'N')-->
|
||||
{$status_name_list['PUBLIC']}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'Y')-->
|
||||
{$status_name_list['SECRET']}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'temp')-->
|
||||
{$status_name_list['TEMP']}
|
||||
<!--@end-->
|
||||
({number_format($total_count)})
|
||||
<div class="x_pull-right">
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}...</a>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->readed_count}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
|
||||
<th scope="col" class="nowr">{$lang->date}</th>
|
||||
<th scope="col" class="nowr">{$lang->ipaddress}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->readed_count}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
|
||||
<th scope="col" class="nowr">{$lang->date}</th>
|
||||
<th scope="col" class="nowr">{$lang->ipaddress}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<!--@foreach($document_list as $no => $oDocument)-->
|
||||
<tr>
|
||||
<td class="title"><a href="{getUrl('','document_srl',$oDocument->document_srl)}" target="_blank"><!--@if(trim($oDocument->getTitle()))-->{$oDocument->getTitle()}<!--@else--><em>{$lang->no_title_document}</em><!--@end--></a></td>
|
||||
<td class="nowr"><a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</a></td>
|
||||
<td class="nowr">{$oDocument->get('readed_count')}</td>
|
||||
<td class="nowr">{$oDocument->get('voted_count')}/{$oDocument->get('blamed_count')}</td>
|
||||
<td class="nowr">{$oDocument->getRegdate("Y-m-d H:i")}</td>
|
||||
<td class="nowr"><a href="{getUrl('search_target','ipaddress','search_keyword',$oDocument->get('ipaddress'))}">{$oDocument->get('ipaddress')}</a></td>
|
||||
<td class="nowr">{$status_name_list[$oDocument->get('status')]}</td>
|
||||
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" /></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="x_tabbable">
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li class="x_active"|cond="$search_keyword == ''"><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->all}</a></li>
|
||||
<li class="x_active"|cond="$search_target == 'is_secret' && $search_keyword == 'N'"><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'N')}">{$status_name_list['PUBLIC']}</a></li>
|
||||
<li class="x_active"|cond="$search_target == 'is_secret' && $search_keyword == 'Y'"><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'Y')}">{$status_name_list['SECRET']}</a></li>
|
||||
<li class="x_active"|cond="$search_target == 'is_secret' && $search_keyword == 'temp'"><a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'temp')}">{$status_name_list['TEMP']}</a></li>
|
||||
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminDeclared')}">{$lang->cmd_declared_list}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<table id="documentListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<!--@if($search_keyword == '')-->
|
||||
{$lang->all}
|
||||
<!--@elseif($search_target == 'ipaddress')-->
|
||||
{$lang->ipaddress}:{$search_keyword}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'N')-->
|
||||
{$status_name_list['PUBLIC']}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'Y')-->
|
||||
{$status_name_list['SECRET']}
|
||||
<!--@elseif($search_target == 'is_secret' && $search_keyword == 'temp')-->
|
||||
{$status_name_list['TEMP']}
|
||||
<!--@end-->
|
||||
(<strong>{number_format($total_count)}</strong>)
|
||||
<div class="x_pull-right">
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}...</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form action="./" method="post" class="x_modal fg" id="manageForm">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||
<input type="hidden" name="type" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList', 'is_secret', $is_secret, 'search_target', $search_target, 'search_keyword', $search_keyword)}" cond="!empty($search_target) && !empty($search_keyword)" />
|
||||
|
||||
<div class="x_modal-header">
|
||||
<h2>{$lang->document_manager}</h2>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->readed_count}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
|
||||
<th scope="col" class="nowr">{$lang->date}</th>
|
||||
<th scope="col" class="nowr">{$lang->ipaddress}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->readed_count}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
|
||||
<th scope="col" class="nowr">{$lang->date}</th>
|
||||
<th scope="col" class="nowr">{$lang->ipaddress}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<tr loop="$document_list => $no, $oDocument">
|
||||
<td class="title"><a href="{getUrl('','document_srl',$oDocument->document_srl)}" target="_blank"><!--@if(trim($oDocument->getTitle()))-->{$oDocument->getTitle()}<!--@else--><em>{$lang->no_title_document}</em><!--@end--></a></td>
|
||||
<td class="nowr"><a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</a></td>
|
||||
<td class="nowr">{$oDocument->get('readed_count')}</td>
|
||||
<td class="nowr">{$oDocument->get('voted_count')}/{$oDocument->get('blamed_count')}</td>
|
||||
<td class="nowr">{$oDocument->getRegdate("Y-m-d H:i")}</td>
|
||||
<td class="nowr"><a href="{getUrl('search_target','ipaddress','search_keyword',$oDocument->get('ipaddress'))}">{$oDocument->get('ipaddress')}</a></td>
|
||||
<td class="nowr">{$status_name_list[$oDocument->get('status')]}</td>
|
||||
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="x_clearfix">
|
||||
<a href="#manageForm" class="x_btn modalAnchor x_pull-right" onclick="getDocumentList();">{$lang->document_manager}...</a>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div>
|
||||
<table width="100%" id="documentManageListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>{$lang->selected_document} <strong id="selectedDocumentCount"></strong></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="q"><label for="site">{$lang->selected_document_move}</label></p>
|
||||
<div class="a">
|
||||
<input type="text" name="site_keyword" id="site" />
|
||||
<span class="desc"><a href="#suggestion" class="tgAnchor" onclick="getModuleList();">{$lang->find_site}</a></span>
|
||||
<p>
|
||||
<select name="target_module" id="module_list" style="width:290px">
|
||||
<option>{$lang->select_module}</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<select name="module_srl" id="mid_list" style="width:290px">
|
||||
<option>{$lang->select_module_id}</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<select id="target_category" name="target_category" style="width:290px">
|
||||
<option>{$lang->select_category}</option>
|
||||
</select>
|
||||
</p>
|
||||
</div>
|
||||
<p class="q"><label for="message">{$lang->message_notice}</label></p>
|
||||
<p>
|
||||
<textarea rows="8" cols="42" name="message_content" id="message" style="width:98%"></textarea>
|
||||
</p>
|
||||
</div>
|
||||
<div class="x_modal-footer">
|
||||
<div class="x_btn-group">
|
||||
<button type="submit" name="type" value="trash" class="x_btn x_btn-warning">{$lang->cmd_trash}</button>
|
||||
<button type="submit" name="type" value="delete" class="x_btn x_btn-danger">{$lang->cmd_delete}</button>
|
||||
<button type="submit" name="type" value="move" class="x_btn">{$lang->cmd_move}</button>
|
||||
<button type="submit" name="type" value="copy" class="x_btn">{$lang->cmd_copy}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="search">
|
||||
|
||||
<form action="./" class="x_pagination x_pagination-centered">
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<input cond="$search_target" type="hidden" name="search_target" value="{$search_target}" />
|
||||
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="!$page || $page == 1"><a href="{getUrl('page', '')}">« {$lang->first_page}</a></li>
|
||||
<block cond="$page_navigation->first_page != 1 && $page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page - 1 && $page_navigation->page_count != $page_navigation->total_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
{@$last_page = $page_no}
|
||||
<li class="x_active"|cond="$page_no == $page"><a href="{getUrl('page', $page_no)}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<block cond="$last_page != $page_navigation->last_page && $last_page + 1 != $page_navigation->last_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</form>
|
||||
<div class="x_clearfix" style="margin-top:-20px">
|
||||
<form action="./" class="x_pagination x_pull-left">
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<input cond="$search_target" type="hidden" name="search_target" value="{$search_target}" />
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="!$page || $page == 1"><a href="{getUrl('page', '')}">« {$lang->first_page}</a></li>
|
||||
<block cond="$page_navigation->first_page != 1 && $page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page - 1 && $page_navigation->page_count != $page_navigation->total_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
|
||||
<form action="./" method="get" class="search center x_input-append" onsubmit="return checkSearch(this)">
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
{@$last_page = $page_no}
|
||||
<li class="x_active"|cond="$page_no == $page"><a href="{getUrl('page', $page_no)}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<block cond="$last_page != $page_navigation->last_page && $last_page + 1 != $page_navigation->last_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</form>
|
||||
<form action="./" method="get" class="search center x_input-append x_pull-right" onsubmit="return checkSearch(this)">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button">{$lang->cmd_cancel}</button>
|
||||
</form>
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" title="{$lang->cmd_search}" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button">{$lang->cmd_cancel}</button>
|
||||
</form>
|
||||
</div>
|
||||
<form action="./" method="post" class="x_modal" id="manageForm">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<input type="hidden" name="act" value="procDocumentManageCheckedDocument" />
|
||||
<input type="hidden" name="type" value="" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList', 'is_secret', $is_secret, 'search_target', $search_target, 'search_keyword', $search_keyword)}" cond="!empty($search_target) && !empty($search_keyword)" />
|
||||
<div class="x_modal-header">
|
||||
<h2>{$lang->document_manager}</h2>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<table width="100%" id="documentManageListTable" class="x_table x_table-striped x_table-hover">
|
||||
<caption>{$lang->selected_document} <strong id="selectedDocumentCount"></strong></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->writer}</th>
|
||||
<th scope="col" class="nowr">{$lang->status}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="x_control-group" style="position:relative">
|
||||
<label>{$lang->selected_document_move}</label>
|
||||
<input type="text" class="module_search" />
|
||||
</div>
|
||||
<div class="x_control-group" style="padding-right:14px">
|
||||
<label for="message">{$lang->message_notice}</label>
|
||||
<textarea rows="4" cols="42" name="message_content" id="message" style="width:100%"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_modal-footer">
|
||||
<div class="x_btn-group x_pull-left">
|
||||
<button type="submit" name="type" value="trash" class="x_btn x_btn-warning">{$lang->cmd_trash}</button>
|
||||
<button type="submit" name="type" value="delete" class="x_btn x_btn-danger">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<button type="submit" name="type" value="move" class="x_btn x_btn-inverse">{$lang->cmd_move}</button>
|
||||
<button type="submit" name="type" value="copy" class="x_btn">{$lang->cmd_copy}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -6,16 +6,16 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->user_list}</h1>
|
||||
</div>
|
||||
<div class="x_clearfix" style="margin-bottom:-38px">
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>
|
||||
<a href="#listManager" class="modalAnchor _member x_btn">{$lang->cmd_selected_user_manage}...</a>
|
||||
</div>
|
||||
</div>
|
||||
<form action="" method="post">
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->user_list}</h1>
|
||||
</div>
|
||||
<div class="x_clearfix" style="margin-bottom:-38px">
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>
|
||||
<a href="#listManager" class="modalAnchor _member x_btn">{$lang->cmd_selected_user_manage}...</a>
|
||||
</div>
|
||||
</div>
|
||||
<table class="_memberList x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<a href="{getUrl('filter_type', '', 'page', '')}" class="active"|cond="$filter_type==''">{$lang->cmd_show_all_member}<block cond="$filter_type==''">({$total_count})</block></a>
|
||||
|
|
@ -82,12 +82,71 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="x_clearfix">
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>
|
||||
<a href="#listManager" class="modalAnchor _member x_btn">{$lang->cmd_selected_user_manage}...</a>
|
||||
</div>
|
||||
</form>
|
||||
<div class="x_clearfix">
|
||||
<form cond="$page_navigation" action="./" class="x_pagination x_pull-left" no-error-return-url="true" style="margin:0">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$order_target" type="hidden" name="order_target" value="{$order_target}" />
|
||||
<input cond="$order_type" type="hidden" name="order_type" value="{$order_type}" />
|
||||
<input cond="$category_srl" type="hidden" name="category_srl" value="{$category_srl}" />
|
||||
<input cond="$childrenList" type="hidden" name="childrenList" value="{$childrenList}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="!$page || $page == 1"><a href="{getUrl('page', '')}">« {$lang->first_page}</a></li>
|
||||
|
||||
<block cond="$page_navigation->first_page != 1 && $page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page - 1 && $page_navigation->page_count != $page_navigation->total_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
{@$last_page = $page_no}
|
||||
<li class="x_active"|cond="$page_no == $page"><a href="{getUrl('page', $page_no)}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<block cond="$last_page != $page_navigation->last_page && $last_page + 1 != $page_navigation->last_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
</block>
|
||||
|
||||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</form>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>
|
||||
<a href="#listManager" class="modalAnchor _member x_btn">{$lang->cmd_selected_user_manage}...</a>
|
||||
</div>
|
||||
</div>
|
||||
<form action="" method="post" class="search center x_input-append">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<select name="selected_group_srl" style="width:auto;margin-right:4px">
|
||||
<option value="0">그룹 전체</option>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target" style="width:auto;margin-right:4px">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
{@$lang->search_target_list = array_merge($lang->search_target_list, $usedIdentifiers)}
|
||||
<option value="{$key}" loop="$lang->search_target_list=>$key,$val" selected="selected"|cond="$search_target==$key">{$val}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" style="width:140px">
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList', 'page', $page)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
<div class="x_modal" id="listManager">
|
||||
<form action="./" ruleset="updateSeletecdMemberInfo" class="fg form" method="post">
|
||||
|
|
@ -133,65 +192,6 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<form cond="$page_navigation" action="./" class="x_pagination x_pagination-centered" no-error-return-url="true">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input cond="$order_target" type="hidden" name="order_target" value="{$order_target}" />
|
||||
<input cond="$order_type" type="hidden" name="order_type" value="{$order_type}" />
|
||||
<input cond="$category_srl" type="hidden" name="category_srl" value="{$category_srl}" />
|
||||
<input cond="$childrenList" type="hidden" name="childrenList" value="{$childrenList}" />
|
||||
<input cond="$search_keyword" type="hidden" name="search_keyword" value="{$search_keyword}" />
|
||||
<ul>
|
||||
<li class="x_disabled"|cond="!$page || $page == 1"><a href="{getUrl('page', '')}">« {$lang->first_page}</a></li>
|
||||
|
||||
<block cond="$page_navigation->first_page != 1 && $page_navigation->first_page + $page_navigation->page_count > $page_navigation->last_page - 1 && $page_navigation->page_count != $page_navigation->total_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
</block>
|
||||
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
{@$last_page = $page_no}
|
||||
<li class="x_active"|cond="$page_no == $page"><a href="{getUrl('page', $page_no)}">{$page_no}</a></li>
|
||||
<!--@end-->
|
||||
|
||||
<block cond="$last_page != $page_navigation->last_page && $last_page + 1 != $page_navigation->last_page">
|
||||
{@$isGoTo = true}
|
||||
<li>
|
||||
<a href="#goTo" data-toggle="#goTo" title="{$lang->cmd_go_to_page}">...</a>
|
||||
<span cond="$isGoTo" id="goTo" class="x_input-append">
|
||||
<input type="number" min="1" max="{$page_navigation->last_page}" required name="page" title="{$lang->cmd_go_to_page}" />
|
||||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
</block>
|
||||
|
||||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</form>
|
||||
<form action="" method="post" class="search center x_input-append">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<select name="selected_group_srl" style="width:auto;margin-right:4px">
|
||||
<option value="0">그룹 전체</option>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target" style="width:auto;margin-right:4px">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
{@$lang->search_target_list = array_merge($lang->search_target_list, $usedIdentifiers)}
|
||||
<option value="{$key}" loop="$lang->search_target_list=>$key,$val" selected="selected"|cond="$search_target==$key">{$val}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" style="width:140px">
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminList', 'page', $page)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
<script>
|
||||
jQuery(function($){
|
||||
var clickedBTN = '';
|
||||
|
|
|
|||
|
|
@ -305,7 +305,7 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 150).children('.col').height(wHeigh - 195);
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
|
||||
}).resize();
|
||||
// Navigation a active/inactive
|
||||
var $navAnchor = $('a>i.x_icon-circle-arrow-right').parent('a');
|
||||
|
|
|
|||
|
|
@ -2799,7 +2799,7 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 150).children('.col').height(wHeigh - 195).find('.cnt').height(wHeigh - 227);
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
|
||||
}).resize();
|
||||
// #linkMenu copy and set text to input
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue