parent
9ceeb3b2d8
commit
20ddca4938
@ -1,25 +0,0 @@ |
|||||||
{# This template is NOT used in chamilo 1.9 #} |
|
||||||
{% extends app.template_style ~ "/layout/main.tpl" %} |
|
||||||
|
|
||||||
{% block body %} |
|
||||||
<div id="maincontent" class="maincontent"> |
|
||||||
{{ plugin_courses_block}} |
|
||||||
{{ home_page_block}} |
|
||||||
{{ message}} |
|
||||||
{{ content}} |
|
||||||
{{ announcements_block}} |
|
||||||
</div> |
|
||||||
|
|
||||||
<div id="menu-wrapper"> |
|
||||||
{{ login_block}} |
|
||||||
{{ profile_block}} |
|
||||||
{{ account_block}} |
|
||||||
{{ teacher_block}} |
|
||||||
{{ notice_block}} |
|
||||||
{{ navigation_course_links}} |
|
||||||
{{ plugin_courses_right_block}} |
|
||||||
{{ reservation_block}} |
|
||||||
{{ search_block}} |
|
||||||
{{ classes_block}} |
|
||||||
</div> |
|
||||||
{% endblock %} |
|
||||||
@ -1,23 +0,0 @@ |
|||||||
{# |
|
||||||
show_header and show_footer templates are only called when using the Display::display_header and Display::display_footer |
|
||||||
for backward compatibility we suppose that the default layout is one column which means using a div with class span12 |
|
||||||
#} |
|
||||||
{% if app.template.show_header == true %} |
|
||||||
</section> |
|
||||||
</div> |
|
||||||
{% endif %} |
|
||||||
|
|
||||||
{# Plugin bottom #} |
|
||||||
{% if plugin_content_bottom is not null %} |
|
||||||
<div id="plugin_content_bottom" class="col-md-12"> |
|
||||||
{{ plugin_content_bottom}} |
|
||||||
</div> |
|
||||||
{% endif %} |
|
||||||
|
|
||||||
{% if show_footer == true %} |
|
||||||
</div> <!-- end of #row" --> |
|
||||||
</div> <!-- end of #main" --> |
|
||||||
</div> <!-- end of #wrapper section --> |
|
||||||
{% endif %} |
|
||||||
|
|
||||||
{% include app.template_style ~ "/layout/main_footer.tpl" %} |
|
||||||
@ -1,16 +0,0 @@ |
|||||||
{% include app.template_style ~ "/layout/main_header.tpl" %} |
|
||||||
{# |
|
||||||
show_header and show_footer templates are only called when using the Display::display_header and Display::display_footer |
|
||||||
for backward compatibility we suppose that the default layout is one column which means using a div with class span12 |
|
||||||
#} |
|
||||||
|
|
||||||
{% if app.template.show_header == true %} |
|
||||||
{% if plugin_content_top is not null %} |
|
||||||
<div id="plugin_content_top" class="col-md-12"> |
|
||||||
{{ plugin_content_top }} |
|
||||||
</div> |
|
||||||
{% endif %} |
|
||||||
<div class="col-md-12"> |
|
||||||
{% include app.template_style ~ "/layout/page_body.tpl" %} |
|
||||||
{% block main_content_section_block %}<section id="main_content">{% endblock main_content_section_block %} |
|
||||||
{% endif %} |
|
||||||
Loading…
Reference in new issue