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
fe1ebec0
Commit
fe1ebec0
authored
Nov 01, 2023
by
alisson
Browse files
update de strings de pads
parent
8a932f92
Changes
21
Hide whitespace changes
Inline
Side-by-side
resources/views/auth/main.blade.php
View file @
fe1ebec0
<!doctype html>
<!doctype html>
<html
lang=
"pt-br"
>
<html
lang=
"pt-br"
>
<head>
<head>
<title>
P
A
D - Plano de Avaliação Docente
</title>
<title>
PD
A
- Plano de Avaliação Docente
</title>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
...
...
resources/views/avaliador-pad/create.blade.php
View file @
fe1ebec0
<div
class=
"mb-3"
>
<div
class=
"mb-3"
>
<h3
class=
"h3"
>
Cadastrar Professor (P
A
D)
</h3>
<h3
class=
"h3"
>
Cadastrar Professor (PD
A
)
</h3>
</div>
</div>
<form
id=
"form-user_pad"
action=
"{{ route('user-pad_store') }}"
method=
"post"
>
<form
id=
"form-user_pad"
action=
"{{ route('user-pad_store') }}"
method=
"post"
>
...
...
resources/views/avaliator-pad/create.blade.php
View file @
fe1ebec0
<div
class=
"mb-3"
>
<div
class=
"mb-3"
>
<h3
class=
"h3"
>
Cadastrar Avaliador (P
A
D)
</h3>
<h3
class=
"h3"
>
Cadastrar Avaliador (PD
A
)
</h3>
</div>
</div>
<form
id=
"form-user_pad"
action=
"{{ route('avaliator-pad_store') }}"
method=
"post"
>
<form
id=
"form-user_pad"
action=
"{{ route('avaliator-pad_store') }}"
method=
"post"
>
...
...
resources/views/avaliator-pad/form.blade.php
View file @
fe1ebec0
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</div>
</div>
<div class="
mb
-
3
col
-
sm
-
6
">
<div class="
mb
-
3
col
-
sm
-
6
">
<label class="
form
-
label
" for="
pad_name
"> P
A
D </label>
<label class="
form
-
label
" for="
pad_name
"> PD
A
</label>
<input class="
form
-
control
" type="
text
" disabled value="
{{
$pad
->
nome
}}
">
<input class="
form
-
control
" type="
text
" disabled value="
{{
$pad
->
nome
}}
">
</div>
</div>
...
...
resources/views/avaliator-pad/update.blade.php
View file @
fe1ebec0
<div
class=
"mb-3"
>
<div
class=
"mb-3"
>
<h3
class=
"h3"
>
Atualizar Avaliador (P
A
D)
</h3>
<h3
class=
"h3"
>
Atualizar Avaliador (PD
A
)
</h3>
</div>
</div>
<form
id=
"form-user_pad"
action=
"{{ route('avaliator-pad_update', ['id' => $model->id]) }}"
method=
"post"
>
<form
id=
"form-user_pad"
action=
"{{ route('avaliator-pad_update', ['id' => $model->id]) }}"
method=
"post"
>
...
...
resources/views/components/cards/avaliador_pad.blade.php
View file @
fe1ebec0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<
div
class
=
"card mx-2"
style
=
"width: 12rem;"
>
<
div
class
=
"card mx-2"
style
=
"width: 12rem;"
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
h3
class
=
"text-center"
>
<
i
class
=
"bi bi-book-half"
></
i
>
</
h3
>
<
h3
class
=
"text-center"
>
<
i
class
=
"bi bi-book-half"
></
i
>
</
h3
>
<
h5
class
=
"text-center"
>
P
A
D
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
h5
class
=
"text-center"
>
PD
A
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
h5
class
=
"text-center"
>
Status
:
{{
$userPad
->
pad
->
statusAsString
()
}}
</
h4
>
<
h5
class
=
"text-center"
>
Status
:
{{
$userPad
->
pad
->
statusAsString
()
}}
</
h4
>
<
a
class
=
"stretched-link"
href
=
"{{ route('pad_professores', ['id' =>
$userPad->id
]) }}"
></
a
>
<
a
class
=
"stretched-link"
href
=
"{{ route('pad_professores', ['id' =>
$userPad->id
]) }}"
></
a
>
</
div
>
</
div
>
...
...
resources/views/components/cards/relatorio_pad.blade.php
View file @
fe1ebec0
<div
class=
"card mx-2"
style=
"width: 12rem;"
>
<div
class=
"card mx-2"
style=
"width: 12rem;"
>
<div
class=
"card-body"
>
<div
class=
"card-body"
>
<h3
class=
"text-center"
>
<i
class=
"bi bi-file-bar-graph-fill"
></i>
</h3>
<h3
class=
"text-center"
>
<i
class=
"bi bi-file-bar-graph-fill"
></i>
</h3>
<h5
class=
"text-center"
>
P
A
D: {{ $userPad->pad->nome }}
</h4>
<h5
class=
"text-center"
>
PD
A
: {{ $userPad->pad->nome }}
</h4>
<h5
class=
"text-center"
>
Status: {{ $userPad->pad->statusAsString() }}
</h4>
<h5
class=
"text-center"
>
Status: {{ $userPad->pad->statusAsString() }}
</h4>
<a
class=
"stretched-link"
href=
"{{ route('pad_relatório', ['id' => $userPad->id]) }}"
></a>
<a
class=
"stretched-link"
href=
"{{ route('pad_relatório', ['id' => $userPad->id]) }}"
></a>
</div>
</div>
...
...
resources/views/layouts/guest.blade.php
View file @
fe1ebec0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<title>
Avaliação de Desempanho Docente - P
A
D
</title>
<title>
Avaliação de Desempanho Docente - PD
A
</title>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<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 - P
A
D
</h3>
<h3>
Plano de Atividades Docentes - PD
A
</h3>
</div>
</div>
<section
class=
"ftco-section"
>
<section
class=
"ftco-section"
>
...
...
resources/views/layouts/user-dashboard/dashboard_coordinator.blade.php
View file @
fe1ebec0
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
</div>
</div>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-top"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-top"
>
<ul
class=
"inf-list"
>
<ul
class=
"inf-list"
>
<li><a
href=
""
rel=
"noopener"
target=
"_blank"
>
Cronograma de atividades P
A
D 202
2
</a></li>
<li><a
href=
""
rel=
"noopener"
target=
"_blank"
>
Cronograma de atividades PD
A
202
3
</a></li>
<li><a
href=
""
rel=
"noopener"
target=
"_blank"
>
Informações sobre o processo P
A
D 202
2
</a></li>
<li><a
href=
""
rel=
"noopener"
target=
"_blank"
>
Informações sobre o processo PD
A
202
3
</a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<div
class=
"tab-pane"
id=
"pad"
role=
"tabpanel"
aria-labelledby=
"pad-tab"
>
<div
class=
"tab-pane"
id=
"pad"
role=
"tabpanel"
aria-labelledby=
"pad-tab"
>
<div
<div
class=
"d-flex flex-column justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
class=
"d-flex flex-column justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<h1
class=
"h2"
>
Dimenções-P
A
D
</h1>
<h1
class=
"h2"
>
Dimenções-PD
A
</h1>
</div>
</div>
<div
class=
"d-flex justify-content-start "
>
<div
class=
"d-flex justify-content-start "
>
<div
class=
"card text-center"
style=
"width: 18rem;"
>
<div
class=
"card text-center"
style=
"width: 18rem;"
>
...
...
resources/views/layouts/user-dashboard/dashboard_teacher.blade.php
View file @
fe1ebec0
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<
span
class
=
"badge bg-primary"
>
{{
$userPad
->
pad
->
statusAsString
()
}}
</
span
>
<
span
class
=
"badge bg-primary"
>
{{
$userPad
->
pad
->
statusAsString
()
}}
</
span
>
</
div
>
</
div
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-book-half"
></
i
>
</
h1
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-book-half"
></
i
>
</
h1
>
<
h5
class
=
"text-center"
>
P
A
D
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
h5
class
=
"text-center"
>
PD
A
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
div
class
=
"text-center"
>
<
div
class
=
"text-center"
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge bg-primary"
>
Horas
:
{{
$userPad
->
totalHoras
()
}}
</
span
>
</
h4
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge bg-primary"
>
Horas
:
{{
$userPad
->
totalHoras
()
}}
</
span
>
</
h4
>
</
div
>
</
div
>
...
...
resources/views/pad/admin/create.blade.php
View file @
fe1ebec0
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<
div
>
<
div
>
<
ul
class
=
"nav nav-tabs"
>
<
ul
class
=
"nav nav-tabs"
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
button
class
=
"nav-link active"
id
=
"pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"pad-container"
arial
-
selected
=
"true"
>
P
A
D
</
button
>
<
button
class
=
"nav-link active"
id
=
"pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"pad-container"
arial
-
selected
=
"true"
>
PD
A
</
button
>
</
li
>
</
li
>
</
ul
>
</
ul
>
</
div
>
</
div
>
...
...
resources/views/pad/admin/edit.blade.php
View file @
fe1ebec0
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<
div
>
<
div
>
<
ul
class
=
"nav nav-tabs"
>
<
ul
class
=
"nav nav-tabs"
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
button
class
=
"nav-link active"
id
=
"pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"pad-container"
arial
-
selected
=
"true"
>
P
A
D
</
button
>
<
button
class
=
"nav-link active"
id
=
"pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"pad-container"
arial
-
selected
=
"true"
>
PD
A
</
button
>
</
li
>
</
li
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
li
class
=
"nav-item"
role
=
"presentation"
>
<
button
class
=
"nav-link"
id
=
"user_pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#user_pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"user_pad-container"
arial
-
selected
=
"false"
>
Professores
</
button
>
<
button
class
=
"nav-link"
id
=
"user_pad-tab"
data
-
bs
-
toggle
=
"tab"
data
-
bs
-
target
=
"#user_pad-container"
type
=
"button"
role
=
"tab"
aria
-
controls
=
"user_pad-container"
arial
-
selected
=
"false"
>
Professores
</
button
>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<thead>
<thead>
<tr>
<tr>
<th scope="
col
"> Professor </th>
<th scope="
col
"> Professor </th>
<th scope="
col
"> P
A
D </th>
<th scope="
col
"> PD
A
</th>
<th scope="
col
"> C.H </th>
<th scope="
col
"> C.H </th>
<th scope="
col
"> Opções </th>
<th scope="
col
"> Opções </th>
</tr>
</tr>
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
scope
=
"col"
>
Avaliador
</
th
>
<
th
scope
=
"col"
>
Avaliador
</
th
>
<
th
scope
=
"col"
>
P
A
D
</
th
>
<
th
scope
=
"col"
>
PD
A
</
th
>
<
th
scope
=
"col"
>
Dimensão
</
th
>
<
th
scope
=
"col"
>
Dimensão
</
th
>
<
th
scope
=
"col"
>
Opções
</
th
>
<
th
scope
=
"col"
>
Opções
</
th
>
</
tr
>
</
tr
>
...
...
resources/views/pad/anexo.blade.php
View file @
fe1ebec0
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
@
section
(
'body'
)
@
section
(
'body'
)
<
div
class
=
"content"
>
<
div
class
=
"content"
>
<
div
class
=
"header"
id
=
"bordcab"
>
<
div
class
=
"header"
id
=
"bordcab"
>
<
h1
class
=
"titulo pt-4 pb-4 mb-3 border-bottom"
>
PLANO
DE
ATIVIDADES
DOCENTES
(
P
A
D
)
</
h1
>
<
h1
class
=
"titulo pt-4 pb-4 mb-3 border-bottom"
>
PLANO
DE
ATIVIDADES
DOCENTES
(
PD
A
)
</
h1
>
<
p
class
=
"pb-4 mb-3 text-center text-muted align-items-center"
>
ANEXO
B
</
p
>
<
p
class
=
"pb-4 mb-3 text-center text-muted align-items-center"
>
ANEXO
B
</
p
>
<
p
class
=
"pb-4 mb-3 text-center text-muted align-items-center"
>
<
p
class
=
"pb-4 mb-3 text-center text-muted align-items-center"
>
Insira
os
dados
correspondentes
nos
campos
exibidos
abaixo
Insira
os
dados
correspondentes
nos
campos
exibidos
abaixo
...
...
resources/views/pad/avaliacao/index.blade.php
View file @
fe1ebec0
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
@
section
(
'body'
)
@
section
(
'body'
)
@
include
(
'components.alerts'
)
@
include
(
'components.alerts'
)
<
div
class
=
"d-flex justify-content-between align-items-center border-bottom"
>
<
div
class
=
"d-flex justify-content-between align-items-center border-bottom"
>
<
h2
class
=
""
>
P
A
Ds
</
h2
>
<
h2
class
=
""
>
PD
A
s
</
h2
>
</
div
>
</
div
>
<!--
Tabela
-->
<!--
Tabela
-->
...
...
resources/views/pad/components/confirm_save.blade.php
View file @
fe1ebec0
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<button
class=
"btn btn-l btn-success"
<button
class=
"btn btn-l btn-success"
onclick=
"location.href='{{route('user-pad_pdf', ['user_pad_id' => $user_pad_id])}}'"
onclick=
"location.href='{{route('user-pad_pdf', ['user_pad_id' => $user_pad_id])}}'"
data-bs-dismiss=
"modal"
>
data-bs-dismiss=
"modal"
>
Sim, salvar P
A
D
Sim, salvar PD
A
</button>
</button>
</div>
</div>
...
...
resources/views/pad/relatorio/index.blade.php
View file @
fe1ebec0
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<
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
>
<
i
class
=
"bi bi-exclamation-octagon-fill"
></
i
>
<
i
class
=
"bi bi-exclamation-octagon-fill"
></
i
>
P
A
Ds
com
Relatórios
Disponíveis
PD
A
s
com
Relatórios
Disponíveis
</
h3
>
</
h3
>
</
div
>
</
div
>
<
div
class
=
"d-flex"
>
<
div
class
=
"d-flex"
>
...
...
resources/views/pad/relatorio/relatorio.blade.php
View file @
fe1ebec0
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</
div
>
</
div
>
<
div
class
=
"card d-flex"
>
<
div
class
=
"card d-flex"
>
<
div
class
=
"card-head d-flex justify-content-center"
style
=
"background-color:#dfdfdf; padding-top:10px;"
>
<
div
class
=
"card-head d-flex justify-content-center"
style
=
"background-color:#dfdfdf; padding-top:10px;"
>
<
h6
class
=
"card-title"
style
=
"font-weight:bold;"
>
PROFESSORES
QUE
NÃO
ENVIARAM
O
P
A
D
</
h6
>
<
h6
class
=
"card-title"
style
=
"font-weight:bold;"
>
PROFESSORES
QUE
NÃO
ENVIARAM
O
PD
A
</
h6
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<
div
class
=
"card d-flex"
style
=
'margin-top:20px;'
>
<
div
class
=
"card d-flex"
style
=
'margin-top:20px;'
>
<
div
class
=
"card-head d-flex justify-content-center"
style
=
"background-color:#dfdfdf; padding-top:10px;"
>
<
div
class
=
"card-head d-flex justify-content-center"
style
=
"background-color:#dfdfdf; padding-top:10px;"
>
<
h6
class
=
"card-title"
style
=
"font-weight:bold;"
>
RELAÇÃO
DOS
PROFESSORES
QUE
ENVIARAM
O
P
A
D
</
h6
>
<
h6
class
=
"card-title"
style
=
"font-weight:bold;"
>
RELAÇÃO
DOS
PROFESSORES
QUE
ENVIARAM
O
PD
A
</
h6
>
</
div
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
...
...
resources/views/pad/teacher/index.blade.php
View file @
fe1ebec0
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
use
App\Models\Util\Status
;
use
App\Models\Util\Status
;
@
endphp
@
endphp
@
section
(
'title'
,
'P
A
Ds'
)
@
section
(
'title'
,
'PD
A
s'
)
@
section
(
'header'
)
@
section
(
'header'
)
@
include
(
'layouts.header'
,
[
@
include
(
'layouts.header'
,
[
...
...
resources/views/pad/teacher/report_pdf.blade.php
View file @
fe1ebec0
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<div
style=
"display: flex; flex-direction: column"
>
<div
style=
"display: flex; flex-direction: column"
>
<p
style=
"margin: 1.1mm"
><span>
Autor do P
A
D: {{$data['user']['nome']}}
</span></p>
<p
style=
"margin: 1.1mm"
><span>
Autor do PD
A
: {{$data['user']['nome']}}
</span></p>
<p
style=
"margin: 1.1mm"
><span>
E-mail do Autor: {{$data['user']['email']}}
</span></p>
<p
style=
"margin: 1.1mm"
><span>
E-mail do Autor: {{$data['user']['email']}}
</span></p>
<p
style=
"margin: 1.1mm"
><span>
PDF gerado em: {{$data['date']}}
</span></p>
<p
style=
"margin: 1.1mm"
><span>
PDF gerado em: {{$data['date']}}
</span></p>
</div>
</div>
...
...
resources/views/pad/teacher/view.blade.php
View file @
fe1ebec0
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<
h3
class
=
"h3"
>
DIMENSÕES
</
h3
>
<
h3
class
=
"h3"
>
DIMENSÕES
</
h3
>
<
button
class
=
"btn btn-outline-success btn-m btn-save_pad"
style
=
"margin-right: 1.2rem"
>
<
button
class
=
"btn btn-outline-success btn-m btn-save_pad"
style
=
"margin-right: 1.2rem"
>
<
i
class
=
"bi bi-check-square"
></
i
>
<
i
class
=
"bi bi-check-square"
></
i
>
Enviar
P
A
D
Enviar
PD
A
</
button
>
</
button
>
</
div
>
</
div
>
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<
div
class
=
"card mx-2"
style
=
"width: 10rem;"
>
<
div
class
=
"card mx-2"
style
=
"width: 10rem;"
>
<
div
class
=
"card-body bg-primary"
>
<
div
class
=
"card-body bg-primary"
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-cloud-arrow-down-fill"
style
=
"color: #F1F1F1"
></
i
>
</
h1
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-cloud-arrow-down-fill"
style
=
"color: #F1F1F1"
></
i
>
</
h1
>
<
h5
class
=
"text-center text-white"
>
Baixar
P
A
D
</
h4
>
<
h5
class
=
"text-center text-white"
>
Baixar
PD
A
</
h4
>
<
div
class
=
"text-center"
>
<
div
class
=
"text-center"
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge"
style
=
"color: #32415c;background-color: #fd9d0d"
>
Horas
:
{{
$ensinoTotalHoras
+
$gestaoTotalHoras
+
$pesquisaTotalHoras
+
$extensaoTotalHoras
}}
</
span
>
</
h4
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge"
style
=
"color: #32415c;background-color: #fd9d0d"
>
Horas
:
{{
$ensinoTotalHoras
+
$gestaoTotalHoras
+
$pesquisaTotalHoras
+
$extensaoTotalHoras
}}
</
span
>
</
h4
>
</
div
>
</
div
>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
@
include
(
'components.modal'
,
[
@
include
(
'components.modal'
,
[
'size'
=>
'modal-lg'
,
'size'
=>
'modal-lg'
,
'header'
=>
'Salvar P
A
D?'
'header'
=>
'Salvar PD
A
?'
])
])
@
endsection
@
endsection
...
...
Prev
1
2
Next
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