mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Обновление панели
This commit is contained in:
parent
31b3241ade
commit
576546c50b
6 changed files with 102 additions and 112 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"USERNAME": "Имя пользователя",
|
"USERNAME": "Имя пользователя",
|
||||||
"DISCRIMINATOR": "Тег",
|
"DISCRIMINATOR": "Тег",
|
||||||
"STATS": "Статистика",
|
"STATS": "Статистика",
|
||||||
"ROBOT": "Робот",
|
"ROBOT": "Бот",
|
||||||
"AVATAR": "Аватар",
|
"AVATAR": "Аватар",
|
||||||
"GAME": "Игра",
|
"GAME": "Игра",
|
||||||
"STATUS": "Статус",
|
"STATUS": "Статус",
|
||||||
|
|
Loading…
Reference in a new issue