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

158 lines
5.2 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2019-09-03 15:22:06
compiled from "C:\wamp64\www\sophalcrm\includes\runtime/../../layouts/v7\modules\Install\Step5.tpl" */ ?>
<?php /*%%SmartyHeaderCode:15874845675d6e770e71bed6-13791916%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'b4803d0c8ecc0819ff05e8bdbc9c712e80b9145e' =>
array (
0 => 'C:\\wamp64\\www\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\Install\\Step5.tpl',
1 => 1520586670,
2 => 'file',
),
),
'nocache_hash' => '15874845675d6e770e71bed6-13791916',
'function' =>
array (
),
'variables' =>
array (
'AUTH_KEY' => 0,
'DB_CONNECTION_INFO' => 0,
'INFORMATION' => 0,
'SITE_URL' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5d6e770e78793',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5d6e770e78793')) {function content_5d6e770e78793($_smarty_tpl) {?>
<form class="form-horizontal" name="step5" method="post" action="index.php">
<input type=hidden name="module" value="Install" />
<input type=hidden name="view" value="Index" />
<input type=hidden name="mode" value="Step6" />
<input type=hidden name="auth_key" value="<?php echo $_smarty_tpl->tpl_vars['AUTH_KEY']->value;?>
" />
<div class="row main-container">
<div class="inner-container">
<div class="row">
<div class="col-sm-10">
<h4><?php echo vtranslate('LBL_CONFIRM_CONFIGURATION_SETTINGS','Install');?>
</h4>
</div>
<div class="col-sm-2">
<a href="https://wiki.vtiger.com/vtiger6/" target="_blank" class="pull-right">
<img src="<?php echo vimage_path('help.png');?>
" alt="Help-Icon"/>
</a>
</div>
</div>
<hr>
<?php if ($_smarty_tpl->tpl_vars['DB_CONNECTION_INFO']->value['flag']!=true){?>
<div class="offset2 row" id="errorMessage">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<div class="alert alert-error">
<?php echo $_smarty_tpl->tpl_vars['DB_CONNECTION_INFO']->value['error_msg'];?>
<?php echo $_smarty_tpl->tpl_vars['DB_CONNECTION_INFO']->value['error_msg_info'];?>
</div>
</div>
</div>
<?php }?>
<div class="offset2 row">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<table class="config-table input-table">
<thead>
<tr><th colspan="2"><?php echo vtranslate('LBL_DATABASE_INFORMATION','Install');?>
</th></tr>
</thead>
<tbody>
<tr>
<td><?php echo vtranslate('LBL_DATABASE_TYPE','Install');?>
<span class="no">*</span></td>
<td><?php echo vtranslate('MySQL','Install');?>
</td>
</tr>
<tr>
<td><?php echo vtranslate('LBL_DB_NAME','Install');?>
<span class="no">*</span></td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['db_name'];?>
</td>
</tr>
</tbody>
</table>
<table class="config-table input-table">
<thead>
<tr><th colspan="2"><?php echo vtranslate('LBL_SYSTEM_INFORMATION','Install');?>
</th></tr>
</thead>
<tbody>
<tr>
<td><?php echo vtranslate('LBL_URL','Install');?>
<span class="no">*</span></td>
<td><a href="#"><?php echo $_smarty_tpl->tpl_vars['SITE_URL']->value;?>
</a></td>
</tr>
<tr>
<td><?php echo vtranslate('LBL_CURRENCY','Install');?>
<span class="no">*</span></td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['currency_name'];?>
</td>
</tr>
</tbody>
</table>
<table class="config-table input-table">
<thead>
<tr><th colspan="2"><?php echo vtranslate('LBL_ADMIN_USER_INFORMATION','Install');?>
</th></tr>
</thead>
<tbody>
<tr>
<td><?php echo vtranslate('LBL_USERNAME','Install');?>
</td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['admin'];?>
</td>
</tr>
<tr>
<td><?php echo vtranslate('LBL_EMAIL','Install');?>
<span class="no">*</span></td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['admin_email'];?>
</td>
</tr>
<tr>
<td><?php echo vtranslate('LBL_TIME_ZONE','Install');?>
<span class="no">*</span></td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['timezone'];?>
</td>
</tr>
<tr>
<td><?php echo vtranslate('LBL_DATE_FORMAT','Install');?>
<span class="no">*</span></td>
<td><?php echo $_smarty_tpl->tpl_vars['INFORMATION']->value['dateformat'];?>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row offset2">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<div class="button-container">
<input type="button" class="btn btn-default" value="<?php echo vtranslate('LBL_BACK','Install');?>
" <?php if ($_smarty_tpl->tpl_vars['DB_CONNECTION_INFO']->value['flag']==true){?> disabled= "disabled" <?php }?> name="back"/>
<?php if ($_smarty_tpl->tpl_vars['DB_CONNECTION_INFO']->value['flag']==true){?>
<input type="button" class="btn btn-large btn-primary" value="<?php echo vtranslate('LBL_NEXT','Install');?>
" name="step6"/>
<?php }?>
</div>
</div>
</div>
</div>
</div>
</form><?php }} ?>