{# Filename: .templates/layout.html #}
{% extends '!layout.html' %}
{% block extrahead %}
{% endblock %}
{% block rootrellink %}
ObjectListView (v{{ release }})
»
{% endblock %}
{% macro GetSubTitle() %}
{% if current_page_name == "index" %}
How I learned to stop worrying and love wx.ListCtrl
{% endif %}
{% if current_page_name == "faq" %}
Just the FAQs, Ma'am
{% endif %}
{% if current_page_name == "whatsnew" %}
Recent improvements in loving wx.ListCtrl
{% endif %}
{% if current_page_name == "gettingStarted" %}
First steps in learning to love wx.ListCtrl
{% endif %}
{% if current_page_name == "recipes" %}
(G)-rated techniques for loving wx.ListCtrl
{% endif %}
{% if current_page_name == "cellEditing" %}
How to edit the cell values in an ObjectListView
{% endif %}
{% if current_page_name == "search" %}
Search all documentation on this site
{% endif %}
{% if current_page_name == "changelog" %}
Detailed records of what changed when
{% endif %}
{% if current_page_name == "features" %}
Why should I learn to love the wx.ListCtrl?
{% endif %}
{% if current_page_name == "groupListView" %}
Playing with groupies and loving it
{% endif %}
{% if current_page_name == "majorClasses" %}
Interface documentation of the major classes
{% endif %}
{% if current_page_name == "listCtrlPrinter" %}
The slothful way to love reports
{% endif %}
{% endmacro %}
{% block relbar1 %}
 |
{{ title }}
{{ GetSubTitle() }}
|
Version {{ release }}

{% endblock %}
{% block relbar2 %}
{% endblock %}
{% block sidebar1 %}
{% endblock %}
{% block sidebar2 %}
{% endblock %}