1 |
efrain |
1 |
{{!
|
|
|
2 |
This file is part of Moodle - http://moodle.org/
|
|
|
3 |
|
|
|
4 |
Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
it under the terms of the GNU General Public License as published by
|
|
|
6 |
the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
(at your option) any later version.
|
|
|
8 |
|
|
|
9 |
Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
GNU General Public License for more details.
|
|
|
13 |
|
|
|
14 |
You should have received a copy of the GNU General Public License
|
|
|
15 |
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
}}
|
|
|
17 |
{{!
|
|
|
18 |
Page footer.
|
|
|
19 |
}}
|
|
|
20 |
|
|
|
21 |
{{#showfooterbuttons}}
|
|
|
22 |
<div class="wrapper-xl mt-2 rui-footer-buttons-wrapper rui-footer-buttons-wrapper">
|
|
|
23 |
<div id="course-footer">{{{ output.course_footer }}}</div>
|
|
|
24 |
|
|
|
25 |
<div class="rui-footer-btns">
|
|
|
26 |
{{# output.page_doc_link }}
|
|
|
27 |
<div class="helplink">{{{ output.page_doc_link }}}</div>
|
|
|
28 |
{{/ output.page_doc_link }}
|
|
|
29 |
|
|
|
30 |
{{# output.services_support_link }}
|
|
|
31 |
<div class="supportlink">{{{ output.services_support_link }}}</div>
|
|
|
32 |
{{/ output.services_support_link }}
|
|
|
33 |
|
|
|
34 |
{{# output.supportemail }}
|
|
|
35 |
<div class="suportemail">{{{ output.supportemail }}}</div>
|
|
|
36 |
{{/ output.supportemail }}
|
|
|
37 |
</div>
|
|
|
38 |
|
|
|
39 |
<div class="rui-footer-btns">{{{ output.standard_footer_html }}}</div>
|
|
|
40 |
<div class="rui-debug rui-footer-btns w-100 d-block my-2 small">
|
|
|
41 |
{{{ output.debug_footer_html }}}
|
|
|
42 |
{{#output.moodle_release}}
|
|
|
43 |
<div class="mt-2 small">
|
|
|
44 |
{{#str}}version, core{{/str}} {{{ output.moodle_release }}}
|
|
|
45 |
</div>
|
|
|
46 |
{{/output.moodle_release}}
|
|
|
47 |
</div>
|
|
|
48 |
</div>
|
|
|
49 |
{{/showfooterbuttons}}
|
|
|
50 |
|
|
|
51 |
|
|
|
52 |
{{{ output.standard_end_of_body_html }}}
|