diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2005-11-28 21:01:40 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-11-28 21:01:40 +0000 |
commit | ba6f40ce2542b87c7110dd9e38e4c0386b22da81 (patch) | |
tree | a50ce939593b14962190a22d7f428cdea151396c /phpBB/styles/subSilver | |
parent | 6d101df7dc3dc6f5542ccb11d626dcacbd148de6 (diff) | |
download | forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.gz forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.bz2 forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.xz forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.zip |
Initial commit of user note support for the mcp
git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver')
-rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_front.html | 21 | ||||
-rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 86 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 2 |
3 files changed, 108 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_front.html b/phpBB/styles/subSilver/template/mcp_notes_front.html new file mode 100755 index 0000000000..1a2e6d588a --- /dev/null +++ b/phpBB/styles/subSilver/template/mcp_notes_front.html @@ -0,0 +1,21 @@ +<!-- INCLUDE mcp_header.html --> + + <!-- $Id$ --> + <form method="post" name="mcp" action="{U_POST_ACTION}"> + <table class="bg" width="75%" cellspacing="1" cellpadding="4" border="0" align="center"> + <tr> + <th colspan="2"align="center">{L_SELECT_USER}</th> + </tr> + <tr> + <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_MEMBER}" onclick="window.open('{U_FIND_MEMBER}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false;">{L_FIND_USERNAME}</a> ]</span></td> + <td class="row2"><input type="text" class="post" name="username" maxlength="50" size="20" /></td> + </tr> + <tr> + <td class="cat" colspan="2" align="center"><input type="submit" name="submituser" value="{L_SUBMIT}" class="btnmain" /></td> + </tr> + </table> + </form> + + <br clear="all" /><br /> + +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html new file mode 100755 index 0000000000..46520d7694 --- /dev/null +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -0,0 +1,86 @@ +<!-- INCLUDE mcp_header.html --> + + <!-- $Id$ --> + + <form method="post" name="mcp" action="{U_POST_ACTION}"> + + <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> + <tr> + <th colspan="2" height="28" align="center">{USERNAME}</th> + </tr> + <tr> + <td class="row1" align="center"><table cellspacing="1" cellpadding="2" border="0"> + <tr> + <td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td> + </tr> + <!-- IF RANK --> + <tr> + <td class="postdetails" align="center">{RANK}</td> + </tr> + <!-- ENDIF --> + <!-- IF RANK_IMG --> + <tr> + <td align="center">{RANK_IMG}</td> + </tr> + <!-- ENDIF --> + <!-- IF AVATAR_IMG --> + <tr> + <td align="center">{AVATAR_IMG}</td> + </tr> + <!-- ENDIF --> + </table></td> + <td class="row1"><table width="100%" cellspacing="1" cellpadding="2" border="0"> + <tr> + <td class="gen" align="right" nowrap="nowrap">{L_JOINED}: </td> + <td width="100%"><b class="gen">{JOINED}</b></td> + </tr> + <tr> + <td class="gen" align="right" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td> + <td><b class="gen">{POSTS}</b></td> + </tr> + </table></td> + </tr> + </table> + <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> + <tr> + <th colspan="2" height="28" align="center">{L_FEEDBACK}</th> + </tr> + <!-- IF S_USER_NOTES --> + <!-- BEGIN usernotes --> + <!-- IF usernotes.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> + <td<!-- IF not S_CLEAR_ALLOWED --> colspan="2"<!-- ENDIF -->><span class="gensmall">{L_REPORT_BY}: <b>{usernotes.REPORT_BY}</b> {L_ON} {usernotes.REPORT_AT}</span><hr /><span class="gen">{usernotes.ACTION}</span></td> + <!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="marknote[]" value="{usernotes.ID}" /></td><!-- ENDIF --> + </tr> + <!-- END usernotes --> + <!-- IF S_CLEAR_ALLOWED --> + <tr> + <td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /> <input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /></td> + </tr> + <!-- ENDIF --> + <!-- ELSE --> + <tr> + <td class="row1" colspan="2" align="center">{L_NO_USER_NOTES}</td> + </tr> + <!-- ENDIF --> + </table> + <br clear="all" /> + + <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> + <tr> + <th colspan="2" height="28" align="center">{L_ADD_FEEDBACK}</th> + </tr> + <tr> + <td class="row3" align="center" colspan="2"><span class="genmed">{L_ADD_FEEDBACK_EXPLAIN}</span></td> + <tr> + <td colspan="2" class="row1" align="center"><textarea name="usernote" rows="10" cols="76"></textarea></td> + </tr> + <tr> + <td class="cat" colspan="2" align="center"><input class="btnmain" type="submit" name="action[add_feedback]" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td> + </tr> + </table> + + </form> + + <br clear="all" /><br /> + +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index c20c8832db..7aaeb8c4e8 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -244,7 +244,7 @@ <!-- IF postrow.S_CAN_RATE --> <td class="gensmall"><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a></td> <!-- ENDIF --> - <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> + <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> </tr> </table> |