Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\edealMobile\login.jsp
<%@page session="true" import="com.edeal.frontline.*"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl"%> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String forwardPage = flRequest.getRequestParameterOrAttribute("forwardPage"); if (forwardPage == null) { forwardPage = flRequest.getRequestParameterOrAttribute("forwardPage"); } String actorID = (String)session.getAttribute("actorID"); /*if(actorID != null) { if(Utils.validateActor(context, actorID)) { String anonymousID = Utils.validateActor(context, "Anonymous", null); String systemID = Utils.validateActor(context, "System", null); if(!actorID.equalsIgnoreCase(anonymousID) && !actorID.equalsIgnoreCase(systemID)) { response.sendRedirect(request.getContextPath() + forwardPage); } } }*/ %> <HTML> <HEAD> <title>E-DEAL Mobile Access Login</title> <LINK href="<fl:webapp/>/edealMobile/css/css.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> </HEAD> <BODY> <div class="login-box"> <h1 class="title" align="left"> <img src="<fl:webapp/>/edealMobile/icons/nvLogoSmall.gif" border="0" alt="Home" style="vertical-align: bottom;"> E-DEAL Mobile Access </h1> <form method="post" action="<fl:webapp/>/mlogin.fl"> <table align="center"> <tr> <td> </td> <td> </td> </tr> <tr> <td class="label right" width="45%"> <fl:getMessage code="F206E" alt="Identifiant"/> </td> <td> <input name="login" type="text" tabindex="1" style="width: 100px;"> </td> </tr> <tr> <td class="label right"> <fl:getMessage code="F207C" alt="Mot de passe"/> </td> <td> <input name="pwd" type="password" tabindex="2" style="width: 100px;"> <input type="hidden" name="forwardPage" value="/listm_person.fl"> </td> </tr> <tr> <td> </td> <td> <input type="submit" value="Login" style="width: 100px;"> </td> </tr> </table> </FORM> </DIV> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de