mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
관리자 페이지 디자인을 개정해보았습니다. (#1056)
* 관리자 페이지 디자인을 개정해보았습니다. 스마트폰과 같이 좁은 화면에서도 보기 좋도록 쉽게 조정할 수 있는 것들을 조정해보았습니다. XE icon 1.0.4 를 활용했습니다.
This commit is contained in:
parent
deca0d40b1
commit
9929df9c07
19 changed files with 634 additions and 621 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#properties li>*:hover>i,
|
||||
#properties li>*:active>i,
|
||||
#properties li>*:focus>i,
|
||||
#properties li.active>*>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
#properties li.active>*>i{color: #fff;}
|
||||
/* Opacity 100% */
|
||||
.col>.x_close:hover,
|
||||
.col>.x_close:focus,
|
||||
|
|
@ -31,36 +31,69 @@
|
|||
#add_menu .desc>a:hover,
|
||||
#add_menu .desc>a:focus{opacity:1;filter:alpha(opacity=100)}
|
||||
/* Site */
|
||||
.x_icon-question-sign{height:0 !important;padding:14px 0 0 0 !important}
|
||||
body>.x{max-width:none !important}
|
||||
.x>.body{padding-bottom:10px !important}
|
||||
body>.x{max-width:none}
|
||||
.x>.body{padding-bottom:10px}
|
||||
.x>.body>.content{margin-bottom:0}
|
||||
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px;word-wrap:normal}
|
||||
#site .btnBoth,
|
||||
#site .x_btn-group{text-align:right}
|
||||
#site .btnBoth:after{content:"";display:block;clear:both}
|
||||
.col{display:inline-block;*display:inline;*zoom:1;vertical-align:top;position:relative;overflow:hidden;background-color:#ddd;white-space:normal;height:100%;min-width:245px;padding:10px;margin:0 4px 0 0;border-radius:5px;box-shadow:1px 1px 1px #999;background-image:-webkit-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:-moz-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:-o-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px)}
|
||||
.col{
|
||||
display:inline-block;
|
||||
*display:inline;
|
||||
*zoom:1;
|
||||
vertical-align:top;
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
background-color:#fff;
|
||||
white-space:normal;
|
||||
height:100%;
|
||||
min-width:245px;
|
||||
margin:0 4px 0 0;
|
||||
border:1px solid #e0e0e0;
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.col>h1,
|
||||
.col>*>h1{line-height:32px !important;font-size:16px !important;margin:-10px -10px 0 -10px;color:#000 !important;padding:0 8px;text-shadow:0 1px 0 #fff;max-width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
||||
.col>*>h1{margin:0;
|
||||
padding:13px 15px 10px;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
box-sizing: border-box;
|
||||
line-height:32px;
|
||||
font-size:16px;
|
||||
color:#000;
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis
|
||||
}
|
||||
.col>*>h1>a{color:#000;text-decoration:none}
|
||||
.col>*>h1>a[target="_blank"]:after{vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.col>*>h1>a:hover,
|
||||
.col>*>h1>a:focus{color:#06C}
|
||||
.col #menu_find{height:32px}
|
||||
.col #menu_find{height:32px; margin:0; padding: 10px 10px 0;}
|
||||
.col #menu_find input[type="text"]{margin-bottom: 0}
|
||||
.col #menu_find button[type="button"]{visibility: hidden}
|
||||
.col>.x_close{position:absolute;top:0;right:0;width:30px;height:30px;color:#666;font-size:17px;opacity:.75;filter:alpha(opacity=75)}
|
||||
.col input[type="checkbox"],
|
||||
.col input[type="radio"]{margin:0}
|
||||
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -6px;border-radius:5px;background:#fff;border:1px solid #999;border-right:0;border-bottom:0}
|
||||
.col .cnt>ul{margin:0;padding:0;list-style:none}
|
||||
.col .cnt{
|
||||
overflow-x:hidden;
|
||||
overflow-y:auto;
|
||||
padding:10px;
|
||||
border-radius:5px;
|
||||
background:#fff;
|
||||
border-right:0;
|
||||
border-bottom:0
|
||||
}
|
||||
.col .cnt>ul{margin:0;
|
||||
padding:0;list-style:none}
|
||||
.col .cnt label{font-weight:normal}
|
||||
.col .cnt label:only-child{cursor:pointer}
|
||||
.col .x_alert{margin:0 0 10px 0}
|
||||
/* .mapi */
|
||||
.col.map .x_btn-group{border-top:1px solid #ddd;padding:10px 0}
|
||||
.col.map li._isCut a{color:#aaa}
|
||||
.mapi{margin:3px 0 5px 0;min-width:200px;background-color:transparent !important}
|
||||
#siteMapTree,.mapi{margin:3px 0 5px 0;min-width:200px;background-color:transparent}
|
||||
.mapi ul{margin:0;padding:0;list-style:none}
|
||||
.mapi li{padding:0;white-space:nowrap;position:relative;border-radius:3px;vertical-align:top}
|
||||
.mapi li>ul{margin:0}
|
||||
|
|
@ -80,7 +113,7 @@ body>.x{max-width:none !important}
|
|||
.mapi>ul>li>ul{margin:0 0 0 18px}
|
||||
.mapi>ul>li>ul>li{margin-left:0}
|
||||
/* li>a */
|
||||
.mapi li>a{border:0 !important;padding:0 8px !important;margin:0 0 1px 0;border-radius:3px;position:relative;z-index:2;height:23px;line-height:23px;max-width:160px;overflow:hidden;text-overflow:ellipsis;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s}
|
||||
.mapi li>a{border:0;padding:0 8px;margin:0 0 1px 0;border-radius:3px;position:relative;z-index:2;height:23px;line-height:23px;max-width:160px;overflow:hidden;text-overflow:ellipsis;}
|
||||
.mapi li>a>i{opacity:.5;filter:alpha(opacity=50)}
|
||||
/* Plugin style override */
|
||||
.mapi a>.jstree-icon{display:none}
|
||||
|
|
@ -90,9 +123,8 @@ body>.x{max-width:none !important}
|
|||
.col .nav li{border-top:1px solid #ddd;position:relative;white-space:nowrap}
|
||||
.col .nav li:first-child{border-top:0}
|
||||
.col .nav li>a,
|
||||
.col .nav li>button{text-align:left;color:#000;line-height:20px;background-color:transparent;border:0;display:block;padding:5px 20px 5px 8px;color:#333;text-decoration:none;background:#fff;overflow:hidden;text-overflow:ellipsis;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}
|
||||
.col .nav li>button{text-align:left;color:#000;line-height:20px;background-color:transparent;border:0;display:block;padding:8px 20px 8px 8px;color:#333;text-decoration:none;background:#fff;overflow:hidden;text-overflow:ellipsis;}
|
||||
.col .nav .themeName{font-size:11px;color:#666;font-weight:normal}
|
||||
.col .nav li>a{max-width:240px}
|
||||
.col .nav li>button{width:100%;max-width:268px}
|
||||
.col .nav li>a:hover,
|
||||
.col .nav li>a:focus,
|
||||
|
|
@ -116,15 +148,15 @@ body>.x{max-width:none !important}
|
|||
.col .clone li>a:before,
|
||||
.col .clone ul ul li{background-image:url(../../../../modules/menu/tpl/css/themes/default/d.png)}
|
||||
.col .clone{margin:0 0 15px 0}
|
||||
.col .clone ul{margin:0 !important}
|
||||
.col .clone ul{margin:0}
|
||||
.col .clone li{list-style:none;line-height:18px}
|
||||
.col .clone li>a:before{content:"";display:inline-block;width:18px;height:18px;background-position:-36px 0;vertical-align:top;margin:0 4px 0 0}
|
||||
.col .clone>ul>li{padding:15px 0;border-top:1px dotted #ccc}
|
||||
.col .clone>ul>li:first-child{border-top:0;padding-top:0}
|
||||
.col .clone>ul>li>a:before{background-position:-72px 0}
|
||||
.col .clone>ul>li>a:only-child:before{background-position:-54px -36px}
|
||||
.col .clone>ul>li>ul{padding-left:0;margin-left:0 !important}
|
||||
.col .clone ul ul{padding-left:8px;margin-left:8px !important}
|
||||
.col .clone>ul>li>ul{padding-left:0;margin-left:0}
|
||||
.col .clone ul ul{padding-left:8px;margin-left:8px}
|
||||
.col .clone ul ul li{background-position:-90px 10px;background-repeat:repeat-y}
|
||||
.col .clone ul ul li:only-child,
|
||||
.col .clone ul ul li:last-child{background:none}
|
||||
|
|
@ -139,11 +171,11 @@ body>.x{max-width:none !important}
|
|||
.download .item{border-top:1px solid #ddd;padding:1px 0 1px 100px;position:relative;min-height:115px}
|
||||
.download .item:first-child{border:0}
|
||||
.download .item>img{position:absolute;top:15px;left:0;width:80px;height:80px;padding:4px;border:1px solid #ddd;border-radius:3px}
|
||||
.download h2{margin:10px 0;line-height:normal !important}
|
||||
.download h2{margin:10px 0;line-height:normal}
|
||||
.download h2>a{font-size:14px;color:#000}
|
||||
.download .x_icon-download-alt{width:24px;height:24px;background-color:#94A55C;position:absolute;top:15px;right:0;border-radius:3px;margin:0;border:0;background-position:-90px -19px}
|
||||
.download .x_icon-download-alt{width:24px;height:24px;color:#007aff;position:absolute;top:15px;right:0;}
|
||||
.download .x_icon-download-alt:hover,
|
||||
.download .x_icon-download-alt:focus{background-color:#333}
|
||||
.download .x_icon-download-alt:focus{color:#333}
|
||||
.download p>i{font-style:normal;color:#ccc}
|
||||
.download .item.installed ._install{display:none}
|
||||
.download .item ._already_installed{display:none}
|
||||
|
|
@ -159,12 +191,12 @@ body>.x{max-width:none !important}
|
|||
.download .update{background:#336}
|
||||
.download .update:hover,
|
||||
.download .update:focus{background:#333}
|
||||
.download ._pagination{position:absolute;bottom:4px;left:4px;right:4px}
|
||||
.download ._pagination{position:absolute;maring:0 5px;left:4px;right:4px}
|
||||
.download ._pagination>.x_pagination,
|
||||
.download ._pagination>.search{margin:0}
|
||||
.download ._pagination>.x_pagination{text-shadow:0 1px 0 #fff}
|
||||
.download ._pagination>.x_pagination>ul{box-shadow:none}
|
||||
.download ._pagination>.x_pagination a{background-color:transparent !important;color:#333}
|
||||
.download ._pagination>.x_pagination a{background-color:transparent;color:#333}
|
||||
.download ._pagination>.x_pagination a:hover,
|
||||
.download ._pagination>.x_pagination a:focus{font-weight:bold}
|
||||
.download ._pagination>.x_pagination .x_active>a{color:#000}
|
||||
|
|
@ -179,7 +211,7 @@ body>.x{max-width:none !important}
|
|||
.download .starRating.score5>i{width:100%}
|
||||
/* Theme(layout|skin) */
|
||||
.theme label{margin:0;padding:8px 0;position:relative;border-bottom:1px solid #ddd}
|
||||
.theme label>a{position:absolute;top:4px;right:0;width:24px;height:24px;border-radius:3px;background-position:-427px 5px;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s}
|
||||
.theme label>a{position:absolute;top:4px;right:0;width:24px;height:24px;border-radius:3px;background-position:-427px 5px;}
|
||||
.theme label>a:hover,
|
||||
.theme label>a:focus{background-color:#000}
|
||||
.theme h2{font-size:14px;border-bottom:1px solid #ddd;margin:0;padding:15px 0 8px 0}
|
||||
|
|
@ -194,25 +226,25 @@ body>.x{max-width:none !important}
|
|||
.theme .selected{background:#FFC}
|
||||
.theme .selected>label{font-weight:bold}
|
||||
.theme ul ul{white-space:nowrap;float:left;width:100%;margin:5px 0 0 0}
|
||||
.theme ul ul a>i{position:absolute;top:2px;right:2px}
|
||||
.theme ul ul>li>*{display:block;height:21px;line-height:21px;text-align:left;position:relative;text-decoration:none;padding:0 34px 0 5px;border-radius:3px;color:#000;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;white-space:nowrap}
|
||||
.theme ul ul a>i{position:absolute;top:10px;right:5px}
|
||||
.theme ul ul>li>*{display:block;line-height:21px;text-align:left;position:relative;text-decoration:none;padding:5px 34px 5px 5px;color:#000;white-space:nowrap}
|
||||
.theme ul ul>li>*:hover,
|
||||
.theme ul ul>li>*:focus{background:#666;color:#fff}
|
||||
.theme ul ul>li>button{width:100%;padding-right:0}
|
||||
.theme .x_btn-group{margin:0 !important;padding:0;position:absolute;left:4px;right:4px;bottom:4px}
|
||||
.theme .x_btn-group{margin:0 5px;padding:0;position:absolute;left:4px;right:4px;}
|
||||
/* Add Sitemap */
|
||||
#add_sitemap [for="sitemapName"]{font-weight:bold}
|
||||
#add_sitemap .btnBoth{position:absolute;margin:0;bottom:4px;left:4px;right:4px}
|
||||
#add_sitemap .btnBoth{position:absolute;margin:5px 0;left:4px;right:4px}
|
||||
/* Sitemap General */
|
||||
#sitemap_general [for="sitemapName2"]{font-weight:bold}
|
||||
#sitemap_general .btnBoth{position:absolute;margin:0;bottom:4px;left:4px;right:4px}
|
||||
#sitemap_general .btnBoth{position:absolute;margin:5px 0;left:4px;right:4px}
|
||||
/* Properties */
|
||||
#properties ul{margin:0;padding:0 0 8px 0}
|
||||
#properties li{position:relative;white-space:nowrap;border-top:1px solid #ddd}
|
||||
#properties li:first-child{border:0}
|
||||
#properties li>strong{margin:0 0 0 8px}
|
||||
#properties li>a,
|
||||
#properties li>button{color:#000;position:relative;display:block;padding:0 8px;line-height:30px;background-color:transparent;border:0;text-align:left;text-decoration:none;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;*zoom:1}
|
||||
#properties li>button{color:#000;position:relative;display:block;padding:0 8px;line-height:30px;background-color:transparent;border:0;text-align:left;text-decoration:none;}
|
||||
#properties li>a{padding:0 24px 0 8px}
|
||||
#properties li.type{height:30px;line-height:30px}
|
||||
#properties li.homepage>label{line-height:30px}
|
||||
|
|
@ -238,24 +270,24 @@ body>.x{max-width:none !important}
|
|||
/* Add Menu */
|
||||
#add_menu label{font-weight:bold}
|
||||
#add_menu .x_tabbable{padding-top:8px}
|
||||
#add_menu .desc{width:220px;min-height:50px;border-bottom:1px solid #ddd;color:#666;margin:0;padding:5px 0}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0;left:4px;right:4px;bottom:4px}
|
||||
#add_menu .desc{width:220px;border-bottom:1px solid #ddd;color:#666;margin:0;padding:5px 0 10px;}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0 5px;left:4px;right:4px;}
|
||||
/* Default */
|
||||
#default .menuType{border:1px solid #ddd;border-left:0;border-right:0}
|
||||
#default [for="lang_menuName"],
|
||||
#default [for="lang_pageTitle"],
|
||||
#default [for="mid2"]{font-weight:bold}
|
||||
#default .btnBoth{position:absolute;left:4px;right:4px;bottom:4px;margin:0}
|
||||
#default .btnBoth{position:absolute;left:4px;right:4px;margin:5px 0}
|
||||
/* Auth */
|
||||
#auth li>label:first-child{font-weight:bold;line-height:30px;margin:0}
|
||||
#auth select{height:26px;margin:0 0 5px 0;padding:0;width:100%}
|
||||
#auth .x_btn-group{position:absolute;left:4px;right:4px;bottom:4px;margin:0}
|
||||
#auth .x_btn-group{position:absolute;left:4px;right:4px;margin:0 5px}
|
||||
/* Image Button */
|
||||
#imgbtn form{padding:8px 0 0 0;margin:0}
|
||||
#imgbtn figure{margin:0;text-align:center}
|
||||
#imgbtn figcaption{font-weight:bold;text-align:left}
|
||||
#imgbtn p{margin:0;text-align:left}
|
||||
#imgbtn .btnBoth{border-top:0;border-bottom:1px solid #ddd;margin:0;padding:10px 0}
|
||||
#imgbtn .btnBoth{border-top:0;border-bottom:1px solid #ddd;margin:5px 0;padding:10px 0}
|
||||
#imgbtn figure>img{max-width:220px}
|
||||
#imgbtn figure>img,
|
||||
#imgbtn .delete,
|
||||
|
|
@ -286,7 +318,7 @@ body>.x{max-width:none !important}
|
|||
#design .mask.on_message{background:#666;color:white}
|
||||
#design .mask.loading{background:white}
|
||||
#design .mask>span{display:block;padding:10px;text-align:center}
|
||||
#design .btnBoth{position:absolute;bottom:4px;left:4px;right:4px;margin:0}
|
||||
#design .btnBoth{position:absolute;left:4px;right:4px;margin:5px 0}
|
||||
#design._mobile_view_disabled #mobile .shadow,
|
||||
#design._mobile_view_disabled._mobileMode .nav,
|
||||
#design._mobileMode .langDesktop,
|
||||
|
|
@ -303,7 +335,7 @@ body>.x{max-width:none !important}
|
|||
#layout .disabled>.mask,
|
||||
#skin .disabled>.mask{display:block;cursor:not-allowed}
|
||||
/* Full Setup */
|
||||
#fullSetup .x_btn-group{position:absolute;right:4px;bottom:4px}
|
||||
#fullSetup .x_btn-group{position:absolute;right:4px;margin: 0 5px;}
|
||||
/* Message Box */
|
||||
#msgBox{width:600px;margin-left:-300px}
|
||||
#msgBox._small{width:400px;margin-left:-200px}
|
||||
|
|
@ -316,8 +348,13 @@ body>.x{max-width:none !important}
|
|||
._siteDesign #design ._item,
|
||||
._siteDesign #design .x_close,
|
||||
._siteDesign #skin ul ul,
|
||||
._siteDesign .theme .cnt>label:first-child{display:none !important}
|
||||
._siteDesign .theme .cnt>label:first-child{display:none}
|
||||
._siteDesign #design ._site{display:block}
|
||||
/* Help Alert */
|
||||
._quick_help{display:none;position:fixed !important;*position:absolute !important;top:85px;left:226px;z-index:100;width:600px;box-shadow:0 0 3px #000;color:#333}
|
||||
._quick_help>label{display:inline-block;cursor:pointer}
|
||||
._quick_help.x_alert{display:none;position:fixed;top:85px;left:226px;z-index:100;width:600px;box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);color:#333}
|
||||
._quick_help.x_alert>label{display:inline-block;cursor:pointer}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
._quick_help.x_alert{position:fixed;left:0;z-index:100;box-sizing:border-box;width:100%;box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);color:#333}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<load target="./css/themes/classic/style.css" index="11" />
|
||||
<load target="./css/sitemap.css" index="11" />
|
||||
<load target="./js/_lib/jquery.cookie.js" />
|
||||
<load target="./js/jquery.scrollTo-1.4.2.js" />
|
||||
|
|
@ -151,7 +150,7 @@
|
|||
<fieldset>
|
||||
<h1 class="_title"></h1>
|
||||
<div class="cnt">
|
||||
<p class="desc"><dfn class="_description"></dfn> <a class='_link x_icon-share'>{$lang->details}</a></p>
|
||||
<p class="desc"><dfn class="_description"></dfn> <a class='_link'><i class="xi-link"></i>{$lang->details}</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="multilingual x_input-append">
|
||||
|
|
@ -1142,7 +1141,7 @@ function createTreeMarkup(aNode, sParentSrl, sMenuTree, sMenuTreeNode){
|
|||
nNodeType = 3;
|
||||
}
|
||||
|
||||
sResult += $.tmpl( sMenuTreeNode, {MenuTitleWithHome:sTextWithIcons,MenuTitle:sText,MenuId:sNodeSrl,MenuUrl:sURL,NodeType:nNodeType,SubTree:sSubTree,Target:sTargetPanel} ).get()[0].outerHTML.replace("${h}", "<i class='x_icon-home' title='" + aNode[i].is_start_module_of + "'>[HOME]</i>").replace("${s}", "<i class='x_icon-share' title='Shortcut'></i>");
|
||||
sResult += $.tmpl( sMenuTreeNode, {MenuTitleWithHome:sTextWithIcons,MenuTitle:sText,MenuId:sNodeSrl,MenuUrl:sURL,NodeType:nNodeType,SubTree:sSubTree,Target:sTargetPanel} ).get()[0].outerHTML.replace("${h}", "<i class='x_icon-home' title='" + aNode[i].is_start_module_of + "'>[HOME]</i>").replace("${s}", "<i class='xi-link' title='Shortcut'></i>");
|
||||
}
|
||||
|
||||
return $.tmpl( sMenuTree, {Nodes:sResult} ).get()[0].outerHTML;
|
||||
|
|
@ -3974,18 +3973,18 @@ jQuery(function($){
|
|||
<!--@else-->
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 147).find('>.col').height(wHeigh - 185).find('.cnt').height(wHeigh - 252);
|
||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 222);
|
||||
$('#site').height(wHeigh - 147).find('>.col').height(wHeigh - 185).find('.cnt').height(wHeigh - 292);
|
||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteMap')-->
|
||||
// minus height 40px for find-form display
|
||||
$('#site').find('.cnt:first').height(wHeigh - 252 - 40);
|
||||
$('#design').find('.cnt').height(wHeigh - 222);
|
||||
$('#design').find('.cnt').height(wHeigh - 262);
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteDesign')-->
|
||||
|
||||
$('#layout, #skin').find('.cnt').height(wHeigh - 222);
|
||||
$('#layout, #skin').find('.cnt').height(wHeigh - 262);
|
||||
<!--@end-->
|
||||
}).resize();
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue