Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amparo Oliver
th-app-java
Commits
ebe45f4b
Commit
ebe45f4b
authored
Feb 07, 2023
by
Oscar Gonzalez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
se modifica form de cumple
parent
7fe3eb15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
curriculumsearch/src/main/webapp/jsp/birthday-form.jsp
+16
-6
No files found.
curriculumsearch/src/main/webapp/jsp/birthday-form.jsp
View file @
ebe45f4b
...
@@ -14,19 +14,29 @@
...
@@ -14,19 +14,29 @@
method="post"
method="post"
modelAttribute="cumple"
modelAttribute="cumple"
class="d-flex flex-column"
class="d-flex flex-column"
enctype="multipart/form-data"
>
>
<div class="card-body">
<div class="card-body">
<
form:
label class="form-label visually-hidden" path="nombreCompleto"
<label class="form-label visually-hidden" path="nombreCompleto"
>Nombre Completo
>Nombre Completo
</
form:
label>
</label>
<
form:input type="text
" path="nombreCompleto" class="form-control ${ mismoNombre ? 'is-invalid' : ''}" required="true" placeholder="Nombre completo"/>
<
input type="text" name="nombreCompleto
" path="nombreCompleto" class="form-control ${ mismoNombre ? 'is-invalid' : ''}" required="true" placeholder="Nombre completo"/>
<div id="validationServerUsernameFeedback" class="invalid-feedback">
<div id="validationServerUsernameFeedback" class="invalid-feedback">
Este nombre completo ya existe
Este nombre completo ya existe
</div>
</div>
<form:label class="form-label visually-hidden" path="fecha"
<label class="form-label visually-hidden" path="idSlack"
>ID Slack
</label>
<input type="text" name="idSlack" path="idSlack" class="form-control" required="true" placeholder="ID Slack"/>
<label class="form-label visually-hidden" path="fecha"
>Descripción
>Descripción
</form:label>
</label>
<form:input type="date" path="fecha" class="form-control" required="true" placeholder="Fecha cumple"/>
<input type="date" name="fecha" class="form-control" required="true" placeholder="Fecha cumple"/>
<label class="form-label visually-hidden" path="foto"
>Foto
</label>
<input type="file" name="file" path="file" class="form-control" required="true"/>
</div>
</div>
<div class="card-footer d-flex flex-column">
<div class="card-footer d-flex flex-column">
...
...
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