added some explanation
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{% if charts %}
|
{% if charts %}
|
||||||
<h2>Flex Charts</h2>
|
<h2>Flex Charts</h2>
|
||||||
|
<p>Click on the thumbnails to view the full chart.</p>
|
||||||
{% for chart in charts %}
|
{% for chart in charts %}
|
||||||
<div class="grid_3 alpha">
|
<div class="grid_3 alpha">
|
||||||
<big>{{ forloop.counter }}</big>
|
<big>{{ forloop.counter }}</big>
|
||||||
|
|||||||
@@ -39,9 +39,6 @@
|
|||||||
{% include templateName %}
|
{% include templateName %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<div class="grid_2 alpha">
|
|
||||||
<p>Click on the thumbnails to view the full chart</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="middlepanel" class="grid_9">
|
<div id="middlepanel" class="grid_9">
|
||||||
{% block middle_panel %}
|
{% block middle_panel %}
|
||||||
|
|||||||
@@ -14,9 +14,11 @@ workflowmiddlepanel = (
|
|||||||
('panel_middlesocial.html','Social Media Share Buttons'),
|
('panel_middlesocial.html','Social Media Share Buttons'),
|
||||||
)
|
)
|
||||||
|
|
||||||
defaultmiddle = ['panel_statcharts.html',
|
defaultmiddle = ['panel_middlesocial.html',
|
||||||
|
'panel_statcharts.html',
|
||||||
'flexthumbnails.html',
|
'flexthumbnails.html',
|
||||||
'panel_summary.html']
|
'panel_summary.html',
|
||||||
|
'panel_map.html']
|
||||||
|
|
||||||
workflowleftpanel = (
|
workflowleftpanel = (
|
||||||
('panel_navigationheader.html','Navigation Header'),
|
('panel_navigationheader.html','Navigation Header'),
|
||||||
|
|||||||
Reference in New Issue
Block a user