<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include file="templates/validar.jsp"%> <!DOCTYPE html> <html lang="en"> <head> <!--Estilos plantilla--> <%@include file="templates/header.jsp" %> <!--Estilos plantilla--> <!--Estilos propios--> <link href="../css/pages/index.css" rel="stylesheet" type="text/css"/> <!--<link href="../js/lib/jquery-confirm-master/jquery-confirm.min.css" rel="stylesheet" type="text/css"/>--> <!--Estilos propios--> <link href="../css/pages/colors.css" rel="stylesheet" type="text/css"/> <link href="../css/pages/general.css" rel="stylesheet" type="text/css"/> </head> <body onload="cargar();"> <input id="codTitulo" type="hidden" value="0"> <input id="codModulo" type="hidden" value="0"> <input id="codCategoria" type="hidden" value="0"> <input id="codSubCategoria" type="hidden" value="0"> <!--navbar - sidebar--> <%@include file="templates/header-body.jsp" %> <!--navbar - sidebar--> <%@include file="templates/page-header.jsp" %> <!--contenido--> <!--contenido--> <!--javascript plantilla--> <%@include file="templates/footer-body.jsp" %> <!--javascript general--> <script src="../js/pages/general.js" type="text/javascript"></script> <!--javascript general--> <!--javascript propios--> <script src="../js/pages/menu.js" type="text/javascript"></script> <!--javascript propios--> <script type="text/javascript"> function init() { } </script> </body> </html> <% } %>