mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
17523934 * modules/a* ~ d* x.js 교체
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
635d54bf6f
commit
75c211f98e
28 changed files with 83 additions and 142 deletions
|
|
@ -104,9 +104,7 @@ function completeDeleteTrackback(ret_obj) {
|
|||
|
||||
/* 카테고리 이동 */
|
||||
function doChangeCategory() {
|
||||
var sel_obj = xGetElementById("board_category");
|
||||
var sel_idx = sel_obj.selectedIndex;
|
||||
var category_srl = sel_obj.options[sel_idx].value;
|
||||
var category_srl = jQuery('#board_category option:selected').val();
|
||||
location.href = decodeURI(current_url).setQuery('category',category_srl);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -104,9 +104,7 @@ function completeDeleteTrackback(ret_obj) {
|
|||
|
||||
/* 카테고리 이동 */
|
||||
function doChangeCategory() {
|
||||
var sel_obj = xGetElementById("board_category");
|
||||
var sel_idx = sel_obj.selectedIndex;
|
||||
var category_srl = sel_obj.options[sel_idx].value;
|
||||
var category_srl = jQuery('#board_category option:selected').val();
|
||||
location.href = decodeURI(current_url).setQuery('category',category_srl);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -104,9 +104,7 @@ function completeDeleteTrackback(ret_obj) {
|
|||
|
||||
/* 카테고리 이동 */
|
||||
function doChangeCategory() {
|
||||
var sel_obj = xGetElementById("board_category");
|
||||
var sel_idx = sel_obj.selectedIndex;
|
||||
var category_srl = sel_obj.options[sel_idx].value;
|
||||
var category_srl = jQuery('#board_category option:selected').val();
|
||||
location.href = decodeURI(current_url).setQuery('category',category_srl);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($category_info->parent_category_title)-->
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->parent_category_title}</div></th>
|
||||
<td class="wide">{$category_info->parent_category_title}</td>
|
||||
</tr>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<p>{$lang->about_category_group_srls}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<td scope="row" colspan="2" class="right">
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($board_list as $no => $val)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<tr>
|
||||
<td class="center number">{$no}</td>
|
||||
<td class="center"><input type="checkbox" name="cart" value="{$val->module_srl}" /></td>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -80,15 +80,11 @@ function doChangeCategory(fo_obj) {
|
|||
|
||||
/* 일괄 설정 */
|
||||
function doCartSetup(act_type) {
|
||||
var fo_obj = xGetElementById('fo_list');
|
||||
var module_srl = new Array();
|
||||
if(typeof(fo_obj.cart.length)=='undefined') {
|
||||
if(fo_obj.cart.checked) module_srl[module_srl.length] = fo_obj.cart.value;
|
||||
} else {
|
||||
for(var i=0;i<fo_obj.cart.length;i++) {
|
||||
if(fo_obj.cart[i].checked) module_srl[module_srl.length] = fo_obj.cart[i].value;
|
||||
}
|
||||
}
|
||||
jQuery('#fo_list input[name=cart]:checked').each(function() {
|
||||
module_srl[module_srl.length] = jQuery(this).val();
|
||||
});
|
||||
|
||||
if(module_srl.length<1) return;
|
||||
|
||||
var url = current_url.setQuery('act',act_type).setQuery('module_srl','').setQuery('module_srls',module_srl.join(','));
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td class="wide" >{$skin_info->title}</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->skin_author}</div></th>
|
||||
<td>
|
||||
<!--@foreach($skin_info->author as $author)-->
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<th scope="row"><div>{$lang->homepage}</div></th>
|
||||
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a></td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->date}</div></th>
|
||||
<td>{zdate($skin_info->date, 'Y-m-d')} </td>
|
||||
</tr>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(trim($skin_info->description))}</td>
|
||||
</tr>
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
<caption>{$group}</caption>
|
||||
<!--@end-->
|
||||
|
||||
<tr class="row{$cycle_idx}">
|
||||
<tr>
|
||||
<th scope="row"><div>{$val->title}</div></th>
|
||||
<td class="wide">
|
||||
<!--@if($val->type=="text")-->
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
<table cellspacing="0" class="adminTable">
|
||||
<!--@end-->
|
||||
|
||||
<tr class="row2">
|
||||
<tr>
|
||||
<td colspan="2" class="right">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue