forked from leftypol/leftypol
fixed to english
This commit is contained in:
parent
94e472438c
commit
260415fb5f
7 changed files with 25 additions and 27 deletions
10
templates/attention_bar.html
Normal file
10
templates/attention_bar.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% if config.attention_bar %}
|
||||
<div id="attention_bar" style="height: 1.5em; width: 100%; padding: 0; margin: 0; text-align: center; display: block;></div>
|
||||
<form method="post" action="/attentionbar.php" id="attention_bar_form" style="display: none; padding: 0; margin: 0;">
|
||||
<input id="attention_bar_input" name="text" style="width: 100%; padding: 0; margin: 0; text-align: center;" value="" type="text">
|
||||
</form>
|
||||
<style>
|
||||
#attention_bar:hover { background-color: #fff; opacity: 0.8; }
|
||||
</style>
|
||||
<script type="text/javascript" src="/js/attention-bar.js"></script>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue