mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
898eb99469
commit
844b2eca8a
4 changed files with 14 additions and 7 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
<div>
|
<h3>{$lang->welcome_to_zeroboard_xe}</span></h3>
|
||||||
<h1>{$lang->welcome_to_zeroboard_xe}</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- 사용자 링크 -->
|
<!-- 사용자 링크 -->
|
||||||
<div>
|
<h4>{$lang->zeroboard_xe_user_links}</h3>
|
||||||
<h3>{$lang->zeroboard_xe_user_links}</h3>
|
<table cellspacing="0" class="tableType1">
|
||||||
</div>
|
<thead>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<!--@foreach($lang->xe_user_links as $key => $val)-->
|
<!--@foreach($lang->xe_user_links as $key => $val)-->
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,11 @@ function completeGetCategoryTplInfo(ret_obj, response_tags) {
|
||||||
xLeft(obj, x);
|
xLeft(obj, x);
|
||||||
xTop(obj, y);
|
xTop(obj, y);
|
||||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||||
|
|
||||||
|
try {
|
||||||
|
fixAdminLayoutFooter();
|
||||||
|
} catch(e) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 카테고리 아이템 입력후 */
|
/* 카테고리 아이템 입력후 */
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
|
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- 목록 -->
|
<!-- 목록 -->
|
||||||
<table cellspacing="0" class="tableType1">
|
<table cellspacing="0" class="tableType1">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,11 @@ function completeGetMenuItemTplInfo(ret_obj, response_tags) {
|
||||||
xLeft(obj, x);
|
xLeft(obj, x);
|
||||||
xTop(obj, y);
|
xTop(obj, y);
|
||||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||||
|
|
||||||
|
try {
|
||||||
|
fixAdminLayoutFooter();
|
||||||
|
} catch(e) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 메뉴 아이템 입력후 */
|
/* 메뉴 아이템 입력후 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue