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
610a4adf
Commit
610a4adf
authored
Aug 31, 2022
by
S-Nathalia
Browse files
inicio da implementação de convite para avaliadores gerais
parent
eccade89
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/selecionarProjetos.blade.php
View file @
610a4adf
...
...
@@ -62,10 +62,17 @@
<
div
class
=
"modal-dialog modal-dialog-centered modal-xl"
role
=
"document"
>
<
div
class
=
"modal-content modal-submeta"
>
<
div
class
=
"modal-header modal-header-submeta"
>
<
h5
class
=
"modal-title titulo-table"
id
=
"exampleModalLongTitle"
>
Selecione
o
(
s
)
avaliador
(
es
)
</
h5
>
<
button
type
=
"button"
class
=
"close"
data
-
dismiss
=
"modal"
aria
-
label
=
"Close"
style
=
"color: rgb(182, 182, 182)"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
<
h5
class
=
"modal-title titulo-table"
id
=
"exampleModalLongTitle"
>
Selecione
o
(
s
)
avaliador
(
es
)
AQUI
</
h5
>
<
div
class
=
"col-md-4"
style
=
"text-align: right"
>
<
button
type
=
"button"
id
=
"enviarConviteButton"
class
=
"btn btn-info"
data
-
toggle
=
"modal"
onclick
=
"abrirModalConviteAval()"
>
Enviar
Convites
</
button
>
<
button
type
=
"button"
class
=
"close"
data
-
dismiss
=
"modal"
aria
-
label
=
"Close"
style
=
"color: rgb(182, 182, 182)"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
</
div
>
</
div
>
<
div
class
=
"modal-body"
>
...
...
@@ -284,14 +291,7 @@
</div>
<!-- Button trigger modal -->
@endsection
@section('javascript')
<script>
$('#myModal').on('shown.bs.modal', function () {
...
...
@@ -315,5 +315,10 @@
}
}
}
function abrirModalConviteAval() {
dd("
DEVE
SER
ABERTO
AQUI
O
FORM
DE
CONVITE
");
}
</script>
@endsection
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