-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into feature/xlsx_parser
- Loading branch information
Showing
10 changed files
with
112 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<a href="#"> | ||
<button type="button" class="btn btn-info border border-white" role="button" data-bs-toggle="button"> | ||
{{ name }} | ||
</button> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div class="offcanvas offcanvas-start" style="background-color: #6f42c1" data-bs-backdrop="static" tabindex="-1" id="staticBackdrop" aria-labelledby="staticBackdropLabel"> | ||
|
||
<div class="offcanvas-body"> | ||
<ul class="nav-list" style="list-style-type:none"> | ||
<div class="logo-img p-5"> | ||
<img src="https://paraicehockey.ru/wp-content/uploads/2022/02/FAH_q.png" width="150" height="150"> | ||
</div> | ||
<li>{% include "includes/button.html" with name="Пользователи" %}</li> | ||
<li>{% include "includes/button.html" with name="Команды" %}</li> | ||
<li>{% include "includes/button.html" with name="Соревнования" %}</li> | ||
<li>{% include "includes/button.html" with name="Аналитика" %}</li> | ||
<li>{% include "includes/button.html" with name="Выгрузки" %}</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="offcanvas-footer p-5"> | ||
<button type="button" class="btn" data-bs-dismiss="offcanvas" aria-label="Close"> | ||
<i class="bi bi-caret-left-fill"></i> | ||
</button> | ||
</div> | ||
</div> |
11 changes: 11 additions & 0 deletions
11
adaptive_hockey_federation/templates/includes/dropdown_button.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle border border-primary" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
{{ name }} | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="#">1</a></li> | ||
<li><a class="dropdown-item" href="#">2</a></li> | ||
<li><hr class="dropdown-divider"></li> | ||
<li><a class="dropdown-item" href="#">...</a></li> | ||
</ul> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
<div> | ||
<p>Footer</p> | ||
</div> | ||
<div class="footer-copyright text-center py-3"> | ||
<nav class="navbar navbar-light" style="background-color: #0dcaf0"> | ||
<div class="container py-2"> | ||
<div class="nav nav-pills justify-content-start"> | ||
<button class="btn" type="button" data-bs-toggle="offcanvas" data-bs-target="#staticBackdrop" aria-controls="staticBackdrop"> | ||
<i class="bi bi-caret-right-fill"></i> | ||
</button> | ||
<nav aria-label="Page navigation example"> | ||
<ul class="pagination"> | ||
<li class="page-item"> | ||
<a class="page-link" href="#" aria-label="Previous"> | ||
<i class="bi bi-caret-left-fill"></i> | ||
</a> | ||
</li> | ||
<li class="page-item"><a class="page-link" href="#">1</a></li> | ||
<li class="page-item"><a class="page-link" href="#">2</a></li> | ||
<li class="page-item"><a class="page-link" href="#">3</a></li> | ||
<li class="page-item"> | ||
<a class="page-link" href="#" aria-label="Next"> | ||
<i class="bi bi-caret-right-fill"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<ul class="nav nav-pills justify-content-end"> | ||
{% include "includes/button.html" with name="+ Пользователь" %} | ||
{% include "includes/button.html" with name="Выгрузить" %} | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
<div> | ||
<p>Header</p> | ||
</div> | ||
<nav class="navbar navbar-light" style="background-color: #0dcaf0"> | ||
<div class="container py-2"> | ||
<ul class="nav d-flex justify-content-start"> | ||
|
||
<div class="border border-white"> | ||
Username | ||
</div> | ||
</ul> | ||
<ul class="nav d-flex justify-content-end"> | ||
{% include "includes/dropdown_button.html" with name="Роль" %} | ||
<li class="nav-item"> | ||
<a class="nav-link" href="##"> | ||
<i class="bi bi-search"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="##"> | ||
<i class="bi bi-box-arrow-right"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters