-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Functie logout terminata. Sablonul pentru panou de control implementat.
- Loading branch information
Showing
33 changed files
with
262 additions
and
1,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>404 Error - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
|
@@ -47,6 +47,6 @@ <h1 class="display-1">401</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>404 Error - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
|
@@ -18,7 +18,7 @@ | |
<div class="row justify-content-center"> | ||
<div class="col-lg-6"> | ||
<div class="text-center mt-4"> | ||
<img class="mb-4 img-error" src="assets/img/error-404-monochrome.svg" /> | ||
<img class="mb-4 img-error" src="../public/admin/assets/img/error-404-monochrome.svg" /> | ||
<p class="lead">This requested URL was not found on this server.</p> | ||
<a href="index.html"> | ||
<i class="fas fa-arrow-left me-1"></i> | ||
|
@@ -46,6 +46,6 @@ | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>404 Error - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
|
@@ -46,6 +46,6 @@ <h1 class="display-1">500</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Charts - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="sb-nav-fixed"> | ||
|
@@ -168,10 +168,10 @@ <h1 class="mt-4">Charts</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script> | ||
<script src="assets/demo/chart-area-demo.js"></script> | ||
<script src="assets/demo/chart-bar-demo.js"></script> | ||
<script src="assets/demo/chart-pie-demo.js"></script> | ||
<script src="../public/admin/assets/demo/chart-area-demo.js"></script> | ||
<script src="../public/admin/assets/demo/chart-bar-demo.js"></script> | ||
<script src="../public/admin/assets/demo/chart-pie-demo.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="" /> | ||
<title>Dashboard - SB Admin</title> | ||
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" /> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="sb-nav-fixed"> | ||
|
@@ -677,11 +677,11 @@ <h1 class="mt-4">Dashboard</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script> | ||
<script src="assets/demo/chart-area-demo.js"></script> | ||
<script src="assets/demo/chart-bar-demo.js"></script> | ||
<script src="../public/admin/assets/demo/chart-area-demo.js"></script> | ||
<script src="../public/admin/assets/demo/chart-bar-demo.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest" crossorigin="anonymous"></script> | ||
<script src="js/datatables-simple-demo.js"></script> | ||
<script src="../public/admin/js/datatables-simple-demo.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Sidenav Light - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="sb-nav-fixed"> | ||
|
@@ -142,6 +142,6 @@ <h1 class="mt-4">Sidenav Light</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Static Navigation - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
|
@@ -144,6 +144,6 @@ <h1 class="mt-4">Static Navigation</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Login - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="bg-primary"> | ||
|
@@ -64,6 +64,6 @@ | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Password Reset - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="bg-primary"> | ||
|
@@ -57,6 +57,6 @@ | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Register - SB Admin</title> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="bg-primary"> | ||
|
@@ -83,6 +83,6 @@ | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="" /> | ||
<title>Tables - SB Admin</title> | ||
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" /> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
<link href="../public/admin/css/styles.css" rel="stylesheet" /> | ||
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body class="sb-nav-fixed"> | ||
|
@@ -627,8 +627,8 @@ <h1 class="mt-4">Tables</h1> | |
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="js/scripts.js"></script> | ||
<script src="../public/admin/js/scripts.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest" crossorigin="anonymous"></script> | ||
<script src="js/datatables-simple-demo.js"></script> | ||
<script src="../public/admin/js/datatables-simple-demo.js"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@extends('admin.layouts.layout-dashboard') | ||
@section('content') | ||
<h1>Panou de Control</h1> | ||
@endsection |
Oops, something went wrong.