git-svn-id: https://svn.coded.pt/svn/SIPRP@1899 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Ricardo Santos 12 years ago
parent 1cd6ef066a
commit 1656d73a54

@ -7,7 +7,8 @@
version="3.0"
metadata-complete="false"
>
<display-name>SIPRP Fichas Clinicas</display-name>
<display-name>SIPRP Fichas Clinicas</display-name>
@ -26,20 +27,19 @@
<!-- <welcome-file-list> -->
<!-- <welcome-file>/static/html/index.html</welcome-file> -->
<!-- </welcome-file-list> -->
<welcome-file-list>
<welcome-file>/static/html/index.html</welcome-file>
</welcome-file-list>
<!-- <servlet> -->
<!-- <servlet-name>sipr_fichas_clinicas</servlet-name> -->
<!-- <jsp-file>/login.jsp</jsp-file> -->
<!-- </servlet> -->
<!-- <servlet-mapping> -->
<!-- <servlet-name>sipr_fichas_clinicas</servlet-name> -->
<!-- <url-pattern>/login.jsp</url-pattern> -->
<!-- </servlet-mapping> -->
<servlet>
<servlet-name>sipr_fichas_clinicas</servlet-name>
<jsp-file>/static/html/index.html</jsp-file>
</servlet>
<servlet-mapping>
<servlet-name>sipr_fichas_clinicas</servlet-name>
<url-pattern>/static/html/index.html</url-pattern>
</servlet-mapping>

@ -1,4 +1,4 @@

<%@ page isELIgnored="true" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@ -78,6 +78,10 @@
<script src="app/Form5/Form5Controller.js"></script>
<script src="app/SearchForm/SearchController.js"></script>
<script src="app/Documents/DocumentsController.js"></script>
<script>
window.evoapp.CTXPATH = "<%=request.getContextPath()%>";
</script>
</head>
<body ng-cloak>

Loading…
Cancel
Save