관리자 초기 페이지 개선

- 사이트 현황 대시 보드 출력
- 모듈 목록을 제거하고 업데이트/ 설치 항목이 있을 때 우측에 표시되도록 수정
- 좌측 메뉴 모양 변경 및 쿠키로 접고/펴기 설정 저장하도록 개선
- 상단 쉬운설치/ 패키지 선택시 좌측 관리자 메뉴 보이지 않도록 수정



git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7639 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2010-08-24 04:42:24 +00:00
parent cde8e27fed
commit ee1fc6237a
21 changed files with 534 additions and 218 deletions

View file

@ -11,7 +11,18 @@ function doRecompileCacheFile() {
// 모듈 목록 오픈
function toggleModuleMenu(category) {
jQuery('#module_'+category).toggleClass('open');
jQuery('#module_'+category).toggleClass('close');
var arr = new Array();
jQuery('ul.navigation > li').each(function(){
var o = jQuery(this);
if(!o.hasClass('close')) return;
var idx = o.attr('id').replace(/^module_/,'');
arr.push(idx);
});
var expire= new Date();
expire.setTime(expire.getTime()+(7000*24*3600000));
xSetCookie('XEAM',arr.join(','),expire,'/');
}
// 메인 모듈/ 애드온 토글