aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_warn_post.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
commitf610ed82cbf0df2b5f8afd6ca3f88b9313281036 (patch)
tree22eee242b76b4a75bfa2efff1169e90637858982 /phpBB/styles/prosilver/template/mcp_warn_post.html
parentc78c82123e6876541320ad4ebf2ba1e85a582fd0 (diff)
downloadforums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.gz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.bz2
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.xz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.zip
say hello to prosilver... YAAAYEEEE
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_warn_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_warn_post.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html
new file mode 100644
index 0000000000..3e0973402e
--- /dev/null
+++ b/phpBB/styles/prosilver/template/mcp_warn_post.html
@@ -0,0 +1,59 @@
+<!-- INCLUDE mcp_header.html -->
+
+<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
+<tr>
+ <th colspan="2" height="28" align="center">{L_POST}</th>
+</tr>
+<tr>
+ <td class="bg1" 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_TITLE -->
+ <tr>
+ <td class="postdetails" align="center">{RANK_TITLE}</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="bg1"><span class="gen">{POST}</span></td>
+</tr>
+</table>
+
+<br clear="all" /><br />
+
+<form method="post" id="mcp" action="{U_POST_ACTION}">
+
+<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
+<tr>
+ <th height="28" align="center">{L_ADD_WARNING}</th>
+</tr>
+<tr>
+ <td class="bg3" align="center"><span class="genmed">{L_ADD_WARNING_EXPLAIN}</span></td>
+<tr>
+ <td class="bg1" align="center"><textarea name="warning" rows="10" cols="76">{L_WARNING_POST_DEFAULT}</textarea></td>
+</tr>
+<tr>
+ <td class="bg1" align="center"><input type="checkbox" name="notify_user" checked="checked" /><span class="genmed">{L_NOTIFY_USER_WARN}</span></td>
+</tr>
+<tr>
+ <td class="cat" align="center"><input class="btnmain" type="submit" name="action[add_warning]" 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