github.com/rvaralda/deis@v1.4.1/docs/theme/deis/layout.html (about)

     1  {%- block doctype -%}
     2  <!DOCTYPE html>
     3  {%- endblock %}
     4  {%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %}
     5  {%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
     6  {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and
     7                           (sidebars != []) %}
     8  {%- set url_root = pathto('', 1) %}
     9  {# XXX necessary? #}
    10  {%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
    11  {%- if not embedded and docstitle %}
    12    {%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
    13  {%- else %}
    14    {%- set titlesuffix = "" %}
    15  {%- endif %}
    16  <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
    17  <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
    18  <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
    19  <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    20  <head>
    21      <meta charset="utf-8">
    22      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    23      <title>{{ meta['title'] if meta and meta['title'] else title }} | Deis Documentation</title>
    24      <meta name="description" content="{{ meta['description'] if meta }}">
    25      <meta name="keywords" content="{{ meta['keywords'] if meta }}" />
    26      <meta name="viewport" content="width=device-width, initial-scale=1.0">
    27      <meta name="msvalidate.01" content="079E754911917142D42AB2A3694F9267" />
    28      <link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.min.css', 1) }}" type="text/css">
    29      <link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.min.css', 1) }}" type="text/css">
    30      <link rel="stylesheet" href="{{ pathto('_static/css/main.css', 1) }}" type="text/css">
    31      <link rel="stylesheet" href="{{ pathto('_static/css/deis-docs.css', 1) }}" type="text/css">
    32      <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css">
    33      <link rel="shortcut icon" href="{{ pathto('_static/favicon.ico', 1) }}">
    34      <script
    35      <script src="{{ pathto('_static/js/modernizr-2.6.2-respond-1.1.0.min.js', 1) }}"></script>
    36      <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    37      <script>window.jQuery || document.write('<script src="{{ pathto('_static/js/jquery-1.10.2.min.js', 1) }}"><\/script>')</script>
    38      <meta name="msvalidate.01" content="08598E7D936D9217891AE6C1665A645D" />
    39    {%- if pagename == 'index' %}
    40    <link rel="canonical" href="http://docs.deis.io/en/latest">
    41    {% else %}
    42    <link rel="canonical" href="http://docs.deis.io/en/latest/{{ pagename }}/">
    43    {% endif %}
    44    {% block extrahead %}{% endblock %}
    45  </head>
    46  <body style="zoom: 1;">
    47      <!--[if lt IE 7]>
    48          <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
    49      <![endif]-->
    50  
    51      <div class="container">
    52          <div class="row">
    53              <div class="span3 column_calc">
    54                  <div class="nav-border">
    55                      <ul class="nav nav-list menu">
    56                          <li><a href="/"><img class="logo" src="{{ pathto('_static/img/menu-logo.png', 1) }}" alt="deis logo"></a></li>
    57                          <li class="divider"></li>
    58                          <li class="navitem overview"><a href="http://deis.io/overview/">Overview</a></li>
    59                          <li class="divider"></li>
    60                          <li class="navitem get-deis"><a href="http://deis.io/get-deis/">Get Deis</a></li>
    61                          <li class="divider"></li>
    62                          <li class="navitem get-involved"><a href="http://deis.io/get-involved/">Get Involved</a></li>
    63                          <li class="divider"></li>
    64                          <li class="navitem documentation selected green"><a href="/">Documentation</a></li>
    65                          <li class="divider"></li>
    66                          <li class="navitem blog"><a href="http://deis.io/blog/">Blog</a></li>
    67                          <li class="divider"></li>
    68                          <div style="clear:both;"></div>
    69                      </ul>
    70  
    71                      <footer>
    72                        <div class="social-menu">
    73                            <a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a>
    74                            <a href="https://botbot.me/freenode/deis/" target="_blank"><span class="irc"></span></a>
    75                            <a href="https://github.com/deis/deis" target="_blank"><span class="github"></span></a>
    76                            <a href="http://stackoverflow.com/questions/tagged/deis?sort=active" target="_blank"><span class="stack"></span></a>
    77                        </div>
    78  
    79                        <div class="byline-menu">
    80                            <span class="cloud-logo"></span>
    81                            <p>Deis is a project by<br>OpDemand</p>
    82                        </div>
    83                      </footer>
    84                  </div>
    85              </div>
    86  
    87              <div class="span6 column_calc contents">
    88                <div class="doc-content">
    89                  {% block body %}
    90                  {% endblock %}
    91                  {%- if pagename != 'index' %}
    92                  {%- include "navigation.html" %}
    93                  {% endif %}
    94                </div>
    95              </div>
    96  
    97  
    98              <div class="span3 docs-sidebar column_calc">
    99                <a class="fork" href="http://github.com/deis/deis"><div class="forkImage"></div></a>
   100                <div class="docs-border"></div>
   101                {%- include "searchbox.html" %}
   102                {{ toctree(collapse=False, maxdepth=3) }}
   103                <ul class="current">
   104                  <li class="toctree-l1">
   105                    {% if READTHEDOCS %}
   106                    <a class="reference internal" href="../" state="open">Versions</a>
   107                    <ul class="current">
   108                      {% for slug, url in versions %}
   109                      <li class="toctree-l2"><a href="{{ url }}{%- for word in pagename.split('/') -%}
   110                        {%- if word != 'index' -%}
   111                          {%- if word != '' -%}
   112                            {{ word }}/
   113                          {%- endif -%}
   114                        {%- endif -%}
   115                      {%- endfor -%}"
   116                      title="Switch to {{ slug }}">{{ slug }}</a></li>
   117                      {% endfor %}
   118                    </ul>
   119                    {% endif %}
   120                  </li>
   121                </ul>
   122              </div>
   123  
   124          </div> <!-- .row -->
   125        </div> <!-- .main_section container-->
   126  
   127    <script type="text/javascript">
   128      var DOCUMENTATION_OPTIONS = {
   129        URL_ROOT:    '{{ url_root }}',
   130        VERSION:     '{{ release|e }}',
   131        COLLAPSE_INDEX: false,
   132        FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
   133        HAS_SOURCE:  {{ has_source|lower }}
   134      };
   135      // hacky workaround for doctools.js breakage
   136      $.browser = {};
   137    </script>
   138    <script type="text/javascript" src="{{ pathto('_static/underscore.js', 1) }}" type="text/css"></script>
   139    <script type="text/javascript" src="{{ pathto('_static/doctools.js', 1) }}" type="text/css"></script>
   140    <script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}" type="text/css"></script>
   141  
   142    <script>
   143    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
   144    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
   145    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
   146    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
   147  
   148    ga('create', 'UA-42867143-1', 'deis.io');
   149    ga('send', 'pageview');
   150  
   151    </script>
   152    <script src="{{ pathto('_static/js/checkURL.js', 1) }}"></script>
   153    <script src="{{ pathto('_static/js/adjustments.js', 1) }}"></script>
   154  
   155    </body>
   156  </html>