59 lines
1.9 KiB
Smarty
59 lines
1.9 KiB
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>Router Error - PHPNuxBill</title>
|
|
<link rel="shortcut icon" href="ui/ui/images/logo.png" type="image/x-icon" />
|
|
|
|
<link rel="stylesheet" href="ui/ui/styles/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="ui/ui/fonts/ionicons/css/ionicons.min.css">
|
|
<link rel="stylesheet" href="ui/ui/fonts/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="ui/ui/fonts/MaterialDesign/css/materialdesignicons.min.css">
|
|
|
|
<link rel="stylesheet" href="ui/ui/styles/adminlte.min.css">
|
|
<link rel="stylesheet" href="ui/ui/styles/skin-blue.min.css">
|
|
<style>
|
|
::-moz-selection {
|
|
/* Code for Firefox */
|
|
color: red;
|
|
background: yellow;
|
|
}
|
|
|
|
::selection {
|
|
color: red;
|
|
background: yellow;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="hold-transition skin-blue">
|
|
<div class="container">
|
|
<section class="content-header">
|
|
<h1 class="text-center">
|
|
Router Error
|
|
</h1>
|
|
</section>
|
|
|
|
<section class="content">
|
|
<div class="row">
|
|
<div class="col-md-3"></div>
|
|
<div class="col-md-6">
|
|
<div class="alert alert-danger text-center">
|
|
{$error_meesage}
|
|
</div>
|
|
<a href="javascript::history.back()" onclick="history.back()" class="btn btn-warning btn-block">back</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<footer class="footer text-center">
|
|
PHPNuxBill by <a href="https://github.com/hotspotbilling/phpnuxbill" rel="nofollow noreferrer noopener"
|
|
target="_blank">iBNuX</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |