Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / plastex / _themes / blue / layout.html
1 {% extends "basic/layout.html" %}
2
3 {% block document %}
4       <div class="documentwrapper">
5       {%- if not embedded %}{% if not theme_nosidebar|tobool %}
6         <div class="bodywrapper">
7       {%- endif %}{% endif %}
8           <div class="body">
9             {% block body %} {% endblock %}
10           </div>
11           <div class="feedback">
12               <h2>Help and Feedback</h2>
13               You did not find what you were looking for?
14               <ul>
15                   <li>Try the <a href="faq.html">FAQ</a>.</li>
16                   <li>Ask a question in the <a href="http://tech.groups.yahoo.com/group/OpenCV/">user group/mailing list</a>.</li>
17                   <li>If you think something is missing or wrong in the documentation,
18                   please file a <a href="http://sourceforge.net/tracker/?func=add&group_id=22870&atid=376677">bug report</a>.</li>
19               </ul>
20           </div>
21       {%- if not embedded %}{% if not theme_nosidebar|tobool %}
22         </div>
23       {%- endif %}{% endif %}
24       </div>
25 {% endblock %}
26