Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7849ab63 authored by Gabriel Landais's avatar Gabriel Landais
Browse files

Using automated Ajax status

crowdin update


git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@26947 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 74d8d7dc
No related branches found
No related tags found
No related merge requests found
...@@ -7,24 +7,30 @@ ...@@ -7,24 +7,30 @@
xmlns:a="http://richfaces.org/a4j" xmlns:a="http://richfaces.org/a4j"
xmlns:s="http://jboss.com/products/seam/taglib" contentType="text/html"> xmlns:s="http://jboss.com/products/seam/taglib" contentType="text/html">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>#{messages['net.ihe.gazelle.proxy.GazelleProxy']}</title> <title>#{messages['net.ihe.gazelle.proxy.GazelleProxy']}</title>
<link rel="shortcut icon" href="#{request.contextPath}/favicon.ico" /> <link rel="shortcut icon" href="#{request.contextPath}/favicon.ico" />
<a:loadStyle src="resource:///stylesheet/theme.xcss" /> <a:loadStyle src="resource:///stylesheet/theme.xcss" />
<a:loadStyle src="/stylesheet/theme.css" /> <a:loadStyle src="/stylesheet/theme.css" />
<ui:insert name="head" /> <ui:insert name="head" />
</head> </head>
<body> <body>
<ui:include src="/ajaxStatus.xhtml" />
<ui:include src="menu.xhtml"> <ui:include src="menu.xhtml">
<ui:param name="projectName" value="#{messages['net.ihe.gazelle.proxy.GazelleProxyWS']}" /> <ui:param name="projectName"
value="#{messages['net.ihe.gazelle.proxy.GazelleProxyWS']}" />
</ui:include> </ui:include>
<div class="body"><s:decorate id="messageDecoration"> <div class="body">
<h:messages id="messages" globalOnly="true" styleClass="message" <s:decorate id="messageDecoration">
errorClass="errormsg" infoClass="infomsg" warnClass="warnmsg" <h:messages id="messages" globalOnly="true" styleClass="message"
rendered="#{showGlobalMessages != 'false'}" /> errorClass="errormsg" infoClass="infomsg" warnClass="warnmsg"
</s:decorate> <ui:insert name="body" /></div> rendered="#{showGlobalMessages != 'false'}" />
</s:decorate>
<ui:insert name="body" />
</div>
<div class="footer"></div> <div class="footer"></div>
</body> </body>
</html> </html>
</f:view> </f:view>
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ihe.gazelle.maven</groupId> <groupId>net.ihe.gazelle.maven</groupId>
<artifactId>gazelle-seam</artifactId> <artifactId>gazelle-seam</artifactId>
<version>1.44</version> <version>1.45</version>
</parent> </parent>
<groupId>net.ihe.gazelle.proxy</groupId> <groupId>net.ihe.gazelle.proxy</groupId>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class> <jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class>
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect> <hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
<build.year>2012</build.year> <build.year>2012</build.year>
<version.datatable>1.7</version.datatable> <version.datatable>1.15</version.datatable>
<messages.mode>crowdin</messages.mode> <messages.mode>crowdin</messages.mode>
</properties> </properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment