diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-08 18:27:16 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-08 18:27:16 +0000 |
| commit | f236f3f838bd133f15d1f1caf8e15de8cb91bd37 (patch) | |
| tree | 27f7daaa50dc37dd0bd866588c518c867b63f41d /phpBB/templates | |
| parent | f58083b8af9e09cec182791b3e2ac72de6c7ee82 (diff) | |
| download | forums-f236f3f838bd133f15d1f1caf8e15de8cb91bd37.tar forums-f236f3f838bd133f15d1f1caf8e15de8cb91bd37.tar.gz forums-f236f3f838bd133f15d1f1caf8e15de8cb91bd37.tar.bz2 forums-f236f3f838bd133f15d1f1caf8e15de8cb91bd37.tar.xz forums-f236f3f838bd133f15d1f1caf8e15de8cb91bd37.zip | |
Updates as opposed to downdates
git-svn-id: file:///svn/phpbb/trunk@3284 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/mcp_move.html | 40 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/mcp_split.html | 90 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/mcp_topics.html | 70 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/mcp_viewip.html | 61 |
4 files changed, 261 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/mcp_move.html b/phpBB/templates/subSilver/mcp_move.html new file mode 100644 index 0000000000..6d3a2bbb25 --- /dev/null +++ b/phpBB/templates/subSilver/mcp_move.html @@ -0,0 +1,40 @@ +<!-- INCLUDE overall_header.html --> + +<form action="{S_MODCP_ACTION}" method="post"> + <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"> + <tr> + <th height="25" class="thHead"><b>{MESSAGE_TITLE}</b></th> + </tr> + <tr> + <td class="row1"> + <table width="100%" border="0" cellspacing="0" cellpadding="1"> + <tr> + <td> </td> + </tr> + <tr> + <td align="center"><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_SELECT}<br /><br /> + <input type="checkbox" name="move_leave_shadow" checked="checked" />{L_LEAVE_SHADOW}<br /> + <br /> + {MESSAGE_TEXT}</span><br /> + <br /> + {S_HIDDEN_FIELDS} + <input class="mainoption" type="submit" name="confirm" value="{L_YES}" /> + + <input class="liteoption" type="submit" name="cancel" value="{L_NO}" /> + </td> + </tr> + <tr> + <td> </td> + </tr> + </table> + </td> + </tr> + </table> +</form> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/templates/subSilver/mcp_split.html b/phpBB/templates/subSilver/mcp_split.html new file mode 100644 index 0000000000..254bdc4fbc --- /dev/null +++ b/phpBB/templates/subSilver/mcp_split.html @@ -0,0 +1,90 @@ +<!-- INCLUDE overall_header.html --> + +<form method="post" action="{S_SPLIT_ACTION}"> + <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><span class="nav"> + -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> + </tr> + </table> + <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + <tr> + <th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> + </tr> + <tr> + <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> + <td class="row2" colspan="2"><span class="courier"> + <input type="text" size="35" style="width: 350px" maxlength="100" name="subject" class="post" /> + </span></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> + <td class="row2" colspan="2"><span class="courier">{S_FORUM_SELECT}</span></td> + </tr> + <tr> + <td class="catHead" colspan="3" height="28"> + <table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> + <tr> + <td width="50%" align="center"> + <input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> + </td> + <td width="50%" align="center"> + <input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> + </td> + </tr> + </table> + </td> + </tr> + <tr> + <th class="thLeft" nowrap="nowrap">{L_AUTHOR}</th> + <th nowrap="nowrap">{L_MESSAGE}</th> + <th class="thRight" nowrap="nowrap">{L_SELECT}</th> + </tr> + <!-- BEGIN postrow --> + <tr> + <td align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td> + <td width="100%" valign="top" class="{postrow.ROW_CLASS}"> + <table width="100%" cellspacing="0" cellpadding="3" border="0"> + <tr> + <td valign="middle"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}: + {postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> + </tr> + <tr> + <td valign="top"> + <hr size="1" /> + <span class="postbody">{postrow.MESSAGE}</span></td> + </tr> + </table> + </td> + <td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.S_SPLIT_CHECKBOX}</td> + </tr> + <tr> + <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> + </tr> + <!-- END postrow --> + <tr> + <td class="catBottom" colspan="3" height="28"> + <table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> + <tr> + <td width="50%" align="center"> + <input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> + </td> + <td width="50%" align="center"> + <input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> + {S_HIDDEN_FIELDS} </td> + </tr> + </table> + </td> + </tr> + </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> +</form> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/templates/subSilver/mcp_topics.html b/phpBB/templates/subSilver/mcp_topics.html new file mode 100644 index 0000000000..4c89bdcfbc --- /dev/null +++ b/phpBB/templates/subSilver/mcp_topics.html @@ -0,0 +1,70 @@ +<!-- INCLUDE overall_header.html --> + +<form method="post" action="{S_MODCP_ACTION}"><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> + <tr> + <td valign="bottom"> + <table cellspacing="1" cellpadding="4" border="0" bgcolor="#006699" align="left"> + <tr> + <td class="cat"> <span class="nav"><a href="">Front Page</a></span> </td> + <td class="cat"> <span class="nav"><a href="">Topic Listing</a></span> </td> + </tr> + </table> + </td> + <td align="right" valign="bottom"> + <table cellspacing="1" cellpadding="4" border="0"> + <tr> + <td><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> + </tr> + </table> + </td> + </tr> + <tr> + <td colspan="2"> + <table width="100%" class="forumline" cellspacing="1" cellpadding="4" border="0"> + <tr> + <th width="4%" class="thLeft" nowrap="nowrap"> </th> + <th nowrap="nowrap"> {L_TOPICS} </th> + <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> + <th width="17%" nowrap="nowrap"> {L_LASTPOST} </th> + <th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th> + </tr> + <!-- BEGIN topicrow --> + <tr> + <td class="row1" align="center" valign="middle"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> + <td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{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> + </tr> + <!-- END topicrow --> + <tr align="right"> + <td class="catBottom" colspan="5" height="29"> {S_HIDDEN_FIELDS} + <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> + + <input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> + + <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> + + <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> + </td> + </tr> + </table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> + <tr> + <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td> + <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> + </tr> + </table> + </form> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td align="right">{JUMPBOX}</td> + </tr> + </table> + </td> + </tr> +</table> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/templates/subSilver/mcp_viewip.html b/phpBB/templates/subSilver/mcp_viewip.html new file mode 100644 index 0000000000..5551f7d7cb --- /dev/null +++ b/phpBB/templates/subSilver/mcp_viewip.html @@ -0,0 +1,61 @@ +<!-- INCLUDE overall_header.html --> + +<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> + <tr> + <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> + </tr> +</table> + +<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> + <tr> + <th height="25" class="thHead">{L_IP_INFO}</th> + </tr> + <tr> + <td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td> + </tr> + <tr> + <td class="row1"> + <table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td> <span class="gen">{IP} [ {POSTS} ]</span></td> + <td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> + ] </span></td> + </tr> + </table> + </td> + </tr> + <tr> + <td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td> + </tr> + <!-- BEGIN userrow --> + <tr> + <td class="{userrow.ROW_CLASS}"> + <table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</span></td> + <td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a> + </td> + </tr> + </table> + </td> + </tr> + <!-- END userrow --> + <tr> + <td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td> + </tr> + <!-- BEGIN iprow --> + <tr> + <td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td> <span class="gen">{iprow.IP} [ {iprow.POSTS} ]</span></td> + <td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> + ] </span></td> + </tr> + </table></td> + </tr> + <!-- END iprow --> +</table> + +<br clear="all" /> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |
