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
85b8bfc5
Commit
85b8bfc5
authored
May 09, 2023
by
José Fernando Mendes da Costa
Browse files
mostra função do participante
parent
ed9da64b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
85b8bfc5
...
...
@@ -217,10 +217,10 @@
if
(
nome.value
!=
""){
if
(
planoTrabalho
!=
null
&&
planoTrabalho.value
!=
""){
nomePlano.innerText =
`Nome:
${
nome.value
}
\
n
Plano:
${
planoTrabalho.value
}
\
n
E-mail:
${
email.value
}
\
n
CPF:
${
cpf.value
}\
nFunção:
`;
nomePlano.innerText =
`Nome:
${
nome.value
}
\
n
Plano:
${
planoTrabalho.value
}
\
n
E-mail:
${
email.value
}
\
n
CPF:
${
cpf.value
}\
nFunção:
${
nome_funcao
}
`;
}
else
{
nomePlano.innerText =
`Nome:
${
nome.value
}
\
n
E-mail:
${
email.value
}
\
n
CPF:
${
cpf.value
}\
nFunção:
${
nome_funcao
}`;
nomePlano.innerText =
`Nome:
${
nome.value
}
\
n
E-mail:
${
email.value
}
\
n
CPF:
${
cpf.value
}\
nFunção:
${
nome_funcao
}`;
}
}
else
{
nomePlano.innerText =
`Discente
`+(
id
+1);
...
...
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