Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(128)

Unified Diff: templates/top.html

Issue 11479043: Leaderboard for median review time
Patch Set: Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« settings.py ('K') | « static/topstyle.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/top.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/templates/top.html
@@ -0,0 +1,70 @@
+
M-A 2013/07/18 01:50:25 That's interesting, because the rest of Rietveld's
+ <link type="text/css" rel="stylesheet" href="{{media_url}}topstyle.css" />
+
+ <link type="text/css" rel="stylesheet" href="{{media_url}}top-score-style.css" />
+
+
+ <body>
+ <center>
+ <table width="100%%">
+ <tr>
+ <td valign="top" align="right">
+ <b> user@email.com </b>
+ <br />date date date time
+ </td>
+ </tr>
+ </table>
+ </center>
+
+<h1>Top scores</h1>
+<table class="issue">
+ <tbody>
+
+ <tr>
M-A 2013/07/18 01:50:25 For the record, we don't commit mocks but that giv
+ <td>1st</td>
+ <td>User 1</td>
+ <td>1464</td>
+ </tr>
+
+ <tr>
+ <td>2nd</td>
+ <td>User 2</td>
+ <td>1163</td>
+ </tr>
+
+ <tr>
+ <td>3rd</td>
+ <td>User 3</td>
+ <td>1464</td>
+ </tr>
+
+ <tr>
+ <td>4th</td>
+ <td>User 4</td>
+ <td>1163</td>
+ </tr>
+
+ </tbody>
+</table>
+
+<table class="legend">
+ <tbody>
+ <tr>
+ <td>
+ </td>
+ <td>
+ 10 POINTS FOR CQ IN THE PAST 24 HOURS<br>
M-A 2013/07/18 01:50:25 This would have to be updated to the actual calcul
+ 5 POINTS FOR CQ IN THE PAST 7 DAYS<br>
+ 2 POINTS FOR CQ IN THE PAST 30 DAYS<br>
+ 1 POINT FOR CQ DONE BEFORE<br>
+ </td>
+ <td>
+ </td>
+ </tr>
+ </tbody>
+</table>
+<p>
+<a href="{{media_url}}startfont/LICENSE.txt">Font license</a>
+
+ </body>
+</html>
« settings.py ('K') | « static/topstyle.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b