0
1
Fork 0
hedera-web-mindshore/usr/share/hedera-web/modules/home/html.php

17 lines
390 B
PHP
Raw Normal View History

2014-05-09 12:19:53 +00:00
<div id="home">
<div id="last-news">
<div class="news-column" id="news-left"/>
<div class="news-column" id="news-right"/>
</div>
<div id="survey">
<div id="question"/>
<table>
<tbody id="answers"/>
</table>
<div id="survey-votes">
<?php i('Total') ?> <span id="total"/> <?php i('votes') ?>
</div>
<button id="vote-button"><?php i('Vote') ?></button>
</div>
</div>