github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/docs/theme/deis/layout.html (about) 1 {%- block doctype -%} 2 <!DOCTYPE html> 3 {%- endblock %} 4 {%- set reldelim1 = reldelim1 is not defined and ' »' 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 = " — "|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 <p>Deis is a project by <a href="https://deis.com/community">Engine Yard</a></p> 81 </div> 82 </footer> 83 </div> 84 </div> 85 86 <div class="span6 column_calc contents"> 87 <div class="doc-content"> 88 {% block body %} 89 {% endblock %} 90 {%- if pagename != 'index' %} 91 {%- include "navigation.html" %} 92 {% endif %} 93 </div> 94 </div> 95 96 97 <div class="span3 docs-sidebar column_calc"> 98 <a class="fork" href="http://github.com/deis/deis"><div class="forkImage"></div></a> 99 <div class="docs-border"></div> 100 {%- include "searchbox.html" %} 101 {{ toctree(collapse=False, maxdepth=3) }} 102 <ul class="current"> 103 <li class="toctree-l1"> 104 {% if READTHEDOCS %} 105 <a class="reference internal" href="../" state="open">Versions</a> 106 <ul class="current"> 107 {% for slug, url in versions %} 108 <li class="toctree-l2"><a href="{{ url }}{%- for word in pagename.split('/') -%} 109 {%- if word != 'index' -%} 110 {%- if word != '' -%} 111 {{ word }}/ 112 {%- endif -%} 113 {%- endif -%} 114 {%- endfor -%}" 115 title="Switch to {{ slug }}">{{ slug }}</a></li> 116 {% endfor %} 117 </ul> 118 {% endif %} 119 </li> 120 </ul> 121 </div> 122 123 </div> <!-- .row --> 124 </div> <!-- .main_section container--> 125 126 <script type="text/javascript"> 127 var DOCUMENTATION_OPTIONS = { 128 URL_ROOT: '{{ url_root }}', 129 VERSION: '{{ release|e }}', 130 COLLAPSE_INDEX: false, 131 FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}', 132 HAS_SOURCE: {{ has_source|lower }} 133 }; 134 // hacky workaround for doctools.js breakage 135 $.browser = {}; 136 </script> 137 <script type="text/javascript" src="{{ pathto('_static/underscore.js', 1) }}" type="text/css"></script> 138 <script type="text/javascript" src="{{ pathto('_static/doctools.js', 1) }}" type="text/css"></script> 139 <script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}" type="text/css"></script> 140 141 <script> 142 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 143 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 144 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 145 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 146 147 ga('create', 'UA-42867143-1', 'deis.io'); 148 ga('send', 'pageview'); 149 150 </script> 151 <script src="{{ pathto('_static/js/checkURL.js', 1) }}"></script> 152 <script src="{{ pathto('_static/js/adjustments.js', 1) }}"></script> 153 154 </body> 155 </html>