Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1311 Разработка системы заявок для 3д печати
project_1311
Commits
d8b618c9
Unverified
Commit
d8b618c9
authored
2 years ago
by
chirpy7775
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Update appform.html
parent
8958da82
develop
#10-бэк-входа-в-личный-кабинет
#11-Верстка-статуса-заказа
#12-Написать-server-side-валидаторы-для-формы
#14_привязка_юзера_к_заявке
#15-Верстка-инструкции
#16-реализация-вкладки-профиль
#20-Переверстать-админку
#21-Очистка-ненужных-файлов
#22-дописать-изменение-заявки
#24-Исправить-недорабки-дизайна
#6-Верстка-подачи-заявки
#8-Backend-of-BESREZEN
#8_Backend
#9-Верстка-входа-в-личный-кабинет
#Разработка-новой-админки
crossserver
database
feature/modular-api
profile
revert-7060de16
withBot
xserver
№1_bot_start
№3_bot_fix
1 merge request
!1
#6 верстка подачи заявки
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev/req3d/appform/templates/appform/appform.html
+40
-39
dev/req3d/appform/templates/appform/appform.html
with
40 additions
and
39 deletions
+40
-39
dev/req3d/appform/templates/appform/appform.html
+
40
−
39
View file @
d8b618c9
{% extends 'base_generic.html' %}
{% block title %}3D MIEM{% endblock %}
{% block content %}
<style>
.center
{
display
:
flex
;
...
...
@@ -11,54 +11,55 @@
margin-bottom
:
48px
;
}
h1
{
margin
:
0
;
font-size
:
32px
;
margin-bottom
:
16px
;
}
.button
{
display
:
inline-block
;
padding
:
15px
25px
;
cursor
:
pointer
;
text-align
:
center
;
text-decoration
:
none
;
outline
:
none
;
color
:
black
;
background-color
:
#d6e6ff
;
border
:
none
;
border-radius
:
30px
;
}
.button
:hover
{
background-color
:
#BDD6FF
}
.button
:active
{
background-color
:
#A3C7FF
;
}
form
{
margin
:
0
auto
;
padding
:
16px
;
max-width
:
600px
;
border-radius
:
6px
;
box-shadow
:
0
0
0px
rgba
(
0
,
0
,
0
,
0.2
);
background-color
:
#fff
;
}
table
{
margin-bottom
:
20px
;
/* Add margin to the bottom of the form */
}
td
,
th
{
padding
:
10px
;
font-weight
:
normal
;
}
tr
{
height
:
50px
;
}
.form-description
{
margin-bottom
:
30px
;
font-size
:
20px
;
text-align
:
center
;
color
:
#666
;
}
</style>
<div
class=
"center"
>
<h1>
Подача заявки на 3D печать
</h1>
<div
class=
"form-description"
>
<p>
СРОК РАССМОТРЕНИЯ ЗАЯВКИ МОЖЕТ ВАРЬИРОВАТЬСЯ ОТ 1 РАБОЧЕГО ДНЯ ДО 3Х
</p>
<div
class=
"mt-auto"
style=
"padding: 5% 0 10% 0;"
>
<div
class=
"container p-4"
>
<p
class=
'text-center mb-4 display-6'
>
<strong>
Подача заявки на 3D печать
</strong>
<br>
</p>
<p
class=
'text-center mb-4 fs-4'
>
<small
class=
"text-muted"
>
СРОК РАССМОТРЕНИЯ ЗАЯВКИ МОЖЕТ ВАРЬИРОВАТЬСЯ ОТ 1 РАБОЧЕГО ДНЯ ДО 3Х
</small>
</p>
</div>
<form
method=
"POST"
>
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<button
type=
"submit"
>
Заказать
</button>
</form>
<div
class=
"d-flex justify-content-center align-items-center"
style=
"margin-left: 100px;"
>
<form
method=
"POST"
>
{% csrf_token %}
<table
style=
"margin-bottom: 10px"
>
{{ form.as_table }}
</table>
<button
type=
"submit"
class=
"button"
>
Заказать
</button>
</form>
</div>
</div>
{% endblock %}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets