Files
CRM/test/templates_c/v7/28104dfcb9702ab78c4cf42fc0012fc911aad983.file.Step7.tpl.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

50 lines
1.9 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2019-09-03 15:25:17
compiled from "C:\wamp64\www\sophalcrm\includes\runtime/../../layouts/v7\modules\Install\Step7.tpl" */ ?>
<?php /*%%SmartyHeaderCode:5528301735d6e77cd690808-24314983%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'28104dfcb9702ab78c4cf42fc0012fc911aad983' =>
array (
0 => 'C:\\wamp64\\www\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\Install\\Step7.tpl',
1 => 1520586670,
2 => 'file',
),
),
'nocache_hash' => '5528301735d6e77cd690808-24314983',
'function' =>
array (
),
'variables' =>
array (
'APPUNIQUEKEY' => 0,
'CURRENT_VERSION' => 0,
'INDUSTRY' => 0,
'PASSWORD' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5d6e77cd6a985',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5d6e77cd6a985')) {function content_5d6e77cd6a985($_smarty_tpl) {?>
<center><?php echo vtranslate('LBL_LOADING_PLEASE_WAIT');?>
...</center>
<form class="form-horizontal" name="step7" method="post" action="?module=Users&action=Login">
<img src="//stats.vtiger.com/stats.php?uid=<?php echo $_smarty_tpl->tpl_vars['APPUNIQUEKEY']->value;?>
&v=<?php echo $_smarty_tpl->tpl_vars['CURRENT_VERSION']->value;?>
&type=I&industry=<?php echo urlencode($_smarty_tpl->tpl_vars['INDUSTRY']->value);?>
" alt='' title='' border=0 width='1px' height='1px'>
<input type=hidden name="username" value="admin" >
<input type=hidden name="password" value="<?php echo $_smarty_tpl->tpl_vars['PASSWORD']->value;?>
" >
</form>
<script type="text/javascript">
jQuery(function () { /* Delay to let page load complete */
setTimeout(function () {
jQuery('form[name="step7"]').submit();
}, 150);
});
</script>
<?php }} ?>