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
ffb9bbee
You need to sign in or sign up before continuing.
Commit
ffb9bbee
authored
Nov 19, 2021
by
willgonzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mejora visual en cargar cargo, convocatoria y tecnologia
parent
133051ff
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp
+1
-1
No files found.
curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
View file @
ffb9bbee
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<layout:extends name="layouts/base.jsp">
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<layout:put block="contents" type="REPLACE">
<div class="
card d-flex flex-column justify-content-center align-items-center mx-auto mt-2 p-3
" style="width: 20rem;">
<div class="
justify-content-center align-items-center mx-auto mt-2 p-3 bg-transparent
" style="width: 20rem;">
<h5 class="card-title">${cargo.id == null ? "Agregar" : "Modificar"} Cargo</h5>
<h5 class="card-title">${cargo.id == null ? "Agregar" : "Modificar"} Cargo</h5>
<form:form
<form:form
action="/cargo/${cargo.id == null ? '' : cargo.id}"
action="/cargo/${cargo.id == null ? '' : cargo.id}"
...
...
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
View file @
ffb9bbee
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<layout:put block="contents" type="REPLACE">
<h2>${convocatoria.id == null ? "Agregar" : "Modificar"} Convocatoria</h2>
<h2>${convocatoria.id == null ? "Agregar" : "Modificar"} Convocatoria</h2>
<div class="p-3 mb-2 bg-light text-dark
border border-ligh
t ">
<div class="p-3 mb-2 bg-light text-dark
bg-transparen
t ">
<form:form action="/convocatoria/${convocatoria.id == null ? '' : convocatoria.id}" method="post" modelAttribute="convocatoria">
<form:form action="/convocatoria/${convocatoria.id == null ? '' : convocatoria.id}" method="post" modelAttribute="convocatoria">
<div class="mb-3 col-3">
<div class="mb-3 col-3">
<form:label path="fechaInicioS" class="form-label ">Fecha inicial</form:label>
<form:label path="fechaInicioS" class="form-label ">Fecha inicial</form:label>
...
...
curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp
View file @
ffb9bbee
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<layout:put block="contents" type="REPLACE">
<h2>${tecnologia.id == null ? "Agregar" : "Modificar"} Tecnologia</h2>
<h2>${tecnologia.id == null ? "Agregar" : "Modificar"} Tecnologia</h2>
<div class="p-3 mb-2 bg-light text-dark
border border-ligh
t">
<div class="p-3 mb-2 bg-light text-dark
bg-transparen
t">
<form:form action="/tecnologia/${tecnologia.id == null ? '' : tecnologia.id}" method="post" modelAttribute="tecnologia" class="row row-cols-lg-auto g-3 align-items-center">
<form:form action="/tecnologia/${tecnologia.id == null ? '' : tecnologia.id}" method="post" modelAttribute="tecnologia" class="row row-cols-lg-auto g-3 align-items-center">
<div class="col-12">
<div class="col-12">
...
...
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