mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* added news preview function (news, ticker, article)
* update TODO
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
<div class="Border_2">
|
||||
<div class="Border_3">
|
||||
<div class="BoxContent" style="background-image: url({{ template_path }}/images/content/scroll.gif);">
|
||||
{% if i is not defined %}
|
||||
{% set i = 0 %}
|
||||
{% endif %}
|
||||
{% for ticker in tickers %}
|
||||
<div id="TickerEntry-{{ i }}" class="Row" onclick='TickerAction("TickerEntry-{{ i }}")'>
|
||||
<div class="{% if (i / 2) matches '/^\\d+$/' %}Odd{% else %}Even{% endif %}">
|
||||
|
Reference in New Issue
Block a user