forked from verdnatura/hedera-web
17 lines
390 B
PHP
Executable File
17 lines
390 B
PHP
Executable File
<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>
|