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

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

View file

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

View file

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

View file

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

View file

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

View file

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