Skip to content
master.xhtml 1.18 KiB
Newer Older
<!DOCTYPE html>
<html lang="en"
      xmlns="http://www.w3.org/1999/xhtml"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets">
    <h:head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
        <title>
            <ui:insert name="title"></ui:insert>
        </title>

        <h:outputStylesheet library="css" name="bootstrap.css"></h:outputStylesheet>
        <h:outputStylesheet library="css" name="bootstrap-theme.min.css"></h:outputStylesheet>
        <h:outputStylesheet library="css" name="animation.css"></h:outputStylesheet>
        <h:outputStylesheet library="css" name="fontello.css"></h:outputStylesheet>
        <h:outputStylesheet library="css" name="style.css"></h:outputStylesheet>
        <h:outputScript library="js" name="lib/jquery-1.11.3.min.js"></h:outputScript>
        <h:outputScript library="js" name="lib/bootstrap.min.js"></h:outputScript>
        <ui:insert name="scripts"></ui:insert>
    </h:head>

    <h:body>
        <ui:insert name="content" />
    </h:body>
</html>