mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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>
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -84,7 +84,12 @@
|
|||
<script>
|
||||
$(function(){
|
||||
$("#datepicker").datepicker({
|
||||
autoclose: true
|
||||
language: "ru",
|
||||
title: "Выбор даты",
|
||||
format: 'dd/mm/yyyy',
|
||||
clearBtn: true,
|
||||
autoclose: true,
|
||||
zIndexOffset: 5
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"USERNAME": "Имя пользователя",
|
||||
"DISCRIMINATOR": "Тег",
|
||||
"STATS": "Статистика",
|
||||
"ROBOT": "Робот",
|
||||
"ROBOT": "Бот",
|
||||
"AVATAR": "Аватар",
|
||||
"GAME": "Игра",
|
||||
"STATUS": "Статус",
|
||||
|
|
Loading…
Reference in a new issue