lainchan/templates/pasek_atencji.html

13 lines
602 B
HTML
Raw Normal View History

2012-12-23 12:10:18 -05:00
{% if config.pasek_atencji %}
2012-12-23 12:37:44 -05:00
<div id="pasek_atencji" style="height: 1.5em; width: 100%; padding: 0; margin: 0; text-align: center; display: block; onclick="pasekAtencjiKliku();">
2012-12-23 12:10:18 -05:00
</div>
2012-12-23 12:37:44 -05:00
<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">
2012-12-23 12:10:18 -05:00
</form>
2012-12-23 12:37:44 -05:00
<style>
#pasek_atencji:hover { background-color: #fff; opacity: 0.8; }
</style>
2012-12-23 12:10:18 -05:00
<script type="text/javascript" src="/js/pasek_atencji.js"></script>
{% endif %}