summaryrefslogtreecommitdiff
path: root/programs/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'programs/templates/index.html')
-rw-r--r--programs/templates/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/programs/templates/index.html b/programs/templates/index.html
new file mode 100644
index 0000000..a79e9b6
--- /dev/null
+++ b/programs/templates/index.html
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <title>Result summary </title>
+ <link rel="stylesheet" href="index.css"/>
+ </head>
+ <body>
+ <h1>Result summary</h1>
+ <p>
+ Currently showing: %(page)s
+ </p>
+ <p>
+ Show: %(showlinks)s
+ </p>
+ <div id="table">
+ <div id="tablebody">
+ %(group)s
+ %(columns)s
+ </diV>
+ </div>
+ </body>
+</html>