Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / plastex / _themes / blue / layout.html
diff --git a/doc/plastex/_themes/blue/layout.html b/doc/plastex/_themes/blue/layout.html
new file mode 100644 (file)
index 0000000..2cce128
--- /dev/null
@@ -0,0 +1,26 @@
+{% extends "basic/layout.html" %}
+
+{% block document %}
+      <div class="documentwrapper">
+      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
+        <div class="bodywrapper">
+      {%- endif %}{% endif %}
+          <div class="body">
+            {% block body %} {% endblock %}
+          </div>
+          <div class="feedback">
+              <h2>Help and Feedback</h2>
+              You did not find what you were looking for?
+              <ul>
+                  <li>Try the <a href="faq.html">FAQ</a>.</li>
+                  <li>Ask a question in the <a href="http://tech.groups.yahoo.com/group/OpenCV/">user group/mailing list</a>.</li>
+                  <li>If you think something is missing or wrong in the documentation,
+                  please file a <a href="http://sourceforge.net/tracker/?func=add&group_id=22870&atid=376677">bug report</a>.</li>
+              </ul>
+          </div>
+      {%- if not embedded %}{% if not theme_nosidebar|tobool %}
+        </div>
+      {%- endif %}{% endif %}
+      </div>
+{% endblock %}
+