Обновление панели

This commit is contained in:
JonnyBro 2021-12-11 01:36:10 +05:00
parent 31b3241ade
commit 576546c50b
6 changed files with 102 additions and 112 deletions

View file

@ -1,10 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<%- include('includes/head') %> <%- include('includes/head') %>
<body class="hold-transition skin-red sidebar-mini"> <body class="hold-transition skin-red sidebar-mini">
<div class="wrapper"> <div class="wrapper">
<!-- The header is the topbar --> <!-- The header is the topbar -->
@ -56,7 +53,6 @@
<!-- /.content-wrapper --> <!-- /.content-wrapper -->
<%- include('includes/footer') -%> <%- include('includes/footer') -%>
</div> </div>
<!-- ./wrapper --> <!-- ./wrapper -->
</body> </body>

View file

@ -1,12 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<%- include('includes/head') %> <%- include('includes/head') %>
<body class="hold-transition skin-red sidebar-mini"> <body class="hold-transition skin-red sidebar-mini">
<div class="wrapper"> <div class="wrapper">
<!-- The header is the topbar --> <!-- The header is the topbar -->
<%- include('includes/header') %> <%- include('includes/header') %>
@ -56,7 +52,6 @@
<!-- /.content-wrapper --> <!-- /.content-wrapper -->
<%- include('includes/footer') -%> <%- include('includes/footer') -%>
</div> </div>
<!-- ./wrapper --> <!-- ./wrapper -->
</body> </body>

View file

@ -1,10 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<%- include('includes/head') %> <%- include('includes/head') %>
<body class="hold-transition skin-red sidebar-mini"> <body class="hold-transition skin-red sidebar-mini">
<div class="wrapper"> <div class="wrapper">
<!-- The header is the topbar --> <!-- The header is the topbar -->

View file

@ -84,7 +84,12 @@
<script> <script>
$(function(){ $(function(){
$("#datepicker").datepicker({ $("#datepicker").datepicker({
autoclose: true language: "ru",
title: "Выбор даты",
format: 'dd/mm/yyyy',
clearBtn: true,
autoclose: true,
zIndexOffset: 5
}); });
}); });
</script> </script>

View file

@ -1,10 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<%- include('includes/head') %> <%- include('includes/head') %>
<body class="hold-transition skin-red sidebar-mini"> <body class="hold-transition skin-red sidebar-mini">
<div class="wrapper"> <div class="wrapper">
<!-- The header is the topbar --> <!-- The header is the topbar -->

View file

@ -16,7 +16,7 @@
"USERNAME": "Имя пользователя", "USERNAME": "Имя пользователя",
"DISCRIMINATOR": "Тег", "DISCRIMINATOR": "Тег",
"STATS": "Статистика", "STATS": "Статистика",
"ROBOT": "Робот", "ROBOT": "Бот",
"AVATAR": "Аватар", "AVATAR": "Аватар",
"GAME": "Игра", "GAME": "Игра",
"STATUS": "Статус", "STATUS": "Статус",