Revision: 1718 http://svn.sourceforge.net/spring-rich-c/?rev=1718&view=rev Author: ge0ffrey Date: 2007-02-15 10:02:30 -0800 (Thu, 15 Feb 2007)
Log Message: ----------- javascript to be sure there is a jre available on the client Modified Paths: -------------- trunk/spring-richclient/samples/petclinic/server/src/main/webapp/WEB-INF/web.xml Added Paths: ----------- trunk/spring-richclient/samples/petclinic/server/src/main/webapp/css/ trunk/spring-richclient/samples/petclinic/server/src/main/webapp/css/style.css Modified: trunk/spring-richclient/samples/petclinic/server/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/spring-richclient/samples/petclinic/server/src/main/webapp/WEB-INF/web.xml 2007-02-15 10:10:23 UTC (rev 1717) +++ trunk/spring-richclient/samples/petclinic/server/src/main/webapp/WEB-INF/web.xml 2007-02-15 18:02:30 UTC (rev 1718) @@ -1,12 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'> +<web-app xmlns="http://java.sun.com/xml/ns/j2ee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" + version="2.4"> -<!-- - - $Id$ - --> - -<web-app> - <display-name>Petclinic RCP Web Services</display-name> <description> Added: trunk/spring-richclient/samples/petclinic/server/src/main/webapp/css/style.css =================================================================== --- trunk/spring-richclient/samples/petclinic/server/src/main/webapp/css/style.css (rev 0) +++ trunk/spring-richclient/samples/petclinic/server/src/main/webapp/css/style.css 2007-02-15 18:02:30 UTC (rev 1718) @@ -0,0 +1,8 @@ + +.error { + color: red; +} + +div.startApplication * { + vertical-align: middle; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs