29 lines
1.5 KiB
Smarty
29 lines
1.5 KiB
Smarty
<table class="${vote_class} table table-hover" style="display: table; margin-bottom: 5px; border: 2px solid #ccc; float: left; width: 85%; height: 100px;">
|
|
<div style="margin: 0; margin-top: 5px; margin-bottom: 8px;">
|
|
<tr>
|
|
<td style="border-right: 2px solid #ccc; width: 20px;">Nr.
|
|
<br>
|
|
${poll_ID}</td>
|
|
|
|
<td class="" style="">
|
|
<h4>${vote_title}</h4>
|
|
Politikfeld(er):
|
|
</td>
|
|
<td style="width: 70px; margin-top: 10px; border-left: 2px solid #ccc;">
|
|
<a class="btn btn_primary btn_vote" poll_ID="${poll_ID}">Abstimmen</a>
|
|
</td>
|
|
</tr>
|
|
<!--<div class="span5" style="margin-top: 15px;">
|
|
<a class="btn btn-large btn-green btnvote_yes" style="width: 110px;" poll_ID="$">Pro »</a>
|
|
<a class="btn btn-large btn-red btnvote_no" style="width: 110px; background-color: red;" href="#" poll_ID="$">Contra »</a>
|
|
<a class="btn btn-large btn-grey btnvote_off" style="width: 110px; background-color: grey;" href="#" poll_ID="$">Enthaltung »</a>-->
|
|
|
|
<!-- Countdown-Generator by www.coolplace.cc -->
|
|
<!-- <div class="progress">
|
|
<div class="bar countdownbar" pollid="$" style="width: 0%;">
|
|
</div>
|
|
<div class="countdown"></div>
|
|
</div>-->
|
|
|
|
</table>
|