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
6dee3d57
Commit
6dee3d57
authored
Feb 01, 2022
by
Guilherme Silva
Browse files
Ajuste visual da tela
parent
65202c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
6dee3d57
...
@@ -9,25 +9,25 @@
...
@@ -9,25 +9,25 @@
<
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-12"
><
h5
style
=
"color: #1492E6; font-size: 2
6
px;"
>
Edital
-
{{
$evento
->
nome
}}
</
h5
></
div
>
<
div
class
=
"col-md-12"
><
h5
style
=
"color: #1492E6; font-size: 2
0
px;"
>
Edital
-
{{
$evento
->
nome
}}
</
h5
></
div
>
<
div
class
=
"col-md-12"
><
h6
style
=
"color: #234B8B; margin-bottom:-0.4rem; font-weight: bold; font-size: 1
8
px;"
>
Propostas
s
ubmetidas
</
h6
></
div
>
<
div
class
=
"col-md-12"
><
h6
style
=
"color: #234B8B; margin-bottom:-0.4rem; font-weight: bold; font-size: 1
4
px;"
>
Propostas
S
ubmetidas
</
h6
></
div
>
</
div
>
</
div
>
</
div
>
</
div
>
<
hr
>
<
hr
>
<
div
class
=
"container"
>
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
@
foreach
(
$trabalhos
as
$trabalho
)
@
foreach
(
$trabalhos
as
$trabalho
)
<
div
onclick
=
"myFunc(
{
{$trabalho->id}
}
)"
class
=
"col-md-6 card"
style
=
"border
: groove;border
-color:#1492E6;border-radius: 10px; margin-top: 10px;"
>
<
div
onclick
=
"myFunc(
{
{$trabalho->id}
}
)"
class
=
"col-md-6 card"
style
=
"border-color:#1492E6;border-radius: 10px; margin-top: 10px;"
>
<
a
href
=
"
{
{route('admin.analisarProposta',['id'=>$trabalho->id])}
}
"
id
=
"vizuProposta
{
{$trabalho->id}
}
"
hidden
>
teste
visual
de
proposta
</
a
>
<
a
href
=
"
{
{route('admin.analisarProposta',['id'=>$trabalho->id])}
}
"
id
=
"vizuProposta
{
{$trabalho->id}
}
"
hidden
>
teste
visual
de
proposta
</
a
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
<
div
class
=
"col-md-10"
>
<
h6
style
=
"color: #1492E6; font-size: 1
8
px;"
>
{{
$trabalho
->
titulo
}}
</
h6
>
<
h6
style
=
"color: #1492E6; font-size: 1
6
px;"
>
{{
$trabalho
->
titulo
}}
</
h6
>
<
h6
style
=
"color: #234B8B; font-weight: bold;"
>
Proponente
:
<
h6
style
=
"color: #234B8B; font-weight: bold;
font-size: 13px;
"
>
Proponente
:
@
foreach
(
$trabalho
->
participantes
as
$participante
)
@
foreach
(
$trabalho
->
participantes
as
$participante
)
{{
$participante
->
user
->
name
}};
{{
$participante
->
user
->
name
}};
@
endforeach
@
endforeach
</
h6
>
</
h6
>
<
h6
style
=
"color: #234B8B; font-weight: bold;"
>
Data
:
{{
date
(
'd/m/Y'
,
strtotime
(
$trabalho
->
created_at
))
}}
</
h6
>
<
h6
style
=
"color: #234B8B; font-weight: bold;
font-size: 13px;
"
>
Data
:
{{
date
(
'd/m/Y'
,
strtotime
(
$trabalho
->
created_at
))
}}
</
h6
>
</
div
>
</
div
>
<
div
class
=
"col-md-2"
>
<
div
class
=
"col-md-2"
>
...
@@ -52,13 +52,13 @@
...
@@ -52,13 +52,13 @@
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-10"
>
<
div
class
=
"col-sm-10"
>
<
br
>
<
br
>
<
h6
style
=
"color: #234B8B; font-weight: bold;"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;
font-size: 13px;
"
>
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width: 30px"
/>
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width: 30px"
/>
Proposta
Pendente
</
h6
>
Proposta
Pendente
</
h6
>
<
h6
style
=
"color: #234B8B; font-weight: bold;"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;
font-size: 13px;
"
>
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width: 30px"
/>
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width: 30px"
/>
Proposta
Aprovada
</
h6
>
Proposta
Aprovada
</
h6
>
<
h6
style
=
"color: #234B8B; font-weight: bold;"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;
font-size: 13px;
"
>
<
img
src
=
"
{
{asset('img/icons/negado.png')}
}
"
style
=
"width: 30px"
/>
<
img
src
=
"
{
{asset('img/icons/negado.png')}
}
"
style
=
"width: 30px"
/>
Proposta
Negada
</
h6
>
Proposta
Negada
</
h6
>
</
div
>
</
div
>
...
...
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