|
|
@ -29,14 +29,14 @@ |
|
|
} |
|
|
} |
|
|
.center { |
|
|
.center { |
|
|
margin: auto; |
|
|
margin: auto; |
|
|
width: 20%; |
|
|
width: 15%; |
|
|
height: 20%; |
|
|
|
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<audio type="hidden" id="audio" src="{% static 'audio/ring.mp3' %}"> </audio> |
|
|
<audio type="hidden" id="audio" src="{% static 'audio/ring.mp3' %}"></audio> |
|
|
|
|
|
|
|
|
<h1 id="title"></h1> |
|
|
<h1 id="title"></h1> |
|
|
<input id="json_url" type="hidden" value="{% url 'sapl.painel:dados_painel' sessao_id %}"> |
|
|
<input id="json_url" type="hidden" value="{% url 'sapl.painel:dados_painel' sessao_id %}"> |
|
|
@ -52,7 +52,7 @@ |
|
|
</table> |
|
|
</table> |
|
|
|
|
|
|
|
|
<div class="center"> |
|
|
<div class="center"> |
|
|
<img src="" id="logo-painel" /> |
|
|
<img src="" id="logo-painel" alt="" width="100%"/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h2><font color="red"><p align="center"><span id="message"></span></p></font></h2> |
|
|
<h2><font color="red"><p align="center"><span id="message"></span></p></font></h2> |
|
|
|