mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1add50bc89
commit
04206e9b86
16 changed files with 101 additions and 94 deletions
|
|
@ -411,7 +411,7 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
<p>사이트에 등록할 수 있는 파일의 종류와 크기 등을 설정할 수 있습니다.</p>
|
||||
<ul>
|
||||
<li id="UMAN_config_file_outlink">파일 외부 링크: 리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)</li>
|
||||
<li id="UMAN_config_file_size">파일 제한 크기 : 하나의 파일에 대해 최고 용량을 지정할 수 있습니다.(관리자는 제외)</li>
|
||||
<li id="UMAN_config_file_size">파일 크기 제한: 하나의 파일에 대해 최고 용량을 지정할 수 있습니다.(관리자는 제외)</li>
|
||||
<li id="UMAN_config_file_document_attach_limit">문서 첨부 제한: 하나의 문서에 첨부할 수 있는 최고 용량을 지정할 수 있습니다.(관리자는 제외)</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
|
@ -849,8 +849,8 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
<h1 id="UMAN_faq_file_status">파일 목록의 '유효', '대기'</h1>
|
||||
<p>'콘텐츠 > 파일'에 보면 파일의 상태가 '유효'와 '대기'로 나누어 집니다. 각 상태는 아래와 같습니다.</p>
|
||||
<ul>
|
||||
<li>유효 : 문서를 작성하면서 파일을 등록한 후 <b>문서 작성을 완료</b>한 상태</li>
|
||||
<li>대기 : 문서를 작성하면서 파일을 등록하였지만 아직 <b>문서 작성을 완료하지 않은 상태 또는 작성을 취소한 상태</b>에서 남아있는 파일</li>
|
||||
<li>유효: 문서를 작성하면서 파일을 등록한 후 <strong>문서 작성을 완료</strong>한 상태</li>
|
||||
<li>대기: 문서를 작성하면서 파일을 등록하였지만 아직 <strong>문서 작성을 완료하지 않은 상태 또는 작성을 취소한 상태</strong>에서 남아있는 파일</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="h2">
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section collapse">
|
||||
<section class="section collapse" style="margin-bottom:0">
|
||||
<h1>{$lang->subtitle_advanced}</h1>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="ftp_host">{$lang->ftp_host}</label>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<p class="x_control-label">{$lang->use_ftp_passive_mode}</p>
|
||||
<div class="x_control-label">{$lang->use_ftp_passive_mode}</div>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="ftp_passive_y">
|
||||
<input type="radio" name="ftp_pasv" id="ftp_passive_y" value="Y" checked="checked"|cond="$ftp_info->ftp_pasv == 'Y'" />
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="btnArea">
|
||||
<div class="btnArea" style="margin-top:0">
|
||||
<input type="submit" value="{$lang->cmd_save}" class="x_btn x_btn-primary x_pull-right" />
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@
|
|||
<img src="{$favicon_url}" alt="favicon" width="16" height="16" class="fn1">
|
||||
<img src="{$favicon_url}" alt="favicon Image" width="16" height="16" class="fn2">
|
||||
</p>
|
||||
<input type="checkbox" name="is_delete_favicon" value="1" /> {$lang->cmd_delete}
|
||||
<input type="file" name="favicon" id="favicon" title="favicon" />
|
||||
<label><input type="checkbox" name="is_delete_favicon" value="1" /> {$lang->cmd_delete}</label>
|
||||
<label><input type="file" name="favicon" id="favicon" title="favicon" /></label>
|
||||
<span class="x_help-block">{$lang->about_use_favicon}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -102,8 +102,8 @@
|
|||
<img src="{$mobicon_url}" alt="Mobile Home Icon" width="32" height="32" />
|
||||
<span>www</span>
|
||||
</p>
|
||||
<input type="checkbox" name="is_delete_mobicon" value="1" /> {$lang->cmd_delete}
|
||||
<input type="file" name="mobicon" id="mobicon" title="Mobile Home Icon"/>
|
||||
<label><input type="checkbox" name="is_delete_mobicon" value="1" /> {$lang->cmd_delete}</label>
|
||||
<label><input type="file" name="mobicon" id="mobicon" title="Mobile Home Icon"/></label>
|
||||
<span class="x_help-block">{$lang->detail_use_mobile_icon}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="default_url">{$lang->default_url} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_general_default_url" target="_blank">{$lang->help}</a></label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="default_url" id="default_url" value="{$default_url}"/>
|
||||
<input type="url" name="default_url" id="default_url" value="{$default_url}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -142,8 +142,8 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->server_ports}</label>
|
||||
<div class="x_controls">
|
||||
<label for="http_port" class="x_inline">HTTP: <input type="number" name="http_port" id="http_port" size="5" value="{$http_port}" style="width:50px" /></label>
|
||||
<label for="https_port" class="x_inline">HTTPS: <input type="number" name="https_port" id="https_port" size="5" value="{$https_port}" style="width:50px" /></label>
|
||||
<label for="http_port" class="x_inline" style="margin-bottom:0;padding-top:0">HTTP: <input type="number" name="http_port" id="http_port" size="5" value="{$http_port}" style="width:50px" /></label>
|
||||
<label for="https_port" class="x_inline" style="margin-bottom:0;padding-top:0">HTTPS: <input type="number" name="https_port" id="https_port" size="5" value="{$https_port}" style="width:50px" /></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group" cond="__XE_CDN_VERSION__!='%__XE_CDN_VERSION__%'">
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ body>.x,
|
|||
.x .x_form-horizontal .x_control-label{font-weight:bold;word-break:keep-all}
|
||||
.x .x_form-horizontal .x_control-label{width:180px}
|
||||
.x .x_form-horizontal .x_controls{margin-left:200px}
|
||||
.x .x_form-horizontal .x_controls label{padding-top:5px}
|
||||
.x .x_form-horizontal .x_controls label{padding:5px 0;margin-bottom:0}
|
||||
.x input[type="radio"]+label,
|
||||
.x input[type="checkbox"]+label{font-weight:normal}
|
||||
.x label.x_inline{margin-right:16px}
|
||||
|
|
@ -171,7 +171,7 @@ body>.x,
|
|||
.x .search>input[type="search"]{height:16px;line-height:16px;width:120px}
|
||||
.x .vr{color:#ccc;font-style:normal}
|
||||
.x .nowr{white-space:nowrap}
|
||||
.x .btnArea{padding:10px 0;margin:20px 0;border-top:1px solid #ccc}
|
||||
.x .btnArea{padding:10px 0;margin:10px 0;border-top:1px solid #ccc}
|
||||
.x li.active>a,
|
||||
.x a.active{color:#000;font-weight:bold;text-decoration:none}
|
||||
.x .module_search+[readonly]{vertical-align:top;border-top-right-radius:0;border-bottom-right-radius: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
|
|
@ -1413,12 +1413,12 @@ jQuery(function($){
|
|||
});
|
||||
var details = $('.x .dsTg td.tg>*:not(:first-child)');
|
||||
simpleBtn.click(function(){
|
||||
details.slideUp(200);
|
||||
details.hide();
|
||||
detailBtn.removeClass('x_active');
|
||||
simpleBtn.addClass('x_active');
|
||||
});
|
||||
detailBtn.click(function(){
|
||||
details.slideDown(200);
|
||||
details.show();
|
||||
detailBtn.addClass('x_active');
|
||||
simpleBtn.removeClass('x_active');
|
||||
});
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -10,7 +10,7 @@ a>i{opacity:.5;filter:alpha(opacity=50)}
|
|||
.category .active>a{font-weight:bold;color:#333}
|
||||
.list{zoom:1}
|
||||
.list:after{content:"";display:block;clear:both}
|
||||
.list>.x_thumbnail{padding:8px 10px; margin-bottom:10px;zoom:1;width:47%;box-shadow:1px 1px 3px #eee;overflow:hidden}
|
||||
.list>.x_thumbnail{padding:8px 10px; margin-bottom:10px;zoom:1;width:46.5%;box-shadow:1px 1px 3px #eee;overflow:hidden}
|
||||
.list>.x_thumbnail:after{content:"";display:block; clear:both}
|
||||
.list>.x_thumbnail.odd{float:left}
|
||||
.list>.x_thumbnail.even{float:right}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
{@$ftp_link = sprintf('<a href="%s">%s</a>', getUrl('', 'module', 'admin', 'act', 'dispAdminConfigFtp'), $lang->ftp_setup)}
|
||||
{sprintf($lang->description_ftp_note, $ftp_link)}
|
||||
</block>
|
||||
{@$btnUpdate = sprintf('<input type="submit" value="%s" class="text" />', $lang->status_update)}
|
||||
{@$btnUpdate = sprintf('<input type="submit" value="%s" class="x_btn x_btn-link" style="position:relative;top:-1px;text-decoration:underline !important" />', $lang->status_update)}
|
||||
{sprintf($lang->description_update, $btnUpdate)}
|
||||
</p>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -22,18 +22,20 @@
|
|||
<i>|</i>
|
||||
<a href="{getUrl('order_target','popular','order_type',$_popular_order_type)}" class="active"|cond="$order_target == 'popular'">{$lang->order_popular} <i cond="$order_target == 'popular'" class="x_icon-circle-arrow-down"|cond="$_popular_order_type == 'asc'" class="x_icon-circle-arrow-up"|cond="$_popular_order_type == 'desc'">{$_popular_order_type}</i></a></li>
|
||||
</div>
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<button id="__btn_simple" class="x_btn x_active">{$lang->simple_view}</button>
|
||||
<button id="__btn_detail" class="x_btn">{$lang->detail_view}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="__list_simple">
|
||||
<p>
|
||||
<div style="overflow:hidden;margin-bottom:10px">
|
||||
<strong style="position:relative;top:10px">
|
||||
<block cond="$current_category">{$current_category}</block>
|
||||
<block cond="!$current_category">All</block>
|
||||
({sprintf('%d', $page_navigation->total_count)})
|
||||
</p>
|
||||
</strong>
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<button class="x_btn x_active __btn_simple">{$lang->simple_view}</button>
|
||||
<button class="x_btn __btn_detail">{$lang->detail_view}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list">
|
||||
<block loop="$item_list => $key, $item">
|
||||
{@ $target_url = $original_site."?mid=download&package_srl=".$item->package_srl; }
|
||||
|
|
@ -67,13 +69,18 @@
|
|||
|
||||
<table id="__list_detail" class="x_table x_table-striped x_table-hover" style="display:none">
|
||||
<caption>
|
||||
<strong>
|
||||
<block cond="$current_category">{$current_category}</block>
|
||||
<block cond="!$current_category">All</block>
|
||||
({sprintf('%d', $page_navigation->total_count)})
|
||||
</strong>
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<button class="x_btn x_active __btn_simple">{$lang->simple_view}</button>
|
||||
<button class="x_btn __btn_detail">{$lang->detail_view}</button>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="nowr">{$lang->category}</th>
|
||||
<th scope="col" class="nowr">{$lang->thumbnail}</th>
|
||||
<th scope="col" class="nowr">{$lang->name}</th>
|
||||
<th scope="col" class="nowr">{$lang->distribute_version}</th>
|
||||
|
|
@ -84,16 +91,15 @@
|
|||
<tbody>
|
||||
<tr loop="$item_list => $key, $item">
|
||||
{@ $target_url = $original_site."?mid=download&package_srl=".$item->package_srl; }
|
||||
<td><span class="x_label x_label-info">{$item->category}</span></td>
|
||||
<td>
|
||||
<div class="x_thumbnail">
|
||||
<div class="x_thumbnail" style="width:80px;height:80px">
|
||||
<img src="{str_replace('./', $uri, $item->item_screenshot_url)}" alt="" width="100" height="100" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<p><a href="{$target_url}" target="_blank">{htmlspecialchars($item->title)}</a></p>
|
||||
<p>{cut_str(htmlspecialchars($item->package_description),200)}</p>
|
||||
<p>
|
||||
<p><span class="x_label x_label-info">{$item->category}</span> <a href="{$target_url}" target="_blank">{htmlspecialchars($item->title)}</a></p>
|
||||
<p style="margin:5px 0">{cut_str(htmlspecialchars($item->package_description),200)}</p>
|
||||
<p style="margin:5px 0">
|
||||
<block cond="(int)$item->package_voter > 0">
|
||||
<span class="starRating"><span style="width:{sprintf("%d",$item->package_voted/$item->package_voter*20)}%">{sprintf("%0.1f",$item->package_voted/$item->package_voter*2)}{sprintf($lang->rate, $item->package_start)}</span></span>
|
||||
<span class="x_badge">{sprintf("%0.1f",$item->package_voted/$item->package_voter*2)}/{number_format($item->package_voter)}</span>
|
||||
|
|
@ -114,11 +120,13 @@
|
|||
</td>
|
||||
<td>{htmlspecialchars($item->item_version)}</td>
|
||||
<td>{htmlspecialchars($item->current_version)}</td>
|
||||
<td class="nowr x_btn-group">
|
||||
<td>
|
||||
<span class="x_btn-group">
|
||||
<a cond="$item->current_version && $item->need_update != 'Y'" class="x_btn x_disabled" href="#">{$lang->installed}</a>
|
||||
<a cond="!$item->current_version" class="x_btn" href="{getUrl('act','dispAutoinstallAdminInstall','package_srl',$item->package_srl)}"><i class="x_icon-download-alt"></i> {$lang->install}</a>
|
||||
<a cond="!$show_ftp_note && $item->current_version && $item->avail_remove" class="x_btn" href="{getUrl('act','dispAutoinstallAdminUninstall','package_srl',$item->package_srl)}"><i class="x_icon-remove"></i> {$lang->cmd_delete}</a>
|
||||
<a cond="$item->current_version && $item->need_update == 'Y'" class="x_btn" href="{getUrl('act','dispAutoinstallAdminInstall','package_srl',$item->package_srl)}"><i class="x_icon-refresh"></i> {$lang->update}</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -168,8 +176,8 @@
|
|||
</div>
|
||||
<script>
|
||||
jQuery(function($){
|
||||
var $btnSimple = $('#__btn_simple');
|
||||
var $btnDetail = $('#__btn_detail');
|
||||
var $btnSimple = $('.__btn_simple');
|
||||
var $btnDetail = $('.__btn_detail');
|
||||
var $listSimple = $('#__list_simple');
|
||||
var $listDetail = $('#__list_detail');
|
||||
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Những định dạng cho phép]]></value>
|
||||
</item>
|
||||
<item name="allowed_filesize">
|
||||
<value xml:lang="ko"><![CDATA[파일 제한 크기]]></value>
|
||||
<value xml:lang="ko"><![CDATA[파일 크기 제한]]></value>
|
||||
<value xml:lang="en"><![CDATA[Maximum File Size]]></value>
|
||||
<value xml:lang="jp"><![CDATA[ファイルサイズ制限]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[文件大小限制]]></value>
|
||||
|
|
|
|||
|
|
@ -26,20 +26,20 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="allow_outlink_site">{$lang->allow_outlink_site}</label>
|
||||
<div class="x_controls">
|
||||
<textarea name="allow_outlink_site" id="allow_outlink_site" rows="4" cols="42">{$config->allow_outlink_site}</textarea>
|
||||
<p class="x_help-inline">{$lang->about_allow_outlink_site}</p>
|
||||
<textarea name="allow_outlink_site" id="allow_outlink_site" rows="4" cols="42" style="float:left;margin-right:10px">{$config->allow_outlink_site}</textarea>
|
||||
<p class="x_help-block">{$lang->about_allow_outlink_site}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="filesize" class="x_control-label">{$lang->allowed_filesize} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_file_size" target="_blank">{$lang->help}</a></label>
|
||||
<div class="x_controls">
|
||||
<input id="filesize" type="number" name="allowed_filesize" value="{$config->allowed_filesize}" style="width:40px" /> MB/{ini_get('upload_max_filesize')}
|
||||
<input id="filesize" type="number" name="allowed_filesize" value="{$config->allowed_filesize}" style="width:50px" /> MB/{ini_get('upload_max_filesize')}
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="attachSize" class="x_control-label">{$lang->allowed_attach_size} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_file_document_attach_limit" target="_blank">{$lang->help}</a></label>
|
||||
<div class="x_controls">
|
||||
<input id="attachSize" type="number" name="allowed_attach_size" value="{$config->allowed_attach_size}" style="width:40px" /> MB
|
||||
<input id="attachSize" type="number" name="allowed_attach_size" value="{$config->allowed_attach_size}" style="width:50px" /> MB
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->layout_name}</th>
|
||||
<th scope="col">{$lang->version}</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->path}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="nowr">{$lang->layout_name}</th>
|
||||
<th scope="col" class="nowr">{$lang->version}</th>
|
||||
<th scope="col" class="nowr">{$lang->author}</th>
|
||||
<th scope="col" class="nowr">{$lang->path}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</block>
|
||||
</td>
|
||||
<td>{$layout->path}</td>
|
||||
<td><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
<td class="nowr"><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
<block cond="!$layout->title">
|
||||
<td class="title">
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>{$layout->path}</td>
|
||||
<td><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
<td class="nowr"><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
<table class="x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->number}</th>
|
||||
<th scope="col">{$lang->layout_name}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_layout_management}</th>
|
||||
<th scope="col">{$lang->cmd_layout_edit}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="nowr">{$lang->number}</th>
|
||||
<th scope="col" class="nowr">{$lang->layout_name}</th>
|
||||
<th scope="col" class="nowr">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->regdate}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_setup}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_copy}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
<td rowspan="{count($layout)}" cond="$no === 0" >{$layout_name}</td>
|
||||
<td>{$item->title}</td>
|
||||
<td>{zdate($item->regdate, "Y-m-d")}</td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_management}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $item->layout_srl)}">{$lang->cmd_setup}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $item->layout_srl)}">{$lang->cmd_edit}</a></td>
|
||||
<td><a href="{getUrl('', 'module', 'layout', 'act', 'dispLayoutAdminCopyLayout', 'layout_srl', $item->layout_srl)}" onclick="popopen(this.href);return false;" title="{$lang->cmd_copy}">{$lang->cmd_copy}</a></td>
|
||||
<td>
|
||||
<form cond="count($layout) > 1" class="layout_delete_form" ruleset="deleteLayout" action="./" method="post">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</script>
|
||||
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}…</a>
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}</a>
|
||||
</div>
|
||||
</div>
|
||||
{@ $isDeletable = count($layout_list) > 1 ? TRUE : FALSE}
|
||||
|
|
@ -13,10 +13,10 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="nowr">{$lang->no}</th>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->regdate}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_layout_management}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_layout_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_setup}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_copy}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
|
|
@ -26,8 +26,8 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<td class="nowr">{$no+1}</td>
|
||||
<td class="title">{$layout->title}</td>
|
||||
<td class="nowr">{zdate($layout->regdate, "Y-m-d")}</td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_layout_management}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_setup}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_edit}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('', 'module', 'layout', 'act', 'dispLayoutAdminCopyLayout', 'layout_srl', $layout->layout_srl)}" onclick="popopen(this.href);return false;" title="{$lang->cmd_copy}">{$lang->cmd_copy}</a></td>
|
||||
<td class="nowr">
|
||||
<form cond="$isDeletable" class="layout_delete_form" ruleset="deleteLayout" action="./" method="post">
|
||||
|
|
@ -42,7 +42,7 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</table>
|
||||
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}…</a>
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
<ul class="info">
|
||||
<li><a href="{getUrl('act','dispMemberInfo')}" title="{$lang->last_login}: {zDate($logged_info->last_login, "Y-m-d")}">{$logged_info->nick_name}</a></li>
|
||||
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||
<li cond="$logged_info->is_admin=='Y' && !$site_module_info->site_srl"><a href="{getUrl('','module','admin')}">{$lang->cmd_management}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue