Skip to content
master.xhtml 1.57 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>
Sonia Zorba's avatar
Sonia Zorba committed
        <h:outputScript library="js" name="script.js"></h:outputScript>
        <ui:insert name="scripts"></ui:insert>
    </h:head>

    <h:body>
        <ui:insert name="content" />
        <br/><br/>
        <footer class="text-center">
            TASMAN ${config.version}  &#8211; Powered by IA2
        </footer>

Sonia Zorba's avatar
Sonia Zorba committed
        <div class="loading hide">
            <div class="icon-wrapper">
                <span class="glyphicon glyphicon-refresh animate-spin"></span>
            </div>
        </div>