View file lordfilm-dark/poll.tpl

File size: 513B
		<div class="dcont ignore-select">
			<p class="gradlight polltitle">{question}</p>
			{list}
			[voted]<div align="center">Всего проголосовало: {votes}</div>[/voted]
			[not-voted]
			<br>
			<button class="fbutton" type="submit" onclick="doPoll('vote', '{news-id}'); return false;" ><span>Голосовать</span></button>
			<button class="fbutton" type="submit" onclick="doPoll('results', '{news-id}'); return false;"><span>Результаты</span></button>
			[/not-voted]
		</div>