HM-81.Страница личного кабинета (#51)
This commit is contained in:
19
src/app.html
19
src/app.html
@ -106,7 +106,22 @@
|
||||
<button type="button" class="btn btn-primary NotFound__redirectButton w-auto">На главную</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- Шаблон содержимого личного кабинета-->
|
||||
<template id="profile-content">
|
||||
<div class="d-flex">
|
||||
<div class="ProfilePage__form p-3 flex-grow-1">
|
||||
<div class="h6 text-center"></div>
|
||||
<div class="Password__inputContainer m-1" id="oldpass"></div>
|
||||
<div class="Password__inputContainer m-1" id="newpass"></div>
|
||||
<div class="Password__inputContainer m-1" id="newpassrepeat"></div>
|
||||
<button type="button" class="Profile__button btn btn-outline-primary mt-3">Сохранить</button>
|
||||
</div>
|
||||
<div class="p-2 flex-grow-4">
|
||||
<img src="./img/ava.jpg" class="Profile__avatar m-2" alt="avatar">
|
||||
<div class="h6 text-center">login_name</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<!-- Шаблон контейнера страниц-->
|
||||
<template id="page-container">
|
||||
<div class="PageContainer h-100"></div>
|
||||
@ -409,4 +424,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user