[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/views/error.vm idp-conf/src/main/resources/vie...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Dec 16 14:53:07 EST 2014
Author: serac
Date: Tue Dec 16 14:53:07 2014
New Revision: 7118
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7118&view=rev
Log:
IDP-537 Restore DOCTYPE and general HTML 5 conformance.
Modified:
trunk/idp-conf/src/main/resources/views/error.vm
trunk/idp-conf/src/main/resources/views/expiring-password.vm
trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm
trunk/idp-conf/src/main/resources/views/intercept/terms-of-use.vm
trunk/idp-conf/src/main/resources/views/login.vm
trunk/idp-conf/src/main/resources/views/logout-response.vm
trunk/idp-conf/src/main/resources/views/logout.vm
trunk/idp-war/src/main/webapp/x509-prompt.jsp
Modified: trunk/idp-conf/src/main/resources/views/error.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/error.vm?rev=7118&r1=7117&r2=7118&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/error.vm (original)
+++ trunk/idp-conf/src/main/resources/views/error.vm Tue Dec 16 14:53:07 2014
@@ -35,18 +35,19 @@
#set ($message = $springMacroRequestContext.getMessage("idp.message", "An unidentified error occurred."))
#end
##
+<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<title>$title - $titleSuffix</title>
- <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css"/>
+ <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
- <img src="$request.getContextPath()/images/dummylogo.png" alt="#springMessageText("idp.logo.alt-text", "logo")"/>
+ <img src="$request.getContextPath()/images/dummylogo.png" alt="#springMessageText("idp.logo.alt-text", "logo")">
<h3>$title - $titleSuffix</h3>
</header>
Modified: trunk/idp-conf/src/main/resources/views/expiring-password.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/expiring-password.vm?rev=7118&r1=7117&r2=7118&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/expiring-password.vm (original)
+++ trunk/idp-conf/src/main/resources/views/expiring-password.vm Tue Dec 16 14:53:07 2014
@@ -13,20 +13,21 @@
## encoder - HTMLEncoder class
## request - HttpServletRequest
## response - HttpServletResponse
-
+##
+<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<title>#springMessageText("idp.title", "Web Login Service")</title>
- <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css"/>
- <meta http-equiv="refresh" content="20;url=$flowExecutionUrl&_eventId_proceed=1"/>
+ <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
+ <meta http-equiv="refresh" content="20;url=$flowExecutionUrl&_eventId_proceed=1">
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
- <img src="$request.getContextPath()/images/dummylogo.png" alt="#springMessageText("idp.logo.alt-text", "logo")"/>
+ <img src="$request.getContextPath()/images/dummylogo.png" alt="#springMessageText("idp.logo.alt-text", "logo")">
<h3>#springMessageText("idp.login.expiringSoon", "Your password will be expiring soon!")</h3>
</header>
Modified: trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm?rev=7118&r1=7117&r2=7118&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm (original)
+++ trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm Tue Dec 16 14:53:07 2014
@@ -22,25 +22,26 @@
#set ($rpOrganizationLogo = $rpUIContext.getLogo())
#set ($rpOrganizationName = $rpUIContext.organizationName)
##
+<!DOCTYPE html>
<html>
<head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/consent.css"/>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/consent.css">
<title>#springMessageText("idp.attribute-release.title", "Information Release")</title>
</head>
<body>
<form action="$flowExecutionUrl" method="post" style="padding:10px" >
<div class="box">
<header>
[... 348 lines stripped ...]
More information about the commits
mailing list