diff -r 000000000000 -r 4f2f89ce4247 WebKitTools/QueueStatusServer/templates/statusbubble.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebKitTools/QueueStatusServer/templates/statusbubble.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,61 @@ + + + + + + + +{% for bubble in bubbles %} +
+ {{ bubble.name }} + {% if bubble.queue_position %} + (#{{ bubble.queue_position }}) + {% endif %} +
+{% endfor %} + +