[java-shib-idp2 COMMIT] in /branches/REL_2/src/main/webapp: error-404.jsp error.jsp images/dummylogo-mobile.png image...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 29 16:20:29 EDT 2013
Author: scantor
Date: Fri Mar 29 16:20:29 2013
New Revision: 3158
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3158&view=rev
Log:
IDP-579: responsive login page files, removed old logo
Added:
branches/REL_2/src/main/webapp/images/dummylogo-mobile.png (with props)
branches/REL_2/src/main/webapp/images/dummylogo.png (with props)
branches/REL_2/src/main/webapp/js/
branches/REL_2/src/main/webapp/js/jquery-1.8.1.min.js (with props)
branches/REL_2/src/main/webapp/js/jquery-ui-1.8.23.min.js (with props)
branches/REL_2/src/main/webapp/login.css (with props)
branches/REL_2/src/main/webapp/login.jsp (with props)
branches/REL_2/src/main/webapp/nonresp-login.css
- copied unchanged from r3155, branches/REL_2/src/main/webapp/login.css
branches/REL_2/src/main/webapp/nonresp-login.jsp
- copied, changed from r3155, branches/REL_2/src/main/webapp/login.jsp
Modified:
branches/REL_2/src/main/webapp/error-404.jsp
branches/REL_2/src/main/webapp/error.jsp
branches/REL_2/src/main/webapp/images/logo.jpg
branches/REL_2/src/main/webapp/login-error.jsp
branches/REL_2/src/main/webapp/logout.jsp
Modified: branches/REL_2/src/main/webapp/error-404.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/error-404.jsp?rev=3158&r1=3157&r2=3158&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/error-404.jsp (original)
+++ branches/REL_2/src/main/webapp/error-404.jsp Fri Mar 29 16:20:29 2013
@@ -1,7 +1,7 @@
<html>
<body>
- <img src="<%= request.getContextPath() %>/images/logo.jpg" />
+ <img src="<%= request.getContextPath()%>/images/dummylogo.png" alt="Replace or remove this logo"/>
<h3>ERROR</h3>
<p>
An error occurred while processing your request. Please contact your helpdesk or
Modified: branches/REL_2/src/main/webapp/error.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/error.jsp?rev=3158&r1=3157&r2=3158&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/error.jsp (original)
+++ branches/REL_2/src/main/webapp/error.jsp Fri Mar 29 16:20:29 2013
@@ -3,7 +3,7 @@
<html>
<body>
- <img src="<%= request.getContextPath() %>/images/logo.jpg" />
+ <img src="<%= request.getContextPath()%>/images/dummylogo.png" alt="Replace or remove this logo"/>
<h3>ERROR</h3>
<p>
An error occurred while processing your request. Please contact your helpdesk or
Modified: branches/REL_2/src/main/webapp/login-error.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/login-error.jsp?rev=3158&r1=3157&r2=3158&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/login-error.jsp (original)
+++ branches/REL_2/src/main/webapp/login-error.jsp Fri Mar 29 16:20:29 2013
@@ -7,7 +7,7 @@
<html>
<body>
- <img src="<%= request.getContextPath() %>/images/logo.jpg" />
+ <img src="<%= request.getContextPath()%>/images/dummylogo.png" alt="Replace or remove this logo"/>
<h3>ERROR</h3>
<%
if (error != null) {
Modified: branches/REL_2/src/main/webapp/logout.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/logout.jsp?rev=3158&r1=3157&r2=3158&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/logout.jsp (original)
+++ branches/REL_2/src/main/webapp/logout.jsp Fri Mar 29 16:20:29 2013
@@ -9,7 +9,7 @@
</head>
<body>
- <img src="<%= request.getContextPath()%>/images/logo.jpg" alt="Shibboleth Logo"/>
+ <img src="<%= request.getContextPath()%>/images/dummylogo.png" alt="Replace or remove this logo"/>
<h1>Example Logout Page</h1>
<p>This logout page is an example and should be customized.</p>
Copied: branches/REL_2/src/main/webapp/nonresp-login.jsp (from r3155, branches/REL_2/src/main/webapp/login.jsp)
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/nonresp-login.jsp?p2=branches/REL_2/src/main/webapp/nonresp-login.jsp&p1=branches/REL_2/src/main/webapp/login.jsp&r1=3155&r2=3158&rev=3158&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/login.jsp (original)
+++ branches/REL_2/src/main/webapp/nonresp-login.jsp Fri Mar 29 16:20:29 2013
@@ -1,12 +1,12 @@
<%@ taglib uri="urn:mace:shibboleth:2.0:idp:ui" prefix="idpui" %>
<html>
<head>
- <title>Shibboleth Identity Provider - Example Login Page</title>
- <link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%>/login.css"/>
+ <title>Example Login Page</title>
+ <link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%>/nonresp-login.css"/>
</head>
<body id="homepage">
- <img src="<%= request.getContextPath()%>/images/logo.jpg" alt="Shibboleth Logo"/>
[... 5 lines stripped ...]
More information about the commits
mailing list