Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dda-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Francisco Montiel Jimenez
dda-front
Commits
bc2c536c
Commit
bc2c536c
authored
Aug 01, 2024
by
Jose Francisco Montiel Jimenez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correccion de error y cambios de login
parent
19701626
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
front/src/main/index.jsp
front/src/main/index.jsp
+2
-2
front/src/main/webapp/index.jsp
front/src/main/webapp/index.jsp
+2
-2
persistencia/src/main/resources/mappers/dda/contratos/titulos/TituloDmDAO.xml
...n/resources/mappers/dda/contratos/titulos/TituloDmDAO.xml
+1
-1
No files found.
front/src/main/index.jsp
View file @
bc2c536c
...
...
@@ -35,7 +35,7 @@
</h1>
<!--Login Form-->
<form
id=
"loginForm"
action=
"
<c:url
value=
'j_spring_security_check'
/>
"
method=
"post"
role=
"form"
class=
"login-form"
>
role=
"form"
class=
"login-form"
autocomplete=
"off"
>
<div
class=
"form-group"
>
<c:if
test=
"
${
param
.
login_error
eq
1
}
"
>
<label
class=
"error"
>
...
...
@@ -54,7 +54,7 @@
</div>
<div
class=
"form-group"
>
<input
id=
"loginPassword"
type=
"password"
name=
"j_password"
placeholder=
'Contrasea'
class=
"form-control"
>
placeholder=
'Contrasea'
class=
"form-control"
autocomplete=
"off"
>
</div>
<button
style=
"text-align: center !important;"
type=
"submit"
class=
"btn btn-login-red btn-block btn-login"
>
Ingresar
</button>
...
...
front/src/main/webapp/index.jsp
View file @
bc2c536c
...
...
@@ -35,7 +35,7 @@
</h1>
<!--Login Form-->
<form
id=
"loginForm"
action=
"
<c:url
value=
'j_spring_security_check'
/>
"
method=
"post"
role=
"form"
class=
"login-form"
>
role=
"form"
class=
"login-form"
autocomplete=
"off"
>
<div
class=
"form-group"
>
<c:if
test=
"
${
param
.
login_error
eq
1
}
"
>
<label
class=
"error"
>
...
...
@@ -54,7 +54,7 @@
</div>
<div
class=
"form-group"
>
<input
id=
"loginPassword"
type=
"password"
name=
"j_password"
placeholder=
'Contrasea'
class=
"form-control"
>
placeholder=
'Contrasea'
class=
"form-control"
autocomplete=
"off"
>
</div>
<button
style=
"text-align: center !important;"
type=
"submit"
class=
"btn btn-login-red btn-block btn-login"
>
Ingresar
</button>
...
...
persistencia/src/main/resources/mappers/dda/contratos/titulos/TituloDmDAO.xml
View file @
bc2c536c
...
...
@@ -655,7 +655,7 @@
t.FECHA_FIN,
c.DESCRIPCION as CAT_DESC,
r.DESCRIPCION as REL_DESC,
p.DESC_CATEGORIA
as PAGO_CATEG_DESC ,
nvl(p.DESC_CATEGORIA, ' ')
as PAGO_CATEG_DESC ,
cct.DESC_CATEGORIA as CAT_DESC_TIT,
cct.SE_AGRUPA as AGRUPABLE ,
ROUND (TO_NUMBER(t.costo),2) as COSTOF ,
...
...
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