| Index: display/html/stats.html |
| =================================================================== |
| --- display/html/stats.html (revision 11) |
| +++ display/html/stats.html (working copy) |
| @@ -30,6 +30,14 @@ |
| {% endfor %} |
| </ul> |
| +<form action="/stats" method="post"> |
| +<table><tr><td>Add a new digest</a></td> |
| +<td><input name=digest value="" size=32></td> |
|
provos
2008/05/16 17:24:51
you should stick with a common standard of represe
Panayiotis
2008/05/16 17:33:57
On 2008/05/16 17:24:51, provos wrote:
> you should
|
| +<td><input type=submit value="Add" name="add"></td> |
| +</tr></table> |
| +</form> |
| + |
| + |
| <h3>Recently checked urls</h3> |
| <ul> |
| {% for query in queries %} |