@ -1,66 +1,60 @@
<footer id="footer-section" class="sticky-footer bgfooter">
<div class="container">
<div class="container">
{ % if plugin_pre_footer is not null % }
<div class="pre-footer">
<div id="plugin_pre_footer">
{ % if plugin_pre_footer is not null % }
{ { plugin_pre_footer } }
<div id="plugin_pre_footer">
{ { plugin_pre_footer } }
</div>
{ % endif % }
</div>
</div>
<div class="sub-footer">
{ % endif % }
<div class="row">
<section class="sub-footer">
<div class="col-md-4">
<div class="row">
{ % if session_teachers is not null % }
<div class="col-xs-12 col-md-4">
<div class="session-teachers">
{ % if session_teachers is not null % }
{ { session_teachers } }
<div class="session-teachers">
</div>
{ { session_teachers } }
{ % endif % }
{ % if teachers is not null % }
<div class="teachers">
{ { teachers } }
</div>
{ % endif % }
{ % if plugin_footer_left is not null % }
<div id="plugin_footer_left">
{ { plugin_footer_left } }
</div>
{ % endif % }
</div>
</div>
<div class="col-md-4">
{ % endif % }
{ % if plugin_footer_center is not null % }
{ % if teachers is not null % }
<div class="teachers">
{ { teachers } }
</div>
{ % endif % }
{ % if plugin_footer_left is not null % }
<div id="plugin_footer_left">
{ { plugin_footer_left } }
</div>
{ % endif % }
</div>
<div class="col-xs-12 col-md-4">
{ % if plugin_footer_center is not null % }
<div id="plugin_footer_center">
<div id="plugin_footer_center">
{ { plugin_footer_center } }
{ { plugin_footer_center } }
</div>
</div>
{ % endif % }
{ % endif % }
</div>
</div>
<div class="col-md-4 text-right">
<div class="col-xs-12 col-md-4 text-right">
{ % if administrator_name is not null % }
{ % if administrator_name is not null % }
<div class="administrator-name">
<div class="administrator-name">
{ { administrator_name } }
{ { administrator_name } }
</div>
</div>
{ % endif % }
{ % endif % }
{ % if _s . software_name is not empty % }
{ % if _s . software_name is not empty % }
<div class="software-name">
<div class="software-name">
<a href=" { { _p . web } } " target="_blank">
<a href=" { { _p . web } } " target="_blank">
{ { "PoweredByX" | get_lang | format ( _s . software_name ) } }
{ { "PoweredByX" | get_lang | format ( _s . software_name ) } }
</a>© { { "now" | date ( "Y" ) } }
</a>© { { "now" | date ( "Y" ) } }
</div>
</div>
{ % endif % }
{ % endif % }
{ % if plugin_footer_right is not null % }
{ % if plugin_footer_right is not null % }
<div id="plugin_footer_right">
<div id="plugin_footer_right">
{ { plugin_footer_right } }
{ { plugin_footer_right } }
</div>
</div>
{ % endif % }
{ % endif % }
</div>
</div>
</div>
</div>
</div>
<div class="extra-footer">
{ % if footer_extra_content % }
{ { footer_extra_content } }
{ { footer_extra_content } }
</div>
{ % endif % }
</div >
</section >
</footer >
</div >
{ # Global modal , load content by AJAX call to href attribute on anchor tag with 'ajax' class # }
{ # Global modal , load content by AJAX call to href attribute on anchor tag with 'ajax' class # }
<div class="modal fade" id="global-modal" tabindex="-1" role="dialog" aria-labelledby="global-modal-title" aria-hidden="true">
<div class="modal fade" id="global-modal" tabindex="-1" role="dialog" aria-labelledby="global-modal-title" aria-hidden="true">