Open

Description
(Some?) pages of the treebase-dev site should contain a timestamp of the build (ex. Version: 2.2.1 Built: 03/26/2010 12:43 PM ), as an indication what version is being run on a given instance. Ideally, this should include source code version from SVN.
To make the timestamp invisible on production, there are a couple options:
- Put it inside an <!-- --> HTML comment.
- Make it's JSP rendering conditional depending on the value of the parameter like amIProduction that comes from Tomcat via JNDI.
Reported by: vgapeyev-nescent