From: pvtroshin Date: Mon, 23 May 2011 17:17:06 +0000 (+0000) Subject: Adding JABA web services usage statistics web application. Stat database is to follow X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=25711c9fa9afd97fb11fd0679a9f796e0fc8b1cb;p=jabaws.git 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 --- 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} + + + + + + + + + + + + + + + + + +<%-- + +
+ + +