~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/source/_theme/layout.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "sphinxdoc/layout.html" %}
 
1
{% extends "basic/layout.html" %}
2
2
{% set css_files = css_files + ['_static/tweaks.css'] %}
3
3
{% set script_files = script_files + ['_static/jquery.tweet.js'] %}
4
 
{% block extrahead %}
5
 
    <script type='text/javascript'>
6
 
        $(document).ready(function(){
7
 
            $("#twitter_feed").tweet({
8
 
                username: "openstack",
9
 
                query: "from:openstack",
10
 
                avatar_size: 32,
11
 
                count: 10,
12
 
                loading_text: "loading tweets..."
13
 
            });
14
 
        });
15
 
    </script>
16
 
{% endblock %}
17
4
 
18
5
{%- macro sidebar() %}
19
6
      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
71
58
              </p>
72
59
          </div>
73
60
          <script type="text/javascript">$('#searchbox').show(0);</script>
74
 
          
75
 
          <p class="triangle-border right">
76
 
                                Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read <a href="http://nova.openstack.org/2011.2">Nova 2011.2 docs</a> or <a href="http://docs.openstack.org">all OpenStack docs</a> too.
77
 
                        </p>
78
 
          
79
 
          {%- endif %}
80
 
 
81
 
          {%- if pagename == "index" %}
82
 
          
83
 
          
84
 
          <h3>{{ _('Twitter Feed') }}</h3>
85
 
                <div id="twitter_feed" class='twitter_feed'></div>
86
 
          {%- endif %}
87
 
          
88
 
          
89
 
 
90
 
 
 
61
          {%- endif %}
91
62
          {%- endblock %}
92
63
        </div>
93
64
      </div>
94
65
      {%- endif %}{% endif %}
95
66
{%- endmacro %}
 
67
 
 
68
{% block relbar1 %}{% endblock relbar1 %}
 
69
 
 
70
{% block header %}
 
71
  <div id="header">
 
72
    <h1 id="logo"><a href="http://www.openstack.org/">OpenStack</a></h1>
 
73
    <ul id="navigation">
 
74
      <li><a href="http://www.openstack.org/" title="Go to the Home page" class="link">Home</a></li>
 
75
      <li><a href="http://www.openstack.org/projects/" title="Go to the OpenStack Projects page">Projects</a></li>
 
76
      <li><a href="http://www.openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li>
 
77
      <li><a href="http://www.openstack.org/community/" title="Go to the Community page" class="link">Community</a></li>
 
78
      <li><a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">Blog</a></li>
 
79
      <li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
 
80
      <li><a href="http://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li>
 
81
    </ul>
 
82
  </div>
 
83
{% endblock %}
 
 
b'\\ No newline at end of file'