это ужас
This commit is contained in:
parent
f6696cd135
commit
4598658623
@ -20,7 +20,8 @@
|
||||
</div>
|
||||
<div class="d-flex mb-2 gap-1">
|
||||
<div class="input-group" style="width: auto;">
|
||||
|
||||
<input id="page-input" type="number" min="1" value="@ViewBag.Page" max="@ViewBag.NumberOfPages" class="form-control" style="max-width: 5em">
|
||||
<span class="input-group-text">/ @ViewBag.NumberOfPages</span>
|
||||
</div>
|
||||
<a href="/Home/Rating?page=@ViewBag.Page" id="go-button" class="button-primary">
|
||||
Перейти
|
||||
|
@ -1,44 +0,0 @@
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "FormationDinner";
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Формирование заказов</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="text-center">
|
||||
@{
|
||||
if (Model == null)
|
||||
{
|
||||
<h3 class="display-4">Авторизируйтесь</h3>
|
||||
return;
|
||||
}
|
||||
|
||||
<p>
|
||||
<a asp-action="Create">Создать заказ</a>
|
||||
</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Номер
|
||||
</th>
|
||||
<th>
|
||||
Дата создания
|
||||
</th>
|
||||
<th>
|
||||
Цена
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach (var item in Model)
|
||||
{
|
||||
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
}
|
||||
</div>
|
@ -4,5 +4,5 @@
|
||||
<h1 class="display-4 text-center">Мы Вас не ждали, зло пожаловать!</h1>
|
||||
|
||||
<div class="text-center">
|
||||
<p><img src="/images/logo.png" alt="Logo" /></p>
|
||||
<p><img src="/images/logo.png" alt="Logo" /></p>
|
||||
</div>
|
@ -1,6 +0,0 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
Loading…
Reference in New Issue
Block a user