mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Melhorias
Alterar a ordem de apresentação do pop up sobre a recorrencia - Apresentar logo após o click no botão de edição do evento; A app não envia o comentario na revisão de eventos; Ao remover a recorrência do evento a app não remove os eventos da Agenda
This commit is contained in:
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
* {
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f7fb;
|
||||
padding: 35px;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
||||
thead {
|
||||
background: #ECECEC;
|
||||
}
|
||||
|
||||
thead tr th {
|
||||
padding: 4px;
|
||||
color: rgb(27, 27, 27);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tbody tr td {
|
||||
padding: 4px;
|
||||
color: #292929;
|
||||
width: 33.3333%;
|
||||
}
|
||||
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
padding: 30px 30px 0px 30px;
|
||||
background-color: white !important;
|
||||
margin: auto 0px;
|
||||
margin: 0px auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
main {
|
||||
background-color: white !important;
|
||||
width: 680px;
|
||||
margin: 0px auto;
|
||||
box-shadow: 0px 0px 100px #e8e8e8;
|
||||
}
|
||||
footer {
|
||||
width: 680px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #DDDDDD;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.px-40 { padding: 0px 40px; }
|
||||
.pb-40 { padding-bottom: 40px; }
|
||||
.pa-40 { padding: 40px; }
|
||||
.pa-30 { padding: 30px; }
|
||||
|
||||
.f-22 { font-size: 22px; }
|
||||
.f-13 { font-size: 13px;}
|
||||
.f-weight-600 { font-weight: 600; }
|
||||
.ma-15 { margin: 15px; }
|
||||
.text-center { text-align:center }
|
||||
.width-100 { width: 100%; }
|
||||
|
||||
.text-gray { color: rgb(169, 169, 169); }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main >
|
||||
|
||||
<div class="header" class="pa-40">
|
||||
<img class="ma-15" src="https://gwjkdh.stripocdn.email/content/guids/videoImgGuid/images/governo_de_angola_horizontal_logo_MH1.png" style="display:block; border:0; text-decoration:none;" alt="Logo" title="Logo" width="160" height="136">
|
||||
<p class="f-weight-600 f-22 ma-15">República De Angola</p>
|
||||
<p class="f-weight-600 f-22 ma-15">Gabinete do Presidente da República</p>
|
||||
<p class="f-weight-600 f-22 ma-15">Convite para reunião</p>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
<div class="pa-40">
|
||||
<p class="f-weight-600 text-center" >Agenda da semana</p>
|
||||
<table class="width-100">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Localiizasção
|
||||
</th>
|
||||
<th>
|
||||
Data
|
||||
</th>
|
||||
<th>
|
||||
Assunto
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td >Palácio Presidencial de</td>
|
||||
<td >15 de Julho de 2024 19:00</td>
|
||||
<td >Luanda</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td >Palácio Presidencial de</td>
|
||||
<td >15 de Julho de 2024 19:00</td>
|
||||
<td >Luanda</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td >Palácio Presidencial de</td>
|
||||
<td >15 de Julho de 2024 19:00</td>
|
||||
<td >Luanda</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
<div class="px-40 pb-40">
|
||||
<div>
|
||||
<p class="text-gray f-13 d-block ">Importante</p>
|
||||
<span class="d-block ">Caso tenha recebido esta mensagem por engano, por favor informe por o e-mail:</span>
|
||||
<span class="d-block "> <a href="notificacoes@oapr.gov.ao" target="_blank">notificacoes@oapr.gov.ao</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p> Gabinete Digital - Uma iniciativa do Presidente da República</p>
|
||||
</footer>
|
||||
</body>
|
||||
Reference in New Issue
Block a user