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 @@ + + + +Dashboard Files + + + +

Dashboard Files +

+
+ + + + + {% if admin %} + + {% endif %} + {% for file in files %} + {% if file.name %} + + + {% if admin %} + + {% endif %} + {% endif %} + + {% endfor %} +
FileDate
+ {{ file.name }} + + {{ file.date|date:"d-M-Y H:i:s" }} + + Delete + +
+
+ +