Files
ISP-Billing/ui/compiled/e8b4f2a010a0528cc3ba42274f02d4682f022f79_0.file.user-login.tpl.php
2026-01-16 12:16:14 +01:00

124 lines
4.6 KiB
PHP

<?php
/* Smarty version 4.3.1, created on 2025-09-17 17:33:34
from '/var/www/html/yatmack/ui/ui/user-login.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.1',
'unifunc' => 'content_68cac6becfc684_22454650',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e8b4f2a010a0528cc3ba42274f02d4682f022f79' =>
array (
0 => '/var/www/html/yatmack/ui/ui/user-login.tpl',
1 => 1757856356,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_68cac6becfc684_22454650 (Smarty_Internal_Template $_smarty_tpl) {
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png">
<link rel="icon" type="image/png" sizes="64x64" href="favicon-64x64.png">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<title><?php echo Lang::T('Login');?>
- <?php echo $_smarty_tpl->tpl_vars['_c']->value['CompanyName'];?>
</title>
<link rel="stylesheet" href="ui/ui/Css/lineicons.min.css">
<link rel="stylesheet" href="ui/ui/Css/Style.css">
<meta http-equiv="refresh" content="<?php echo $_smarty_tpl->tpl_vars['time']->value;?>
; url=<?php echo $_smarty_tpl->tpl_vars['url']->value;?>
">
</head>
<body>
<div class="login-div">
<div class="logo"></div>
<div class="title"><?php echo $_smarty_tpl->tpl_vars['_c']->value['CompanyName'];?>
- Member Login</div>
<?php if ((isset($_smarty_tpl->tpl_vars['notify']->value))) {?>
<?php echo $_smarty_tpl->tpl_vars['notify']->value;?>
<?php }?>
<form action="<?php echo $_smarty_tpl->tpl_vars['_url']->value;?>
login/post" method="post">
<div class="login-in">
<div class="username">
<i class="fa fa-user"></i>
<div class="input-group">
<?php if ($_smarty_tpl->tpl_vars['_c']->value['country_code_phone'] != '') {?>
<span class="input-group-text" id="basic-addon1"><i
class="fa fa-phone"></i></span>
<?php } else { ?>
<span class="input-group-text" id="basic-addon1"><i
class="fa fa-user"></i></span>
<?php }?>
<input type="text" class="form-control" name="username"
placeholder="<?php if ($_smarty_tpl->tpl_vars['_c']->value['country_code_phone'] != '') {
echo $_smarty_tpl->tpl_vars['_c']->value['country_code_phone'];?>
<?php echo Lang::T('Phone Number');
} else { ?>Y123456789<?php }?>">
</div>
</div>
<div class="password">
<i class="fa fa-lock"></i>
<input type="password" required class="form-control" name="password" placeholder="<?php echo Lang::T('Password');?>
">
</div>
</div>
<button type="submit" class="buttons" value="<?php echo Lang::T('Login');?>
">login</button>
</form>
</div>
<?php echo '<script'; ?>
src="assets/vendor/global/global.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="assets/vendor/bootstrap-select/dist/js/bootstrap-select.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="assets/vendor/chart.js/Chart.bundle.min.js"><?php echo '</script'; ?>
>
<!-- Chart piety plugin files -->
<?php echo '<script'; ?>
src="assets/vendor/peity/jquery.peity.min.js"><?php echo '</script'; ?>
>
<!-- Apex Chart -->
<?php echo '<script'; ?>
src="assets/vendor/apexchart/apexchart.js"><?php echo '</script'; ?>
>
<!-- Dashboard 1 -->
<?php echo '<script'; ?>
src="assets/js/dashboard/dashboard-1.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="assets/js/custom.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="assets/js/deznav-init.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="assets/js/demo.js"><?php echo '</script'; ?>
>
</body>
</html>
<?php }
}