• {'Give your phase a name'|gettext}

  • {if $cStage->isFirstStage() || $cStage->data.phase_id eq 0}
  • {'Start'|gettext} {if $cStage->hasStarted()}
    {/if} {* *}{* *}  at {* *}{* *}{* *}{*      to*} {if isset($stageData.before) || isset($stageData.after)} {* The disabled form elements will not be sent, so we'll sent this too *} {/if} {if $cStage->hasStarted()}
    {* *}{* *}  at {* *}{* *}{* *}{*      to*} {/if}

    {'The date and time that this phase begins.'|gettext} {if isset($stageData.before)} {"This is based on the start time of the phase that you're inserting this one in front of."|gettext} {elseif isset($stageData.after)} {'This is based on the end time of the previous phase.'|gettext} {/if}

  • {else}{* *}{* *}{/if}
  • {if $cStage->data.phase_enddate eq '0101-01-01 00:00:00'} {assign var=visualEndDate value=$cStage->data.phase_startdate} {else} {assign var=visualEndDate value=$cStage->data.phase_enddate} {/if} {if isset($stageData.before)} {else} {/if} {if $cStage->isLastStage()}

    {'Last phase continues indefinitely (unless another is added after it)'|gettext}

    {else} {assign var=durationDays value=""} {assign var=durationHours value=""} {assign var=durationMinutes value=""} {'%s days, %s hours and %s minutes '|gettext|sprintf:$durationDays:$durationHours:$durationMinutes}

    {'The amount of time the phase will run for.'|gettext} {if isset($stageData.before)} {'When you save the phase, the other phases will be moved ahead to make room for this one.'|gettext} {/if}

    {/if}
  • {'You can supply additional information about the aims of this phases'|gettext}

{'Voting'|gettext}

{'Choose the voting type for this phase. When you have selected the type of voting, you will be able to edit the voting options. If you change the vote type between phases, or after votes have been cast in this phase, the idea score will reset to 0. You can restore the score by switching back to the original vote type.'|gettext}

{'Select a voting scheme for this challenge'|gettext}
{"Voting options"|gettext}
{assign var=votingOptions value=$phaseAccessObj->getData('votingScheme_optionOptions')}
getData('votingScheme') eq 'updown'}style="display:block;"{/if}>
getData('votingScheme') eq 'up'}style="display:block;"{/if}>
getData('votingScheme') eq 'stars'}style="display:block;"{/if}>
  • {'An average rating will not be displayed until the idea receives this number of votes'|gettext}

getData('votingScheme') eq 'pointsAward'}style="display:block;"{/if}>
getData('votingScheme') eq 'scorecard'}style="display:block;"{/if}>
    hasStarted() || $cStage->hasFinished()}style="display:none;"{/if}>

{'Criteria'|gettext}

{foreach from=$scorecardCriteria item=criteria}
  • {if !$cStage->hasStarted() && !$cStage->hasFinished()} {/if}
{/foreach}
    hasStarted() || $cStage->hasFinished()}style="display:none;"{/if}>

{if $cStage->hasStarted() || $cStage->hasFinished()}

{if $cStage->hasStarted()} {'You cannot edit or add new questions to this scorecard because this phase has already started.'|gettext} {else} {'You cannot edit or add new questions to this scorecard because this phase has finished.'|gettext} {/if}

{/if}

{'Scoring labels'|gettext}

{'OPTIONAL: Add text to explain to users the rationale behind a score i.e. 0 might be "Meets none of the criteria", 5 might be "Meets some of the criteria" and 10 might be "Meets all of the criteria". You can add descriptions for all, some, or none of the ratings.'|gettext}

    {for $i=1 to 10}
  • {/for}
{if !$cStage->hasFinished()} {*if $cStage->hasStarted()} {'This phase has already started - some settings are now disabled'|gettext} {/if*} {if strtotime($cStage->data.phase_startdate)>time()+5 && !$cStage->isFirstStage() && $cStage->data.phase_id} {/if} {else} {'This phase has ended and cannot be modified'|gettext} {/if}