From 829c06d95f56ae32b781e41745d954071004793d Mon Sep 17 00:00:00 2001 From: Mateus Koppe Date: Sun, 6 Oct 2019 22:35:48 -0300 Subject: [PATCH 1/2] Add values information --- App/Views/auth/profile.php | 56 +++++++++++++++++++++++++++- App/Views/home.php | 58 +++++++++++++++++++++++++---- App/Views/layout/website/header.php | 7 +++- public/css/website/helpers.css | 4 ++ public/css/website/home.css | 16 +++++++- public/css/website/table.css | 4 ++ 6 files changed, 133 insertions(+), 12 deletions(-) diff --git a/App/Views/auth/profile.php b/App/Views/auth/profile.php index b27bf10..9b9fa1c 100644 --- a/App/Views/auth/profile.php +++ b/App/Views/auth/profile.php @@ -73,8 +73,60 @@ - Nenhuma incrição confirmada até o momento.
- Por favor, contate o CA para efetuar o pagamento de sua inscrição. +

Nenhuma incrição confirmada até o momento.
+ Por favor, contate o CA para efetuar o pagamento de sua inscrição.

+
+
+

Confira a tabela de preços da semana acâdemica!

+ + + + isInternal()): ?> + + + + + + + + isInternal()): ?> + + + + + + + + isInternal()): ?> + + + + + + + + isInternal()): ?> + + + + + +
LoteEstudante UFFSVisitante
1º loteR$ 5,00R$ 30,00
2º loteR$ 10,00R$ 35,00
No diaR$ 15,00R$ 40,00
+
+
+
+

Formas de pagamento

+
+
+

Transferencia bancaria

+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium cum nulla laborum, sunt omnis temporibus nihil dolores

+
+
+

Dinheiro

+

Pagamento por dinheiro nas mãos de algum membro do CA. Para entrar com contato em o CA envie um e-mail para ... ou entre em contato pelas redes sociais:

+
+
+ diff --git a/App/Views/home.php b/App/Views/home.php index 49f813c..4008ef8 100644 --- a/App/Views/home.php +++ b/App/Views/home.php @@ -66,7 +66,7 @@ -
+ -
+
-

Programação

+

Programação

- +
@@ -157,6 +157,50 @@
-
- + +
+ +
+
+

Valores

+
+
+

Confira a tabela de preços da semana acâdemica!

+ + + + + + + + + + + + + + + + + + + + + +
LoteEstudante UFFSVisitante
1º loteR$ 5,00R$ 30,00
2º loteR$ 10,00R$ 35,00
No diaR$ 15,00R$ 40,00
+
+
+

Formas de pagamento

+
+
+

Transferencia bancaria

+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium cum nulla laborum, sunt omnis temporibus nihil dolores

+
+
+

Dinheiro

+

Pagamento por dinheiro nas mãos de algum membro do CA. Para entrar com contato em o CA envie um e-mail para ... ou entre em contato pelas redes sociais:

+
+
+
+
\ No newline at end of file diff --git a/App/Views/layout/website/header.php b/App/Views/layout/website/header.php index 2eadb12..dae7f8b 100644 --- a/App/Views/layout/website/header.php +++ b/App/Views/layout/website/header.php @@ -20,6 +20,7 @@ "> "> + "> "> "> "> @@ -51,8 +52,9 @@
diff --git a/App/Views/event/edit.php b/App/Views/event/edit.php index 85de7f0..7c3c277 100644 --- a/App/Views/event/edit.php +++ b/App/Views/event/edit.php @@ -93,7 +93,7 @@ diff --git a/App/Views/home.php b/App/Views/home.php index 4008ef8..6fe0782 100644 --- a/App/Views/home.php +++ b/App/Views/home.php @@ -139,8 +139,10 @@
description?>
+ speaker)): ?> Palestrante: - speaker) ? $event->speaker : 'Fausto Silva' ?>
+ speaker ?>
+ Início: time . ' hrs'?>
diff --git a/App/router.php b/App/router.php index 6094dc6..efbeaa1 100644 --- a/App/router.php +++ b/App/router.php @@ -48,6 +48,7 @@ $app->get('/perfil', 'App\Controllers\AuthController:profile'); $app->post('/perfil/atualizar', 'App\Controllers\AuthController:profileUpdate'); +$app->get('/admin', 'App\Controllers\HomeController:dashboard'); $app->get('/admin/permissoes', 'App\Controllers\UserController:index'); $app->post('/admin/permissoes/{id}', 'App\Controllers\UserController:update');