Nael 8059716e46 multiple api functionality for statistics on fronted
various style changes for buttons and bars (still bootstrap though)
vote functionality restored
switched list and main frame positions and reversed floats (looks same as before!)
2014-02-12 22:39:27 +01:00

27 lines
1.4 KiB
Smarty

<table class="table" style="display: table; margin-bottom: 5px; float: left; width: 95%; height: 100px;">
<div style="margin: 0; margin-top: 5px; margin-bottom: 8px;">
<tr>
<td class="" style="">
<a class="btn btn-primary btn-small btn_vote" style="float:right" poll_ID="${poll_ID}">${full_vote_btn}</a>
<h4>${vote_title}</h4>
Nr.${poll_ID}
</td>
<td class="${vote_class}" style="width: 20px; margin-top: 10px; border-left: 2px solid black;">
</td>
</tr>
<!--<div class="span5" style="margin-top: 15px;">
<a class="btn btn-large btn-green btnvote_yes" style="width: 110px;" poll_ID="$">Pro &raquo;</a>
<a class="btn btn-large btn-red btnvote_no" style="width: 110px; background-color: red;" href="#" poll_ID="$">Contra &raquo;</a>
<a class="btn btn-large btn-grey btnvote_off" style="width: 110px; background-color: grey;" href="#" poll_ID="$">Enthaltung &raquo;</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>