Skip to content
Snippets Groups Projects
Select Git revision
  • 8b0ed2d7cb599789883b6f39c65ab18896d4c5d9
  • mui5-annotation-on-video-stable default
  • get_setter_canvasSizeInformations
  • fix-error-div-into-p
  • annotation-on-video-v2
  • detached
  • annotation-on-video-r17
  • mui5
  • mui5-react-18
  • jacob-test
  • annotation-on-video protected
  • master
  • test-antoinev1
  • 20-fetch-thumbnail-on-annotation
  • add-research-field
  • Save
  • add-plugin
  • 14-wip-no-seek-to
  • 14-bug-on-video-time-control
  • 9_wip_videotests
  • _upgrade_material_ui
  • latest-tetras-16
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.0
  • v3.0.0-rc.7
  • v3.0.0-rc.6
  • v3.0.0-rc.5
  • v3.0.0-rc.4
  • v3.0.0-rc.3
  • v3.0.0-rc.2
  • v3.0.0-rc.1
  • v3.0.0-beta.10
  • v3.0.0-beta.9
  • v3.0.0-beta.8
  • v3.0.0-beta.7
  • v3.0.0-beta.6
  • v3.0.0-beta.5
  • v3.0.0-beta.3
41 results

WorkspaceMenuButton.js

Blame
  • base.twig 3.58 KiB
    <!DOCTYPE html>
    <html class="no-js">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
    
        <title>{% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}</title>
        {% if meta.description %}
            <meta name="description" content="{{ meta.description|striptags }}" />
        {% endif %}
        {% if meta.robots %}
            <meta name="robots" content="{{ meta.robots }}" />
        {% endif %}
    
        {% if current_page %}
            <link rel="canonical" href="{{ current_page.url }}" />
        {% endif %}
    
        <link rel="stylesheet" href="{{ theme_url }}/css/style.css" type="text/css" />
        <link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
        <link rel="stylesheet" href="{{ theme_url }}/css/fontello.css" type="text/css" />
        <link rel="shortcut icon" href="{{ theme_url }}/img/favicon.png">
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
        {% block head %}
        {% endblock %}
    </head>
    <body{% if config.theme_config.widescreen %} class="widescreen"{% endif %}>
    
        <div id="header" role="banner">
            <div class="container">
                <a id="nav-toggle" title="Toggle Menu" role="button" aria-controls="nav" aria-expanded="false" tabindex="1">
                    <span class="icon-menu" aria-hidden="true"></span>
                    <span class="sr-only">Toggle Menu</span>
                </a>
                {% if pages["_meta"].meta.logo %}
                    <div id="logo" aria-hidden="true">
                        <a href="{{ "index"|link }}">
                            <img src="{{ pages["_meta"].meta.logo|url }}" alt="" />
                        </a>
                    </div>
                {% endif %}
                <div id="title"{{ pages["_meta"].meta.tagline ? ' class="tagline"' }}>
                    <a href="{{ "index"|link }}">
                        <h1>{{ site_title }}</h1>
                        {{ pages["_meta"].meta.tagline|markdown }}
                    </a>
                </div>
                <div id="nav" role="navigation" tabindex="-1">
                    <ul>
                        {% for page in pages(depthOffset=-1) if page.title and not page.hidden %}
                            <li{% if page.id == current_page.id %} class="active"{% endif %}>
                                <a href="{{ page.url }}">{{ page.title }}</a>
                            </li>
                        {% endfor %}
                    </ul>
                </div>
            </div>
        </div>
    
        <div id="main" role="main">
            <div class="container">
                {% block content %}
                    {{ content }}
                {% endblock %}
            </div>
        </div>
    
        <div id="footer">
            <div class="container">
                <p>