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
40d136ee
Commit
40d136ee
authored
Sep 09, 2024
by
Jose Francisco Montiel Jimenez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eliminacion de validacion por desuso
parent
1869735c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
+2
-11
No files found.
front/src/main/webapp/jsp/common/defaultTopLogin.jsp
View file @
40d136ee
...
...
@@ -278,15 +278,6 @@ Number.prototype.toFixedDown = function(digits) {
<body
class=
"l-dashboard"
>
<s:if
test=
"%{usuario.nombre==null}"
>
<script>
alert
(
'
Su sesin ha expirado.
'
);
//window.location ="${contextPath}/";
</script>
</s:if>
<s:else>
</s:else>
<!--HEADER SLIDE-->
<header
id=
"header"
class=
"l-header-slide l-header-slide-3 t-header-slide-3"
>
</header>
...
...
@@ -317,7 +308,7 @@ Number.prototype.toFixedDown = function(digits) {
<!--Logo-->
<div
class=
"widget-logo logo-in-side"
>
<h1>
<a
href=
"inicio"
><span
<a
href=
"
${pageContext.request.contextPath}/dla/
inicio"
><span
class=
"logo-default visible-default-inline-block"
><img
src=
"${contextPath}/design/img/logo_side.png"
alt=
"DLA"
></span><span
class=
"logo-medium visible-compact-inline-block"
><img
...
...
@@ -420,7 +411,7 @@ Number.prototype.toFixedDown = function(digits) {
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span>
</button>
<a
href=
"inicio"
class=
"navbar-brand widget-logo"
><span
<a
href=
"
${pageContext.request.contextPath}/dla/
inicio"
class=
"navbar-brand widget-logo"
><span
class=
"logo-default-header"
><img
src=
"${contextPath}/design/img/logo_dark.png"
alt=
"DLA"
></span></a>
</div>
...
...
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