From a92a6b0900fa7566b96f6e6a23909a3586f0ce58 Mon Sep 17 00:00:00 2001 From: Kiran Jonnalagadda Date: Wed, 8 Jun 2011 09:12:13 +0530 Subject: [PATCH] Open company links in a new window or tab. --- templates/stats.html | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/stats.html diff --git a/templates/stats.html b/templates/stats.html new file mode 100644 index 000000000..a8c93f325 --- /dev/null +++ b/templates/stats.html @@ -0,0 +1,57 @@ +{% extends "inc/layout.html" %} +{% from "inc/forms.html" import renderfield %} +{% block title %}Job listing statistics{% endblock %} +{% block content %} +
+
+

+ {{ self.title()|e }} +

+

+ Nice charts on jobs listed on this site. +

+
+
+

Listings by date

+
+
+
+
+

Listings by type

+
+
+
+
+{% endblock %} +{% block footerscripts %} + + + +{% endblock %} \ No newline at end of file