-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCategoryTableRemoveSuccess.html
237 lines (232 loc) · 7.57 KB
/
CategoryTableRemoveSuccess.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html>
<head>
<title>Operação concluída | IVM Manager</title>
<meta
name="description"
content="Projeto de Bases de Dados (LEIC-A 2021/22) - Grupo 123"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./static/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./static/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./static/icons/favicon-16x16.png"
/>
<link rel="manifest" href="static/icons/site.webmanifest" />
<link
rel="mask-icon"
href="./static/icons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="theme-color" content="#ffffff" />
<style>
/* Fonts */
@font-face {
font-family: "Klavika-Light";
src: url("./static/fonts/klavika-light.otf");
}
.k-l {
font-family: "Klavika-Light";
}
@font-face {
font-family: "Klavika-Medium";
src: url("./static/fonts/klavika-medium.otf");
}
.k-m {
font-family: "Klavika-Medium";
}
@font-face {
font-family: "Klavika-Medium-Italic";
src: url("./static/fonts/klavika-medium-italic.otf");
}
.k-m-i {
font-family: "Klavika-Medium-Italic";
}
a.btn-primary:link,
a.btn-primary:visited {
background-color: rgb(5, 161, 230) !important;
border-color: #05a1e6 !important;
}
a.btn-primary:hover {
background-color: #0480b8 !important;
border-color: #0480b8 !important;
box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.1) !important;
}
table {
border-collapse: collapse;
width: 60%;
}
td,
th {
text-align: left;
padding: 5px;
border-right: 1.5px solid rgb(255, 255, 255, 0.5);
}
tr:nth-child(even) {
background-color: rgba(255, 255, 255, 0.25);
}
</style>
<!-- Vectors-->
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
style="display: none"
>
<symbol id="left-arrow" viewBox="0 0 16 16">
<path
d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"
/>
</symbol>
<symbol id="right-arrow" viewBox="0 0 16 16">
<path
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</symbol>
<symbol id="cross" viewBox="0 0 16 16">
<path
d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"
/>
</symbol>
<symbol id="plus" viewBox="0 0 16 16">
<path
d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"
/>
</symbol>
<symbol id="person" viewBox="0 0 16 16">
<path
d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"
/>
</symbol>
<symbol id="home" viewBox="0 0 16 16">
<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>
</symbol>
</svg>
</svg>
</head>
<!--##########################################################################################################################-->
<body
class="d-flex flex-column min-vh-100"
background="./static/images/tecnico.png"
style="color: rgb(255, 255, 255)"
>
<!-- Top row -->
<div class="row" style="background-color: rgba(60, 60, 60, 0.8)">
<div class="col-sm-4">
<div class="d-flex justify-content-center">
<img
style="margin-top: 20px; margin-bottom: 20px"
src="./static/images/tecnico.svg"
alt="Instituto Superior Técnico"
width="150"
/>
</div>
</div>
<div class="col-sm-8">
<div style="margin-left: 30px; margin-top: 17.5px; margin-bottom: 25px">
<h3 class="k-m-i">IVM Manager</h3>
<h4 class="k-l" style="line-height: 10px">
Gestão de máquinas de venda inteligentes
</h4>
</div>
</div>
</div>
<!-- Functionality -->
<div class="text-center k-l">
<div>
<a href="category_table" class="mt-4 btn btn-primary me-2" style="width:60px">
<svg class="bi" width="24" height="24" fill="white">
<use xlink:href="#left-arrow" />
</svg>
</a>
<a href="../{{ FILENAME }}/" class="mt-4 btn btn-primary ms-2" style="width:60px">
<svg class="bi" width="16" height="16" fill="white">
<use xlink:href="#home" />
</svg>
</a>
</div>
<h3 class="mt-3 k-m" style="text-shadow: 2px 2px #0480b8">
Operação concluída
</h3>
<h5 class="mt-1 k-l" style="text-shadow: 0 0 4px #000000">
A categoria <b>{{ c_name }}</b> foi removida com sucesso!
</h5>
</div>
<!-- Bottom row -->
<div class="row mt-auto" style="background-color: rgba(60, 60, 60, 0.8)">
<div class="col-sm-5">
<div
class="k-m"
style="margin-top: 30px; margin-bottom: 30px; margin-left: 30px"
>
<h5 class="k-m-i">Intelligent Vending Machine Manager™</h5>
<h6 class="k-m">
Projeto de Bases de Dados (LEIC-A 21/22) - Grupo 123
</h6>
<h6 class="k-l" style="color: rgb(170, 170, 170)">
© Instituto Superior Técnico, 2022
</h6>
</div>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-5">
<div
class="k-m"
style="margin-top: 30px; margin-bottom: 30px; margin-left: 30px"
>
<h5 class="k-m">Feito com 💙 por:</h5>
<div class="k-m">
<svg
class="bi"
width="20"
height="20"
fill="white"
style="margin-right: 5px"
>
<use xlink:href="#person" /></svg
>Inês Oliveira         
<svg
class="bi"
width="20"
height="20"
fill="white"
style="margin-right: 5px"
>
<use xlink:href="#person" /></svg
>João Cardoso         
<svg
class="bi"
width="20"
height="20"
fill="white"
style="margin-right: 5px"
>
<use xlink:href="#person" /></svg
>José João Ferreira
</div>
</div>
</div>
</div>
</body>
</html>