| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/templates_c/ |
Upload File : |
<?php
/* Smarty version 3.1.29, created on 2022-09-01 00:22:03
from "/home/meusitei/public_html/central/templates/six/includes/verifyemail.tpl" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_630ffb2bb20560_50496562',
'file_dependency' =>
array (
'1e09d18a7b59f546909901f86466f1d1e867c88c' =>
array (
0 => '/home/meusitei/public_html/central/templates/six/includes/verifyemail.tpl',
1 => 1531218804,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_630ffb2bb20560_50496562 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['emailVerificationIdValid']->value) {?>
<div class="email-verification success">
<div class="container">
<i class="fa fa-check"></i>
<span class="text"><?php echo $_smarty_tpl->tpl_vars['LANG']->value['emailAddressVerified'];?>
</span>
</div>
</div>
<?php } elseif ($_smarty_tpl->tpl_vars['emailVerificationIdValid']->value === false) {?>
<div class="email-verification failed">
<div class="container">
<div class="row">
<div class="col-xs-2 col-xs-push-10 col-sm-1 col-sm-push-11">
<button type="button" class="btn close"><span aria-hidden="true">×</span></button>
</div>
<div class="col-xs-10 col-xs-pull-2 col-sm-7 col-sm-pull-1 col-md-8">
<i class="fa fa-times-circle"></i>
<span class="text"><?php echo $_smarty_tpl->tpl_vars['LANG']->value['emailKeyExpired'];?>
</span>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 col-sm-pull-1">
<button id="btnResendVerificationEmail" class="btn btn-default btn-sm btn-block">
<?php echo $_smarty_tpl->tpl_vars['LANG']->value['resendEmail'];?>
</button>
</div>
</div>
</div>
</div>
<?php } elseif ($_smarty_tpl->tpl_vars['emailVerificationPending']->value && !$_smarty_tpl->tpl_vars['showingLoginPage']->value) {?>
<div class="email-verification">
<div class="container">
<div class="row">
<div class="col-xs-2 col-xs-push-10 col-sm-1 col-sm-push-11">
<button type="button" class="btn close"><span aria-hidden="true">×</span></button>
</div>
<div class="col-xs-10 col-xs-pull-2 col-sm-7 col-sm-pull-1 col-md-8">
<i class="fa fa-warning"></i>
<span class="text"><?php echo $_smarty_tpl->tpl_vars['LANG']->value['verifyEmailAddress'];?>
</span>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 col-sm-pull-1">
<button id="btnResendVerificationEmail" class="btn btn-default btn-sm btn-block btn-resend-verify-email">
<?php echo $_smarty_tpl->tpl_vars['LANG']->value['resendEmail'];?>
</button>
</div>
</div>
</div>
</div>
<?php }
}
}