Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
747ad96f
Commit
747ad96f
authored
4 years ago
by
Danillo Bion
Browse files
Options
Download
Email Patches
Plain Diff
modificacoes na tela do proponente - lista de editais
parent
7c3e7461
master
carl-branch
dependabot/composer/dompdf/dompdf-1.2.2
dependabot/composer/guzzlehttp/guzzle-6.5.8
dependabot/composer/guzzlehttp/psr7-1.8.5
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/axios-0.21.2
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
excluir_projeto_submetido
minha_conta
modificacoes_aviso
modificacoes_layout_6
modificacoes_layout_7
modificacoes_layout_8
modificacoes_layout_9
modificacoes_layout_igor
modificacoes_layout_minha_conta
modificacoes_perfil_avaliador
updates_mar
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/css/layout.css
+11
-0
public/css/layout.css
public/img/icons/logo_esquerda.png
+0
-0
public/img/icons/logo_esquerda.png
public/img/icons/logo_lupa2.png
+0
-0
public/img/icons/logo_lupa2.png
resources/views/proponente/editais.blade.php
+86
-86
resources/views/proponente/editais.blade.php
with
97 additions
and
86 deletions
+97
-86
public/css/layout.css
View file @
747ad96f
...
...
@@ -493,3 +493,14 @@ button.close {
.btn-cadastro
:hover
{
color
:
black
;
}
.bottomVoltar
{
display
:
none
;
margin-right
:
10px
;
}
@media
screen
and
(
max-width
:
767px
){
.bottomVoltar
{
display
:
block
;
margin-right
:
10px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/img/icons/logo_esquerda.png
0 → 100644
View file @
747ad96f
782 Bytes
This diff is collapsed.
Click to expand it.
public/img/icons/logo_lupa2.png
0 → 100644
View file @
747ad96f
895 Bytes
This diff is collapsed.
Click to expand it.
resources/views/proponente/editais.blade.php
View file @
747ad96f
...
...
@@ -2,53 +2,50 @@
@
section
(
'content'
)
<
div
class
=
"container"
style
=
"margin-top: 100px;"
>
<
div
class
=
"container"
>
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 2rem;"
>
<
div
class
=
"col-md-11"
>
<
div
class
=
"card"
style
=
"border-radius: 12px; padding:14px"
>
<
div
class
=
"c
ontainer"
>
<
div
class
=
"
row"
>
<
div
class
=
"
col-sm-1"
style
=
"text-align: left; flaot:left;
"
>
<
a
href
=
"{{ route('proponente.index') }}"
class
=
"btn btn-secondary"
style
=
"position:relative; float: right;"
>
Voltar
</
a
>
<
div
class
=
"c
ard-body"
style
=
"margin-bottom: -2rem"
>
<
div
class
=
"
d-flex justify-content-between align-items-center"
>
<
div
class
=
"
bottomVoltar
"
>
<
a
href
=
"{{ route('proponente.index') }}"
class
=
"btn btn-secondary"
style
=
"position:relative; float: right;"
>
<
img
src
=
"
{
{asset('img/icons/logo_esquerda.png')}
}
"
alt
=
""
width
=
"15px"
>
</
a
>
</
div
>
<
div
class
=
"col-sm-7"
style
=
"text-align: center;"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-4"
>
</
div
>
<
div
class
=
"col-md-8"
>
<
h4
class
=
"titulo-table"
>
Editais
</
h4
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-4"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-2"
>
<
button
class
=
"btn"
onclick
=
"buscarEdital(this.parentElement.parentElement.children[1].children[0])"
>
<
img
src
=
"
{
{asset('img/icons/logo_lupa.png')}
}
"
alt
=
""
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Editais
</
h5
></
div
>
<
div
>
<
div
class
=
"row justify-content-end"
>
<
div
class
=
"btn-group col"
>
<
button
class
=
"btn"
onclick
=
"buscarEdital(this.parentElement.parentElement.children[1].children[0])"
style
=
"margin-right:5px; border-radius:12px"
>
<
img
src
=
"
{
{asset('img/icons/logo_lupa2.png')}
}
"
alt
=
""
width
=
"25px"
>
</
button
>
</
div
>
<
div
class
=
"col-sm-10"
>
<
input
type
=
"text"
class
=
"form-control form-control-edit"
placeholder
=
"Digite o nome do edital"
onkeyup
=
"buscarEdital(this)"
>
<
input
type
=
"text"
class
=
"form-control form-control-edit"
placeholder
=
"Digite o nome do edital"
onkeyup
=
"buscarEdital(this)"
style
=
"border-color: #d1d1d1"
>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
style
=
"margin-top:-10px"
><
hr
style
=
"border-top: 1px solid#1492E6"
></
div
>
</
div
>
<
hr
>
<
table
class
=
"table table-bordered"
>
<
div
class
=
"card-body"
>
<
table
class
=
"table table-bordered"
style
=
"display: block;
overflow-x: auto;
white-space: nowrap; border-radius:10px"
>
<
thead
>
<
tr
>
<
th
scope
=
"col"
>
Edital
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;"
>
Inicio
da
Submissão
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;"
>
Fim
da
Submissão
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;"
>
Data
do
Resultado
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;"
>
Baixar
Edital
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
<
th
scope
=
"col"
style
=
"width: 100%; color:#909090"
>
Edital
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;
color:#909090
"
>
Inicio
da
Submissão
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;
color:#909090
"
>
Fim
da
Submissão
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;
color:#909090
"
>
Data
do
Resultado
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center;
color:#909090
"
>
Baixar
Edital
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center; color:#909090"
>
Opção
</
th
>
</
tr
>
</
thead
>
<
tbody
id
=
"eventos"
>
@
foreach
(
$eventos
as
$evento
)
<
tr
>
<
td
>
<
a
href
=
"{{ route('evento.visualizar',['id'=>
$evento->id
]) }}"
class
=
"
visualizarEvento
"
>
<
td
style
=
"text-align: left;"
>
<
a
href
=
"{{ route('evento.visualizar',['id'=>
$evento->id
]) }}"
class
=
""
>
{{
$evento
->
nome
}}
</
a
>
</
td
>
...
...
@@ -56,13 +53,13 @@
<
td
style
=
"text-align: center;"
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fimSubmissao
))
}}
</
td
>
<
td
style
=
"text-align: center;"
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
created_at
))
}}
</
td
>
<
td
style
=
"text-align: center"
>
<
a
href
=
"{{ route('baixar.edital', ['id' =>
$evento->id
]) }}"
>
<
a
class
=
"btn btn-light"
href
=
"{{ route('baixar.edital', ['id' =>
$evento->id
]) }}"
style
=
"width: 100%"
>
<
img
src
=
"
{
{asset('img/icons/file-download-solid.svg')}
}
"
width
=
"15px"
>
</
a
>
</
td
>
<
td
>
<
div
class
=
"
btn-group
dropright dropdown-options"
>
<
a
id
=
"options"
class
=
"dropdown-toggle "
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
div
class
=
"dropright dropdown-options"
style
=
"width: 100%; text-align:center; float:none"
>
<
a
id
=
"options"
class
=
"dropdown-toggle
btn btn-light
"
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
img
src
=
"
{
{asset('img/icons/ellipsis-v-solid.svg')}
}
"
style
=
"width:8px"
>
</
a
>
<
div
class
=
"dropdown-menu"
>
...
...
@@ -94,7 +91,10 @@
@
endforeach
</
tbody
>
</
table
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
@
endsection
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help