mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
관리자 페이지에서 블로그/게시판/페이지의 목록 부분을 보기 좋게 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2617 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5390f2d30f
commit
ca067fce19
3 changed files with 39 additions and 11 deletions
|
|
@ -9,6 +9,16 @@
|
||||||
|
|
||||||
<!-- 목록 -->
|
<!-- 목록 -->
|
||||||
<table cellspacing="0" class="tableType1">
|
<table cellspacing="0" class="tableType1">
|
||||||
|
<col width="40" />
|
||||||
|
<col width="130" />
|
||||||
|
<col />
|
||||||
|
<col />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="100" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="40" />
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{$lang->no}</th>
|
<th scope="col">{$lang->no}</th>
|
||||||
|
|
@ -16,7 +26,7 @@
|
||||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||||
<input type="hidden" name="module" value="{$module}" />
|
<input type="hidden" name="module" value="{$module}" />
|
||||||
<input type="hidden" name="act" value="{$act}" />
|
<input type="hidden" name="act" value="{$act}" />
|
||||||
<select name="module_category_srl">
|
<select name="module_category_srl" class="w80">
|
||||||
<option value="">{$lang->module_category}</option>
|
<option value="">{$lang->module_category}</option>
|
||||||
<!--@foreach($module_category as $key => $val)-->
|
<!--@foreach($module_category as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||||
|
|
@ -50,14 +60,14 @@
|
||||||
{$module_category[$val->module_category_srl]->title}
|
{$module_category[$val->module_category_srl]->title}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
<td><a href="{getUrl('act','dispBlogAdminBlogInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></td>
|
<td><div class="tLeft"> <a href="{getUrl('act','dispBlogAdminBlogInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></div></td>
|
||||||
<td>{htmlspecialchars($val->browser_title)}</td>
|
<td><div class="tLeft nowrap">{htmlspecialchars($val->browser_title)}</div></td>
|
||||||
<td class="tahoma">{$val->is_default}</td>
|
<td class="tahoma">{$val->is_default}</td>
|
||||||
<td class="tahoma">{$val->skin}</td>
|
<td class="tahoma">{$val->skin}</td>
|
||||||
<td class="tahoma">{$val->admin_id}</td>
|
<td class="tahoma">{$val->admin_id} </td>
|
||||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
||||||
<td class="blue"><a href="./?mid={$val->mid}" target="_blank">{$lang->cmd_view}</a></td>
|
<td class="blue"><a href="./?mid={$val->mid}" target="_blank">{$lang->cmd_view}</a></td>
|
||||||
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispBlogAdminDeleteBlog','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
|
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispBlogAdminDeleteBlog','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@else--> <!--@end--></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,16 @@
|
||||||
|
|
||||||
<!-- 목록 -->
|
<!-- 목록 -->
|
||||||
<table cellspacing="0" class="tableType1">
|
<table cellspacing="0" class="tableType1">
|
||||||
|
<col width="40" />
|
||||||
|
<col width="130" />
|
||||||
|
<col />
|
||||||
|
<col />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="100" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="40" />
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{$lang->no}</th>
|
<th scope="col">{$lang->no}</th>
|
||||||
|
|
@ -16,7 +26,7 @@
|
||||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||||
<input type="hidden" name="module" value="{$module}" />
|
<input type="hidden" name="module" value="{$module}" />
|
||||||
<input type="hidden" name="act" value="{$act}" />
|
<input type="hidden" name="act" value="{$act}" />
|
||||||
<select name="module_category_srl">
|
<select name="module_category_srl" class="w80">
|
||||||
<option value="">{$lang->module_category}</option>
|
<option value="">{$lang->module_category}</option>
|
||||||
<!--@foreach($module_category as $key => $val)-->
|
<!--@foreach($module_category as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||||
|
|
@ -48,11 +58,11 @@
|
||||||
{$module_category[$val->module_category_srl]->title}
|
{$module_category[$val->module_category_srl]->title}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
<td><div class="tLeft"><a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></div></td>
|
<td><div class="tLeft nowrap"> <a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></div></td>
|
||||||
<td><div class="tLeft">{htmlspecialchars($val->browser_title)}</div></td>
|
<td><div class="tLeft">{htmlspecialchars($val->browser_title)}</div></td>
|
||||||
<td class="tahoma">{$val->is_default}</td>
|
<td class="tahoma">{$val->is_default}</td>
|
||||||
<td class="tahoma">{$val->skin}</td>
|
<td class="tahoma">{$val->skin}</td>
|
||||||
<td class="tahoma">{$val->admin_id}</td>
|
<td class="tahoma">{$val->admin_id} </td>
|
||||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
||||||
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
|
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
|
||||||
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispBoardAdminDeleteBoard','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
|
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispBoardAdminDeleteBoard','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
<!-- 목록 -->
|
<!-- 목록 -->
|
||||||
<table cellspacing="0" class="tableType1">
|
<table cellspacing="0" class="tableType1">
|
||||||
|
<col width="40" />
|
||||||
|
<col width="140" />
|
||||||
|
<col />
|
||||||
|
<col />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="40" />
|
||||||
|
<col width="40" />
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{$lang->no}</th>
|
<th scope="col">{$lang->no}</th>
|
||||||
|
|
@ -17,7 +25,7 @@
|
||||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||||
<input type="hidden" name="module" value="{$module}" />
|
<input type="hidden" name="module" value="{$module}" />
|
||||||
<input type="hidden" name="act" value="{$act}" />
|
<input type="hidden" name="act" value="{$act}" />
|
||||||
<select name="module_category_srl">
|
<select name="module_category_srl" class="w100">
|
||||||
<option value="">{$lang->module_category}</option>
|
<option value="">{$lang->module_category}</option>
|
||||||
<!--@foreach($module_category as $key => $val)-->
|
<!--@foreach($module_category as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||||
|
|
@ -48,8 +56,8 @@
|
||||||
{$module_category[$val->module_category_srl]->title}
|
{$module_category[$val->module_category_srl]->title}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
<td><a href="{getUrl('act','dispPageAdminInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></td>
|
<td><div class="tLeft nowrap"> <a href="{getUrl('act','dispPageAdminInfo','module_srl',$val->module_srl)}" class="blue">{$val->mid}</a></div></td>
|
||||||
<td>{$val->browser_title}</td>
|
<td><div class="tLeft">{$val->browser_title}</div></td>
|
||||||
<td class="tahoma">{$val->is_default}</td>
|
<td class="tahoma">{$val->is_default}</td>
|
||||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
||||||
<td class="blue"><a href="./?mid={$val->mid}" target="_blank">{$lang->cmd_view}</a></td>
|
<td class="blue"><a href="./?mid={$val->mid}" target="_blank">{$lang->cmd_view}</a></td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue