Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/template/showUser.html

Issue 8793015: Reports - user profile (Closed)
Patch Set: Created Nov. 6, 2012, 2:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/reports/template/showUser.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/sitescripts/reports/template/showUser.html
@@ -0,0 +1,17 @@
+<!-- This Source Code is subject to the terms of the Mozilla Public License
+ - version 2.0 (the "License"). You can obtain a copy of the License at
+ - http://mozilla.org/MPL/2.0/. -->
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>User profile</title>
+</head>
+<body>
+ <table>
+ <tr><td>Number of reports:</td><td>{{reports}}</td></tr>
+ <tr><td>Marked as positive:</td><td>{{positive}}</td></tr>
+ <tr><td>Marked as negative:</td><td>{{negative}}</td></tr>
Wladimir Palant 2012/11/07 08:38:15 "Marked as useful/not useful" for consistency?
Andrey Novikov 2012/11/07 09:38:48 Done.
+ <tr><td>Computed usefulness score:</td><td>{{score}}</td></tr>
+ </table>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld