1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00
vichan/templates/pasek_atencji.html
2012-12-23 18:37:44 +01:00

13 lines
602 B
HTML

{% if config.pasek_atencji %}
<div id="pasek_atencji" style="height: 1.5em; width: 100%; padding: 0; margin: 0; text-align: center; display: block; onclick="pasekAtencjiKliku();">
</div>
<form method="post" action="/atencja.php" id="pasek_atencji_forma" style="display: none; padding: 0; margin: 0;">
<input id="pasek_atencji_input" name="tekst" style="width: 100%; padding: 0; margin: 0; text-align: center;" value="" type="text">
</form>
<style>
#pasek_atencji:hover { background-color: #fff; opacity: 0.8; }
</style>
<script type="text/javascript" src="/js/pasek_atencji.js"></script>
{% endif %}