{% extends "lizard_ui/lizardbase.html" %} {% block title %}Lizard-ui introduction{% endblock %} {% block sidebar-title %} Navigation {% endblock %} {% block sidebar %}

Lizard-ui documentation

Block IDs
Explanation of the various blocks you can override in templates.
Textual content
Textual content in the main content area needs a bit of margin left/right.
Image scaling
Automatic image scaling.
Vertical division
Divide the main area in several equally-big vertical areas.
Jquery ui
Jquery ui samples.
Icons
Icon classes.
Print button
Print button with screen resizing.
Collapsible sidebar headers
Now you see me, now you don't.
Stretched sidebar
Stretch one sidebar item so that the sidebar is completely filled.
Accordion
Accordion: drilling down into a selection.
Tree
Automatic tree setup.
{% endblock %} {% block content %}

Lizard-ui provides the main user interface for the various lizard django sites. (At least, it's intended to).

On the left side, you see examples of lizard-ui provided layouts that you can typically get the benefit of by using a simple html structure with a class or an ID.

{% endblock %}