cierreDiarioSedes.jsp 646 Bytes
Newer Older
1
<jsp:include page="/vistas/templates/validar.jsp" />
2 3 4 5
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
	<head>
6
		<jsp:include page="/vistas/templates/header.jsp" />
7 8 9 10 11 12
		<!--template-core-->
		<!--css de la pagina-->

		<!--css-->
	</head>
	<body>
13
		<jsp:include page="/vistas/templates/header-body.jsp" />
14 15 16 17
		<!--  content -->

		<!-- / content -->

18
		<jsp:include page="/vistas/templates/footer-body.jsp" />
19
		<!--js de la pagina-->
20
		<!--<script src="${pageContext.request.contextPath}/plantilla/assets/js/plugins/tables/datatables/datatables.min.js" type="text/javascript"></script>-->
21 22 23 24
		<!--js-->   

	</body>
</html>