eliminacion de validacion por desuso

parent 1869735c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment