forked from verdnatura/hedera-web
18 lines
344 B
PHP
18 lines
344 B
PHP
|
<div id="home">
|
||
|
<div id="last-news">
|
||
|
<div class="news-column" id="news-column"/>
|
||
|
</div>
|
||
|
<!--
|
||
|
<div id="survey">
|
||
|
<div id="question"/>
|
||
|
<table>
|
||
|
<tbody id="answers"/>
|
||
|
</table>
|
||
|
<div id="survey-votes">
|
||
|
<?=s('Total')?> <span id="total"/> <?=s('votes')?>
|
||
|
</div>
|
||
|
<button id="vote-button"><?=s('Vote')?></button>
|
||
|
</div>
|
||
|
-->
|
||
|
</div>
|