Deme Layout

Layout None
Override default layout True
{% extends "base_layout.html" %}{% load item_tags %}

{% block banner-section %}
<div class="banner-section">
<!-- add content to be shown above the main content area here -->
</div>
{% endblock banner-section %}

{% block tabs-section %}
<div class="tabs-section">
<!-- Sample navigation tabs: -->
<ul class="nav nav-tabs">
<li><a href="/">Home</a></li>
<li><a href="/viewing/htmldocument/25">Sample Page</a></li>
</ul>
</div>
{% endblock tabs-section %}

{% block sidebar-section %}
<div class="sidebar-section">
<div class="panel">
<div class="panel-heading">
Side Menu
</div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="{% url 'item_type_url' viewer="item" %}">Items</a></li>
</ul>
</div>
<div class="panel recently-viewed">
<div class="panel-heading">
Recently Viewed
</div>
{% recently_viewed %}
</div>
</div>
{% endblock sidebar-section %}

{% block chat %}
<!-- delete this block to allow chat -->
{% endblock chat %}

For Internet Explorer users: Click on the Tools menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Chrome users:Click on the Chrome "wrench" icon, located in the upper right hand corner of your browser window. When the drop-down menu appears, select the choice labeled Full Screen.

For Firefox user:Click on the View menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Safari users: Safari currently does not support the ability to go fullscreen.