diff -r 000000000000 -r 4f2f89ce4247 WebKitTools/TestResultServer/templates/dashboardfilelist.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebKitTools/TestResultServer/templates/dashboardfilelist.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,38 @@ + + +
+File | +Date | + {% if admin %} ++ {% endif %} + {% for file in files %} + |
---|---|---|
+ {{ file.name }} + + | +{{ file.date|date:"d-M-Y H:i:s" }} + | + {% if admin %} ++ Delete + + | + {% endif %} + {% endif %} +