parent
e7c0a8f3c9
commit
45fa1958b5
@ -1,49 +1,17 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<!--[if lt IE 7]> <html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
<!--[if lt IE 7]> <html lang="{{document_language}}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
||||||
<!--[if IE 7]> <html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8"> <![endif]--> |
<!--[if IE 7]> <html lang="{{document_language}}" class="no-js lt-ie9 lt-ie8"> <![endif]--> |
||||||
<!--[if IE 8]> <html lang="{{ document_language }}" class="no-js lt-ie9"> <![endif]--> |
<!--[if IE 8]> <html lang="{{document_language}}" class="no-js lt-ie9"> <![endif]--> |
||||||
<!--[if gt IE 8]><!--> |
<!--[if gt IE 8]><!--><html lang="{{document_language}}" class="no-js"> <!--<![endif]--> |
||||||
<html lang="{{ document_language }}" class="no-js"> <!--<![endif]--> |
|
||||||
<head> |
<head> |
||||||
{% block head %} |
{% include template ~ "/layout/head.tpl" %} |
||||||
{% include template ~ "/layout/head.tpl" %} |
</head> |
||||||
{% endblock %} |
<body dir="{{text_direction}}" class="{{section_name}}"> |
||||||
</head> |
<section id="content-scorm"> |
||||||
<body dir="{{ text_direction }}" class="{{ section_name }} {{ login_class }}"> |
|
||||||
<noscript>{{ "NoJavascript"|get_lang }}</noscript> |
{% block body %} |
||||||
<div class="wrap"> |
{{ content }} |
||||||
<!-- Display Cookies validation --> |
{% endblock %} |
||||||
{% if displayCookieUsageWarning == true %} |
|
||||||
<div class="toolbar-cookie alert-warning"> |
</body> |
||||||
<form onSubmit="$(this).toggle('slow')" action="" method="post"> |
|
||||||
<input value=1 type="hidden" name="acceptCookies"/> |
|
||||||
<div class="cookieUsageValidation"> |
|
||||||
{{ "YouAcceptCookies" | get_lang }} |
|
||||||
<span style="margin-left:20px;" onclick="$(this).next().toggle('slow'); $(this).toggle('slow')"> |
|
||||||
({{"More" | get_lang }}) |
|
||||||
</span> |
|
||||||
<div style="display:none; margin:20px 0;"> |
|
||||||
{{ "HelpCookieUsageValidation" | get_lang}} |
|
||||||
</div> |
|
||||||
<span style="margin-left:20px;" onclick="$(this).parent().parent().submit()"> |
|
||||||
({{"Accept" | get_lang }}) |
|
||||||
</span> |
|
||||||
</div> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
{% endif %} |
|
||||||
{% include template ~ "/layout/page_header.tpl" %} |
|
||||||
<section id="content-section"> |
|
||||||
<div class="container"> |
|
||||||
{% block breadcrumb %} |
|
||||||
{{ breadcrumb }} |
|
||||||
{% endblock %} |
|
||||||
{% block body %} |
|
||||||
{{ content }} |
|
||||||
{% endblock %} |
|
||||||
</div> |
|
||||||
</section> |
|
||||||
{% include template ~ "/layout/page_footer.tpl" %} |
|
||||||
</div> |
|
||||||
</body> |
|
||||||
</html> |
</html> |
||||||
Loading…
Reference in new issue