mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Close Connection when there is no connection value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
034a5c0288
commit
f70ce644ce
1410 changed files with 7188 additions and 53541 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<!--%load_js_plugin("filebox")-->
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->menu_gnb_sub['filebox']} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_filebox" target="_blank">{$lang->help}</a></h1>
|
||||
<h1>{$lang->menu_gnb_sub['filebox']} <a class="x_icon-question-sign" href="./admin/help/index.html#UMAN_config_filebox" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/adminFileBox/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="filter" value="{$filter}" />
|
||||
<input type="hidden" name="input" value="{$input}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/adminFileBox/1" />
|
||||
<div class="x_control-group __attribute" data-count="1">
|
||||
<label for="attribute_name1" class="x_control-label __attribute_name_label">{$lang->attribute_name}</label>
|
||||
<div class="x_controls">
|
||||
|
|
@ -66,7 +67,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<p loop="$val->attributes => $name, $value">
|
||||
{$name}: {$value}
|
||||
{htmlspecialchars($name)}: {$value}
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,14 @@
|
|||
<!--%import("filter/update_category.xml")-->
|
||||
|
||||
<!--#include("./header.html")-->
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
{@
|
||||
$validator_ids = array(
|
||||
'modules/module/tpl/category_list/1' => 1,
|
||||
'modules/module/tpl/category_list/2' => 1,
|
||||
'modules/module/tpl/category_update_form/1' => 1
|
||||
);
|
||||
}
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && isset($validator_ids[$XE_VALIDATOR_ID])" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<!-- 카테고리의 위/아래, 삭제와 관련된 form -->
|
||||
|
|
@ -10,6 +16,7 @@
|
|||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleAdminDeleteCategory" />
|
||||
<input type="hidden" name="module_category_srl" value="" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/category_list/1" />
|
||||
</form>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
|
|
@ -45,6 +52,7 @@
|
|||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="module_category_srl" value="" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/category_list/2" />
|
||||
<div class="x_pull-right x_input-append">
|
||||
<input type="text" name="title" title="{$lang->category_title}" placeholder="{$lang->category_title}" required />
|
||||
<input type="submit" class="x_btn x_btn-primary" value="{$lang->cmd_registration}">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--#include("./header.html")-->
|
||||
<!-- 카테고리 수정 -->
|
||||
<!--@if($selected_category)-->
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/category_update_form/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<section class="section">
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminUpdateCategory" />
|
||||
<input type="hidden" name="module_category_srl" value="{$selected_category->module_category_srl}" />
|
||||
<input type="hidden" name="mode" value="update" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/category_update_form/1" />
|
||||
<label for="category_title" style="display:inline-block;padding:4px 0 0 0"><strong>{$lang->category_title}</strong>: </label>
|
||||
<span class="x_input-append">
|
||||
<input type="text" name="title" id="category_title" value="{$selected_category->title}" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/copy_module/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<section class="section">
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleAdminCopyModule" />
|
||||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/copy_module/1" />
|
||||
<h2>{$lang->module_copy}</h2>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<p loop="$val->attributes => $name, $value">
|
||||
{$name} : {$value}
|
||||
{htmlspecialchars($name)} : {$value}
|
||||
</p>
|
||||
</td>
|
||||
<td cond="!$allow_multiple">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_modules} <a class="x_icon-question-sign" href="./help/index.html#UMAN_advanced_installed_module" target="_blank">{$lang->help}</a></h1>
|
||||
<h1>{$lang->installed_modules} <a class="x_icon-question-sign" href="./admin/help/index.html#UMAN_advanced_installed_module" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<script>
|
||||
xe.lang.favorite_on = '{$lang->favorite}({$lang->on})';
|
||||
|
|
|
|||
|
|
@ -34,6 +34,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_modal-footer">
|
||||
<button type="button" class="x_btn x_pull-left">{$lang->cmd_close}</button>
|
||||
<button type="button" class="x_btn x_pull-left" data-hide="#manageSelectedModule">{$lang->cmd_close}</button>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminModuleGrantSetup" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="module_srls" value="{$module_srls}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/manage_selected" />
|
||||
<h1>{$lang->permission_setting}</h1>
|
||||
<p>{$lang->about_grant_deatil}</p>
|
||||
<div loop="$grant_list => $grant_name, $grant_item" class="x_control-group">
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<input type="hidden" name="act" value="procModuleAdminModuleSetup" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="module_srls" value="" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/manage_selected" />
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="module_category_srl">{$lang->module_category}</label>
|
||||
<div class="x_controls">
|
||||
|
|
@ -35,6 +36,17 @@
|
|||
<p class="x_help-inline">{$lang->about_skin}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="use_mobile">{$lang->mobile_view}</label>
|
||||
<div class="x_controls">
|
||||
<select name="use_mobile" id="use_mobile">
|
||||
<option value="" selected="selected">{$lang->keep_existing_value}</option>
|
||||
<option value="Y">{$lang->use}</option>
|
||||
<option value="N">{$lang->notuse}</option>
|
||||
</select>
|
||||
<p class="x_help-inline">{$lang->about_mobile_view}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="mlayout_srl">{$lang->mobile_layout}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
|
|
@ -24,8 +24,11 @@ $('a.modalAnchor[href=#manageSelectedModule]')
|
|||
var module_srls = new Array();
|
||||
$selectedModule.each(function(){
|
||||
var $this = $(this);
|
||||
var row = '<tr><td>' + $this.data('mid') + '</td><td>' + $this.data('browser_title') + '</td></tr>';
|
||||
$selectedBody.append(row);
|
||||
var $row = $('<tr></tr>');
|
||||
var $mid = $('<td></td>').text($this.data('mid'));
|
||||
var $browser_title = $('<td></td>').text($this.data('browser_title'));
|
||||
$row.append($mid).append($browser_title);
|
||||
$selectedBody.append($row);
|
||||
module_srls.push($this.val());
|
||||
});
|
||||
|
||||
|
|
@ -34,4 +37,4 @@ $('a.modalAnchor[href=#manageSelectedModule]')
|
|||
$('#manageSelectedModuleGrant input[name=module_srls]').val(module_srls);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -6,10 +6,11 @@
|
|||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleAdminModuleGrantSetup" />
|
||||
<input type="hidden" name="module_srls" value="{$module_srls}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/module_grant_setup/1" />
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->bundle_grant_setup}</h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/module_grant_setup/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
<div class="x_page-header">
|
||||
<h1>{$lang->menu_gnb_sub['multilingual']} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_langcode" target="_blank">{$lang->help}</a></h1>
|
||||
<h1>{$lang->cmd_multilingual} <a class="x_icon-question-sign" href="./admin/help/index.html#UMAN_content_langcode" target="_blank">{$lang->help}</a></h1>
|
||||
</div>
|
||||
<p>{$lang->multilingual_desc}</p>
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="x_aleart x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
{@$use_in_page = true}
|
||||
<include target="multilingual_v17.html" />
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
<include target="header.html" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/autoinstall/tpl/uninstall/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<caption>
|
||||
<strong>All({count($module_list)})</strong>
|
||||
|
|
|
|||
|
|
@ -3,10 +3,11 @@
|
|||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleAdminModuleSetup" />
|
||||
<input type="hidden" name="module_srls" value="{$module_srls}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/module_setup/1" />
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->bundle_setup}</h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/module_setup/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
</ul>
|
||||
</form>
|
||||
<form action="" class="search center x_input-append x_pull-right">
|
||||
<select name="lang_code">
|
||||
<select name="lang_code" style="margin-right:4px">
|
||||
<option loop="$lang_supported => $code, $lname" value="{$code}" selected="selected"|cond="$code == $lang_code">{$lname}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" title="Search" value="<!--@if($name)-->{htmlspecialchars($lang_code_list[1]->value)}<!--@else-->{htmlspecialchars($search_keyword)}<!--@end-->">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/module/tpl/skin_config/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<form action="./" method="post" enctype="multipart/form-data" class="x_form-horizontal">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
|
|
@ -10,10 +9,9 @@
|
|||
<input type="hidden" name="_mode" value="{$mode}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
<input type="hidden" name="xe_validator_id" value="modules/module/tpl/skin_config/1" />
|
||||
<section class="section">
|
||||
<h1>{$lang->skin_default_info}</h1>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">
|
||||
{$lang->skin}
|
||||
|
|
@ -70,14 +68,12 @@
|
|||
<!--@else-->
|
||||
{@ $_width = 200; $_height = 20; $_talign = "left"; }
|
||||
<!--@end-->
|
||||
<div class="x_thumbnail" style="display:inline-block;text-align:{$_talign};margin-bottom:1em;width:{$_width}px;height:{$_height}px;margin-right:10px;">
|
||||
<div class="x_thumbnail"|cond="$val->screenshot" style="display:inline-block;width:{$_width}px;margin-right:10px;">
|
||||
<label for="colorset_{$key}">
|
||||
<input type="radio" name="colorset" value="{$val->name}" id="colorset_{$key}" checked="checked"|cond="$skin_vars['colorset']->value==$val->name" />
|
||||
{$val->title}
|
||||
</label>
|
||||
<block cond="$val->screenshot">
|
||||
<img src="../../../{$val->screenshot}" alt="{$val->title}" />
|
||||
</block>
|
||||
<img src="../../../{$val->screenshot}" alt="{$val->title}" cond="$val->screenshot" />
|
||||
</div>
|
||||
</block>
|
||||
</div>
|
||||
|
|
@ -91,13 +87,13 @@
|
|||
</block>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="{$val->name}">{$val->title}</label>
|
||||
<label class="x_control-label" for="{$val->name}"|cond="$val->type!='text'&&$val->type!='textarea'" for="lang_{$val->name}"|cond="$val->type=='text'||$val->type=='textarea'">{$val->title}</label>
|
||||
<div class="x_controls">
|
||||
<!--// text -->
|
||||
<input cond="$val->type == 'text'" type="text" name="{$val->name}" id="{$val->name}" value="{htmlspecialchars($val->value)}" class="lang_code" />
|
||||
<input cond="$val->type == 'text'" type="text" name="{$val->name}" id="{$val->name}" value="<!--@if(strpos($val->value, '$user_lang->') === false)-->{$val->value}<!--@else-->{htmlspecialchars($val->value)}<!--@end-->" class="lang_code" />
|
||||
|
||||
<!--// textarea -->
|
||||
<textarea cond="$val->type == 'textarea'" rows="8" cols="42" name="{$val->name}" id="{$val->name}" class="lang_code">{htmlspecialchars($val->value)}</textarea>
|
||||
<textarea cond="$val->type == 'textarea'" rows="8" cols="42" name="{$val->name}" id="{$val->name}" class="lang_code"><!--@if(strpos($val->value, '$user_lang->') === false)-->{$val->value}<!--@else-->{htmlspecialchars($val->value)}<!--@end--></textarea>
|
||||
|
||||
<!--// select -->
|
||||
<select cond="$val->type == 'select'" name="{$val->name}" id="{$val->name}">
|
||||
|
|
@ -124,17 +120,15 @@
|
|||
<input type="text" class="color-indicator" name="{$val->name}" id="{$val->name}" value="{$val->value}" />
|
||||
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
|
||||
</div>
|
||||
|
||||
<p class="x_help-inline" cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||
<a href="#about_{$val->name}" data-toggle class="x_icon-question-sign" cond="$val->description" style="vertical-align:top;margin-top:5px"|cond="$val->type == 'textarea'">{$lang->help}</a>
|
||||
<p class="x_help-block" id="about_{$val->name}" hidden cond="$val->description">{nl2br(trim($val->description))}</p>
|
||||
</div>
|
||||
</div>
|
||||
</block>
|
||||
</section>
|
||||
<!--@end-->
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<button class="x_btn x_btn-primary x_pull-right" type="submit">{$lang->cmd_registration}</button>
|
||||
</div>
|
||||
</form>
|
||||
<!--@if($use_colorpicker)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue