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
ae92267a
"app/Http/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "9392de1b05c87f815fd4f1233e10248cb05b216c"
Commit
ae92267a
authored
May 11, 2023
by
José Fernando Mendes da Costa
Browse files
remove p
parent
216ef469
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
ae92267a
...
@@ -219,16 +219,16 @@
...
@@ -219,16 +219,16 @@
if(nome.value != ""){
if(nome.value != ""){
if(planoTrabalho != null
&&
planoTrabalho.value != ""){
if(planoTrabalho != null
&&
planoTrabalho.value != ""){
nomePlano.innerHTML = `
<p
style=
'font-weight: normal; line-height: normal;'
>
<strong>
Nome:
</strong>
${nome.value}
<br>
nomePlano.innerHTML = `
<strong>
Nome:
</strong>
${nome.value}
<br>
<strong>
E-mail:
</strong>
${email.value}
<br>
<strong>
E-mail:
</strong>
${email.value}
<br>
<strong>
Plano:
</strong>
${planoTrabalho.value}
<br>
<strong>
Plano:
</strong>
${planoTrabalho.value}
<br>
<strong>
CPF:
</strong>
${cpf.value}
<br>
<strong>
CPF:
</strong>
${cpf.value}
<br>
<strong>
Função:
</strong>
${nome_funcao}
</p>
`;
<strong>
Função:
</strong>
${nome_funcao}`;
}else {
}else {
nomePlano.innerHTML = `
<p
style=
'font-weight: normal; line-height: normal;'
>
<strong>
Nome:
</strong>
${nome.value}
<br>
nomePlano.innerHTML = `
<strong>
Nome:
</strong>
${nome.value}
<br>
<strong>
E-mail:
</strong>
${email.value}
<br>
<strong>
E-mail:
</strong>
${email.value}
<br>
<strong>
CPF:
</strong>
${cpf.value}
<br>
<strong>
CPF:
</strong>
${cpf.value}
<br>
<strong>
Função:
</strong>
${nome_funcao}
</p>
`;
<strong>
Função:
</strong>
${nome_funcao}`;
}
}
}else{
}else{
nomePlano.innerText = `Discente `+(id+1);
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