~diresu/blender/blender-command-port-002

« back to all changes in this revision

Viewing changes to source/blender/python/doc/blender-org/layout.html

  • Committer: Dietrich Bollmann
  • Date: 2010-07-23 08:21:44 UTC
  • mfrom: (15474.1.5025)
  • Revision ID: dietrich@formgames.org-20100723082144-24nrn8oku0115pwh
Update to state of blender repository from 2010-07-23 revision 30644.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{%- block doctype -%}
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
{%- endblock %}
 
5
{%- set script_files = script_files + [pathto("_static/jquery.sidebar.js", 1)] %}
 
6
{%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %}
 
7
{%- set reldelim2 = reldelim2 is not defined and ' •' or reldelim2 %}
 
8
 
 
9
{%- macro relbar() %}
 
10
    <div class="subnav boxheader">
 
11
        <ul class="noprint"><li><a href="http://www.blender.org/development/coding-guides/">Coding Guides</a></li><li>•</li><li><a href="http://www.blender.org/development/report-a-bug/">Report a Bug</a></li><li>•</li><li><a href="http://www.blender.org/development/submit-a-patch/">Submit a Patch</a></li><li>•</li><li><a href="http://www.blender.org/development/release-logs/">Release Logs</a></li><li>•</li><li><a href="http://www.blender.org/development/current-projects/">Current Projects</a></li><li>•</li><li><a href="http://www.blender.org/development/architecture/">Architecture</a></li><li>•</li><li><a href="http://www.blender.org/development/building-blender/">Building Blender</a></li><li>•</li><li class="subnav-active"><a href="http://www.blender.org/documentation/250PythonDoc/contents.html">PyAPI</a></li><li>•</li><li><a href="http://wiki.blender.org/index.php/Main_Page">Wiki</a></li></ul>
 
12
    </div>
 
13
    <div class="related subnav">
 
14
      <h3>{{ _('Navigation') }}</h3>
 
15
      <ul>
 
16
        {%- for rellink in rellinks %}
 
17
        <li class="right">
 
18
          <a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags }}"
 
19
             {{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a>
 
20
          {%- if not loop.first %}{{ reldelim2 }}{% endif %}</li>
 
21
        {%- endfor %}
 
22
        {%- block rootrellink %}
 
23
        <li><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}</li>
 
24
        {%- endblock %}
 
25
        {%- for parent in parents %}
 
26
          <li><a href="{{ parent.link|e }}" {% if loop.last %}{{ accesskey("U") }}{% endif %}>{{ parent.title }}</a>{{ reldelim1 }}</li>
 
27
        {%- endfor %}
 
28
        {%- block relbaritems %} {% endblock %}
 
29
      </ul>
 
30
    </div>
 
31
{%- endmacro %}
 
32
 
 
33
{%- macro sidebar() %}
 
34
      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
 
35
      <div class="sphinxsidebar">
 
36
        <div class="sphinxsidebarwrapper">
 
37
          {%- block sidebarlogo %}
 
38
          {%- if logo %}
 
39
            <p class="logo"><a href="{{ pathto(master_doc) }}">
 
40
              <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
 
41
            </a></p>
 
42
          {%- endif %}
 
43
          {%- endblock %}
 
44
          {%- block sidebartoc %}
 
45
          {%- if display_toc %}
 
46
            <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
 
47
            {{ toc }}
 
48
          {%- endif %}
 
49
          {%- endblock %}
 
50
          {%- block sidebarrel %}
 
51
          {%- if prev %}
 
52
            <h4>{{ _('Previous topic') }}</h4>
 
53
            <p class="topless"><a href="{{ prev.link|e }}"
 
54
                                  title="{{ _('previous chapter') }}">{{ prev.title }}</a></p>
 
55
          {%- endif %}
 
56
          {%- if next %}
 
57
            <h4>{{ _('Next topic') }}</h4>
 
58
            <p class="topless"><a href="{{ next.link|e }}"
 
59
                                  title="{{ _('next chapter') }}">{{ next.title }}</a></p>
 
60
          {%- endif %}
 
61
          {%- endblock %}
 
62
          {%- block sidebarsourcelink %}
 
63
          {%- if show_source and has_source and sourcename %}
 
64
            <h3>{{ _('This Page') }}</h3>
 
65
            <ul class="this-page-menu">
 
66
              <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
 
67
                     rel="nofollow">{{ _('Show Source') }}</a></li>
 
68
            </ul>
 
69
          {%- endif %}
 
70
          {%- endblock %}
 
71
          {%- if customsidebar %}
 
72
          {% include customsidebar %}
 
73
          {%- endif %}
 
74
          {%- block sidebarsearch %}
 
75
          {%- if pagename != "search" %}
 
76
          <div id="searchbox" style="display: none">
 
77
            <h3>{{ _('Quick search') }}</h3>
 
78
              <form class="search" action="{{ pathto('search') }}" method="get">
 
79
                <input type="text" name="q" size="18" />
 
80
                <input type="submit" value="{{ _('Go') }}" />
 
81
                <input type="hidden" name="check_keywords" value="yes" />
 
82
                <input type="hidden" name="area" value="default" />
 
83
              </form>
 
84
              <p class="searchtip">
 
85
              {{ _('Enter search terms or a module, class or function name.') }}
 
86
              </p>
 
87
          </div>
 
88
          <script type="text/javascript">$('#searchbox').show(0);</script>
 
89
          {%- endif %}
 
90
          {%- endblock %}
 
91
        </div>
 
92
      </div>
 
93
      {%- endif %}{% endif %}
 
94
{%- endmacro %}
 
95
 
 
96
<html xmlns="http://www.w3.org/1999/xhtml">
 
97
  <head>
 
98
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
99
    {{ metatags }}
 
100
    {%- if not embedded and docstitle %}
 
101
      {%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
 
102
    {%- else %}
 
103
      {%- set titlesuffix = "" %}
 
104
    {%- endif %}
 
105
    <title>{{ title|striptags }}{{ titlesuffix }}</title>
 
106
    <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
 
107
    <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
 
108
    {%- if not embedded %}
 
109
    <script type="text/javascript">
 
110
      var DOCUMENTATION_OPTIONS = {
 
111
        URL_ROOT:    '{{ pathto("", 1) }}',
 
112
        VERSION:     '{{ release|e }}',
 
113
        COLLAPSE_MODINDEX: false,
 
114
        FILE_SUFFIX: '{{ file_suffix }}',
 
115
        HAS_SOURCE:  {{ has_source|lower }}
 
116
      };
 
117
    </script>
 
118
    {%- for scriptfile in script_files %}
 
119
    <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
 
120
    {%- endfor %}
 
121
    {%- if use_opensearch %}
 
122
    <link rel="search" type="application/opensearchdescription+xml"
 
123
          title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
 
124
          href="{{ pathto('_static/opensearch.xml', 1) }}"/>
 
125
    {%- endif %}
 
126
    {%- if favicon %}
 
127
    <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
 
128
    {%- endif %}
 
129
    {%- endif %}
 
130
{%- block linktags %}
 
131
    {%- if hasdoc('about') %}
 
132
    <link rel="author" title="{{ _('About these documents') }}" href="{{ pathto('about') }}" />
 
133
    {%- endif %}
 
134
    {%- if hasdoc('genindex') %}
 
135
    <link rel="index" title="{{ _('Index') }}" href="{{ pathto('genindex') }}" />
 
136
    {%- endif %}
 
137
    {%- if hasdoc('search') %}
 
138
    <link rel="search" title="{{ _('Search') }}" href="{{ pathto('search') }}" />
 
139
    {%- endif %}
 
140
    {%- if hasdoc('copyright') %}
 
141
    <link rel="copyright" title="{{ _('Copyright') }}" href="{{ pathto('copyright') }}" />
 
142
    {%- endif %}
 
143
    <link rel="top" title="{{ docstitle|e }}" href="{{ pathto('index') }}" />
 
144
    {%- if parents %}
 
145
    <link rel="up" title="{{ parents[-1].title|striptags }}" href="{{ parents[-1].link|e }}" />
 
146
    {%- endif %}
 
147
    {%- if next %}
 
148
    <link rel="next" title="{{ next.title|striptags }}" href="{{ next.link|e }}" />
 
149
    {%- endif %}
 
150
    {%- if prev %}
 
151
    <link rel="prev" title="{{ prev.title|striptags }}" href="{{ prev.link|e }}" />
 
152
    {%- endif %}
 
153
{%- endblock %}
 
154
{%- block extrahead %} {% endblock %}
 
155
  </head>
 
156
  <body>
 
157
{%- block header %}
 
158
<div class="noprint" id="navcontainer"><a href="http://www.blender.org/"><img width="140" height="50" title="blender.org home page" alt="blender.org home page" src="http://www.blender.org/fileadmin/site/_gfx/nav-home.png"></a><a href="http://www.blender.org/features-gallery/"><img width="140" height="50" title="Features &amp; Gallery" alt="Features &amp; Gallery" src="http://www.blender.org/fileadmin/site/_gfx/nav-features.png"></a><a href="http://www.blender.org/download/get-blender/"><img width="140" height="50" title="Download" alt="Download" src="http://www.blender.org/fileadmin/site/_gfx/nav-download.png"></a><a href="http://www.blender.org/education-help/"><img width="140" height="50" title="Tutorials &amp; Help" alt="Tutorials &amp; Help" src="http://www.blender.org/fileadmin/site/_gfx/nav-help.png"></a><a href="http://www.blender.org/community/user-community/"><img width="140" height="50" title="Community" alt="Community" src="http://www.blender.org/fileadmin/site/_gfx/nav-community.png"></a><a href="http://www.blender.org/development/"><img width="140" height="50" title="Development" alt="Development" src="http://www.blender.org/fileadmin/site/_gfx/nav-development-on.png"></a><a href="http://www.blender.org/e-shop/"><img width="140" height="50" title="e-Shop" alt="e-Shop" src="http://www.blender.org/fileadmin/site/_gfx/nav-eshop.png"></a></div>
 
159
{% endblock %}
 
160
 
 
161
    <div class="document">
 
162
    <div id="pageheader"></div>
 
163
{%- block relbar1 %}{{ relbar() }}{% endblock %}
 
164
 
 
165
{%- block sidebar1 %} {# possible location for sidebar #} {% endblock %}
 
166
 
 
167
{%- block document %}
 
168
      <div class="documentwrapper">
 
169
      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
 
170
        <div class="bodywrapper">
 
171
      {%- endif %}{% endif %}
 
172
          <div class="body">
 
173
            {% block body %} {% endblock %}
 
174
          </div>
 
175
      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
 
176
        </div>
 
177
      {%- endif %}{% endif %}
 
178
      </div>
 
179
{%- endblock %}
 
180
 
 
181
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
 
182
      <div class="clearer"></div>
 
183
 
 
184
{%- block footer %}
 
185
    <div class="footer">
 
186
    {%- if hasdoc('copyright') %}
 
187
      {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
 
188
    {%- else %}
 
189
      {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
 
190
    {%- endif %}
 
191
    {%- if last_updated %}
 
192
      {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
 
193
    {%- endif %}
 
194
    {%- if show_sphinx %}
 
195
      {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
 
196
    {%- endif %}
 
197
    </div><b class="round"><b id="r1"></b><b id="r2"></b><b id="r3"></b><b id="r4"></b></b>
 
198
{%- endblock %}
 
199
    </div>
 
200
  </body>
 
201
</html>