summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Reports/reports/templates/index.html')
-rw-r--r--src/lib/Server/Reports/reports/templates/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/Server/Reports/reports/templates/index.html b/src/lib/Server/Reports/reports/templates/index.html
new file mode 100644
index 000000000..002a3f770
--- /dev/null
+++ b/src/lib/Server/Reports/reports/templates/index.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+
+{% block pagebanner %}
+ <div class="header">
+ <h1>BCFG Reports</h1>
+ {% comment %} <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>{% endcomment %}
+ </div>
+ <br/>
+{% endblock %}
+{% block content %}
+<h1>Welcome to the Bcfg2 Reporting System</h1>
+<p>
+Please use the links at the left to navigate.
+</p>
+{% endblock %}