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

7
web/naviox/signIn.jsp Normal file
View File

@@ -0,0 +1,7 @@
<%
String app = request.getParameter("application");
%>
<div id="sign_in_box">
<jsp:include page='<%="../xava/module.jsp?application=" + app + "&module=SignIn"%>'/>
</div>