date.chapril.org-framadate/tpl/part/poll_hint.tpl

36 lines
1.9 KiB
Smarty
Raw Normal View History

2015-10-13 00:42:33 +02:00
<div id="hint_modal" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
2018-07-06 18:06:35 +02:00
<h4 class="modal-title">{__('Generic', 'Information')}</h4>
2015-10-13 00:42:33 +02:00
</div>
<div class="modal-body">
{if $active}
<div class="alert alert-info">
2018-07-06 18:06:35 +02:00
<p>{__('studs', 'If you want to vote in this poll, you have to give your name, make your choice, and submit it by selecting the save button at the end of the line.')}</p>
2015-10-13 00:42:33 +02:00
<p aria-hidden="true"><b>{__('Generic', 'Legend:')}</b> <span
class="glyphicon glyphicon-ok"></span>
= {__('Generic', 'Yes')}, <b>(<span class="glyphicon glyphicon-ok"></span>)</b>
2018-07-06 18:06:35 +02:00
= {__('Generic', 'Under reserve')}, <span class="glyphicon glyphicon-ban-circle"></span>
2015-10-13 00:42:33 +02:00
= {__('Generic', 'No')}</p>
</div>
{else}
<div class="alert alert-danger">
2018-07-06 18:06:35 +02:00
<p>{__('studs', 'The administrator locked this poll. Votes and comments are frozen, it is no longer possible to participate')}</p>
2015-10-13 00:42:33 +02:00
<p aria-hidden="true"><b>{__('Generic', 'Legend:')}</b> <span
class="glyphicon glyphicon-ok"></span>
= {__('Generic', 'Yes')}, <b>(<span class="glyphicon glyphicon-ok"></span>)</b>
2018-07-06 18:06:35 +02:00
= {__('Generic', 'Under reserve')}, <span class="glyphicon glyphicon-ban-circle"></span>
2015-10-13 00:42:33 +02:00
= {__('Generic', 'No')}</p>
</div>
{/if}
</div>
</div>
</div>
2018-07-06 18:06:35 +02:00
</div>