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
2dd01509
"resources/vscode:/vscode.git/clone" did not exist on "7acdef83eda8934cc5bf422aae5b5abd968077ef"
Commit
2dd01509
authored
Jul 07, 2022
by
GuilhermeGz
Browse files
Merge branch 'master' of
https://github.com/GuilhermeGz/submeta
parents
6d601300
def92e48
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/coordenador/home.blade.php
View file @
2dd01509
...
...
@@ -10,11 +10,11 @@
<
div
class
=
"col-md-12"
>
<
div
class
=
"row justify-content-between"
>
<
div
class
=
"col-sm"
>
<
select
id
=
""
class
=
"form-control select-submeta"
onchange
=
"exibirEditais(this)"
style
=
"width: 140px;"
>
<
option
value
=
"todos"
selected
>
Todos
</
option
>
<
option
value
=
"aberto"
>
Aberto
(
s
)
</
option
>
<
select
id
=
"seletor"
class
=
"form-control select-submeta"
onchange
=
"exibirEditais(this)"
style
=
"width: 140px;"
>
<
option
value
=
"aberto"
selected
>
Aberto
(
s
)
</
option
>
<
option
value
=
"encerrado"
>
Encerrado
(
s
)
</
option
>
<
option
value
=
"abrira"
>
Abrirão
</
option
>
<
option
value
=
"todos"
>
Todos
</
option
>
</
select
>
</
div
>
<
div
class
=
"col-sm"
style
=
"margin-bottom: 10px"
>
...
...
@@ -201,6 +201,9 @@
@
section
(
'javascript'
)
<
script
>
exibirEditais
(
document
.
getElementById
(
"seletor"
))
function
exibirEditais
(
select
)
{
let
abertos
=
document
.
getElementsByClassName
(
"aberto"
);
let
encerrados
=
document
.
getElementsByClassName
(
"encerrado"
);
...
...
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