mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
spamfilter 관리 UI 수정
* IP/단어 입력폼을 목록 위로 올림 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4852 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da04994326
commit
0cf3e33811
2 changed files with 40 additions and 40 deletions
|
|
@ -13,28 +13,6 @@
|
|||
<input type="hidden" name="ipaddress" value="" />
|
||||
</form>
|
||||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($ip_list as $no => $val)-->
|
||||
<tr>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<!-- 수동 추가 -->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_denied_ip)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
|
|
@ -52,3 +30,25 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($ip_list as $no => $val)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<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>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,24 @@
|
|||
<input type="hidden" name="word" value="" />
|
||||
</form>
|
||||
|
||||
<!-- 수동 추가 -->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_denied_word)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<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>
|
||||
</form>
|
||||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
|
|
@ -35,21 +53,3 @@
|
|||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- 수동 추가 -->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_denied_word)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<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>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue