Browse Source

Add VLibras ao SAPL

pull/3408/head
Leandro Roberto 4 years ago
parent
commit
0d7bb2ce4c
  1. 17
      sapl/templates/base.html

17
sapl/templates/base.html

@ -176,6 +176,8 @@
{% endblock content_container %} {% endblock content_container %}
{% if not request|has_iframe %} {% if not request|has_iframe %}
{% block footer_container %} {% block footer_container %}
<footer id="footer" class="footer page__row hidden-print"> <footer id="footer" class="footer page__row hidden-print">
<div class="container"> <div class="container">
@ -239,6 +241,13 @@
{% endblock footer_container %} {% endblock footer_container %}
{% endif %} {% endif %}
<div vw class="enabled">
<div vw-access-button class="active"></div>
<div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div>
</div>
</div>
{% block foot_js %} {% block foot_js %}
{% block webpack_loader_js %} {% block webpack_loader_js %}
@ -251,6 +260,14 @@
{% block extra_js %}{% endblock extra_js %} {% block extra_js %}{% endblock extra_js %}
{% if not DEBUG %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
{% endif %}
<script type="text/javascript" > <script type="text/javascript" >
function inIframe () { function inIframe () {
try { try {

Loading…
Cancel
Save