foreveralone

foreveralone Git Source Tree


Root/web/application/views/base.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <base href="{{config.URL}}" >
    <script src="./media/js/jquery.js"></script>
    <script src="./media/js/jqueryui.js"></script>

    <link rel="stylesheet" type="text/css" href="./media/css/jqueryui.css" />
    <link rel="stylesheet" type="text/css" href="./media/css/jquery-confirm.min.css" />
    <link rel="stylesheet" type="text/css" href="./media/css/waitMe.css" />
    <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2-rc.1/css/select2.min.css" rel="stylesheet" />

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

    <!-- Optional theme -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">

    <!-- Latest compiled and minified JavaScript -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>


    <script src="./media/js/jquery-confirm.min.js"></script>
    <script src="./media/js/waitMe.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2-rc.1/js/select2.min.js"></script>
    <title>{{title}}</title>
    <style type="text/css">
        .text-center {
            text-align: center;
        }
    </style>
    <style type="text/css">
        .centered {
            position: fixed;
            top: 50%;
            left: 50%;
            /* bring your own prefixes */
            transform: translate(-50%, -50%);
        }

        html, body, .container-table {
            height: 100%;
        }
        .container-table {
            display: table;
        }
        .vertical-center-row {
            display: table-cell;
            vertical-align: middle;
        }

        .intro-text {
            color: black;
            font-size: 50px;
            font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
        }

    </style>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>

Archive Download this file

Branches

Tags

Number of commits:
Page rendered in 0.15278s using 11 queries.