mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html git-svn-id: file:///svn/phpbb/trunk@3800 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
<!-- $ Id: $ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<form name="form" method="post" action="{S_MCP_ACTION}">
|
||||
<form method="post" name="main" action="{S_MCP_ACTION}">
|
||||
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th height="25" colspan="6" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" name="sort" value="{L_GO}" /></span></td>
|
||||
<td colspan="3" class="cat" height="28" align="right" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td>
|
||||
<td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td>
|
||||
<td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" name="sort" value="{L_GO}" /></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="4%" nowrap="nowrap"> </th>
|
||||
<th nowrap="nowrap"> {L_TOPICS} </th>
|
||||
<th colspan="2" nowrap="nowrap"> {L_TOPICS} </th>
|
||||
<th width="8%" nowrap="nowrap"> {L_REPLIES} </th>
|
||||
<th width="17%" nowrap="nowrap"> {L_LAST_POST} </th>
|
||||
<th width="5%" nowrap="nowrap"> {L_SELECT} </th>
|
||||
@@ -19,7 +20,7 @@
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1"><span class="topictitle"><!-- IF topicrow.S_SELECT_TOPIC -->[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="row1" colspan="2"><span class="topictitle"><!-- IF topicrow.S_SELECT_TOPIC -->[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /></td>
|
||||
@@ -30,24 +31,12 @@
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr align="right">
|
||||
<td class="cat" colspan="5" height="28">{S_HIDDEN_FIELDS}
|
||||
<!-- IF S_CAN_DELETE -->
|
||||
<input type="submit" name="delete_topics" class="liteoption" value="{L_DELETE}" />
|
||||
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_CAN_MOVE -->
|
||||
<input type="submit" name="move" class="liteoption" value="{L_MOVE}" />
|
||||
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_CAN_LOCK -->
|
||||
<input type="submit" name="lock" class="liteoption" value="{L_LOCK}" />
|
||||
|
||||
<input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" />
|
||||
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_CAN_RESYNC -->
|
||||
<input type="submit" name="resync" class="liteoption" value="{L_RESYNC}" />
|
||||
<!-- ENDIF -->
|
||||
<td class="cat" colspan="6" height="28">
|
||||
<!-- IF S_CAN_DELETE --><input type="submit" name="delete_topics" class="liteoption" value="{L_DELETE}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_MOVE --><input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_FORK --><input type="submit" name="fork" class="liteoption" value="{L_FORK}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_LOCK --><input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_SYNC --><input type="submit" name="resync" class="liteoption" value="{L_RESYNC}" /> <!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -58,11 +47,6 @@
|
||||
<td align="right" valign="top" nowrap="nowrap"><b class="gensmall"><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td align="right"><!-- INCLUDE jumpbox.html --></td>
|
||||
</tr>
|
||||
</table></
|
||||
</form>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
49
phpBB/templates/subSilver/mcp_foruminfo.html
Normal file
49
phpBB/templates/subSilver/mcp_foruminfo.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!-- $ Id: $ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<form method="post" name="main" action="{S_MCP_ACTION}">
|
||||
<!-- IF S_FORUM_ID -->
|
||||
|
||||
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th height="25" colspan="2" nowrap="nowrap">{L_FORUM_INFO}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_FORUM_NAME}</b></td>
|
||||
<td class="row2"><input type="text" class="post" name="forum_name" value="{FORUM_NAME}" size="45" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_FORUM_DESC}</b></td>
|
||||
<td class="row2"><textarea class="post" rows="5" cols="45" wrap="virtual" name="forum_desc">{FORUM_DESC}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_FORUM_STYLE}</b></td>
|
||||
<td class="row2"><select name="forum_style">{STYLE_LIST}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_FORUM_STATUS}</b></td>
|
||||
<td class="row2"><select name="forum_status">{STATUS_LIST}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="cat" align="center"><input type="submit" name="confirm" value="{L_CONFIRM}" class="mainoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<!-- INCLUDE mcp_jumpbox.html -->
|
||||
|
||||
<!-- ELSE -->
|
||||
|
||||
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th height="25"><b>{L_FORUM_INFO}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><br /><!-- INCLUDE mcp_jumpbox.html --><br /><br /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- ENDIF -->
|
||||
</form>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
@@ -1,6 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<!-- IF S_SHOW_UNAPPROVED -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_UNAPPROVED}</span></td>
|
||||
@@ -22,10 +23,10 @@
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="5" align="center"><span class="gen">{L_UNAPPROVED_TOTAL}</span></td>
|
||||
<td class="row1" colspan="5" align="center"><span class="gen">{L_UNAPPROVED_POSTS_ZERO_TOTAL}</span></td>
|
||||
</tr>
|
||||
<!-- END unapproved -->
|
||||
<!-- IF unapproved -->
|
||||
<!-- IF S_HAS_UNAPPROVED_POSTS -->
|
||||
<tr>
|
||||
<td class="row3" colspan="5"><span class="gensmall">{L_UNAPPROVED_TOTAL}</span></td>
|
||||
</tr>
|
||||
@@ -33,7 +34,9 @@
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SHOW_REPORTS -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_REPORTED}</span></td>
|
||||
@@ -45,28 +48,30 @@
|
||||
<th> {L_REPORTER} </th>
|
||||
<th> {L_REPORT_TIME} </th>
|
||||
</tr>
|
||||
<!-- BEGIN reported -->
|
||||
<!-- BEGIN report -->
|
||||
<tr>
|
||||
<td class="row1" width="15%"><span class="gen">{reported.FORUM}</span></td>
|
||||
<td class="row2" width="18%"><span class="gen">{reported.TOPIC}</span></td>
|
||||
<td class="row1"><span class="gen">{reported.SUBJECT}</span></td>
|
||||
<td class="row2" align="center" width="15%" nowrap="nowrap"><span class="gen">{reported.REPORTER}</span></td>
|
||||
<td class="row1" align="center" width="15%" nowrap="nowrap"><span class="gensmall">{reported.REPORT_TIME}</span></td>
|
||||
<td class="row1" width="15%"><span class="gen">{report.FORUM}</span></td>
|
||||
<td class="row2" width="18%"><span class="gen">{report.TOPIC}</span></td>
|
||||
<td class="row1"><span class="gen">{report.SUBJECT}</span></td>
|
||||
<td class="row2" align="center" width="15%" nowrap="nowrap"><span class="gen">{report.REPORTER}</span></td>
|
||||
<td class="row1" align="center" width="15%" nowrap="nowrap"><span class="gensmall">{report.REPORT_TIME}</span></td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="5" align="center"><span class="gen">{L_REPORTED_TOTAL}</span></td>
|
||||
<td class="row1" colspan="5" align="center"><span class="gen">{L_REPORTS_ZERO_TOTAL}</span></td>
|
||||
</tr>
|
||||
<!-- END reported -->
|
||||
<!-- IF reported -->
|
||||
<!-- END report -->
|
||||
<!-- IF S_HAS_REPORTS -->
|
||||
<tr>
|
||||
<td class="row3" colspan="5"><span class="gensmall">{L_REPORTED_TOTAL}</span></td>
|
||||
<td class="row3" colspan="5"><span class="gensmall">{L_REPORTS_TOTAL}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SHOW_LOGS -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_LOGS}</span></td>
|
||||
@@ -94,6 +99,7 @@
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<form name="main" action="{S_MCP_ACTION}" method="post"><!-- INCLUDE mcp_jumpbox.html --></form>
|
||||
|
||||
|
@@ -6,7 +6,6 @@ function marklist(status)
|
||||
{
|
||||
for (i = 0; i < document.forms['main'].length; i++)
|
||||
{
|
||||
// NOTE: all forms in MCP do not have the same name at present
|
||||
document.forms['main'].elements[i].checked = status;
|
||||
}
|
||||
}
|
||||
|
10
phpBB/templates/subSilver/mcp_jumpbox.html
Normal file
10
phpBB/templates/subSilver/mcp_jumpbox.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span> <select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.main.current_f.value){ forms['main'].submit() }">
|
||||
<!-- IF S_ENABLE_SELECT_ALL -->
|
||||
<option value="0">{L_ALL_FORUMS}</option>
|
||||
<!-- ELSE -->
|
||||
<option value="-1">{L_SELECT_FORUM}</option>
|
||||
<!-- ENDIF !-->
|
||||
<!-- BEGIN options --><option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="greyed"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option>
|
||||
<!-- BEGINELSE -->
|
||||
<!-- END options -->
|
||||
</select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="liteoption" type="submit" value="{L_GO}" onClick="if(document.main.f.value == -1){return false;}" />
|
@@ -1,13 +1,15 @@
|
||||
<!-- $ Id: $ -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
<form action="{S_MCP_ACTION}" method="post"><input type="hidden" name="mode" value="move">
|
||||
|
||||
<form action="{S_MCP_ACTION}" name="main" method="post">{S_HIDDEN_FIELDS}
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="tablebg">
|
||||
<tr>
|
||||
<th height="25" class="thHead"><b>{L_MOVE}</b></th>
|
||||
<th height="25"><b>{L_MODE_TITLE}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="1">
|
||||
@@ -15,22 +17,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class="gen">
|
||||
<td align="left">
|
||||
{L_SELECTED_TOPICS}<br />
|
||||
<ul><!-- BEGIN topiclist -->
|
||||
<li><a href="{topiclist.U_TOPIC_LINK}" target="_new">{topiclist.TOPIC_TITLE}</a>
|
||||
<!-- END topiclist --></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><span class="gen">{L_SELECT_DESTINATION_FORUM} </span><select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br />
|
||||
<input type="checkbox" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br />
|
||||
<br />
|
||||
{S_HIDDEN_FIELDS}
|
||||
<td align="center"><span class="gen"><!-- IF L_MODE_EXPLAIN -->{L_MODE_EXPLAIN}<br /><br /><!-- ENDIF -->{L_SELECT_DESTINATION_FORUM} </span><select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br />
|
||||
<input class="mainoption" type="submit" name="confirm" value="{L_CONFIRM}" />
|
||||
|
||||
<input class="liteoption" type="submit" name="cancel" value="{L_CANCEL}" />
|
||||
|
@@ -1,39 +1,70 @@
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
|
||||
<form method="post" action="{S_FORM_ACTION}">
|
||||
<form method="post" name="main" action="{S_FORM_ACTION}">
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
||||
<tr>
|
||||
<td colspan="2" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
||||
<th colspan="2" align="center">{L_POST_DETAILS}</th>
|
||||
</th>
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_POSTER}</b></td>
|
||||
<td class="row2"><span class="gen">{POSTER_NAME}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" class="row1"><span class="name"><a name="{U_POST_ID}"></a>{POSTER_NAME}</span></td>
|
||||
<td width="100%" valign="top" class="row1">
|
||||
<table width="100%" cellspacing="0" cellpadding="3" border="0">
|
||||
<tr>
|
||||
<td valign="middle"><img src="imagesets/subSilver/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}:
|
||||
{POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<hr size="1" />
|
||||
<span class="postbody">{MESSAGE}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!-- IF S_CAN_VIEWIP -->
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_THIS_POST_IP}</b></td>
|
||||
<td class="row2"><span class="gen">{POST_IP}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="row1"><b class="gen">{L_POSTED}</b></td>
|
||||
<td class="row2"><span class="postdetails">{POST_DATE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" height="1" class="row2"> </td>
|
||||
<td class="row1"><b class="gen">{L_POST_SUBJECT}</b></td>
|
||||
<td class="row2"><span class="gen">{POST_SUBJECT}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
||||
<td class="row1"><b class="gen">{L_MESSAGE_BODY}</b></td>
|
||||
<td class="row2"><span class="gen">{MESSAGE}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF S_CAN_VIEWIP -->
|
||||
<br /><a name="ip"></a>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
||||
<tr>
|
||||
<th colspan="2" align="center">{L_IP_INFO}</th>
|
||||
</th>
|
||||
<tr>
|
||||
<td colspan="2" height="28" class="cat"><span class="gen">{L_OTHER_USERS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<!-- IF userrow.S_ROW_COUNT is even -->
|
||||
<tr class="row1">
|
||||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td><span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</span></td>
|
||||
<td align="right"><a href="{userrow.U_SEARCHPOSTS}">{SEARCH_IMG}</a></td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
|
||||
<tr>
|
||||
<td colspan="2" height="28" class="cat"><span class="gen">{L_OTHER_IPS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN iprow -->
|
||||
<!-- IF iprow.S_ROW_COUNT is even -->
|
||||
<tr class="row1">
|
||||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td><span class="gen"><a href="{iprow.U_PROFILE}">{iprow.USERNAME}</a> [ {iprow.POSTS} ]</span></td>
|
||||
<td align="right"><a href="{iprow.U_SEARCHPOSTS}">{SEARCH_IMG}</a></td>
|
||||
</tr>
|
||||
<!-- END iprow -->
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
||||
</form>
|
||||
|
||||
</table>
|
||||
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
|
||||
<tr>
|
||||
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
@@ -6,7 +6,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
||||
<tr>
|
||||
<th height="25" class="thHead">{L_IP_INFO}</th>
|
||||
</tr>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<form method="post" name="jumpbox" action="{S_MCP_ACTION}" onsubmit="if(document.main.f.value == -1){return false;}">
|
||||
<form method="post" name="main" action="{S_MCP_ACTION}">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<th height="25" colspan="5" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
||||
|
Reference in New Issue
Block a user