All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.layout.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version


    
        
        
        Spincast - {% block meta_title %}Java web framework{% endblock %}
        
        
        
        

        {#==========================================
        TimeZone Cookie script.
        Set early since we use "true" so the page
        is quickly reloaded the first time the cookie 
        is set!
        ==========================================#}
        {{ timeZoneCookie(true) }}
        
        {#==========================================
        CSS files
        All bundled together!
        ==========================================#}
        {{ cssBundle('/public/js/bootstrap/css/bootstrap.min.css',
                     '/public/js/letterfx/jquery-letterfx.min.css',
                     '/public/css/hint.min.css',
                     '/public/js/toastr/toastr.min.css',
                     '/publicdyn/css/main.css'
                     ) }}

    
    
    
    
        {#==========================================
        Header
        ==========================================#}
        {% include "./header.html" %}
        
        {#==========================================
        Body block
        ==========================================#}
        {% block body %}{% endblock %}
    
        {#==========================================
        Footer
        ==========================================#}
        {% include "./footer.html" %}
        
        {#==========================================
        Global js
        All bundled together!
        ==========================================#}
        {{ jsBundle('/public/js/jquery-1.12.0.min.js',
                    '/public/js/bootstrap/js/bootstrap.min.js',
                    '/public/js/jquery.inview.js',
                    '/public/js/letterfx/jquery-letterfx.min.js',
                    '/public/js/ace/ace.js',
                    '/public/js/toastr/toastr.min.js',
                    '/public/js/arrive.min.js',
                    '/publicdyn/js/main.js',
                    '--language_out', 'ECMASCRIPT_2017') }}
        
        {#==========================================
        ACE basePath must be set for its extra .js
        to be found.
        ==========================================#}
        
        
        {#==========================================
        Page specific scripts
        ==========================================#}
        {% block scripts %}{% endblock %}
        
        {#==========================================
        Alerts
        ==========================================#}
        {% if spincast.alerts is not empty | default(false) %}
             
        {% endif %}
        
        {#==========================================
        Analytics
        ==========================================#}
		
		
		
        
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy