validatorFooter.jsp revision 8bb3e4cda81612f01c0254c263155f65506a018c
cfbca4e518f4981f435e93e434f17271e6efc138rbowen DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
cfbca4e518f4981f435e93e434f17271e6efc138rbowen Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
cfbca4e518f4981f435e93e434f17271e6efc138rbowen The contents of this file are subject to the terms
cfbca4e518f4981f435e93e434f17271e6efc138rbowen of the Common Development and Distribution License
cfbca4e518f4981f435e93e434f17271e6efc138rbowen (the License). You may not use this file except in
cfbca4e518f4981f435e93e434f17271e6efc138rbowen compliance with the License.
$Id: validatorFooter.jsp,v 1.7 2009/10/27 17:57:38 asyhuang Exp $
<%@ page import="com.sun.identity.common.SystemConfigurationUtil" %>
<%@ page import="com.sun.identity.shared.Constants" %>
<%@ page import="com.sun.identity.workflow.ValidateSAML2" %>
<%@ page import="org.owasp.esapi.ESAPI" %>
<%@ page contentType="text/html; charset=utf-8" language="java" %>
String deployuri = SystemConfigurationUtil.getProperty(
String msg = request.getParameter("m");
String locale = request.getParameter("locale");
String backLoginBtnLabel = ValidateSAML2.getMessage(
"button.backtoLogin", locale);
String message = ((msg != null) && (msg.length() > 0)) ?
ValidateSAML2.getMessage(msg, locale) : null;
message=enc.encodeForHTML(message);
out.println(message);
<div class="TtlBtnDiv"> <input name="btnBacktoLogin" type="submit" class="Btn1" value="<%= backLoginBtnLabel %>" onmouseover="javascript: this.className='Btn1Hov'" onmouseout="javascript: this.className='Btn1'" onblur="javascript: this.className='Btn1'" onfocus="javascript: this.className='Btn1Hov'" onClick="top.cancelOp();return false;"/>