Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
8a0b89568b | |||
b271f22664 | |||
b06a0475f1 | |||
40b7e5f497 | |||
ac9fe9161a | |||
8def19021d | |||
31df2dcac5 | |||
f487be606d | |||
373e1d0d7c |
20
.eslintrc.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": "airbnb-base",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"quotes": "off",
|
||||
"indent": "off",
|
||||
"no-console": "off",
|
||||
"no-use-before-define": "off",
|
||||
"no-alert": "off",
|
||||
"no-restricted-globals": "off",
|
||||
"quote-props": "off"
|
||||
}
|
||||
}
|
45
.gitignore
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# Compiled output
|
||||
/dist
|
||||
/tmp
|
||||
/out-tsc
|
||||
/bazel-out
|
||||
|
||||
# Node
|
||||
/node_modules
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# IDEs and editors
|
||||
.idea/
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
.history/*
|
||||
|
||||
# Miscellaneous
|
||||
/.angular/cache
|
||||
.sass-cache/
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Ignore dist
|
||||
dist/
|
@ -1,3 +1,3 @@
|
||||
# Отчёты по лабораторным работам по дисциплине "Интернет-программирование"
|
||||
# Отчёт по лабораторной работе №3
|
||||
|
||||
Выберите нужную лабораторную работу из списка *веток*
|
||||
Файл отчета: `Отчет лаб3.docx`
|
||||
|
178
about_us.html
Normal file
@ -0,0 +1,178 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>О нас</title>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- Contact Info -->
|
||||
<section id="contact-info">
|
||||
<div class="container-md py-4">
|
||||
<div class="row gx-5 gy-5">
|
||||
<div class="col-lg-5">
|
||||
<h2 class="text-center mb-5">Контактные данные</h2>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Страна:</span> Россия
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Адрес:</span> 432029, Ульяновск
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Телефон:</span> +7 (987) 654 32-10
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Факс:</span> +49 221 95491533
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Электронная почта:</span> sigmacinema@gmail.com
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">ИНН:</span> 7743013902
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-7">
|
||||
<h2 class="text-center mb-5">Мы на карте</h2>
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed/v1/place?q=Ульяновск,+Россия,+432029&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"
|
||||
width="100%" height="500" allowfullscreen="" loading="lazy"
|
||||
referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Feedback -->
|
||||
<section id="feedback" class="bg-light">
|
||||
<div class="container-md py-4 mt-5">
|
||||
<div class="text-center">
|
||||
<h2>Остались вопросы?</h2>
|
||||
<p class="lead text-muted">Задайте ваш вопрос нашей службе поддержки - мы постараемся ответить на него в ближайшее время</p>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center mt-5">
|
||||
<div class="col-lg-6">
|
||||
<form>
|
||||
<label for="email" class="form-label">Ваш адрес электронной почты</label>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text"><i class="bi bi-envelope-fill"></i></span>
|
||||
<input type="email" class="form-control" id="email" placeholder="myemail@mail.com">
|
||||
</div>
|
||||
|
||||
<label for="name" class="form-label">Ваше имя</label>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text"><i class="bi bi-person-fill"></i></span>
|
||||
<input type="text" class="form-control" id="name" placeholder="Иванов Иван">
|
||||
</div>
|
||||
|
||||
<label for="subject" class="form-label">О чем ваш вопрос?</label>
|
||||
<div class="input-group mb-4">
|
||||
<span class="input-group-text"><i class="bi bi-chat-right-dots-fill"></i></span>
|
||||
<select id="subject" class="form-select">
|
||||
<option value="pricing" selected>Оплата подписки</option>
|
||||
<option value="content">Фильмы или сериалы</option>
|
||||
<option value="other">Другое</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<textarea id="query" class="form-control" style="height: 140px" placeholder="Ваш вопрос..."></textarea>
|
||||
|
||||
<div class="text-center mt-4">
|
||||
<button type="submit" class="btn btn-secondary" data-bs-toggle="modal" data-bs-target="#querry-modal">
|
||||
Отправить
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Querry Modal -->
|
||||
<div class="modal fade" id="querry-modal" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="modal-title">Ваш вопрос отправлен</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint natus cum nihil. Minus, porro.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html" class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О нас</a>
|
||||
<a href="admin_panel.html" class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
226
admin_panel.html
Normal file
@ -0,0 +1,226 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>CRUD администрирование</title>
|
||||
|
||||
<script type="module" src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="./node_modules/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet" />
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id="movies">
|
||||
<div class="container-md py-4 mb-4">
|
||||
<div class="text-center">
|
||||
<h2>Страница администратора</h2>
|
||||
<p class="lead text-muted">Выполнение CRUD-операций над фильмами или сериалами</p>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary" id="addMovieButton">Добавить запись</button>
|
||||
|
||||
<table id="items-table" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">№</th>
|
||||
<th scope="col" class="w-25">Название</th>
|
||||
<th scope="col" class="w-25">Категория</th>
|
||||
<th scope="col" class="w-25">Требуется подписка</th>
|
||||
<th scope="col" class="w-25">Год производства</th>
|
||||
<th scope="col"></th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr id="line-1">
|
||||
<th scope="row">1</th>
|
||||
<td>Американский психопат</td>
|
||||
<td>Фильм</td>
|
||||
<td>+</td>
|
||||
<td>1999</td>
|
||||
<td><a href="#"><i class="fa-solid fa-pencil"></i></a></td>
|
||||
<td><a href="#"><i class="fa-solid fa-trash"></i></a></td>
|
||||
</tr>
|
||||
|
||||
<tr id="line-2">
|
||||
<th scope="row">2</th>
|
||||
<td>Драйв</td>
|
||||
<td>Фильм</td>
|
||||
<td>-</td>
|
||||
<td>1999</td>
|
||||
<td><a href="#"><i class="fa-solid fa-pencil"></i></a></td>
|
||||
<td><a href="#"><i class="fa-solid fa-trash"></i></a></td>
|
||||
</tr>
|
||||
|
||||
<tr id="line-3">
|
||||
<th scope="row">3</th>
|
||||
<td>Острые козырьки</td>
|
||||
<td>Сериал</td>
|
||||
<td>-</td>
|
||||
<td>1999</td>
|
||||
<td><a href="#"><i class="fa-solid fa-pencil"></i></a></td>
|
||||
<td><a href="#"><i class="fa-solid fa-trash"></i></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html" class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О нас</a>
|
||||
<a href="admin_panel.html" class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- CRUD modal -->
|
||||
<div id="items-update" class="modal fade" tabindex="-1" data-bs-backdrop="static" data-bs-keyboard="false">
|
||||
<div class="modal-dialog">
|
||||
<form id="items-form" class="needs-validation" novalidate>
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 class="modal-title fs-5" id="items-update-title"></h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="text-center">
|
||||
<img id="image-preview" src="https://via.placeholder.com/200" class="image-preview"
|
||||
alt="placeholder">
|
||||
</div>
|
||||
<input id="items-line-id" type="number" hidden>
|
||||
|
||||
<div class="mb-2">
|
||||
<label for="item" class="form-label">Название</label>
|
||||
<input id="title" name="title" class="form-control" type="text" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="type" class="form-label">Тип</label>
|
||||
<select id="type" class="form-select" required>
|
||||
<option value="Фильм" selected>Фильм</option>
|
||||
<option value="Сериал">Сериал</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-check mb-3">
|
||||
<input type="checkbox" class="form-check-input" id="requiresSubscription">
|
||||
<label for="requiresSubscription" class="form-check-label">Требуется подписка</label>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label class="form-label" for="image">Постер</label>
|
||||
<input id="image" type="file" name="image" class="form-control" accept="image/*">
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label class="form-label" for="description">Описание</label>
|
||||
<textarea id="description" class="form-control" style="height: 140px"></textarea>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label class="form-label" for="releaseDate">Год производства</label>
|
||||
<input id="releaseDate" name="releaseDate" class="form-control" type="number" min="1900" step="1"
|
||||
required>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="country" class="form-label">Страна</label>
|
||||
<input id="country" name="country" class="form-control" type="text" required>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="tagline" class="form-label">Слоган</label>
|
||||
<input id="tagline" name="tagline" class="form-control" type="text" required>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="director" class="form-label">Режиссер</label>
|
||||
<input id="director" name="director" class="form-control" type="text" required>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="ageRating" class="form-label">Возрастное ограничение</label>
|
||||
<select id="ageRating" class="form-select" required>
|
||||
<option value="0+" selected>0+</option>
|
||||
<option value="6+">6+</option>
|
||||
<option value="12+">12+</option>
|
||||
<option value="16+">16+</option>
|
||||
<option value="18+">18+</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="video" class="form-label">URL видео</label>
|
||||
<input id="video" name="video" class="form-control" type="text" required>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Закрыть</button>
|
||||
<button type="submit" class="btn btn-primary">Сохранить</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import validation from "./js/validation";
|
||||
import { tableModal } from './js/admin_panel.js';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
validation();
|
||||
tableModal();
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
6
assets/footer/download-buttons/AppGallery.svg
Normal file
After Width: | Height: | Size: 14 KiB |
5
assets/footer/download-buttons/AppStore.svg
Normal file
After Width: | Height: | Size: 9.0 KiB |
5
assets/footer/download-buttons/GooglePlay.svg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/main-page/posters/AmericanPsycho.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
assets/main-page/posters/BetterCallSaul.png
Normal file
After Width: | Height: | Size: 329 KiB |
BIN
assets/main-page/posters/BladeRunner2049.jpg
Normal file
After Width: | Height: | Size: 970 KiB |
BIN
assets/main-page/posters/BreakingBad.png
Normal file
After Width: | Height: | Size: 365 KiB |
BIN
assets/main-page/posters/Drive.jpg
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
assets/main-page/posters/FightClub.png
Normal file
After Width: | Height: | Size: 299 KiB |
BIN
assets/main-page/posters/Joker.jpg
Normal file
After Width: | Height: | Size: 6.1 MiB |
BIN
assets/main-page/posters/NoCountryForOldMen.jpg
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
assets/main-page/posters/PeakyBlinders.png
Normal file
After Width: | Height: | Size: 292 KiB |
BIN
assets/main-page/posters/Pusher.png
Normal file
After Width: | Height: | Size: 343 KiB |
BIN
assets/main-page/posters/Scarface.png
Normal file
After Width: | Height: | Size: 269 KiB |
BIN
assets/main-page/posters/Sopranos.png
Normal file
After Width: | Height: | Size: 297 KiB |
BIN
assets/pricing/diamond.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/pricing/no-ads.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
120
index.html
Normal file
@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>СигмаТеатр</title>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id="movies">
|
||||
<div class="container-md py-4 mb-4">
|
||||
<div class="text-center">
|
||||
<h2>Самые базированные фильмы</h2>
|
||||
<p class="lead text-muted">Здесь собраны ваши любимые кинофильмы</p>
|
||||
</div>
|
||||
|
||||
<div class="row gx-5 gy-5 my-3">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="series" class="bg-light">
|
||||
<div class="container-md py-4">
|
||||
<div class="text-center">
|
||||
<h2>Популярные сериалы</h2>
|
||||
<p class="lead text-muted">Сериалы, главные герои которых - буквально вы</p>
|
||||
</div>
|
||||
|
||||
<div class="row gx-5 gy-5 my-3">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img
|
||||
src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img
|
||||
src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img
|
||||
src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html"
|
||||
class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика
|
||||
конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О
|
||||
нас</a>
|
||||
<a href="admin_panel.html"
|
||||
class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="module">
|
||||
import renderMovies from './js/main_page.js';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
renderMovies();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
145
js/admin_panel.js
Normal file
@ -0,0 +1,145 @@
|
||||
import {
|
||||
getMovies, createMovie, updateMovie, deleteMovie,
|
||||
} from './rest_api';
|
||||
|
||||
import { hideUpdateModal, showUpdateModal } from './table_modal';
|
||||
|
||||
import {
|
||||
controls, imagePlaceholder, addTableRow,
|
||||
} from './admin_panel_ui';
|
||||
|
||||
export async function showAllMovieEntries() {
|
||||
const tableBody = document.querySelector('tbody');
|
||||
console.log(tableBody);
|
||||
tableBody.innerHTML = '';
|
||||
|
||||
const movies = await getMovies();
|
||||
movies.forEach((movie, index) => {
|
||||
tableBody.appendChild(
|
||||
addTableRow(
|
||||
movie,
|
||||
index,
|
||||
() => showUpdateModal(movie),
|
||||
() => removeMovieObject(movie.id),
|
||||
),
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
async function addMovieObject(serializedMovieObject) {
|
||||
const data = await createMovie(serializedMovieObject);
|
||||
console.info("Added");
|
||||
console.info(data);
|
||||
|
||||
showAllMovieEntries();
|
||||
}
|
||||
|
||||
async function editMovieObject(id, serializedMovieObject) {
|
||||
const data = await updateMovie(id, serializedMovieObject);
|
||||
console.info("Updated");
|
||||
console.info(data);
|
||||
|
||||
showAllMovieEntries();
|
||||
}
|
||||
|
||||
async function removeMovieObject(id) {
|
||||
if (!confirm("Do you really want to remove this item?")) {
|
||||
console.info("Canceled");
|
||||
return;
|
||||
}
|
||||
|
||||
const data = await deleteMovie(id);
|
||||
console.info("Removed");
|
||||
console.info(data);
|
||||
|
||||
showAllMovieEntries();
|
||||
}
|
||||
|
||||
async function readFile(file) {
|
||||
const reader = new FileReader();
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
reader.onloadend = () => {
|
||||
const fileContent = reader.result;
|
||||
resolve(fileContent);
|
||||
};
|
||||
|
||||
reader.onerror = () => {
|
||||
reject(new Error("oops, something went wrong with the file reader."));
|
||||
};
|
||||
|
||||
reader.readAsDataURL(file);
|
||||
});
|
||||
}
|
||||
|
||||
async function updateImagePreview() {
|
||||
const file = controls.image.files[0];
|
||||
const fileContent = await readFile(file);
|
||||
|
||||
controls.imagePreview.src = fileContent;
|
||||
}
|
||||
|
||||
export function tableModal() {
|
||||
showAllMovieEntries();
|
||||
|
||||
controls.image.addEventListener("change", () => updateImagePreview());
|
||||
controls.button.addEventListener("click", () => showUpdateModal(null));
|
||||
|
||||
controls.form.addEventListener("submit", async (event) => {
|
||||
console.info("Form onSubmit");
|
||||
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
if (!controls.form.checkValidity()) {
|
||||
return;
|
||||
}
|
||||
|
||||
let imageBase64 = "";
|
||||
|
||||
if (controls.imagePreview.src !== imagePlaceholder) {
|
||||
const result = await fetch(controls.imagePreview.src);
|
||||
const blob = await result.blob();
|
||||
|
||||
imageBase64 = await readFile(blob);
|
||||
}
|
||||
|
||||
const currentId = controls.lineId.value;
|
||||
if (!currentId) {
|
||||
await addMovieObject(
|
||||
{
|
||||
title: controls.title.value,
|
||||
type: controls.type.value,
|
||||
requiresSubscription: controls.requiresSubscription.checked,
|
||||
poster: imageBase64,
|
||||
description: controls.description.value,
|
||||
releaseDate: controls.releaseDate.value,
|
||||
country: controls.country.value,
|
||||
tagline: controls.tagline.value,
|
||||
director: controls.director.value,
|
||||
ageRating: controls.ageRating.value,
|
||||
video: controls.video.value,
|
||||
},
|
||||
);
|
||||
} else {
|
||||
await editMovieObject(
|
||||
currentId,
|
||||
{
|
||||
title: controls.title.value,
|
||||
type: controls.type.value,
|
||||
requiresSubscription: controls.requiresSubscription.checked,
|
||||
poster: imageBase64,
|
||||
description: controls.description.value,
|
||||
releaseDate: controls.releaseDate.value,
|
||||
country: controls.country.value,
|
||||
tagline: controls.tagline.value,
|
||||
director: controls.director.value,
|
||||
ageRating: controls.ageRating.value,
|
||||
video: controls.video.value,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
hideUpdateModal();
|
||||
});
|
||||
}
|
65
js/admin_panel_ui.js
Normal file
@ -0,0 +1,65 @@
|
||||
export const controls = {
|
||||
button: document.getElementById("addMovieButton"),
|
||||
table: document.querySelector("#items-table tbody"),
|
||||
form: document.getElementById("items-form"),
|
||||
lineId: document.getElementById("items-line-id"),
|
||||
imagePreview: document.getElementById("image-preview"),
|
||||
|
||||
title: document.querySelector('#title'),
|
||||
type: document.querySelector('#type'),
|
||||
requiresSubscription: document.querySelector('#requiresSubscription'),
|
||||
image: document.querySelector('#image'),
|
||||
description: document.querySelector('#description'),
|
||||
releaseDate: document.querySelector('#releaseDate'),
|
||||
country: document.querySelector('#country'),
|
||||
tagline: document.querySelector('#tagline'),
|
||||
director: document.querySelector('#director'),
|
||||
ageRating: document.querySelector('#ageRating'),
|
||||
video: document.querySelector('#video'),
|
||||
};
|
||||
|
||||
export const imagePlaceholder = "https://via.placeholder.com/200";
|
||||
|
||||
export function createTableColumn(value) {
|
||||
const td = document.createElement("td");
|
||||
td.textContent = value;
|
||||
|
||||
return td;
|
||||
}
|
||||
|
||||
export function createTableAnchor(icon, callback) {
|
||||
const i = document.createElement("i");
|
||||
i.classList.add("fa-solid", icon);
|
||||
|
||||
const a = document.createElement("a");
|
||||
a.href = "#";
|
||||
a.appendChild(i);
|
||||
a.onclick = (event) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
callback();
|
||||
};
|
||||
|
||||
const td = document.createElement("td");
|
||||
td.appendChild(a);
|
||||
return td;
|
||||
}
|
||||
|
||||
export function addTableRow(movie, index, editCallback, deleteCallback) {
|
||||
const rowNumber = document.createElement("th");
|
||||
rowNumber.scope = "row";
|
||||
rowNumber.textContent = index + 1;
|
||||
|
||||
const row = document.createElement("tr");
|
||||
row.id = `line-${movie.id}`;
|
||||
|
||||
row.appendChild(rowNumber);
|
||||
row.appendChild(createTableColumn(movie.title));
|
||||
row.appendChild(createTableColumn(movie.type));
|
||||
row.appendChild(createTableColumn(movie.requiresSubscription === true ? 'Да' : 'Нет'));
|
||||
row.appendChild(createTableColumn(movie.releaseDate));
|
||||
row.appendChild(createTableAnchor("fa-pencil", editCallback));
|
||||
row.appendChild(createTableAnchor("fa-trash", deleteCallback));
|
||||
|
||||
return row;
|
||||
}
|
33
js/main_page.js
Normal file
@ -0,0 +1,33 @@
|
||||
import { getMovies } from './rest_api';
|
||||
|
||||
export async function renderMovies() {
|
||||
const moviesSection = document.querySelector('#movies');
|
||||
const moviesContainer = moviesSection.querySelector('.row');
|
||||
|
||||
const seriesSection = document.querySelector('#series');
|
||||
const seriesContainer = seriesSection.querySelector('.row');
|
||||
|
||||
moviesContainer.innerHTML = '';
|
||||
seriesContainer.innerHTML = '';
|
||||
|
||||
const movies = await getMovies();
|
||||
movies.forEach((movie) => {
|
||||
const movieTemplate = `
|
||||
<div class="col-6 col-lg-3">
|
||||
<a href="videoplayer.html?id=${movie.id}" class="text-decoration-none">
|
||||
<img src="${movie.poster}" class="img-fluid film-poster" alt="">
|
||||
<h5 class="text-black mt-3">${movie.title}</h5>
|
||||
<h6 class="text-secondary">${movie.requiresSubscription === true ? 'По подписке' : 'Бесплатно'}</h6>
|
||||
</a>
|
||||
</div>
|
||||
`;
|
||||
|
||||
if (movie.type === 'Фильм') {
|
||||
moviesContainer.innerHTML += movieTemplate;
|
||||
} else if (movie.type === 'Сериал') {
|
||||
seriesContainer.innerHTML += movieTemplate;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export default renderMovies;
|
70
js/rest_api.js
Normal file
@ -0,0 +1,70 @@
|
||||
const uri = "http://localhost:8081";
|
||||
|
||||
export async function getMovies() {
|
||||
const response = await fetch(`${uri}/movies`);
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
|
||||
return response.json();
|
||||
}
|
||||
|
||||
export async function getMovieById(id) {
|
||||
const response = await fetch(`${uri}/movies/${id}`);
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
|
||||
return response.json();
|
||||
}
|
||||
|
||||
export async function createMovie(serializedMovie) {
|
||||
console.log(serializedMovie);
|
||||
|
||||
const options = {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(serializedMovie),
|
||||
headers: {
|
||||
"Accept": "application/json",
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
};
|
||||
|
||||
const response = await fetch(`${uri}/movies`, options);
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
|
||||
return response.json();
|
||||
}
|
||||
|
||||
export async function updateMovie(id, serializedMovie) {
|
||||
const options = {
|
||||
method: "PUT",
|
||||
body: JSON.stringify(serializedMovie),
|
||||
headers: {
|
||||
"Accept": "application/json",
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
};
|
||||
|
||||
const response = await fetch(`${uri}/movies/${id}`, options);
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
|
||||
return response.json();
|
||||
}
|
||||
|
||||
export async function deleteMovie(id) {
|
||||
const options = {
|
||||
method: "DELETE",
|
||||
};
|
||||
|
||||
const response = await fetch(`${uri}/movies/${id}`, options);
|
||||
if (!response.ok) {
|
||||
throw response.statusText;
|
||||
}
|
||||
|
||||
return response.json();
|
||||
}
|
56
js/table_modal.js
Normal file
@ -0,0 +1,56 @@
|
||||
import { Modal } from "bootstrap";
|
||||
import { controls, imagePlaceholder } from "./admin_panel_ui";
|
||||
|
||||
const modal = document.getElementById("items-update");
|
||||
const myModal = modal ? new Modal(modal, {}) : null;
|
||||
|
||||
const modalTitle = document.getElementById("items-update-title");
|
||||
|
||||
function resetValues() {
|
||||
controls.lineId.value = "";
|
||||
controls.imagePreview.src = imagePlaceholder;
|
||||
|
||||
controls.title.value = "";
|
||||
controls.type.value = "";
|
||||
controls.requiresSubscription.checked = false;
|
||||
controls.image.value = "";
|
||||
controls.description.value = "";
|
||||
controls.releaseDate.value = "";
|
||||
controls.country.value = "";
|
||||
controls.tagline.value = "";
|
||||
controls.director.value = "";
|
||||
controls.ageRating.value = "";
|
||||
controls.video.value = "";
|
||||
}
|
||||
|
||||
export function showUpdateModal(item) {
|
||||
modalTitle.innerHTML = item === null ? "Добавить" : "Изменить";
|
||||
console.info(item);
|
||||
|
||||
if (item) {
|
||||
controls.lineId.value = item.id;
|
||||
controls.imagePreview.src = item.poster ? item.poster : imagePlaceholder;
|
||||
|
||||
controls.title.value = item.title;
|
||||
controls.type.value = item.type;
|
||||
controls.requiresSubscription.checked = item.requiresSubscription;
|
||||
controls.description.value = item.description;
|
||||
controls.releaseDate.value = item.releaseDate;
|
||||
controls.country.value = item.country;
|
||||
controls.tagline.value = item.tagline;
|
||||
controls.director.value = item.director;
|
||||
controls.ageRating.value = item.ageRating;
|
||||
controls.video.value = item.video;
|
||||
} else {
|
||||
resetValues();
|
||||
}
|
||||
|
||||
myModal.show();
|
||||
}
|
||||
|
||||
export function hideUpdateModal() {
|
||||
resetValues();
|
||||
controls.form.classList.remove("was-validated");
|
||||
|
||||
myModal.hide();
|
||||
}
|
16
js/validation.js
Normal file
@ -0,0 +1,16 @@
|
||||
function validation() {
|
||||
const forms = document.querySelectorAll("form.needs-validation");
|
||||
|
||||
forms.forEach((form) => {
|
||||
form.addEventListener("submit", (event) => {
|
||||
if (!form.checkValidity()) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
form.classList.add("was-validated");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
export default validation;
|
36
js/videoplayer.js
Normal file
@ -0,0 +1,36 @@
|
||||
import { getMovieById } from './rest_api';
|
||||
|
||||
export async function loadMovieData() {
|
||||
const id = new URLSearchParams(location.search).get('id');
|
||||
|
||||
const movie = await getMovieById(id);
|
||||
|
||||
document.querySelector('iframe').setAttribute('src', movie.video);
|
||||
document.querySelector('#movieTitle').innerHTML = movie.title;
|
||||
document.querySelector('#movieDescription').innerHTML = movie.description;
|
||||
|
||||
const movieInfoTemplate = `
|
||||
<h3>О фильме</h3>
|
||||
<ul class="list-group list-group-flush my-3">
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Год производства:</span> ${movie.releaseDate}
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Страна:</span> ${movie.country}
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Слоган:</span> <span class="text-secondary">«${movie.tagline}»</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Режиссер:</span> ${movie.director}
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Возраст:</span> ${movie.ageRating}
|
||||
</li>
|
||||
</ul>
|
||||
`;
|
||||
|
||||
document.querySelector('#movieInfoContainer').innerHTML = movieInfoTemplate;
|
||||
}
|
||||
|
||||
export default loadMovieData;
|
14
jsconfig.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2020",
|
||||
"jsx": "preserve",
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules/*"
|
||||
]
|
||||
}
|
173
login.html
Normal file
@ -0,0 +1,173 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Вход в аккаунт</title>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- Login -->
|
||||
<section id="login">
|
||||
<div class="container-sm py-4">
|
||||
<div class="text-center">
|
||||
<h2>Вход в аккаунт</h2>
|
||||
<p class="lead text-muted">Войдите в ваш аккаунт чтобы воспользоваться подпиской и иметь возможность отмечать желаемые фильмы</p>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center mt-5">
|
||||
<div class="col-lg-4">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="d-flex flex-row justify-content-center">
|
||||
<i class="bi bi-person-circle login-icon text-primary"></i>
|
||||
<p class="lead my-auto ms-3 text-primary">Вход</p>
|
||||
</div>
|
||||
|
||||
<form action="" class="my-3">
|
||||
<label for="email" class="form-label">Электронная почта</label>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text"><i class="bi bi-envelope-fill"></i></span>
|
||||
<input type="email" class="form-control" id="email" placeholder="myemail@mail.com">
|
||||
</div>
|
||||
|
||||
<label for="password" class="form-label">Пароль</label>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text"><i class="bi bi-lock-fill"></i></span>
|
||||
<input type="password" class="form-control" id="password">
|
||||
<div class="input-group-text" id="hidePassword">
|
||||
<a href=""><i class="bi bi-eye-fill"></i></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="input-group mt-4 d-flex justify-content-between">
|
||||
<div class="form-check">
|
||||
<input type="checkbox" class="form-check-input" id="formCheck">
|
||||
<label for="formCheck" class="form-check-label text-secondary"><small>Запомнить на этом компьютере</small></label>
|
||||
</div>
|
||||
<div class="forgot">
|
||||
<button class="btn btn-sm text-primary" data-bs-toggle="modal" data-bs-target="#forgot-modal" id="forgotPassword">Забыли пароль?</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-5">
|
||||
<button class="btn btn-primary">Войти</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html" class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О нас</a>
|
||||
<a href="admin_panel.html" class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- modal itself -->
|
||||
<div class="modal fade" id="forgot-modal" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="modal-title">Восстановление пароля</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>В поле ниже напишите адрес электроннной почты, с которой была совершена регистрация. На этот адрес придёт письмо с дальнейшеми указаниями.</p>
|
||||
<label for="modal-email" class="form-label mt-3">Адрес электронной почты:</label>
|
||||
<input type="text" class="form-control" id="modal-email" placeholder="myemail@mail.com">
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary">Отправить</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
document.querySelector('#hidePassword').addEventListener('click', (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
const inputField = document.querySelector('#password');
|
||||
|
||||
if (inputField.getAttribute('type') === 'password') {
|
||||
inputField.setAttribute('type', 'text');
|
||||
} else {
|
||||
inputField.setAttribute('type', 'password');
|
||||
}
|
||||
});
|
||||
|
||||
document.querySelector('#forgotPassword').addEventListener('click', (e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
4627
package-lock.json
generated
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "int-prog",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"vite": "vite",
|
||||
"serve": "http-server -p 3000 ./dist/",
|
||||
"build": "vite build",
|
||||
"rest": "json-server --watch data.json -p 8081",
|
||||
"dev": "npm-run-all --parallel rest vite",
|
||||
"prod": "npm-run-all build --parallel serve rest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"bootstrap": "^5.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "4.4.9",
|
||||
"eslint": "8.50.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"http-server": "14.1.1",
|
||||
"json-server": "0.17.4",
|
||||
"npm-run-all": "4.1.5"
|
||||
}
|
||||
}
|
160
pricing.html
Normal file
@ -0,0 +1,160 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Подписка</title>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!-- Subscrition Features -->
|
||||
<section id="subscription-features">
|
||||
<div class="container-md py-5 mb-0">
|
||||
<div class="text-center">
|
||||
<h2>Преимущества подписки</h2>
|
||||
<p class="lead text-muted">Всё лучшее - в одной подписке</p>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-between align-items-center my-5 gy-5">
|
||||
<div class="col-lg-6">
|
||||
<div class="d-flex flex-row align-items-center">
|
||||
<img src="assets/pricing/diamond.png" width="50px" height="100%" alt="">
|
||||
<div class="ms-3">
|
||||
<p class="lead">Большая коллекция</p>
|
||||
<p>Известные топовые фильмы и новинки</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div class="d-flex flex-row align-items-center">
|
||||
<img src="assets/pricing/no-ads.png" width="50px" height="100%" alt="">
|
||||
<div class="ms-3">
|
||||
<p class="lead">Без рекламы</p>
|
||||
<p>Видео не прервётся на самом интересном месте</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Pricing -->
|
||||
<section id="pricing" class="bg-light">
|
||||
<div class="container-md py-5">
|
||||
<div class="text-center">
|
||||
<h2>Подписка на кинотеатр</h2>
|
||||
<p class="lead text-muted">Выберите, какой план вам подходит больше всего</p>
|
||||
</div>
|
||||
|
||||
<div class="row my-5 justify-content-center align-items-center gy-3">
|
||||
<div class="col-8 col-lg-4 col-xl-3">
|
||||
<div class="card border-1">
|
||||
<div class="card-body text-center py-4">
|
||||
<h4 class="card-title">Большой Шлёппа</h4>
|
||||
<p class="lead card-subtitle">Подписка на неделю</p>
|
||||
<p class="display-5 my-4 text-primary fw-bold">49,99 ₽</p>
|
||||
<p class="card-text mx-5 text-muted d-none d-lg-block">Попробуйте и решите, нравится ли вам наш сервис</p>
|
||||
<a href="#" class="btn btn-outline-primary btn-lg mt-3">Купить</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-9 col-lg-4">
|
||||
<div class="card border-primary border-3 pb-3">
|
||||
<div class="card-header text-center text-primary">Самый популярный</div>
|
||||
<div class="card-body text-center py-5">
|
||||
<h4 class="card-title">Базированный гигачад</h4>
|
||||
<p class="lead card-subtitle">Подписка на месяц</p>
|
||||
<p class="display-4 my-4 text-primary fw-bold">149,99 ₽</p>
|
||||
<p class="card-text mx-5 text-muted d-none d-lg-block">Для тех, кто очень любит смотреть фильмы и сериалы по вечерам</p>
|
||||
<a href="#" class="btn btn-outline-primary btn-lg mt-4">Купить</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-8 col-lg-4 col-xl-3">
|
||||
<div class="card border-1">
|
||||
<div class="card-body text-center py-4">
|
||||
<h4 class="card-title">Райан Гослинг</h4>
|
||||
<p class="lead card-subtitle">Подписка на год</p>
|
||||
<p class="display-5 my-4 text-primary fw-bold">799,99 ₽</p>
|
||||
<p class="card-text mx-5 text-muted d-none d-lg-block">Если вдруг захотите остаться с нами подольше</p>
|
||||
<a href="#" class="btn btn-outline-primary btn-lg mt-3">Купить</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html" class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О нас</a>
|
||||
<a href="admin_panel.html" class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
54
style.css
Normal file
@ -0,0 +1,54 @@
|
||||
body{
|
||||
padding-top: 56px;
|
||||
}
|
||||
|
||||
.download-buttons-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.footer-navigation-button {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
.download-buttons-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.footer-navigation-button {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
.film-poster {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.login-icon {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.image-preview {
|
||||
border-radius: 20px;
|
||||
max-width: 200px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
overflow-y: initial !important
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
height: 80vh;
|
||||
overflow-y: auto;
|
||||
}
|
124
videoplayer.html
Normal file
@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Просмотр</title>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container-md">
|
||||
<a href="index.html" class="navbar-brand">
|
||||
<i class="bi bi-film"></i>
|
||||
<span class="fw-bold text-uppercase ms-2">СигмаТеатр</span>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-nav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse justify-content-end align-center" id="main-nav">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#movies" class="nav-link">Фильмы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="index.html#series" class="nav-link">Сериалы</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="about_us.html" class="nav-link">Справка</a>
|
||||
</li>
|
||||
<li class="nav-item me-3">
|
||||
<a href="login.html" class="nav-link">Вход в аккаунт</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none">
|
||||
<a href="pricing.html" class="nav-link text-light">Купить подписку</a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-inline">
|
||||
<a href="pricing.html" class="btn btn-light">Купить подписку</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id="player">
|
||||
<div class="container-md py-4 mb-4">
|
||||
<div class="ratio ratio-16x9 my-4">
|
||||
<iframe width="560" height="315" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
<p class="display-4" id="movieTitle">Бойцовский клуб</p>
|
||||
|
||||
<div class="row gx-5 gy-5 mb-4">
|
||||
<div class="col-lg-7">
|
||||
<h3>Описание</h3>
|
||||
<p class="my-4" id="movieDescription">
|
||||
Сотрудник страховой компании страдает хронической бессонницей и отчаянно пытается вырваться из мучительно скучной жизни. Однажды в очередной командировке он встречает некоего Тайлера Дёрдена — харизматического торговца мылом с извращенной философией. Тайлер уверен, что самосовершенствование — удел слабых, а единственное, ради чего стоит жить, — саморазрушение.<br><br> Проходит немного времени, и вот уже новые друзья лупят друг друга почем зря на стоянке перед баром, и очищающий мордобой доставляет им высшее блаженство. Приобщая других мужчин к простым радостям физической жестокости, они основывают тайный Бойцовский клуб, который начинает пользоваться невероятной популярностью.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-5" id="movieInfoContainer">
|
||||
<h3>О фильме</h3>
|
||||
<ul class="list-group list-group-flush my-3">
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Год производства:</span> 1999
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Страна:</span> США, Германия
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Слоган:</span> <span class="text-secondary">«Интриги. Хаос. Мыло»</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Режиссер:</span> Дэвид Финчер
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="fw-bold">Возраст:</span> 18+
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary">Посмотреть позже</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-auto">
|
||||
<div class="container-md py-2">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div>
|
||||
<div class="download-buttons-container justify-content-start">
|
||||
<a href="https://play.google.com/store/games?hl=ru&gl=US"><img src="assets/footer/download-buttons/GooglePlay.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.huawei.ru/appgallery/"><img src="assets/footer/download-buttons/AppGallery.svg" class="download-button" alt=""></a>
|
||||
<a href="https://www.apple.com/app-store/"><img src="assets/footer/download-buttons/AppStore.svg" class="download-button" alt=""></a>
|
||||
</div>
|
||||
<h6 class="text-secondary mt-3">© 2023 СигмаТеатр</h6>
|
||||
</div>
|
||||
<div class="download-buttons-container">
|
||||
<a href="index.html" class="text-secondary text-decoration-none footer-navigation-button">Главная</a>
|
||||
<a href="#" class="text-secondary text-decoration-none footer-navigation-button">Политика конфиденциальности</a>
|
||||
<a href="about_us.html" class="text-secondary text-decoration-none footer-navigation-button">О нас</a>
|
||||
<a href="admin_panel.html" class="text-secondary text-decoration-none footer-navigation-button">Страница администратора</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="module">
|
||||
import loadMovieData from './js/videoplayer.js';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
loadMovieData();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
18
vite.config.js
Normal file
@ -0,0 +1,18 @@
|
||||
import { resolve } from "path";
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
sourcemap: true,
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, "index.html"),
|
||||
page2: resolve(__dirname, "page2.html"),
|
||||
page3: resolve(__dirname, "page3.html"),
|
||||
page4: resolve(__dirname, "page4.html"),
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
BIN
Отчет лаб3.docx
Normal file
3
пример добавления.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Бегущий по лезвию - 2049
|
||||
В недалеком будущем мир населен людьми и репликантами, созданными выполнять самую тяжелую работу. Работа офицера полиции Кей — держать репликантов под контролем в условиях нарастающего напряжения. Он случайно становится обладателем секретной информации, которая ставит под угрозу существование всего человечества. Желая найти ключ к разгадке, Кей решает разыскать Рика Декарда — бывшего офицера специального подразделения полиции Лос-Анджелеса, который бесследно исчез много лет назад
|
||||
https://www.youtube.com/embed/tRcZ6yc1IMI?si=jhNRAis5XMW0yeH8
|