Sitemap UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-02 12:39:31 +00:00
parent faae215247
commit 3b9e23d2c7
2 changed files with 13 additions and 19 deletions

View file

@ -221,7 +221,8 @@ jQuery(function($){
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
$('#site_map, #add, #design, #layout, #skin').find('.cnt').height(wHeigh - 295);
}).resize();
// Navigation a active/inactive
var $navAnchor = $('a>i.x_icon-circle-arrow-right').parent('a');

View file

@ -51,9 +51,7 @@
</li>
</script>
</section>
<div class="x_btn-group">
<button type="button" class="x_btn x_btn-inverse _addSiteMap"><i class="x_icon-plus x_icon-white"></i> 사이트맵 추가</button>
</div>
<button type="button" class="x_btn x_btn-link _addSiteMap" style="position:absolute;right:5px;bottom:4px;color:#000"><i class="x_icon-plus-sign"></i> 사이트맵 추가</button>
</div>
</div>
<div class="col" id="propertiesRoot" style="display:none">
@ -104,9 +102,7 @@
<li><a href="#add_menu" data-admin-show="#add_menu">게시판 <i class="x_icon-circle-arrow-right"></i></a></li>
<li><a href="#add_menu" data-admin-show="#add_menu">URL 링크 <i class="x_icon-circle-arrow-right"></i></a></li>
</ul>
<div class="x_btn-group">
<a href="#download" class="x_btn x_btn-inverse" data-admin-show="#download"><i class="x_icon-plus x_icon-white"></i> 다른 메뉴타입 설치</a>
</div>
<a href="#download" class="x_btn x_btn-link" data-admin-show="#download" style="position:absolute;right:5px;bottom:4px;color:#000"><i class="x_icon-plus-sign"></i> 다른 메뉴타입 설치</a>
</div>
</section>
<button type="button" class="x_close" data-admin-hide="#add">&times;</button>
@ -256,7 +252,7 @@
<button type="submit" class="delete x_btn x_pull-left">삭제</button>
<span class="fileBtn x_pull-right">
<button class="modify x_btn x_btn-primary" title="변경">변경</button>
<button class="upload x_btn x_btn-primary" title="이미지 올리기">이미지 올리기</button>
<button class="upload x_btn" title="이미지 올리기">이미지 올리기</button>
<input type="file" title="변경/이미지 올리기" name="menu_normal_btn">
</span>
</div>
@ -274,7 +270,7 @@
<button type="submit" class="delete x_btn x_pull-left">삭제</button>
<span class="fileBtn x_pull-right">
<button class="modify x_btn x_btn-primary" title="변경">변경</button>
<button class="upload x_btn x_btn-primary" title="이미지 올리기">이미지 올리기</button>
<button class="upload x_btn" title="이미지 올리기">이미지 올리기</button>
<input type="file" title="변경/이미지 올리기" name="menu_hover_btn">
</span>
</div>
@ -292,7 +288,7 @@
<button type="submit" class="delete x_btn x_pull-left">삭제</button>
<span class="fileBtn x_pull-right">
<button class="modify x_btn x_btn-primary" title="변경">변경</button>
<button class="upload x_btn x_btn-primary" title="이미지 올리기">이미지 올리기</button>
<button class="upload x_btn" title="이미지 올리기">이미지 올리기</button>
<input type="file" title="변경/이미지 올리기" name="menu_active_btn">
</span>
</div>
@ -342,8 +338,8 @@
<li><a href="#skin" data-admin-show="#skin" data-param='{ "moduleType" : "${ModuleType}"}'>${ModuleTypeTitle} <i class="x_icon-circle-arrow-right"></i></a></li>
</script>
</ul>
<div class="btnBoth">
<button type="reset" class="x_btn x_pull-left _btn_cancel">취소</button>
<div class="btnBoth" style="position:absolute;bottom:0;left:0;margin:0;width:100%">
<button type="reset" class="x_btn x_btn-warning x_pull-left _btn_cancel">취소</button>
<button type="button" class="x_btn x_btn-primary x_pull-right _btn_save">저장</button>
</div>
</div>
@ -382,9 +378,7 @@
</li>
</script>
</ul>
<div class="x_btn-group">
<a href="#downloadLayout" data-admin-show="#downloadLayout" class="x_btn x_btn-inverse x_pull-right"><i class="x_icon-plus x_icon-white"></i> 다른 레이아웃 설치</a>
</div>
<a href="#downloadLayout" data-admin-show="#downloadLayout" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:4px;color:#000"><i class="x_icon-plus-sign"></i> 다른 레이아웃 설치</a>
</div>
</div>
</form>
@ -481,9 +475,7 @@
</li>
</script>
</ul>
<div class="x_btn-group">
<a href="#downloadSkin" data-admin-show="#downloadSkin" class="x_btn x_btn-inverse x_pull-right"><i class="x_icon-plus x_icon-white"></i> 다른 스킨 설치</a>
</div>
<a href="#downloadSkin" data-admin-show="#downloadSkin" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:4px;color:#000"><i class="x_icon-plus-sign"></i> 다른 스킨 설치</a>
</div>
</div>
</form>
@ -3176,7 +3168,8 @@ exec_xml("menu","getMenuAdminDetailSetup", params, completeTmp, response_tags);
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262);
$('#site_map, #add, #design, #layout, #skin').find('.cnt').height(wHeigh - 295);
}).resize();
});