관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-15 11:10:08 +00:00
parent 856ab513ec
commit ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions

View file

@ -13,7 +13,6 @@
<version>0.2.1</version>
<date>2008-07-31</date>
<category>accessory</category>
<link>http://www.zeroboard.com</link>
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr">
<name xml:lang="ko">haneul</name>

View file

@ -5,8 +5,8 @@
<!--%import("filter/delete_checked.xml")-->
<!-- 정보 -->
<div class="tableSummaryType1">
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
<div class="summary topGap">
<strong>Total</strong> <em>{number_format($total_count)}</em>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
</div>
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
@ -27,36 +27,35 @@
<tbody>
<!--@foreach($notify_list as $no => $val)-->
{@ $parent = $val->parent; }
<tr <!--@if($parent->remoteid == -1)--> class="parentDocument" <!--@else-->class="parent"<!--@end--> >
<tr class="row{$cycle_idx} <!--@if($parent->remoteid == -1)--> parentDocument<!--@else--> parent<!--@end-->" >
<td><input type="checkbox" name="cart" value="{$parent->notified_srl}" /></td>
<td class="date">{zdate($parent->written, "Y/m/d")}</td>
<td><a href="{$parent->siteurl}">{$parent->title?$parent->title:"[No title]"}</a></td>
<td>{$parent->name}</td>
<td class="nowrap date center">{zdate($parent->written, "Y/m/d")}</td>
<td class="nowrap"><a href="{$parent->siteurl}">{$parent->title?$parent->title:"[No title]"}</a></td>
<td class="nowrap">{$parent->name}</td>
<td><a href="{$parent->entryurl}" class="blue">{$parent->entrytitle}</a> <a href="{$parent->commenturl}">{$parent->comment}</a></td>
<td><a href="#" onclick="deleteParent('{$parent->notified_srl}');"><img src="images/buttonDeleteX.gif" /></a></td>
<td class="delete"><a href="#" onclick="deleteParent('{$parent->notified_srl}');">{$lang->cmd_delete}</a></td>
</tr>
<!--@foreach($val->children as $child)-->
<tr>
<td></td>
<td class="date">{zdate($child->written, "Y/m/d")}</td>
<td><a href="{$parent->siteurl}">{$parent->title?$parent->title:"[No title]"}</a></td>
<td>{$child->name}</td>
<td class="center nowrap date">{zdate($child->written, "Y/m/d")}</td>
<td class="nowrap"><a href="{$parent->siteurl}">{$parent->title?$parent->title:"[No title]"}</a></td>
<td class="nowrap">{$child->name}</td>
<td><img src="images/iconReplyArrow.gif" /> <a href="{$child->url}">{$child->comment}</a></td>
<td><a href="#" onclick="deleteChild('{$child->notified_srl}');"><img src="images/buttonDeleteX.gif" /></a></td>
<td class="delete"><a href="#" onclick="deleteChild('{$child->notified_srl}');">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
<!--@end-->
<tr>
<td colspan="6" class="right">
<a href="javascript:checkboxSelectAll('fo_list', 'cart', false)" class="button"><span>{$lang->cmd_unselect_all}</span></a>
<a href="javascript:checkboxSelectAll('fo_list', 'cart')" class="button"><span>{$lang->cmd_reverse_all}</span></a>
<span class="button"><input type="submit" value="{$lang->cmd_delete_checked_comment}" /></span>
</td>
</tr>
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">
<a href="javascript:checkboxSelectAll('fo_list', 'cart', false)" class="button"><span>{$lang->cmd_unselect_all}</span></a>
<a href="javascript:checkboxSelectAll('fo_list', 'cart')" class="button"><span>{$lang->cmd_reverse_all}</span></a>
<span class="button"><input type="submit" value="{$lang->cmd_delete_checked_comment}" /></span>
</div>
</form>
<form id="deleteChildForm" action="./" method="POST">
<input type="hidden" id="notified" name="notified_srl" value="" />

View file

@ -1,7 +1,3 @@
<!--%import("css/commentnotify.css")-->
<h3>{$lang->commentnotify} <span class="gray">{$lang->cmd_management}</span></h3>
<div class="header4 gap1">
<ul class="localNavigation">
</ul>
</div>