From 25711c9fa9afd97fb11fd0679a9f796e0fc8b1cb Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Mon, 23 May 2011 17:17:06 +0000 Subject: [PATCH] Adding JABA web services usage statistics web application. Stat database is to follow git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4155 e3abac25-378b-4346-85de-24260fe3988d --- statpages/Joblist.jsp | 81 +++++++++++++++++++ statpages/Statistics.jsp | 124 +++++++++++++++++++++++++++++ statpages/alternative.css | 85 ++++++++++++++++++++ statpages/displaytag.css | 142 +++++++++++++++++++++++++++++++++ statpages/footer.jsp | 24 ++++++ statpages/header.jsp | 148 +++++++++++++++++++++++++++++++++++ statpages/img/arrow_down.png | Bin 0 -> 190 bytes statpages/img/arrow_off.png | Bin 0 -> 180 bytes statpages/img/arrow_up.png | Bin 0 -> 189 bytes statpages/img/displaytag.png | Bin 0 -> 5366 bytes statpages/img/favicon.ico | Bin 0 -> 3638 bytes statpages/img/ico_file_csv.png | Bin 0 -> 230 bytes statpages/img/ico_file_excel.png | Bin 0 -> 242 bytes statpages/img/ico_file_pdf.png | Bin 0 -> 297 bytes statpages/img/ico_file_rtf.png | Bin 0 -> 1004 bytes statpages/img/ico_file_xml.png | Bin 0 -> 245 bytes statpages/img/paginazione.png | Bin 0 -> 981 bytes statpages/img/paginazione_ahead.png | Bin 0 -> 996 bytes statpages/img/paginazione_back.png | Bin 0 -> 996 bytes statpages/img/valid-xhtml10.png | Bin 0 -> 2414 bytes statpages/img/viewsource.png | Bin 0 -> 508 bytes statpages/print.css | 7 ++ statpages/screen.css | 117 +++++++++++++++++++++++++++ 23 files changed, 728 insertions(+) create mode 100644 statpages/Joblist.jsp create mode 100644 statpages/Statistics.jsp create mode 100644 statpages/alternative.css create mode 100644 statpages/displaytag.css create mode 100644 statpages/footer.jsp create mode 100644 statpages/header.jsp create mode 100644 statpages/img/arrow_down.png create mode 100644 statpages/img/arrow_off.png create mode 100644 statpages/img/arrow_up.png create mode 100644 statpages/img/displaytag.png create mode 100644 statpages/img/favicon.ico create mode 100644 statpages/img/ico_file_csv.png create mode 100644 statpages/img/ico_file_excel.png create mode 100644 statpages/img/ico_file_pdf.png create mode 100644 statpages/img/ico_file_rtf.png create mode 100644 statpages/img/ico_file_xml.png create mode 100644 statpages/img/paginazione.png create mode 100644 statpages/img/paginazione_ahead.png create mode 100644 statpages/img/paginazione_back.png create mode 100644 statpages/img/valid-xhtml10.png create mode 100644 statpages/img/viewsource.png create mode 100644 statpages/print.css create mode 100644 statpages/screen.css diff --git a/statpages/Joblist.jsp b/statpages/Joblist.jsp new file mode 100644 index 0000000..4de793b --- /dev/null +++ b/statpages/Joblist.jsp @@ -0,0 +1,81 @@ + +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> +<%-- +Author: Peter Troshin +Date: May 2011 +--%> + +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ taglib uri="http://displaytag.sf.net" prefix="dt" %> + + + + + + +Cluster usage per user + + + + + + + + + + + + ${job.jobname} + + + ${job.jobname} + + + + + + + + + + + + ${job.isCancelled} + + + ${job.isCollected} + + + + + + + + + + + + + + + + + +<%-- + +
+ + +