From f610ed82cbf0df2b5f8afd6ca3f88b9313281036 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 1 Apr 2007 22:05:42 +0000 Subject: say hello to prosilver... YAAAYEEEE git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/prosilver/template/mcp_notes_user.html | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 phpBB/styles/prosilver/template/mcp_notes_user.html (limited to 'phpBB/styles/prosilver/template/mcp_notes_user.html') diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html new file mode 100644 index 0000000000..e9306607a0 --- /dev/null +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -0,0 +1,120 @@ + + +
+ +

{L_TITLE}

+ +
+
+ +

{USERNAME}{USERNAME}

+ +
+
{AVATAR_IMG}
+
+ +
+
+
{L_RANK}:
{RANK_TITLE}
+
{L_RANK}:
{RANK_IMG}
+
{L_JOINED}:
{JOINED}
+
{L_TOTAL_POSTS}:
{POSTS}
+
{L_WARNINGS}:
{WARNINGS}
+
+
+ +
+
+ +
+
+ +

{L_ADD_FEEDBACK}

+

{L_ADD_FEEDBACK_EXPLAIN}

+ +
+ +
+ +
+
+ +
+ {S_HIDDEN_FIELDS}  + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_REPORT_BY}{L_IP}{L_TIME}{L_ACTION}{L_MARK}
{usernotes.REPORT_BY}{usernotes.IP}{usernotes.REPORT_AT}{usernotes.ACTION}
{L_NO_ENTRIES}
+ +
+ +
+ {L_NEXT} + {L_PREVIOUS} + + + +
+ +
+ + + +
+
+ + +
+ +   +
+ +
+
{L_MARK_ALL}{L_UNMARK_ALL}
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1