source: extensions/EasyCaptcha/template/register.tpl @ 26025

Last change on this file since 26025 was 26025, checked in by mistic100, 10 years ago

update for 2.6

File size: 560 bytes
Line 
1</li>
2<li>
3  {include file=$EASYCAPTCHA_ABS_PATH|cat:'template/common.inc.tpl'}
4
5  {* <!-- DRAG & DROP --> *}
6  {if $EASYCAPTCHA.challenge == 'drag'}
7  <span class="property"><label>{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></span>
8
9  {* <!-- TIC TAC TOE --> *}
10  {else if $EASYCAPTCHA.challenge == 'tictac'}
11  <span class="property"><label>{'You are player X, click on the right case to complete the line.'|translate}</label></span>
12
13  {/if}
14  {$smarty.capture.easycaptcha}
Note: See TracBrowser for help on using the repository browser.