Minor fix. class="table" replace with class="x_table x_table-striped x_table-hover"

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11754 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-17 05:25:41 +00:00
parent cca3ea0668
commit 9e0fe3ba98
67 changed files with 2625 additions and 2778 deletions

View file

@ -54,7 +54,7 @@
<p>Nanum Web Fonts support 'English, Korean, Japanese' language.</p>
<h2 class="NG">Preview</h2>
<p class="resize">{font-size:<strong></strong>px} <button type="button" class="plus">Large</button> <button type="button" class="minus">Small</button> <button type="button" class="default">Default</button></p>
<table class="table">
<table>
<thead>
<tr>
<th scope="col">Font Name</th>

View file

@ -1,6 +1,5 @@
<h1 class="h1">{$lang->addon_maker}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->title}</th>
<td>{$addon_info->title} ver. {$addon_info->version}</td>
@ -38,12 +37,10 @@
<td>{nl2br(trim($addon_info->description))}</td>
</tr><!--@end-->
</table>
</div>
<!--@if($addon_info->history)-->
<h1 class="h1">{$lang->addon_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
@ -74,5 +71,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -4,8 +4,7 @@
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<h3 class="h3">{$lang->comment}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="comment_count">{$lang->comment_count}</label></th>
<td class="text">
@ -44,7 +43,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
</div>

View file

@ -11,8 +11,7 @@
<input type="hidden" name="is_trash" value="false" />
<!-- 목록 -->
<div class="table">
<table width="100%" class="x_table x_table-striped x_table-hover">
<table class="x_table x_table-striped x_table-hover">
<caption>{$lang->all} {number_format($total_count)}, {$lang->page} {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
@ -37,7 +36,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<div class="x_btn-group">
<button class="x_btn" type="button" onclick="doCancelDeclare();">{$lang->cmd_cancel_declare}</button>

View file

@ -9,8 +9,7 @@
<input type="hidden" name="module" value="communication" />
<input type="hidden" name="act" value="procCommunicationAddFriend" />
<input type="hidden" name="target_srl" value="{$target_info->member_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->nick_name}</th>
<td>{$target_info->nick_name}</td>
@ -26,7 +25,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_add_friend}" /></span>
</div>

View file

@ -30,7 +30,7 @@
</div>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total: {$total_count}</caption>
<thead>
<tr>

View file

@ -19,7 +19,7 @@
</form>
</div>
<div class="table even" cond="$message">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th class="title">{$message->title}</th>
</tr>
@ -47,7 +47,7 @@
<input type="hidden" name="act" value="procCommunicationDeleteMessages" />
<input type="hidden" name="message_type" value="{$message_type}" />
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col" class="title">{$lang->title}</th>

View file

@ -1,8 +1,7 @@
<load target="js/communication.js" />
<!--@if($message)-->
<h1 class="h1">{$lang->message_received}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@if($message->member_srl != $logged_info->member_srl)-->
<tr>
<th scope="row">{$lang->sender}</th>
@ -17,7 +16,6 @@
<td colspan="2" class="xe_content">{$message->content}</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="etc"><button type="button" onclick="location.href=location.href;return false;">{$lang->cmd_next}</button></span>
<!--@if($message->member_srl != $logged_info->member_srl)-->

View file

@ -8,8 +8,7 @@
<input type="hidden" name="act" value="procCommunicationSendMessage" />
<input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" />
<input type="hidden" name="receiver_srl" value="{$receiver_info->member_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="textfield1">{$lang->receiver}</label></th>
<td>{$receiver_info->nick_name}</td>
@ -24,7 +23,6 @@
</tr>
</table>
{$editor}
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_send_message}" /></span>
</div>

View file

@ -15,8 +15,7 @@
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" />
<input type="hidden" name="selected_date" id="selected_date" value="{zDate('Ymd',$selected_date)}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="row">{$lang->total_counter}</th>
@ -56,15 +55,10 @@
</tr>
</tbody>
</table>
</div>
</form>
<div class="cnb">
<ul>
<!--@foreach($lang->cmd_select_counter_type as $key => $val)-->
<li <!--@if($type==$key || (!$type && $key == "hour"))-->class="active"<!--@end-->><a href="{getUrl('type',$key)}">{$val}</a></li>
<!--@end-->
</ul>
</div>
<p>
<a loop="$lang->cmd_select_counter_type => $key, $val" href="{getUrl('type',$key)}" class="active"|cond="$type==$key || (!$type && $key == "hour")">{$val}</a> <i>|</i>
</p>
<!-- 일자를 옮기는 form -->
@ -76,8 +70,7 @@
<!-- unique visitor 그래프 -->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@foreach($detail_status->list as $key => $val)-->
<!--@if($detail_status->sum>0)-->
{@$percent = sprintf("%0.2f", $val / $detail_status->sum * 100 )}
@ -121,4 +114,3 @@
</tr>
<!--@end-->
</table>
</div>

View file

@ -8,8 +8,7 @@
<!--@if(count($document_list)==0)-->
{$lang->msg_not_selected_document}
<!--@else-->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="textfield1">{$lang->checked_count} ({count($document_list)})</label></th>
<td>
@ -42,7 +41,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<button type="button" onclick="doManageDocument('trash');">{$lang->cmd_trash}</button>

View file

@ -18,8 +18,7 @@
<input type="hidden" name="module_srl" value="{$oDocument->get('module_srl')}" />
<h3 class="h3">{$lang->alias}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">{$lang->title}</th>
@ -51,5 +50,4 @@
</tr>
</tbody>
</table>
</div>
</form>

View file

@ -3,8 +3,7 @@
<form action="./" method="post">
<input type="hidden" name="module" value="document" />
<input type="hidden" name="act" value="procDocumentAdminInsertConfig" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->thumbnail_type}</th>
</tr>
@ -15,7 +14,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
<span class="btn"><input type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail(); return false;"/></span>

View file

@ -5,8 +5,7 @@
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<h3 class="h3">{$lang->document}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="use_history">{$lang->history}</label></th>
<td class="text">
@ -39,7 +38,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
</div>

View file

@ -16,8 +16,7 @@
</div>
<!-- 목록 -->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
@ -54,7 +53,6 @@
<!--@end-->
</tbody>
</table>
</div>
</form>

View file

@ -18,8 +18,7 @@
<input type="hidden" name="success_return_url" value="{getUrl('type', '')}" />
<h3 class="h3">{$lang->extra_vars} {$selected_var_idx}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th>{$lang->eid}</th>
<td >
@ -61,7 +60,6 @@
<td><input type="checkbox" name="search" value="Y" <!--@if($selected_var->search=='Y')-->checked="checked"<!--@end--> /></td>
</tr>
</table>
</div>
<div class="btnArea">
<!--@if($selected_var)-->
<span class="btn"><input type="submit" value="{$lang->cmd_modify}" /></span>
@ -74,8 +72,7 @@
<!--@else-->
<h3 class="h3">{$lang->extra_vars}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th>{$lang->no}</th>
@ -114,7 +111,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><a href="{getUrl('type','insertExtraForm','selected_var_idx','')}">{$lang->cmd_insert}</a></span>
</div>

View file

@ -1,9 +1,9 @@
<load target="js/document_admin.js" usecdn="true" />
<h3 class="h3">{$lang->document} {$lang->cmd_management}</h3>
<div class="cnb">
<ul>
<li <!--@if($act=='dispDocumentAdminList')-->class="active"<!--@end-->><a href="{getUrl('act','dispDocumentAdminList')}">{$lang->document_list}</a></li>
<li <!--@if($act=='dispDocumentAdminConfig')-->class="active"<!--@end-->><a href="{getUrl('act','dispDocumentAdminConfig')}">{$lang->cmd_module_config}</a></li>
<li <!--@if($act=='dispDocumentAdminDeclared')-->class="active"<!--@end-->><a href="{getUrl('act','dispDocumentAdminDeclared')}">{$lang->cmd_declared_list}</a></li>
</ul>
</div>
<p>
<a href="{getUrl('act','dispDocumentAdminList')}" class="active"|cond="$act=='dispDocumentAdminList'">{$lang->document_list}</a>
<i>|</i>
<a href="{getUrl('act','dispDocumentAdminConfig')}" class="active"|cond="$act=='dispDocumentAdminConfig'">{$lang->cmd_module_config}</a>
<i>|</i>
<a href="{getUrl('act','dispDocumentAdminDeclared')}" class="active"|cond="$act=='dispDocumentAdminDeclared'">{$lang->cmd_declared_list}</a>
</p>

View file

@ -1,7 +1,6 @@
<h1 class="h1">{$lang->cmd_view_saved_document}</h1>
<!-- 목록 -->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total : {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
@ -22,7 +21,6 @@
<!--@end-->
</tbody>
</table>
</div>
<!-- 페이지 네비게이션 -->
<div class="pagination">
<a href="{getUrl('page','','module_srl','')}" class="direction">&lsaquo; {$lang->first_page}</a>

View file

@ -4,8 +4,7 @@
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<form action="./" method="get" onSubmit="return false" id="fo">
<input type="hidden" name="editor_sequence" value="{$editor_sequence}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="120" />
<col />
<tr>
@ -72,7 +71,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><button type="button" onclick="insertSlideShow()">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open('this.href','ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>

View file

@ -4,8 +4,7 @@
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<form action="./" method="get" onSubmit="return false" id="fo">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
<tr>
@ -79,7 +78,6 @@
<td><input type="text" id="image_margin" value="0" size="2" />px</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><button type="button" id="btn_insert">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open('this.href','ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>

View file

@ -8,8 +8,7 @@
<!--@end-->
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<form action="./" method="get" onsubmit="return false" id="fo">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="150" />
<col />
<tr>
@ -43,7 +42,6 @@
<p>{$lang->about_ccl_allow_modification}</p>
</td>
</table>
</div>
<div class="btnArea">
<span class="btn"><button type="button">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank">{$lang->about_component}</a></span>

View file

@ -15,8 +15,7 @@
<input type="hidden" name="component" value="{$component_info->component_name}" />
<input type="hidden" name="method" value="insertPoll" />
<input type="hidden" name="poll_srl" value="" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
<tr>
@ -57,8 +56,7 @@
</tr>
</table>
<div id="poll_source" style="display:none">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
<tr>
@ -80,12 +78,10 @@
<td><input type="text" name="item_tidx_2" /></td>
</tr>
</table>
</div>
<button type="button" class="_add_item">{$lang->cmd_add_item}</button>
<button type="button" class="_del_item">{$lang->cmd_del_item}</button>
<button type="button" class="_del_poll">{$lang->cmd_del_poll}</button>
</div>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
<span class="btn"><button type="button" id="add_poll">{$lang->cmd_add_poll}</button></span>

View file

@ -6,8 +6,7 @@
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<h3 class="h3">{$lang->editor}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">&nbsp;</th>
@ -171,7 +170,6 @@
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
</div>

View file

@ -3,8 +3,7 @@
<h1 class="h1">{$component->title} ver. {$component->version}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><div>{$lang->component_author}</div></th>
<td>
@ -37,13 +36,11 @@
<td>{nl2br(trim($component->description))}</td>
</tr><!--@end-->
</table>
</div>
<!--@if($component->history)-->
<h1 class="h1">{$lang->component_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@foreach($component->history as $history)-->
<tr class="row{$cycle_idx}">
<th scope="row"><div>
@ -72,5 +69,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -7,8 +7,7 @@
<form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="module" value="file" />
<input type="hidden" name="act" value="procFileAdminInsertConfig" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->allow_outlink}</th>
<td class="text">
@ -56,7 +55,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -11,7 +11,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<div class="x_page-header">
<h1>{$lang->file}</h1>
</div>
<div class="table">
<div class="x_tabbable">
<ul class="x_nav x_nav-tabs">
<li <!--@if($search_keyword == '')-->class="x_active"<!--@end-->><a href="{getUrl('', 'module', 'admin', 'act', 'dispFileAdminList')}">All</a></li>
@ -19,7 +18,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<li <!--@if($search_target == 'isvalid' && $search_keyword == 'N')-->class="x_active"<!--@end-->><a href="{getUrl('search_target','isvalid','search_keyword','N')}">{$lang->is_stand_by}</a></li>
</ul>
</div>
<table width="100%" id="fileListTable" class="x_table x_table-striped x_table-hover">
<table id="fileListTable" class="x_table x_table-striped x_table-hover">
<caption>
<!--@if($search_keyword == '')-->
All
@ -114,7 +113,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<div class="btnArea">
<span class="x_pull-right"><a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}...</a></span>
</div>
</div>
</form>
<form ruleset="deleteChecked" action="./" method="post" class="x_modal fg" id="listManager">

View file

@ -4,8 +4,7 @@
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<h3 class="h3">{$lang->file}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="allowed_filesize">{$lang->allowed_filesize}</label></th>
<td class="text">
@ -39,7 +38,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -1,8 +1,7 @@
<load target="js/file_admin.js" usecdn="true" />
<h2 class="h2">{$lang->file} {$lang->cmd_management}</h2>
<div class="cnb">
<ul>
<li <!--@if($act=='dispFileAdminList')-->class="active"<!--@end-->><a href="{getUrl('act','dispFileAdminList')}">{$lang->file_list}</a></li>
<li <!--@if($act=='dispFileAdminConfig')-->class="active"<!--@end-->><a href="{getUrl('act','dispFileAdminConfig')}">{$lang->cmd_module_config}</a></li>
</ul>
</div>
<p>
<a href="{getUrl('act','dispFileAdminList')}" class="active"|cond="$act=='dispFileAdminList'">{$lang->file_list}</a>
<i>|</i>
<a href="{getUrl('act','dispFileAdminConfig')}" class="active"|cond="$act=='dispFileAdminConfig'">{$lang->cmd_module_config}</a>
</p>

View file

@ -8,8 +8,7 @@
<input type="hidden" name="act" value="procIntegration_searchAdminInsertConfig" />
<input type="hidden" name="module" value="admin" />
<input type="hidden" name="target_module_srl" id="target_module_srl" value="{$config->target_module_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->sample_code}</th>
<td >
@ -47,7 +46,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -8,8 +8,7 @@
<input type="hidden" name="act" value="procIntegration_searchAdminInsertSkin" />
<h3 class="h3">{$lang->skin_default_info}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->skin}</th>
<td >{$skin_info->title}</td>
@ -45,10 +44,8 @@
<td>{nl2br($skin_info->description)}</td>
</tr>
</table>
</div>
<h3 class="h3">{$lang->extra_vars}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr valign="top">
<th scope="row">{$lang->colorset}</th>
<td>
@ -70,14 +67,12 @@
</td>
</tr>
</table>
</div>
<!--@foreach($skin_info->extra_vars as $key => $val)-->
<!--@if($val->group && ((!$group) || $group != $val->group))-->
{@$group = $val->group}
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>{$group}</caption>
<!--@end-->
@ -135,7 +130,6 @@
<!--@if($group)-->
</table>
</div>
<!--@end-->
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>

View file

@ -11,8 +11,7 @@ var addLang = '{$lang->cmd_insert}';
<input type="hidden" name="layout" value="{$layout->layout}" />
<input type="hidden" name="act" value="procLayoutAdminCopyLayout" />
<input type="hidden" name="layout_srl" value="{$layout->layout_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->layout_name}</th>
<td>{$layout->title}</td>
@ -22,8 +21,6 @@ var addLang = '{$lang->cmd_insert}';
<td>{$layout->layout_title}</td>
</tr>
</table>
</div>
<div class="table">
<table width="100%" border="1" cellspacing="0" id="inputTable">
<tr>
<th scope="col"><div>{$lang->title}<div></th>
@ -34,7 +31,6 @@ var addLang = '{$lang->cmd_insert}';
<td><span class="btn"><input type="button" value="{$lang->cmd_insert}" onclick="addLayoutCopyInputbox()" /></span></td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -2,7 +2,7 @@
<div class="xm">
<h2 class="h2">{$lang->member_info}</h2>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr loop="$displayDatas => $item">
<th scope="row" >{$item->title} <em cond="$item->required || $item->mustRequired">*</em></th>
<td class="text">{$item->value}</td>

View file

@ -1,7 +1,7 @@
<include target="./common_header.html" />
<h1 class="h1">{$member_title = $lang->cmd_view_own_document }</h1>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>
Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
<span class="side">

View file

@ -1,7 +1,7 @@
<include target="./common_header.html" />
<h1 class="h1">{$lang->member_info}</h1>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr loop="$displayDatas => $item">
<th scope="row" >{$item->title} <em cond="$item->required || $item->mustRequired">*</em></th>
<td class="text">{$item->value}</td>

View file

@ -1,7 +1,7 @@
<include target="./common_header.html" />
<h1 class="h1">{$member_title = $lang->cmd_view_saved_document}</h1>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>

View file

@ -1,7 +1,7 @@
<include target="./common_header.html" />
<h1 class="h1">{$member_title = $lang->cmd_view_scrapped_document}</h1>
<div class="table even">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>

View file

@ -6,12 +6,11 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="" class="form" method="post">
<form action="" method="post">
<div class="x_page-header">
<h1>{$lang->user_list}</h1>
</div>
<div>
<div class="cnb">
<p>
<a href="{getUrl('filter_type', '', 'page', '')}" class="active"|cond="$filter_type==''">{$lang->cmd_show_all_member}</a>
<i>|</i>
<a href="{getUrl('filter_type', 'super_admin', 'page', '')}" class="active"|cond="$filter_type==super_admin">{$lang->cmd_show_super_admin_member}</a>
@ -19,7 +18,7 @@
<a href="{getUrl('filter_type', 'enable', 'page', '')}" class="active"|cond="$filter_type==enable">{$lang->approval}</a>
<i>|</i>
<a href="{getUrl('filter_type', 'disable', 'page', '')}" class="active"|cond="$filter_type==disable">{$lang->denied}</a>
</div>
</p>
<div class="x_clearfix" style="margin-bottom:-48px">
<div class="x_pull-right x_btn-group">
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>
@ -84,7 +83,6 @@
</tr>
</tbody>
</table>
</div>
<div class="x_clearfix">
<div class="x_pull-right x_btn-group">
<a class="x_btn x_btn-inverse" href="{getUrl('', 'module', 'admin', 'act', 'dispMemberAdminInsert')}">{$lang->cmd_make}</a>

View file

@ -9,8 +9,7 @@
</form>
<!-- 목록 -->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
@ -34,7 +33,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><a href="{getUrl('act','dispMenuAdminInsert','module_srl','')}">{$lang->cmd_make}</a></span>
</div>

View file

@ -7,8 +7,7 @@
<form ruleset="insertMenu" action="./" method="post">
<input type="hidden" name="module" value="menu" />
<input type="hidden" name="act" value="procMenuAdminInsert" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->cmd_menu_insert}</th>
<td>{nl2br($lang->about_menu_management)}</td>
@ -21,7 +20,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
</div>

View file

@ -7,8 +7,7 @@
<h3 class="h3">{$lang->menu}</h3>
<button type="button" onclick="hideCategoryInfo();return false" >{$lang->cmd_close}</button>
<div class="layerBody">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@if($item_info->parent_menu_name)-->
<tr class="row{$cycle_idx}">
<th scope="row">{$lang->parent_menu_name}</th>
@ -101,7 +100,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -23,8 +23,7 @@
<input type="hidden" name="act" value="procMenuAdminUpdate" />
<input type="hidden" name="menu_srl" value="{$menu_info->menu_srl}" />
<h3 class="h3">{$lang->menu_management}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->title}</th>
<td>
@ -40,12 +39,10 @@
</td>
</tr>
</table>
</div>
</form>
<!--@else-->
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->title}</th>
<td >
@ -57,7 +54,6 @@
<td >{nl2br($lang->about_menu_management)}</td>
</tr>
</table>
</div>
<!--@end-->

View file

@ -17,8 +17,7 @@
<!--@end-->
</select>
<input type="submit" name="go_button" id="go_button" value="GO" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="row">{$lang->module_category}</th>
@ -45,5 +44,4 @@
<!--@end-->
</tbody>
</table>
</div>
</form>

View file

@ -7,8 +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}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->module}</th>
<td >{$module_info->module}</td>
@ -22,9 +21,7 @@
<td>{$module_info->browser_title}</td>
</tr>
</table>
</div>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col"><div>{$lang->mid}<div></th>
<th scope="col"><div>{$lang->browser_title}<div></th>
@ -70,7 +67,6 @@
<td><input type="text" name="browser_title_10" /></td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -6,8 +6,7 @@
<input type="hidden" name="vid" value="{$vid}" />
<input type="hidden" name="filter" value="{$filter}" />
<input type="hidden" name="input" value="{$input}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tbody>
<tr>
<th>{$lang->description}</th>
@ -25,7 +24,6 @@
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
</div>

View file

@ -1,7 +1,6 @@
<!--%load_js_plugin("filebox")-->
<h1 class="h1">{$lang->filebox}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th>{$lang->file}</th>
@ -42,7 +41,6 @@
<!--@end-->
</tbody>
</table>
</div>
<!-- 페이지 네비게이션 -->
<div class="pagination">
<a href="{getUrl('page','','module_srl','')}" class="direction">&lsaquo; {$lang->first_page}</a>

View file

@ -4,8 +4,7 @@
<div class="fg">
<h2 class="h2">{$lang->do_selected}</h2>
<div class="table even">
<table width="100%" cellspacing="0" border="1">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">{$lang->mid}</th>
@ -15,15 +14,14 @@
<tbody id="manageSelectedModuleBody">
</tbody>
</table>
</div>
<div class="cnb">
<p>
<a href="#manageSelectedModuleSetup" class="tgAnchor">{$lang->bundle_setup}</a>
|
<i>|</i>
<a href="#manageSelectedModuleAddition" class="tgAnchor">{$lang->bundle_addition_setup}</a>
|
<i>|</i>
<a href="#manageSelectedModuleGrant" class="tgAnchor">{$lang->bundle_grant_setup}</a>
</div>
</p>
<include target="include.module_setup.html" />
<include target="include.module_addition_setup.html" />

View file

@ -10,8 +10,7 @@
<input type="hidden" name="module_srls" value="{$module_srls}" />
<h3 class="h3">{$lang->permission_setting}</h3>
<p>{$lang->about_grant_deatil}</p>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
@ -41,7 +40,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -12,8 +12,7 @@
<input type="hidden" name="module_srls" value="{$module_srls}" />
<h2 class="h2">{$lang->permission_setting}</h2>
<p>{$lang->about_grant_deatil}</p>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
@ -43,7 +42,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -35,8 +35,7 @@
</ul>
<h2 class="h2">{$lang->permission_setting}</h2>
<p>{$lang->about_grant_deatil}</p>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
@ -66,7 +65,6 @@
<!--@end-->
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -1,6 +1,5 @@
<h1 class="h1">{$lang->module_maker}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->title}</th>
<td>{$module_info->title} ver {$module_info->version}</td>
@ -40,13 +39,11 @@
</tr>
<!--@endif-->
</table>
</div>
<!--@if($module_info->history)-->
<h1 class="h1">{$lang->module_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
@ -78,5 +75,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -6,8 +6,7 @@
<input type="hidden" name="id" value="{$id}" />
<input type="hidden" name="type" value="{$type}" />
<input type="hidden" name="vid" value="{$vid}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tbody>
<!--@if($site_count && $logged_info->is_admin == 'Y')-->
<tr>
@ -30,9 +29,7 @@
</tr>
</tbody>
</table>
</div>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
<!--@if($module_category_exists)--><th>{$lang->module_category}</th><!--@end-->
@ -71,5 +68,4 @@
<!--@end-->
</tbody>
</table>
</div>
</form>

View file

@ -1,7 +1,6 @@
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
<h1 class="h1">{$skin_info->title}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
<tr>
@ -44,12 +43,10 @@
</tr>
<!--@end-->
</table>
</div>
<!--@if($skin_info->history)-->
<h1 class="h1">{$lang->skin_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
@ -81,5 +78,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -11,26 +11,21 @@
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}">{$lang->view}</a>
</h2>
<!--@end-->
<div class="cnb">
<ul>
<!--@if($module=='admin')-->
<li <!--@if($act=='dispPageAdminContent')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminContent','module_srl','')}">{$lang->cmd_list}</a></li>
<!--@else-->
<li><a href="{getUrl('act','')}">{$lang->cmd_back}</a></li>
<!--@end-->
<!--@if($module_srl)-->
<li <!--@if($act=='dispPageAdminInfo')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminInfo')}">{$lang->module_info}</a></li>
<li <!--@if($act=='dispPageAdminPageAdditionSetup')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminPageAdditionSetup')}">{$lang->cmd_addition_setup}</a></li>
<li <!--@if($act=='dispPageAdminGrantInfo')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminGrantInfo')}">{$lang->cmd_manage_grant}</a></li>
<p>
<a cond="$module=='admin'" href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="active"|cond="$act=='dispPageAdminContent'">{$lang->cmd_list}</a>
<a cond="$module!='admin'" href="{getUrl('act','')}">{$lang->cmd_back}</a>
<block cond="$module_srl">
<a href="{getUrl('act','dispPageAdminInfo')}" class="active"|cond="$act=='dispPageAdminInfo'">{$lang->module_info}</a>
<a href="{getUrl('act','dispPageAdminPageAdditionSetup')}" class="active"|cond="$act=='dispPageAdminPageAdditionSetup'">{$lang->cmd_addition_setup}</a>
<a href="{getUrl('act','dispPageAdminGrantInfo')}" class="active"|cond="$act=='dispPageAdminGrantInfo'">{$lang->cmd_manage_grant}</a>
<block cond="$module_info->page_type === 'ARTICLE'">
<li <!--@if($act === 'dispPageAdminSkinInfo')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminSkinInfo')}">{$lang->cmd_manage_skin}</a></li>
<li <!--@if($act === 'dispPageAdminMobileSkinInfo')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminMobileSkinInfo')}">{$lang->cmd_manage_mobile_skin}</a></li>
<li></li>
<a href="{getUrl('act','dispPageAdminSkinInfo')}" class="active"|cond="$act === 'dispPageAdminSkinInfo'">{$lang->cmd_manage_skin}</a>
<a href="{getUrl('act','dispPageAdminMobileSkinInfo')}" class="active"|cond="$act === 'dispPageAdminMobileSkinInfo'">{$lang->cmd_manage_mobile_skin}</a>
</block>
<!--@else-->
</block>
<block cond="!$module_srl">
<li <!--@if($act=='dispPageAdminInsert')-->class="active"<!--@end-->><a href="{getUrl('act','dispPageAdminInsert')}">{$lang->cmd_page_create}</a></li>
<!--@end-->
</ul>
</div>
</block>
</p>
<!--@end-->

View file

@ -18,8 +18,7 @@
<!-- 목록 -->
<form action="./" method="get" onsubmit="return doChangeCategory(this);" id="fo_list">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
@ -76,7 +75,6 @@
<!--@end-->
</tbody>
</table>
</div>
<!-- 버튼 -->
<div class="btnArea">

View file

@ -11,8 +11,7 @@
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
<h3 class="h3">{$lang->confirm_delete}</h3>
<p>{$lang->page_delete_warning}</p>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->module_name}</th>
<td >{$module_info->mid}</td>
@ -22,7 +21,6 @@
<td>{$module_info->module}</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_delete}" /></span>
<span class="btn"><a href="{getUrl('act','dispPageAdminContent')}">{$lang->cmd_back}</a></span>

View file

@ -8,8 +8,7 @@
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row">{$lang->page_type}</th>
<td class="text">
@ -132,7 +131,6 @@
</tr>
<!--@end-->
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
<!--@if($module_info->page_type != 'OUTSIDE')-->

View file

@ -9,8 +9,7 @@
<input type="hidden" name="act" value="procPageAdminInsert" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@if($module_srl)-->
<tr>
<th scope="row">{$lang->page_type}</th>
@ -136,7 +135,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>

View file

@ -6,7 +6,6 @@
<form action="./" method="post" id="fo_point">
<input type="hidden" name="module" value="point" />
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />
<div class="table">
<table class="x_table x_table-striped x_table-hover">
<thead>
<tr>
@ -33,7 +32,6 @@
</tr>
</tbody>
</table>
</div>
<div class="x_clearfix">
<span class="x_pull-right"><input class="x_btn x_btn-large x_btn-primary" type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -7,8 +7,7 @@
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<h3 class="h3">{$lang->point}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="insert_document">{$lang->point_insert_document}</label></th>
<td class="text"><input type="text" name="insert_document" id="insert_document" value="{$module_config['insert_document']}" style="width:30px" /> {$module_config['point_name']}</td>
@ -38,7 +37,6 @@
<td class="text"><input type="text" name="blamed" id="blamed" value="{$module_config['blamed']}" style="width:30px" /> {$module_config['point_name']}</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
<span class="btn"><button type="button" onclick="doPointReset('{$module_config['module_srl']?$module_config['module_srl']:$module_srls}')">{$lang->cmd_reset}</button></span>

View file

@ -7,8 +7,7 @@
<form ruleset="insertConfig" action="./" method="post" id="fo_poll">
<input type="hidden" name="module" value="poll" />
<input type="hidden" name="act" value="procPollAdminInsertConfig" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="col">{$lang->skin}</th>
<td>
@ -31,7 +30,6 @@
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>

View file

@ -70,7 +70,6 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
<input type="hidden" name="module" value="poll" />
<input type="hidden" name="act" value="procPollAdminDeleteChecked" />
<input type="hidden" name="page" value="{$page}" />
<div class="table">
<table width="100%" border="1" cellspacing="0" id="pollManageListTable">
<caption>{$lang->selected_poll} <strong id="selectedPollCount"></strong></caption>
<thead>
@ -83,7 +82,6 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
<tbody>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="Delete" /></span>
</div>

View file

@ -6,8 +6,7 @@
<h3 class="h3">{$lang->open_rss}</h3>
<p>{$lang->about_open_rss}</p>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="open_rss">{$lang->open_rss}</label></th>
<td class="text">
@ -42,7 +41,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
</div>

View file

@ -6,8 +6,7 @@
<input type="hidden" name="module" value="trackback" />
<input type="hidden" name="act" value="procTrackbackSend" />
<input type="hidden" name="target_srl" value="{$oDocument->document_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label>{$lang->title}</label></th>
<td>{$oDocument->getTitleText()}</td>
@ -32,7 +31,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_send_trackback}" /></span>
</div>

View file

@ -5,14 +5,12 @@
<input type="hidden" name="target_module_srl" value="{$trackback_config->module_srl?$trackback_config->module_srl:$module_srls}" />
<h3 class="h3">{$lang->trackback}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><label for="enable_trackback">{$lang->enable_trackback}</label></th>
<td class="text"><input type="checkbox" name="enable_trackback" id="enable_trackback" value="Y" <!--@if($trackback_config->enable_trackback == "Y")-->checked="checked"<!--@end--> /></td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
</div>

View file

@ -1,7 +1,6 @@
<load target="../../admin/tpl/css/admin.css" usecdn="true" />
<h1 class="h1">{$skin_info->title}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
<tr>
@ -44,13 +43,10 @@
</tr>
<!--@end-->
</table>
</div>
<!--@if($skin_info->history)-->
<h1 class="h1">{$lang->skin_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="100" />
<col />
@ -82,5 +78,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -3,8 +3,7 @@
<h1 class="h1">{$lang->widget}</h1>
<h2 class="h2">{$lang->widget_maker}</h2>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<tr>
<th scope="row"><div>{$lang->title}</div></th>
<td>{$widget_info->title} ver {$widget_info->version}</td>
@ -43,13 +42,11 @@
<td>{nl2br(trim($widget_info->description))}</td>
</tr><!--@end-->
</table>
</div>
<!--@if($widget_info->history)-->
<h1 class="h1">{$lang->widget_history}</h1>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<!--@foreach($widget_info->history as $history)-->
<tr>
<th scope="row"><div>
@ -76,5 +73,4 @@
</tr>
<!--@endforeach-->
</table>
</div>
<!--@endif-->

View file

@ -1,7 +1,6 @@
<div id="tmpPageSizeLayer" class="layer x">
<form action="index.php">
<div class="table">
<table width="100%" border="1" cellspacing="0">
<table class="x_table x_table-striped x_table-hover">
<col width="140" />
<col />
<col />
@ -104,7 +103,6 @@
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>