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 %}
{% if not request|has_iframe %}
{% block footer_container %}
<footer id="footer" class="footer page__row hidden-print">
<div class="container">
@ -239,6 +241,13 @@
{% endblock footer_container %}
{% 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 webpack_loader_js %}
@ -251,6 +260,14 @@
{% 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" >
function inIframe () {
try {

Loading…
Cancel
Save