mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
User interface enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9866 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11c1d33a1c
commit
aefa6e25e3
7 changed files with 71 additions and 70 deletions
|
|
@ -70,6 +70,7 @@ header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{di
|
|||
.x .table td.title,
|
||||
.x .table th.text,
|
||||
.x .table td.text{white-space:normal;width:100%}
|
||||
.x .table td[colspan]{white-space:normal}
|
||||
/* Form */
|
||||
.x .form{margin:1em 0;padding:0}
|
||||
.x .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -18,10 +18,10 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->editor_skin}</th>
|
||||
<td colspan="2" class="text">{$lang->about_editor_skin}</td>
|
||||
<td colspan="2">{$lang->about_editor_skin}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<select name="editor_skin" onchange="getEditorSkinColorList(this.value, null, 'document')">
|
||||
<!--@foreach($editor_skin_list as $editor)-->
|
||||
<option value="{$editor}" <!--@if($editor==$editor_config->editor_skin)-->selected="selected"<!--@end-->>{$editor}</option>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<select name="comment_editor_skin" onchange="getEditorSkinColorList(this.value, null, 'comment')">
|
||||
<!--@foreach($editor_skin_list as $editor)-->
|
||||
<option value="{$editor}" <!--@if($editor==$editor_config->comment_editor_skin)-->selected="selected"<!--@end-->>{$editor}</option>
|
||||
|
|
@ -50,72 +50,72 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->content_style}</th>
|
||||
<td colspan="2" class="text"><p>{$lang->about_content_style}</p></td>
|
||||
<td colspan="2"><p>{$lang->about_content_style}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<select name="content_style">
|
||||
<!--@foreach($content_style_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($key==$editor_config->content_style||!$editor_config->content_style&&$key=='default')-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<select name="comment_content_style">
|
||||
<!--@foreach($content_style_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($key==$editor_config->comment_content_style||!$editor_config->comment_content_style&&$key=='default')-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td class="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row"><label for="content_font">{$lang->content_font}</label></th>
|
||||
<td colspan="2" class="text">{$lang->about_content_font}</td>
|
||||
<td colspan="2">{$lang->about_content_font}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="text">
|
||||
<td colspan="2">
|
||||
<input type="text" name="content_font" id="content_font" value="{str_replace(array('"','\''),'',$editor_config->content_font)}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row"><label for="content_font_size">{$lang->content_font_size}</label></th>
|
||||
<td colspan="2" class="text">{$lang->about_content_font_size}</td>
|
||||
<td colspan="2">{$lang->about_content_font_size}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="text">
|
||||
<td colspan="2">
|
||||
<input type="text" name="content_font_size" id="content_font_size" value="{$editor_config->content_font_size}" style="width:50px" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->editor_height}</th>
|
||||
<td colspan="2" class="text">{$lang->about_editor_height}</td>
|
||||
<td colspan="2">{$lang->about_editor_height}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<input type="text" name="editor_height" value="{$editor_config->editor_height}" style="width:30px" /> px
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<input type="text" name="comment_editor_height" value="{$editor_config->comment_editor_height}" style="width:30px" /> px
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->enable_autosave}</th>
|
||||
<td colspan="2" class="text">{$lang->about_enable_autosave}</td>
|
||||
<td colspan="2">{$lang->about_enable_autosave}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="text"><input type="checkbox" value="Y" name="enable_autosave" <!--@if($editor_config->enable_autosave=='Y')-->checked="checked"<!--@end-->/></td>
|
||||
<td colspan="2"><input type="checkbox" value="Y" name="enable_autosave" <!--@if($editor_config->enable_autosave=='Y')-->checked="checked"<!--@end-->/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->enable_html_grant}</th>
|
||||
<td colspan="2" class="text">{$lang->about_enable_html_grant}</td>
|
||||
<td colspan="2">{$lang->about_enable_html_grant}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_html_grant" value="{$k}" id="enable_html_{$k}" <!--@if(in_array($k, $editor_config->enable_html_grant))-->checked="checked"<!--@end-->/> <label for="enable_html_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_comment_html_grant" value="{$k}" id="enable_comment_html_{$k}" <!--@if(in_array($k, $editor_config->enable_comment_html_grant))-->checked="checked"<!--@end-->/> <label for="enable_comment_html_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
|
|
@ -123,15 +123,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->upload_file_grant}</th>
|
||||
<td colspan="2" class="text">{$lang->about_upload_file_grant}</td>
|
||||
<td colspan="2">{$lang->about_upload_file_grant}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="upload_file_grant" value="{$k}" id="fileupload_{$k}" <!--@if(in_array($k, $editor_config->upload_file_grant))-->checked="checked"<!--@end-->/> <label for="fileupload_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="comment_upload_file_grant" value="{$k}" id="comment_fileupload_{$k}" <!--@if(in_array($k, $editor_config->comment_upload_file_grant))-->checked="checked"<!--@end-->/> <label for="comment_fileupload_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
|
|
@ -139,15 +139,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->enable_default_component_grant}</th>
|
||||
<td colspan="2" class="text">{$lang->about_default_component_grant}</td>
|
||||
<td colspan="2">{$lang->about_default_component_grant}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_default_component_grant" value="{$k}" id="default_componen_{$k}" <!--@if(in_array($k, $editor_config->enable_default_component_grant))-->checked="checked"<!--@end-->/> <label for="default_componen_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_comment_default_component_grant" value="{$k}" id="comment_default_component_{$k}" <!--@if(in_array($k, $editor_config->enable_comment_default_component_grant))-->checked="checked"<!--@end-->/> <label for="comment_default_component_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
|
|
@ -155,15 +155,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2" scope="row">{$lang->enable_component_grant}</th>
|
||||
<td colspan="2" class="text">{$lang->about_component_grant}</td>
|
||||
<td colspan="2">{$lang->about_component_grant}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_component_grant" value="{$k}" id="componen_{$k}" <!--@if(in_array($k, $editor_config->enable_component_grant))-->checked="checked"<!--@end-->/> <label for="componen_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="text">
|
||||
<td>
|
||||
<!--@foreach($group_list as $k => $v)-->
|
||||
<input type="checkbox" name="enable_comment_component_grant" value="{$k}" id="comment_component_{$k}" <!--@if(in_array($k, $editor_config->enable_comment_component_grant))-->checked="checked"<!--@end-->/> <label for="comment_component_{$k}">{$v->title}</label>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
<h2 class="h2"></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="name">{$lang->menu_name}({$lang->browser_title})</label></p>
|
||||
<p class="q"><label for="name">{$lang->menu_name}({$lang->browser_title}) <em>*</em></label></p>
|
||||
<div class="a multiLangEdit">
|
||||
<input type="hidden" class="vLang" name="menu_name_key" />
|
||||
<input type="text" class="vLang" id="name" name="menu_name" />
|
||||
|
|
@ -89,7 +89,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->module_or_url}?</p>
|
||||
<p class="q">{$lang->module_or_url} <em>*</em></p>
|
||||
<p class="a">
|
||||
<input type="radio" name="cType" id="cModule" class="_typeCheck" value="CREATE" /> <label for="cModule">{$lang->create_module_in_menu}</label>
|
||||
<input type="radio" name="cType" id="sModule" class="_typeCheck" value="SELECT" /> <label for="sModule">{$lang->select_module_in_menu}</label>
|
||||
|
|
@ -97,7 +97,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
</p>
|
||||
</li>
|
||||
<li id="kindModule">
|
||||
<p class="q"><label for="kModule">{$lang->select_module}</label></p>
|
||||
<p class="q"><label for="kModule">{$lang->select_module_in_menu} <em>*</em></label></p>
|
||||
<p class="a">
|
||||
<select style="width:290px" id="kModule" name="module_type">
|
||||
<block loop="$module_list=>$key,$value">
|
||||
|
|
@ -112,26 +112,26 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
</p>
|
||||
</li>
|
||||
<li id="createModule">
|
||||
<p class="q"><label for="cModule_id">{$lang->create_mid_in_menu}.</label></p>
|
||||
<p class="q"><label for="cModule_id">{$lang->create_mid_in_menu} <em>*</em></label></p>
|
||||
<div class="a">
|
||||
<input type="text" id="cModule_id" name="create_menu_url" />
|
||||
</div>
|
||||
</li>
|
||||
<li id="selectModule">
|
||||
<p class="q"><label for="sModule_id">{$lang->select_mid_in_menu}</label></p>
|
||||
<p class="q"><label for="sModule_id">{$lang->select_mid_in_menu} <em>*</em></label></p>
|
||||
<p class="a">
|
||||
<select style="width:290px" id="sModule_id" name="select_menu_url">
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li id="insertUrl">
|
||||
<p class="q"><label for="link_url">{$lang->menu_url}</label></p>
|
||||
<p class="q"><label for="link_url">{$lang->menu_url} <em>*</em></label></p>
|
||||
<div class="a">
|
||||
<input type="text" id="link_url" name="menu_url" value="http://" />
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->about_menu_open_window}</p>
|
||||
<p class="q">{$lang->about_menu_open_window} <em>*</em></p>
|
||||
<p class="a">
|
||||
<input type="radio" name="menu_open_window" id="self" value="N" /> <label for="self">{$lang->menu_self_window}</label>
|
||||
<input type="radio" name="menu_open_window" id="blank" value="Y" /> <label for="blank">{$lang->menu_open_window}</label>
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<h2 class="h2">{$lang->page_management}</h2>
|
||||
<h1 class="h1">{$lang->page_management}</h1>
|
||||
|
||||
<p>{nl2br($lang->about_page)}</p>
|
||||
|
||||
<!--@if($module_info)-->
|
||||
<!--@if($module_info->mid)-->
|
||||
<h3 class="h3">
|
||||
<h2 class="h2">
|
||||
{$module_info->mid} <!--@if($module_info->is_default=='Y')-->({$lang->is_default})<!--@end-->
|
||||
|
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" target="_blank">View</a>
|
||||
</h3>
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}">View</a>
|
||||
</h2>
|
||||
<!--@end-->
|
||||
<div class="cnb">
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -13,20 +13,20 @@
|
|||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<th scope="row">{$lang->page_type}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
{$lang->page_type_name[$module_info->page_type]}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mid}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="page_name" value="{$module_info->mid}" />
|
||||
<p>{$lang->about_mid}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->module_category}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<select name="module_category_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->browser_title}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="browser_title" value="{$module_info->browser_title}" id="browser_title"/>
|
||||
<a href="{getUrl('','module','module','act','dispModuleAdminLangcode','target','browser_title')}" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span>{$lang->cmd_find_langcode}</span></a>
|
||||
<p>{$lang->about_browser_title}</p>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->layout}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<select name="layout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($layout_list as $key => $val)-->
|
||||
|
|
@ -58,14 +58,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mobile_view}</th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_mobile" value="Y" <!--@if($module_info->use_mobile == "Y")-->checked="checked"<!--@end--> />
|
||||
<p>{$lang->about_mobile_view}</p>
|
||||
<td class="text">
|
||||
<input type="checkbox" name="use_mobile" id="use_mobile" value="Y" <!--@if($module_info->use_mobile == "Y")-->checked="checked"<!--@end--> />
|
||||
<label for="use_mobile">{$lang->about_mobile_view}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mobile_layout}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="mlayout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($mlayout_list as $key => $val)-->
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
<!--@if($module_info->page_type != 'ARTICLE')-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->page_caching_interval}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="page_caching_interval" value="{(int)$module_info->page_caching_interval}" /> {$lang->unit_min}
|
||||
<p>{$lang->about_page_caching_interval}</p>
|
||||
</td>
|
||||
|
|
@ -87,14 +87,14 @@
|
|||
<!--@if($module_info->page_type == 'OUTSIDE')-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->opage_path}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="path" value="{htmlspecialchars($module_info->path)}" />
|
||||
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row">
|
||||
<th scope="row">{$lang->opage_mobile_path}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="mpath" value="{htmlspecialchars($module_info->mpath)}" />
|
||||
<p>{$lang->about_opage_mobile_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
<!--@if($module_info->page_type == 'ARTICLE')-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="skin">
|
||||
<!--@foreach($skin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->skin==$key ||(!$module_info->skin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
</tr>
|
||||
<tr class="optionnalData articleType">
|
||||
<th scope="row">{$lang->mobile_skin}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="mskin">
|
||||
<!--@foreach($mskin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->mskin==$key ||(!$module_info->mskin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
<!--@if($module_srl)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->page_type}</th>
|
||||
<td></td>
|
||||
</tr>
|
||||
<td class="text"></td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->page_type}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<select name="page_type">
|
||||
<option value="">{$lang->click_choice}</option>
|
||||
<option value="WIDGET">{$lang->page_type_name['WIDGET']}</option>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
<!--@else-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->mid}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="page_name" value="{$module_info->mid}" />
|
||||
<p>{$lang->about_mid}</p>
|
||||
</td>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->module_category}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<select name="module_category_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->browser_title}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="browser_title" value="{$module_info->browser_title}" id="browser_title"/>
|
||||
<a href="{getUrl('','module','module','act','dispModuleAdminLangcode','target','browser_title')}" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span>{$lang->cmd_find_langcode}</span></a>
|
||||
<p>{$lang->about_browser_title}</p>
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->layout}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<select name="layout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($layout_list as $key => $val)-->
|
||||
|
|
@ -75,14 +75,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mobile_view}</th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_mobile" value="Y" <!--@if($module_info->use_mobile == "Y")-->checked="checked"<!--@end--> />
|
||||
<p>{$lang->about_mobile_view}</p>
|
||||
<td class="text">
|
||||
<input type="checkbox" name="use_mobile" id="use_mobile" value="Y" <!--@if($module_info->use_mobile == "Y")-->checked="checked"<!--@end--> />
|
||||
<label for="use_mobile">{$lang->about_mobile_view}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->mobile_layout}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="mlayout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($mlayout_list as $key => $val)-->
|
||||
|
|
@ -94,14 +94,14 @@
|
|||
</tr>
|
||||
<tr class="optionnalData widgetType outsideType">
|
||||
<th scope="row">{$lang->page_caching_interval}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="page_caching_interval" value="{(int)$module_info->caching_interval}" /> {$lang->unit_min}
|
||||
<p>{$lang->about_page_caching_interval}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="skin">
|
||||
<!--@foreach($skin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->skin==$key ||(!$module_info->skin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
</tr>
|
||||
<tr class="optionnalData articleType">
|
||||
<th scope="row">{$lang->mobile_skin}</th>
|
||||
<td>
|
||||
<td class="text">
|
||||
<select name="mskin">
|
||||
<!--@foreach($mskin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->mskin==$key ||(!$module_info->mskin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -123,14 +123,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->opage_path}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="path" value="{htmlspecialchars($module_info->path)}" />
|
||||
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row optionnalData outsideType">
|
||||
<th scope="row">{$lang->opage_mobile_path}</th>
|
||||
<td colspan="3">
|
||||
<td class="text">
|
||||
<input type="text" name="mpath" value="{htmlspecialchars($module_info->mpath)}" />
|
||||
<p>{$lang->about_opage_mobile_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue