# HG changeset patch # User ymh # Date 1273055985 -7200 # Node ID 73aae689ad5a3884b9121c9d2039b80323ee96c1 # Parent e9ee4eb533fadcd34f7865754e4d73f49e5f5a07 Add a retrain button to the status page diff -r e9ee4eb533fa -r 73aae689ad5a WebContent/WEB-INF/templates/status.ftl --- a/WebContent/WEB-INF/templates/status.ftl Tue May 04 18:02:19 2010 +0200 +++ b/WebContent/WEB-INF/templates/status.ftl Wed May 05 12:39:45 2010 +0200 @@ -1,8 +1,35 @@ Status + +

Informations

@@ -40,5 +67,11 @@
${tags_nb}
+
+
+
+
+ \ No newline at end of file diff -r e9ee4eb533fa -r 73aae689ad5a src/fr/iri/thd/sonyengine/Constants.java --- a/src/fr/iri/thd/sonyengine/Constants.java Tue May 04 18:02:19 2010 +0200 +++ b/src/fr/iri/thd/sonyengine/Constants.java Wed May 05 12:39:45 2010 +0200 @@ -1,5 +1,5 @@ package fr.iri.thd.sonyengine; public class Constants { - public final static String VERSION = "01.00"; + public final static String VERSION = "01.01"; }