16 lines
555 B
Smarty
16 lines
555 B
Smarty
<div style="padding-bot: 20px;">
|
|
<font>Aktueller Status</font>
|
|
</div>
|
|
<div style="width: 300px; border-style: solid; border-width: 1px; padding: 5px;">
|
|
<font size="2">Teilnahme an aktuellen Abstimmungen</font>
|
|
<div class="progress" style="height: 20px;">
|
|
<div class="bar" style="width: ${vote_perc}%;">${vote_perc}%</div>
|
|
<div class="bar bar-info" style="width: 100%;"></div>
|
|
</div>
|
|
<div style="">
|
|
<font size="1">Teilgenommen: ${voted},
|
|
nicht Teilgenommen: ${not_voted}</font>
|
|
</div>
|
|
</div>
|
|
<br>
|