mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-11-08 06:30:43 -08:00
9d3bc2c178
* Minor improvements
* Updated
* Update modcp.php
* Update modcp.tpl
* Update modcp.php
* Update modcp.tpl
* Update viewtopic.php
* Update posting.php
* Updated
* Update viewtopic.tpl
* Update admin_log.tpl
* Updated
* Update modcp.php
* Update modcp.php
* Update CHANGELOG.md
* Revert "Update CHANGELOG.md"
This reverts commit 7933176d33
.
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
133 lines
3.4 KiB
Smarty
133 lines
3.4 KiB
Smarty
<h1 class="pagetitle">{PAGE_TITLE}</h1>
|
|
|
|
<p class="nav"><a href="{U_INDEX}">{T_INDEX}</a></p>
|
|
|
|
<!-- IF TPL_MODCP_IP -->
|
|
<!--========================================================================-->
|
|
|
|
<table class="forumline">
|
|
<tr>
|
|
<th>{L_IP_INFO}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="catTitle">{L_THIS_POSTS_IP}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1 pad_6">
|
|
<p class="floatL"><b>{IP}</b></p>
|
|
<!-- IF U_LOOKUP_IP -->
|
|
<p class="floatR">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ] </p>
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="catTitle">{L_USERS_THIS_IP}</td>
|
|
</tr>
|
|
<!-- BEGIN userrow -->
|
|
<tr>
|
|
<td class="{userrow.ROW_CLASS} pad_4 nowrap">
|
|
<p class="floatL" style="width: 160px;"><b>{userrow.USERNAME}</b></p>
|
|
<p class="floatL">[ {L_POSTS}: {userrow.POSTS} ]</p>
|
|
<p class="floatR">[ <a href="{userrow.U_SEARCHPOSTS}">{L_SEARCH_USER_POSTS_SHORT}</a> ] </p>
|
|
</td>
|
|
</tr>
|
|
<!-- END userrow -->
|
|
<tr>
|
|
<td class="catTitle">{L_OTHER_IP_THIS_USER}</td>
|
|
</tr>
|
|
<!-- BEGIN iprow -->
|
|
<tr>
|
|
<td class="{iprow.ROW_CLASS} pad_4 nowrap">
|
|
<p class="floatL" style="_width: 160px; min-width: 160px;">{iprow.IP}</p>
|
|
<p class="floatL">[ {L_POSTS}: {iprow.POSTS} ]</p>
|
|
<!-- IF iprow.U_LOOKUP_IP -->
|
|
<p class="floatR">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ] </p>
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
<!-- END iprow -->
|
|
</table>
|
|
|
|
<!--========================================================================-->
|
|
<!-- ENDIF / TPL_MODCP_IP -->
|
|
|
|
<!-- IF TPL_MODCP_MOVE -->
|
|
<!--========================================================================-->
|
|
|
|
<form action="{S_MODCP_ACTION}" method="post">
|
|
{S_HIDDEN_FIELDS}
|
|
|
|
<table class="forumline">
|
|
<tr>
|
|
<th><b>{MESSAGE_TITLE}</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1">
|
|
|
|
<div class="mrg_14 tCenter">
|
|
<table class="borderless bCenter" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td class="nowrap vTop">{L_MOVE_TO_FORUM}</td>
|
|
<td>
|
|
<p>{S_FORUM_SELECT}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<!-- IF SHOW_LEAVESHADOW || SHOW_BOT_OPTIONS -->
|
|
<div style="margin: -6px;">
|
|
<table class="borderless bCenter" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td class="nowrap">
|
|
<!-- IF SHOW_LEAVESHADOW -->
|
|
<p class="mrg_2"><input type="checkbox" name="move_leave_shadow" id="move_leave_shadow" /><label for="move_leave_shadow">{L_LEAVE_SHADOW_TOPIC}</label></p>
|
|
<!-- ENDIF -->
|
|
<!-- IF SHOW_BOT_OPTIONS -->
|
|
<p class="mrg_2"><input type="checkbox" name="insert_bot_msg" id="insert_bot_msg" checked /><label for="insert_bot_msg">{L_BOT_LEAVE_MSG_MOVED}</label></p>
|
|
<p class="mrg_2">{L_BOT_REASON_MOVED} <input type="text" name="reason_move_bot" maxlength="60" size="30"/></p>
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<!-- ENDIF -->
|
|
|
|
<h4 class="mrg_14 tCenter">{MESSAGE_TEXT}</h4>
|
|
|
|
<!-- IF TOPIC_TITLES -->
|
|
<table class="borderless bCenter">
|
|
<tr>
|
|
<td class="med">
|
|
<ul><li>{TOPIC_TITLES}</li></ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- ENDIF -->
|
|
|
|
<div class="mrg_14 tCenter">
|
|
<input class="mainoption" type="submit" name="confirm" value="{L_YES}" />
|
|
<input class="liteoption" type="submit" name="cancel" value="{L_NO}" />
|
|
</div>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!--========================================================================-->
|
|
<!-- ENDIF / TPL_MODCP_MOVE -->
|
|
|
|
<div class="bottom_info">
|
|
|
|
<div class="spacer_4"></div>
|
|
|
|
<div id="timezone">
|
|
<p>{CURRENT_TIME}</p>
|
|
<p>{S_TIMEZONE}</p>
|
|
</div>
|
|
<div class="clear"></div>
|
|
|
|
</div><!--/bottom_info-->
|