2015-03-29 22:13:22 +02:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
2015-04-05 18:36:43 +02:00
|
|
|
{block name="header"}
|
|
|
|
<script src="{"js/app/create_poll.js"|resource}" type="text/javascript"></script>
|
2015-04-13 11:18:09 +02:00
|
|
|
<link rel="stylesheet" href="{"css/app/create_poll.css"|resource}">
|
2015-04-05 18:36:43 +02:00
|
|
|
{/block}
|
|
|
|
|
2015-03-29 22:13:22 +02:00
|
|
|
{block name=main}
|
|
|
|
<div class="row" style="display:none" id="form-block">
|
|
|
|
<div class="col-md-8 col-md-offset-2">
|
|
|
|
<form name="formulaire" id="formulaire" action="" method="POST" class="form-horizontal" role="form">
|
|
|
|
|
|
|
|
<div class="alert alert-info">
|
|
|
|
<p>
|
|
|
|
{__('Step 1', 'You are in the poll creation section.')}<br/>
|
|
|
|
{__('Step 1', 'Required fields cannot be left blank.')}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="form-group '.$errors['title']['class'].'">
|
|
|
|
<label for="poll_title" class="col-sm-4 control-label">{__('Step 1', 'Poll title')} *</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<input id="poll_title" type="text" name="title" class="form-control" {$errors['title']['aria']}
|
|
|
|
value="{$poll_title}"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{if !empty($errors['title']['msg'])}
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<p id="poll_title_error">
|
|
|
|
{$errors['title']['msg']}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
<div class="form-group '.$errors['description']['class'].'">
|
|
|
|
<label for="poll_comments" class="col-sm-4 control-label">{__('Generic', 'Description')}</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<textarea id="poll_comments" name="description"
|
|
|
|
class="form-control" {$errors['description']['aria']}
|
|
|
|
rows="5">{$poll_description}</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{if !empty($errors['description']['msg'])}
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<p id="poll_title_error">
|
|
|
|
{$errors['description']['msg']}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
<div class="form-group '.$errors['name']['class'].'">
|
|
|
|
<label for="yourname" class="col-sm-4 control-label">{__('Generic', 'Your name')} *</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
{if $useRemoteUser}
|
|
|
|
<input type="hidden" name="name" value="{$form->admin_name}" />{$form->admin_name}
|
|
|
|
{else}
|
|
|
|
<input id="yourname" type="text" name="name" class="form-control" {$errors['name']['aria']} value="{$poll_name}" />
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{if !empty($errors['name']['msg'])}
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<p id="poll_title_error">
|
|
|
|
{$errors['name']['msg']}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $use_smtp}
|
|
|
|
<div class="form-group '.$errors['email']['class'].'">
|
|
|
|
<label for="email" class="col-sm-4 control-label">
|
|
|
|
{__('Generic', 'Your email address')} *<br/>
|
|
|
|
<span class="small">{__('Generic', '(in the format name@mail.com)')}</span>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
{if $useRemoteUser}
|
|
|
|
<input type="hidden" name="mail" value="{$form->admin_mail}">{$form->admin_mail}
|
|
|
|
{else}
|
|
|
|
<input id="email" type="text" name="mail" class="form-control" {$errors['email']['aria']} value="{$poll_mail}" />
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{if !empty($errors['email']['msg'])}
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
<p id="poll_title_error">
|
|
|
|
{$errors['email']['msg']}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-sm-offset-4 col-sm-8">
|
2015-04-05 15:41:19 +02:00
|
|
|
<div class="radio">
|
|
|
|
<label>
|
2015-04-05 18:36:43 +02:00
|
|
|
<input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}">
|
2015-05-29 11:28:04 +02:00
|
|
|
{__('Step 1', 'All voters can modify any vote')}
|
2015-04-05 15:41:19 +02:00
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
<input type="radio" name="editable" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_OWN")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_OWN")}">
|
2015-05-29 11:28:04 +02:00
|
|
|
{__('Step 1', 'Voters can modify their vote themselves')}
|
2015-03-29 22:13:22 +02:00
|
|
|
</label>
|
2015-08-31 08:56:26 +02:00
|
|
|
<label>
|
|
|
|
<input type="radio" name="editable" {if empty($poll_editable) or $poll_editable==constant("Framadate\Editable::NOT_EDITABLE")}checked{/if} value="{constant("Framadate\Editable::NOT_EDITABLE")}">
|
|
|
|
{__('Step 1', 'Votes cannot be modified.')}
|
|
|
|
</label>
|
2015-03-29 22:13:22 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{if $use_smtp}
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-sm-offset-4 col-sm-8">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
2015-04-05 18:36:43 +02:00
|
|
|
<input type="checkbox" name="receiveNewVotes" {if $poll_receiveNewVotes}checked{/if}
|
2015-03-29 22:13:22 +02:00
|
|
|
id="receiveNewVotes">
|
2015-05-29 11:28:04 +02:00
|
|
|
{__('Step 1', 'To receive an email for each new vote')}
|
2015-03-29 22:13:22 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-sm-offset-4 col-sm-8">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
2015-04-05 18:36:43 +02:00
|
|
|
<input type="checkbox" name="receiveNewComments" {if $poll_receiveNewComments}checked{/if}
|
2015-03-29 22:13:22 +02:00
|
|
|
id="receiveNewComments">
|
2015-05-29 11:28:04 +02:00
|
|
|
{__('Step 1', 'To receive an email for each new comment')}
|
2015-03-29 22:13:22 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-12 23:29:53 +02:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-sm-offset-4 col-sm-8">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" name="hidden" {if $poll_hidden}checked{/if}
|
|
|
|
id="hidden">
|
|
|
|
{__('Step 1', 'Only the poll maker can see the poll\'s results')}
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div id="hiddenWithBadEditionModeError" class="alert alert-danger hidden">
|
|
|
|
<p>
|
|
|
|
{__('Error', 'You can\'t create a poll with hidden results with the following edition option:')}"{__('Step 1', 'All voters can modify any vote')}"
|
|
|
|
</p>
|
2015-04-05 18:36:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-12 23:29:53 +02:00
|
|
|
</div>
|
|
|
|
|
2015-03-29 22:13:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p class="text-right">
|
|
|
|
<input type="hidden" name="type" value="$poll_type"/>
|
|
|
|
<button name="{$goToStep2}" value="{$poll_type}" type="submit"
|
|
|
|
class="btn btn-success">{__('Step 1', 'Go to step 2')}</button>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<script type="text/javascript">document.formulaire.title.focus();</script>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<noscript>
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
{__('Step 1', 'Javascript is disabled on your browser. Its activation is required to create a poll.')}
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
<div id="cookie-warning" class="alert alert-danger" style="display:none">
|
|
|
|
{__('Step 1', 'Cookies are disabled on your browser. Theirs activation is required to create a poll.')}
|
|
|
|
</div>
|
|
|
|
{/block}
|