Server IP : 213.176.29.180 / Your IP : 3.147.63.222 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
public_html/whmcs/templates_c/5065a6c4553bcaa6164a3d15d7f6863031351a23_0.file.authconfirm.tpl.php 0000644 00000006023 14736120376 0027413 0 ustar 00 home/webtaragh <?php /* Smarty version 3.1.36, created on 2024-10-29 09:41:32 from '/home/webtaragh/public_html/whmcs/admin/templates/blend/authconfirm.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_6720adccd7b528_46327169', 'has_nocache_code' => false, 'file_dependency' => array ( '5065a6c4553bcaa6164a3d15d7f6863031351a23' => array ( 0 => '/home/webtaragh/public_html/whmcs/admin/templates/blend/authconfirm.tpl', 1 => 1695537469, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_6720adccd7b528_46327169 (Smarty_Internal_Template $_smarty_tpl) { ?><style> .contentarea { background-color: #f8f8f8; } </style> <div class="auth-container"> <h2><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.auth.heading'),$_smarty_tpl ) );?> </h2> <p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.auth.paragraph'),$_smarty_tpl ) );?> </p> <?php if ($_smarty_tpl->tpl_vars['incorrect']->value) {?> <div class="alert alert-danger text-center" style="padding:5px;margin-bottom:10px;"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'login.auth.incorrect'),$_smarty_tpl ) );?> </div> <?php }?> <form method="post" action=""> <input type="hidden" name="authconfirm" value="1"> <div class="form-group"> <label for="inputConfirmPassword"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'fields.password'),$_smarty_tpl ) );?> </label> <input type="password" class="form-control" id="inputConfirmPassword" name="confirmpw" placeholder="" autocomplete="current-password" autofocus /> </div> <?php $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['post_fields']->value, 'value', false, 'name'); $_smarty_tpl->tpl_vars['value']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['name']->value => $_smarty_tpl->tpl_vars['value']->value) { $_smarty_tpl->tpl_vars['value']->do_else = false; ?> <input type="hidden" name="<?php echo $_smarty_tpl->tpl_vars['name']->value;?> " value="<?php echo $_smarty_tpl->tpl_vars['value']->value;?> " /> <?php } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?> <button type="submit" class="btn btn-primary btn-block"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'fields.confpassword'),$_smarty_tpl ) );?> </button> </form> </div> <?php } }