Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
pad-upe
Commits
937b4d53
Unverified
Commit
937b4d53
authored
May 23, 2024
by
Alisson Albuquerque
Committed by
GitHub
May 23, 2024
Browse files
Merge pull request #16 from alissonalbuquerque/text_fix
Correções de gramática e padronização
parents
2c316945
f1302172
Changes
15
Hide whitespace changes
Inline
Side-by-side
resources/lang/en/auth.php
View file @
937b4d53
...
@@ -13,7 +13,7 @@ return [
...
@@ -13,7 +13,7 @@ return [
|
|
*/
*/
'failed'
=>
'Verifique se o e-mail e a senha estão corretos'
,
'failed'
=>
'Verifique se o e-mail e a senha estão corretos
.
'
,
'password'
=>
'A senha fornecida está incorreta.'
,
'password'
=>
'A senha fornecida está incorreta.'
,
'throttle'
=>
'Muitas tentativas de login incorretas. Por favor tente de novo em :seconds segundos.'
,
'throttle'
=>
'Muitas tentativas de login incorretas. Por favor tente de novo em :seconds segundos.'
,
...
...
resources/views/auth/forgot-password.blade.php
View file @
937b4d53
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
@
csrf
@
csrf
<!--
Email
Address
-->
<!--
Email
Address
-->
<
div
class
=
"form-group mt-3"
>
<
div
class
=
"form-group mt-3"
>
<
label
class
=
"label"
for
=
"name"
>
Endereço
de
email
</
label
>
<
label
class
=
"label"
for
=
"name"
>
Endereço
de
e
-
mail
</
label
>
<
input
type
=
"email"
name
=
"email"
class
=
"form-control"
placeholder
=
"ex: usuario@upe.br"
:
value
=
"old('email')"
required
autofocus
/>
<
input
type
=
"email"
name
=
"email"
class
=
"form-control"
placeholder
=
"ex: usuario@upe.br"
:
value
=
"old('email')"
required
autofocus
/>
</
div
>
</
div
>
<!--
Email
Address
-->
<!--
Email
Address
-->
...
...
resources/views/auth/login.blade.php
View file @
937b4d53
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
<!--
Informações
-->
<!--
Informações
-->
<
div
class
=
"half p-4 py-md-5 bg-primary"
>
<
div
class
=
"half p-4 py-md-5 bg-primary"
>
<
div
class
=
"w-100"
>
<
div
class
=
"w-100"
>
<
h4
class
=
"mb-4"
>
Informações
</
h4
>
<
h4
class
=
"mb-4"
>
Bem
-
vindo
(
a
)
ao
PDA
!
</
h4
>
</
div
>
</
div
>
<
p
class
=
"w-100 text-center"
>
Bem
-
Vindo
(
a
)
ao
PDA
</
p
>
<
p
class
=
"w-100 text-center"
>
Como
entrar
pela
primeira
vez
:
</
p
>
<!--
<
p
class
=
"w-100 text-center text-danger"
>
Serviço
em
ajuste
.
Em
breve
,
será
novamente
liberado
</
p
>
-->
<!--
<
p
class
=
"w-100 text-center text-danger"
>
Serviço
em
ajuste
.
Em
breve
,
será
novamente
liberado
</
p
>
-->
<
p
class
=
"w-100 text-center"
>
O
primeiro
acesso
deve
ser
realizado
utilizando
o
seu
e
-
mail
institucional
como
login
e
parte
local
do
email
como
senha
.
</
p
>
<
p
class
=
"w-100 text-center"
>
O
primeiro
acesso
deve
ser
realizado
utilizando
o
seu
e
-
mail
institucional
como
login
e
parte
local
do
email
como
senha
.
</
p
>
<
p
class
=
"w-100 font-weight-bold"
>
Exemplo
:
</
p
>
<
p
class
=
"w-100 font-weight-bold"
>
Exemplo
:
</
p
>
...
...
resources/views/auth/main.blade.php
View file @
937b4d53
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
</header>
</header>
<div
class=
"stylo p-3 n-flex"
>
<div
class=
"stylo p-3 n-flex"
>
<h2>
Portal de acesso ao
</h2>
<!--
<h2>Portal de acesso ao</h2>
-->
<h3>
Plano Docente de Atividades - PDA
</h3>
<h3>
Portal de acesso ao
Plano Docente de Atividades - PDA
</h3>
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<footer
class=
"pt-3 my-3 align-items-center border-top"
alt=
"Max-width 100%"
>
<footer
class=
"pt-3 my-3 align-items-center border-top"
alt=
"Max-width 100%"
>
<div
class=
"w-100"
>
<div
class=
"w-100"
>
<p
class=
"copyright-upe d-flex text-center text-muted justify-content-center"
>
<p
class=
"copyright-upe d-flex text-center text-muted justify-content-center"
>
Copyright
Ⓒ
2022. Universidade de Pernambuco - Todos os direitos reservados
Copyright
Ⓒ
2022. Universidade de Pernambuco - Todos os direitos reservados
.
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
resources/views/layouts/app.blade.php
View file @
937b4d53
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</div>
</div>
<footer
class=
"pt-3 my-3 text-center text-muted align-items-center border-top"
>
<footer
class=
"pt-3 my-3 text-center text-muted align-items-center border-top"
>
Copyright
©
2022. Universidade de Pernambuco - Todos os direitos reservados
Copyright
©
2022. Universidade de Pernambuco - Todos os direitos reservados
.
</footer>
</footer>
@include('layouts.user-jquery.jquery_all_users')
@include('layouts.user-jquery.jquery_all_users')
@if(Auth::user()->isTypeAdmin())
@if(Auth::user()->isTypeAdmin())
...
...
resources/views/layouts/guest.blade.php
View file @
937b4d53
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
</header>
</header>
<div
class=
"stylo p-3 n-flex"
>
<div
class=
"stylo p-3 n-flex"
>
<h2>
Portal de acesso ao
</h2>
<!--
<h2>Portal de acesso ao</h2>
-->
<h3>
Plano de Atividades Docentes - PDA
</h3>
<h3>
Portal de acesso ao
Plano de Atividades Docentes - PDA
</h3>
</div>
</div>
<section
class=
"ftco-section"
>
<section
class=
"ftco-section"
>
...
...
resources/views/layouts/main.blade.php
View file @
937b4d53
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</div>
</div>
<footer
class=
"pt-3 my-3 text-center text-muted align-items-center border-top"
>
<footer
class=
"pt-3 my-3 text-center text-muted align-items-center border-top"
>
Copyright
©
2022. Universidade de Pernambuco - Todos os direitos reservados
Copyright
©
2022. Universidade de Pernambuco - Todos os direitos reservados
.
</footer>
</footer>
@include('layouts.user-jquery.jquery_all_users')
@include('layouts.user-jquery.jquery_all_users')
@if (Auth::user()->isTypeAdmin())
@if (Auth::user()->isTypeAdmin())
...
...
resources/views/layouts/user-dashboard/dashboard_admin.blade.php
View file @
937b4d53
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<h1
class=
"h2"
>
Bem
V
indo ao PDA
</h1>
<h1
class=
"h2"
>
Bem
-v
indo ao PDA
!
</h1>
</div>
</div>
</div>
</div>
\ No newline at end of file
resources/views/layouts/user-dashboard/dashboard_avaliador.blade.php
View file @
937b4d53
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<h1
class=
"h2"
>
Bem
V
indo ao PDA
</h1>
<h1
class=
"h2"
>
Bem
-v
indo ao PDA
!
</h1>
</div>
</div>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
<h3>
<h3>
...
...
resources/views/layouts/user-dashboard/dashboard_coordinator.blade.php
View file @
937b4d53
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
class=
"tab-pane active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<h1
class=
"h2"
>
Bem
V
indo ao PDA
</h1>
<h1
class=
"h2"
>
Bem
-v
indo ao PDA
!
</h1>
</div>
</div>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
<h2
class=
"h3"
>
<h2
class=
"h3"
>
...
...
resources/views/layouts/user-dashboard/dashboard_teacher.blade.php
View file @
937b4d53
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<
div
class
=
"tab-pane active"
id
=
"home"
role
=
"tabpanel"
aria
-
labelledby
=
"home-tab"
>
<
div
class
=
"tab-pane active"
id
=
"home"
role
=
"tabpanel"
aria
-
labelledby
=
"home-tab"
>
<
div
class
=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<
div
class
=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<
h1
class
=
"h2"
>
Bem
V
indo
ao
PDA
</
h1
>
<
h1
class
=
"h2"
>
Bem
-
v
indo
ao
PDA
!
</
h1
>
</
div
>
</
div
>
<
div
class
=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
<
div
class
=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
>
{{
--
<
h3
>
{{
--
<
h3
>
...
...
resources/views/pad/admin/index.blade.php
View file @
937b4d53
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
<
tr
>
<
tr
>
<
th
scole
=
"col"
>
#</th>
<
th
scole
=
"col"
>
#</th>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Data
de
i
nício
</
th
>
<
th
scole
=
"col"
>
I
nício
</
th
>
<
th
scole
=
"col"
>
Data
de
fim
</
th
>
<
th
scole
=
"col"
>
Final
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Opções
</
th
>
<
th
scole
=
"col"
>
Opções
</
th
>
</
tr
>
</
tr
>
...
...
resources/views/users/_form.blade.php
View file @
937b4d53
...
@@ -55,8 +55,8 @@
...
@@ -55,8 +55,8 @@
<
div
class
=
"mb-4 col-12"
>
<
div
class
=
"mb-4 col-12"
>
<
div
class
=
"form-group"
>
<
div
class
=
"form-group"
>
<
label
class
=
"form-label"
for
=
"email"
>
E
-
M
ail
</
label
>
<
label
class
=
"form-label"
for
=
"email"
>
E
-
m
ail
</
label
>
<
input
type
=
"text"
name
=
"email"
id
=
"email"
class
=
"form-control @error('email') is-invalid @enderror"
placeholder
=
"E-
M
ail"
value
=
"{{
$model->exists
?
$model->email
: old('email') }}"
>
<
input
type
=
"text"
name
=
"email"
id
=
"email"
class
=
"form-control @error('email') is-invalid @enderror"
placeholder
=
"E-
m
ail"
value
=
"{{
$model->exists
?
$model->email
: old('email') }}"
>
@
include
(
'components.divs.errors'
,
[
'field'
=>
'email'
])
@
include
(
'components.divs.errors'
,
[
'field'
=>
'email'
])
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/users/_search.blade.php
View file @
937b4d53
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<div
class=
"mb-3 col-6"
>
<div
class=
"mb-3 col-6"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"form-label"
for=
"email"
>
E-
M
ail
</label>
<label
class=
"form-label"
for=
"email"
>
E-
m
ail
</label>
<input
type=
"email"
name=
"email"
id=
"email"
class=
"form-control"
placeholder=
"E-
M
ail"
value=
"{{ $model->email }}"
>
<input
type=
"email"
name=
"email"
id=
"email"
class=
"form-control"
placeholder=
"E-
m
ail"
value=
"{{ $model->email }}"
>
</div>
</div>
</div>
</div>
...
...
resources/views/users/index.blade.php
View file @
937b4d53
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Email
</
th
>
<
th
scole
=
"col"
>
E
-
mail
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Campus
</
th
>
<
th
scole
=
"col"
>
Campus
</
th
>
<
th
scole
=
"col"
>
Curso
</
th
>
<
th
scole
=
"col"
>
Curso
</
th
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment