source: extensions/EasyCaptcha/template/comment.tpl @ 24234

Last change on this file since 24234 was 24234, checked in by mistic100, 11 years ago

error with question_mark_in_urls=false, restore full language keys
+ de_DE for icons.lang.php

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