Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de6871dd authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files
parent e1be0f5f
No related branches found
No related tags found
No related merge requests found
...@@ -162,5 +162,9 @@ public class ChannelManagerBean implements Serializable { ...@@ -162,5 +162,9 @@ public class ChannelManagerBean implements Serializable {
} }
return false; return false;
} }
public String goHome() {
return "/channels.seam";
}
} }
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<h:selectOneMenu value="#{localeSelector.localeString}"> <h:selectOneMenu value="#{localeSelector.localeString}">
<f:selectItems value="#{localeSelector.supportedLocales}" /> <f:selectItems value="#{localeSelector.supportedLocales}" />
<a4j:support event="onchange" <a4j:support event="onchange"
action="#{userManagerExtraBean.goHome()}" /> action="#{channelManagerBean.goHome()}" />
</h:selectOneMenu> </h:selectOneMenu>
</h:form> </h:form>
</s:div> </s:div>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<h:outputText value="Release date : " /> <h:outputText value="Release date : " />
<h:outputText value="${build.date.full}" /> <h:outputText value="${build.date.full}" />
</p> </p>
<p> <!-- <p>
<h:outputText value="Developed for IHE by : " /> <h:outputText value="Developed for IHE by : " />
<a href="http://www.inria.fr/" target="_blank"> <a href="http://www.inria.fr/" target="_blank">
<h:outputText value="INRIA" /> <h:outputText value="INRIA" />
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</a> </a>
<h:outputText value="(Saint Louis USA)." /> <h:outputText value="(Saint Louis USA)." />
</p> </p> -->
<p> <p>
<h:outputText value="Thanks to use this application." /> <h:outputText value="Thanks to use this application." />
</p> </p>
......
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