This commit is contained in:
Socrates
2020-05-26 10:29:34 +02:00
commit 9ed0f2a056
1162 changed files with 162062 additions and 0 deletions

14
web/naviox/userJoin.jsp Normal file
View File

@@ -0,0 +1,14 @@
<%@include file="../xava/imports.jsp"%>
<%@page import="com.openxava.naviox.util.Organizations"%>
<%-- To put your own text add entries in the i18n messages files of your project --%>
<%
String organization = Organizations.getCurrent(request);
%>
<div id="user_join">
<xava:message key="user_join_question" param="<%=organization%>"/>
</div>