~openerp-dev/openobject-server/trunk-gunicorn-signaling-vmt

« back to all changes in this revision

Viewing changes to doc/_themes/flask_small/layout.html

  • Committer: Vo Minh Thu
  • Date: 2012-03-07 11:10:30 UTC
  • mfrom: (4001.1.83 server)
  • Revision ID: vmt@openerp.com-20120307111030-8hzhzm0zoo34nuj7
[MERGE] merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "basic/layout.html" %}
 
2
{% block header %}
 
3
  {{ super() }}
 
4
  {% if pagename == 'index' %}
 
5
  <div class=indexwrapper>
 
6
  {% endif %}
 
7
{% endblock %}
 
8
{% block footer %}
 
9
  {% if pagename == 'index' %}
 
10
  </div>
 
11
  {% endif %}
 
12
{% endblock %}
 
13
{# do not display relbars #}
 
14
{% block relbar1 %}{% endblock %}
 
15
{% block relbar2 %}
 
16
  {% if theme_github_fork %}
 
17
    <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
 
18
    src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
 
19
  {% endif %}
 
20
{% endblock %}
 
21
{% block sidebar1 %}{% endblock %}
 
22
{% block sidebar2 %}{% endblock %}