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
submeta
Commits
2c84bdb2
"...projeto/formularioVisualizar/participantes.blade.php" did not exist on "1a944ec7ad10f34b2d2e509aa8b4fd6475e3e8e9"
Commit
2c84bdb2
authored
Mar 28, 2022
by
Guilherme Silva
Browse files
Ajustes de nomenclatura de campos
parent
4651d0fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/anexos2.blade.php
View file @
2c84bdb2
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</div>
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<label
for=
"nomeTrabalho"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('Autorização
do Comitê de Ética
: ') }}
</label>
<label
for=
"nomeTrabalho"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('Autorização
Especial
: ') }}
</label>
@if($projeto->anexoAutorizacaoComiteEtica != null)
@if($projeto->anexoAutorizacaoComiteEtica != null)
<a
href=
"{{ route('baixar.anexo.comite', ['id' => $projeto->id]) }}"
>
<img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
<a
href=
"{{ route('baixar.anexo.comite', ['id' => $projeto->id]) }}"
>
<img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
@else
@else
...
@@ -40,9 +40,9 @@
...
@@ -40,9 +40,9 @@
</div>
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<label
for=
"nomeTrabalho"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('
Justificativ
a: ') }}
</label>
<label
for=
"nomeTrabalho"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('
Grupo de Pesquis
a: ') }}
</label>
@if($projeto->
justificativaAutorizacaoEtic
a != null)
@if($projeto->
anexoGrupoPesquis
a != null)
<a
href=
"{{ route('baixar.anexo
.justificativ
a', ['id' => $projeto->id]) }}"
><img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
<a
href=
"{{ route('baixar.anexo
GrupoPesquis
a', ['id' => $projeto->id]) }}"
><img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
@else
@else
-
-
@endif
@endif
...
...
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
2c84bdb2
...
@@ -27,6 +27,13 @@
...
@@ -27,6 +27,13 @@
target=
"_blank"
target=
"_blank"
>
{{ $projeto->linkGrupoPesquisa }}
</a>
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
</div>
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/projeto/formularioVisualizar/resultado2.blade.php
View file @
2c84bdb2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"card-body"
style=
"padding-top: 0.2rem;"
>
<div
class=
"card-body"
style=
"padding-top: 0.2rem;"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"form-row mt-3"
>
<div
class=
"form-row mt-3"
>
<div
class=
"col-md-11"
><h5
style=
"color: #234B8B; font-weight: bold"
>
Aprov
ação
</h5></div>
<div
class=
"col-md-11"
><h5
style=
"color: #234B8B; font-weight: bold"
>
Recomend
ação
</h5></div>
</div>
</div>
<hr
style=
"border-top: 1px solid#1492E6"
>
<hr
style=
"border-top: 1px solid#1492E6"
>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -16,15 +16,15 @@
...
@@ -16,15 +16,15 @@
<div
class=
"col-md-3"
style=
"margin-top: 15px"
>
<div
class=
"col-md-3"
style=
"margin-top: 15px"
>
<input
class=
"col-md-1"
type=
"radio"
id=
"aprovado"
name=
"statusProp"
value=
"aprovado"
required
disabled
<input
class=
"col-md-1"
type=
"radio"
id=
"aprovado"
name=
"statusProp"
value=
"aprovado"
required
disabled
@
if
($
projeto-
>
status=="aprovado") checked @endif>
@
if
($
projeto-
>
status=="aprovado") checked @endif>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Aprov
ado
</a>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Recomend
ado
</a>
<br>
<br>
<input
class=
"col-md-1"
type=
"radio"
id=
"parcialAprovado"
name=
"statusProp"
value=
"corrigido"
required
disabled
<input
class=
"col-md-1"
type=
"radio"
id=
"parcialAprovado"
name=
"statusProp"
value=
"corrigido"
required
disabled
@
if
($
projeto-
>
status=="corrigido") checked @endif>
@
if
($
projeto-
>
status=="corrigido") checked @endif>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Parcialmente
Aprov
ado
</a>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Parcialmente
Recomend
ado
</a>
<br>
<br>
<input
class=
"col-md-1"
type=
"radio"
id=
"reprovado"
name=
"statusProp"
value=
"reprovado"
required
disabled
<input
class=
"col-md-1"
type=
"radio"
id=
"reprovado"
name=
"statusProp"
value=
"reprovado"
required
disabled
@
if
($
projeto-
>
status=="reprovado") checked @endif>
@
if
($
projeto-
>
status=="reprovado") checked @endif>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Não
Aprov
ado
</a>
<a
style=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Não
Recomend
ado
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/projeto/visualizar.blade.php
View file @
2c84bdb2
...
@@ -98,6 +98,22 @@
...
@@ -98,6 +98,22 @@
@
section
(
'javascript'
)
@
section
(
'javascript'
)
<
style
>
body
{
font
-
family
:
Calibri
,
Tahoma
,
Arial
}
.
TabControl
{
width
:
100
%
;
overflow
:
hidden
;
height
:
400
px
}
.
TabControl
#header{ width:100%; overflow:hidden}
.
TabControl
#content{ width:100%; overflow:hidden; height:100%; }
.
TabControl
.
abas
{
display
:
inline
;}
.
TabControl
.
abas
li
{
float
:
left
}
.
aba
{
width
:
100
px
;
height
:
30
px
;
border
-
radius
:
5
px
5
px
0
0
;
text
-
align
:
center
;
padding
-
top
:
5
px
;}
.
ativa
{
width
:
100
px
;
height
:
30
px
;
border
-
radius
:
5
px
5
px
0
0
;
text
-
align
:
center
;
padding
-
top
:
5
px
;
background
:
#27408B;}
.
ativa
span
,
.
selected
span
{
color
:
#fff}
.
TabControl
.
conteudo
{
width
:
100
%
;
display
:
none
;
height
:
100
%
;}
.
selected
{
width
:
100
px
;
height
:
30
px
;
border
-
radius
:
5
px
5
px
0
0
;
text
-
align
:
center
;
padding
-
top
:
5
px
;
background
:
#27408B}
</
style
>
<
script
>
<
script
>
...
...
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