관리자 페이지 패키지별 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

@ -7,25 +7,24 @@
<title xml:lang="jp">スパムフィルター</title>
<title xml:lang="ru">Фильтр спама</title>
<title xml:lang="zh-TW">垃圾過濾</title>
<description xml:lang="ko">제로보드 XE의 기본 스팸필터입니다.</description>
<description xml:lang="zh-CN">Zeroboard XE的基本垃圾过滤模块。</description>
<description xml:lang="en">A default spam filter of Zeroboard XE.</description>
<description xml:lang="es">Filtro de Span predefinido de Zeroboard XE.</description>
<description xml:lang="ko">XE의 기본 스팸필터입니다.</description>
<description xml:lang="zh-CN">XE的基本垃圾过滤模块。</description>
<description xml:lang="en">A default spam filter of XE.</description>
<description xml:lang="es">Filtro de Span predefinido de XE.</description>
<description xml:lang="jp">ゼロボードXEのスパムフィルターです。</description>
<description xml:lang="ru">Стандартный фильтр спама Zeroboard XE.</description>
<description xml:lang="zh-TW">Zeroboard XE的基本垃圾過濾模組。</description>
<description xml:lang="ru">Стандартный фильтр спама XE.</description>
<description xml:lang="zh-TW">XE的基本垃圾過濾模組。</description>
<version>0.1</version>
<date>2007-02-28</date>
<category>accessory</category>
<link>http://www.zeroboard.com</link>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">Zero</name>
<author email_address="zero@zeroboard.com" link="blog.nzeo.com">
<name xml:lang="ko">zero</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="es">zero</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="jp">zero</name>
<name xml:lang="ru">zero</name>
<name xml:lang="zh-TW">zero</name>
</author>
</module>
</module>

View file

@ -4,8 +4,8 @@
<!--#include("header.html")-->
<!-- 스패머 정보 -->
<div class="tableSummaryType1">
Total <strong>{number_format($ip_list)}</strong>
<div class="summary">
<strong>Total</strong> <em>{count($ip_list)}</em>
</div>
<!-- xml js filter를 이용하기 위한 데이터 전달용 form -->
@ -26,10 +26,10 @@
<tbody>
<!--@foreach($ip_list as $no => $val)-->
<tr>
<td class="tahoma">{count($ip_list)-$no}</td>
<td class="tahoma">{$val->ipaddress}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="red"><a href="#" onclick="doDeleteDeniedIP('{$val->ipaddress}');return false;">{$lang->cmd_delete}</a></td>
<td class="center number">{count($ip_list)-$no}</td>
<td class="number">{$val->ipaddress}</td>
<td class="date center nowrap">{zdate($val->regdate,"Y-m-d")}</td>
<td class="delete center"><a href="#" onclick="doDeleteDeniedIP('{$val->ipaddress}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
</tbody>
@ -38,18 +38,17 @@
<!-- 수동 추가 -->
<form action="./" method="get" onsubmit="return procFilter(this, insert_denied_ip)">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
<th scope="row">{$lang->denied_ip}</th>
<td class="left">
<th scope="row"><div>{$lang->denied_ip}</div></th>
<td>
<input type="text" name="ipaddress" value="" class="inputTypeText" />
<p>{$lang->about_denied_ip}</p>
</td>
</tr>
<tr>
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>
</tr>
</table>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</div>
</form>

View file

@ -4,8 +4,8 @@
<!--%import("filter/delete_denied_word.xml")-->
<!-- 스패머 정보 -->
<div class="tableSummaryType1">
Total <strong>{number_format($word_list)}</strong>
<div class="summary">
<strong>Total</strong> <em>{number_format($word_list)}</em>
</div>
<!-- xml js filter를 이용하기 위한 데이터 전달용 form -->
@ -25,12 +25,12 @@
</thead>
<tbody>
<!--@foreach($word_list as $no => $val)-->
<tr>
<td class="tahoma">{count($word_list)-$no}</td>
<tr class="row{$cycle_idx}">
<td class="number center">{count($word_list)-$no}</td>
<td>{$val->word}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="number date nowrap">{zdate($val->regdate,"Y-m-d")}</td>
{@ $val->word = base64_encode($val->word);}
<td class="red"><a href="#" onclick="doDeleteDeniedWord('{$val->word}');return false;">{$lang->cmd_delete}</a></td>
<td class="delete center"><a href="#" onclick="doDeleteDeniedWord('{$val->word}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->
</tbody>
@ -39,18 +39,17 @@
<!-- 수동 추가 -->
<form action="./" method="get" onsubmit="return procFilter(this, insert_denied_word)">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
<th scope="row">{$lang->word}</th>
<td class="left">
<th scope="row"><div>{$lang->word}</div></th>
<td>
<input type="text" name="word" value="" class="inputTypeText" />
<p>{$lang->about_denied_word}</p>
</td>
</tr>
<tr>
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>
</tr>
</table>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</div>
</form>

View file

@ -5,34 +5,32 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
<th scope="col">{$lang->interval}</th>
<td class="left">
<th scope="col"><div>{$lang->interval}</div></th>
<td>
<input type="text" name="interval" value="{$config->interval}" class="inputTypeText" /> {$lang->unit_sec}
<p>{$lang->about_interval}</p>
</td>
</tr>
<tr>
<th scope="col">{$lang->limit_count}</th>
<td class="left">
<tr class="row2">
<th scope="col"><div>{$lang->limit_count}</div></th>
<td>
<input type="text" name="limit_count" value="{$config->limit_count?$config->limit_count:5}" class="inputTypeText" />
<p>{$lang->about_limit_count}</p>
</td>
</tr>
<tr>
<th scope="col">{$lang->check_trackback}</th>
<td class="left">
<th scope="col"><div>{$lang->check_trackback}</div></th>
<td>
<input type="checkbox" name="check_trackback" value="Y" <!--@if($config->check_trackback=='Y')-->checked="checked"<!--@end--> />
{$lang->about_check_trackback}
<p>{$lang->about_check_trackback}</p>
</td>
</tr>
<tr class="row2">
<td colspan="2" class="right">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>
</tr>
</table>
<!-- 버튼 -->
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</div>
</form>