X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2FJobLength.jsp;h=c64ec3c0918f3ee9a8806567532c4ecf01b81da7;hb=e8ed8d7185fe28ab4a8f9565cce9634bcbde3ced;hp=a264db853e6fab9a1c4cb19c7938caaf01023bd3;hpb=6a81b75c020845f9bb94c307a66347e4362da85f;p=proteocache.git diff --git a/website/JobLength.jsp b/website/JobLength.jsp index a264db8..c64ec3c 100644 --- a/website/JobLength.jsp +++ b/website/JobLength.jsp @@ -1,7 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - <%@page import="java.util.Calendar"%> - + pageEncoding="UTF-8"%> +<%@page import="java.util.Calendar"%> + @@ -10,15 +10,19 @@
-

Enter time period

- <% Calendar cal = Calendar.getInstance(); - String datecalBegin = cal.get(Calendar.YEAR) + "/" + (cal.get(Calendar.MONTH) + 1) +"/1"; - String datecalEnd = cal.get(Calendar.YEAR) + "/" + (cal.get(Calendar.MONTH) + 1) + "/" + cal.get(Calendar.DAY_OF_MONTH); - %> -

from style=" width : 145px;"/> - to style=" width : 145px;"/>

- Query for all dates
- +

Enter time period

+ <% + Calendar cal = Calendar.getInstance(); + String datecalBegin = cal.get(Calendar.YEAR) + "/" + cal.get(Calendar.MONTH) + "/" + cal.get(Calendar.DAY_OF_MONTH); + String datecalEnd = cal.get(Calendar.YEAR) + "/" + (cal.get(Calendar.MONTH) + 1) + "/" + cal.get(Calendar.DAY_OF_MONTH); + %> +

+ from + style="width: 145px;" /> to style="width: 145px;" /> +

+ Query for + all dates
- \ No newline at end of file +