| 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> |