mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Убрать лишний код
This commit is contained in:
parent
434a35f4ba
commit
5f8ca42fe8
7 changed files with 6 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="pull-right hidden-xs">
|
<div class="pull-right hidden-xs">
|
||||||
<b>Version</b> 1.0.5
|
<b>Version</b> 1.1
|
||||||
</div>
|
</div>
|
||||||
<strong>Этот сайт использует <a href="https://adminlte.io">AdminLTE</a> и <a href="https://boostrap.com">Boostrap</a>. © 2021 - 2022 <a href="https://github.com/JonnyBro" target="_blank">Jonny_Bro</a>.</strong>
|
<strong>Этот сайт использует <a href="https://adminlte.io">AdminLTE</a> и <a href="https://boostrap.com">Boostrap</a>. © 2021 - 2022 <a href="https://github.com/JonnyBro" target="_blank">Jonny_Bro</a>.</strong>
|
||||||
</footer>
|
</footer>
|
|
@ -11,20 +11,6 @@
|
||||||
<p><%= user.username %></p>
|
<p><%= user.username %></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- search form -->
|
|
||||||
<!--
|
|
||||||
<form action="/selector" method="get" class="sidebar-form">
|
|
||||||
<div class="input-group">
|
|
||||||
<input type="text" name="q" class="form-control" placeholder="<%= translate("dashboard:SEARCH") %>">
|
|
||||||
<span class="input-group-btn">
|
|
||||||
<button type="submit" id="search-btn" class="btn btn-flat">
|
|
||||||
<i class="fa fa-search"></i>
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
-->
|
|
||||||
<!-- /.search form -->
|
|
||||||
<!-- sidebar menu: : style can be found in sidebar.less -->
|
<!-- sidebar menu: : style can be found in sidebar.less -->
|
||||||
<ul class="sidebar-menu" data-widget="tree">
|
<ul class="sidebar-menu" data-widget="tree">
|
||||||
<li class="header"><%= translate("dashboard:SERVERS_MANAGEMENT").toUpperCase() %></li>
|
<li class="header"><%= translate("dashboard:SERVERS_MANAGEMENT").toUpperCase() %></li>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.0.5 </small> </h1>
|
<h1> <%= translate("common:CONFIGURATION") %> <small> Dashboard v1.1 </small> </h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a></li>
|
<li><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a></li>
|
||||||
<li class="active"><%= guild.name %></li>
|
<li class="active"><%= guild.name %></li>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.0.5 </small> </h1>
|
<h1> <%= translate("common:PROFILE") %> <small> Dashboard v1.1 </small> </h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.0.5 </small> </h1>
|
<h1> <%= translate("dashboard:SELECTOR") %> <small> Dashboard v1.1 </small> </h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class="active"><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a>
|
<li class="active"><a href="/"><i class="fa fa-home"></i> <%= translate("dashboard:SELECTOR") %></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.0.5 </small> </h1>
|
<h1> <%= translate("dashboard:STATS") %> <i> <%= bot.guilds.cache.get(guildID).name %> </i> <small> Dashboard v1.1 </small> </h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1> <%= user.username %> <small> Dashboard v1.0.5 </small> </h1>
|
<h1> <%= user.username %> <small> Dashboard v1.1 </small> </h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
|
|
Loading…
Reference in a new issue