aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_notes_user.html
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
commitba6f40ce2542b87c7110dd9e38e4c0386b22da81 (patch)
treea50ce939593b14962190a22d7f428cdea151396c /phpBB/styles/subSilver/template/mcp_notes_user.html
parent6d101df7dc3dc6f5542ccb11d626dcacbd148de6 (diff)
downloadforums-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/template/mcp_notes_user.html')
-rwxr-xr-xphpBB/styles/subSilver/template/mcp_notes_user.html86
1 files changed, 86 insertions, 0 deletions
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}" />&nbsp; <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}" />&nbsp;&nbsp;<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