summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--root/templates/index.xsl9
1 files changed, 5 insertions, 4 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index adca9c6..17862fd 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -10,22 +10,23 @@
<xsl:param name="origin_website"/>
<xsl:template match="/document">
- <html xmlns="http://www.w3.org/1999/xhtml">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sign in with OpenID</title>
<style type="text/css">
@import "default.css";
</style>
</head>
-
+
<body>
- <p>The website '<xsl:value-of select="$origin_website"/>' wants to verify your PAUSE identity.</p>
+ <h1>PAUSE OpenID login service</h1>
+ <p>The website '<xsl:value-of select="$origin_website"/>' wants to verify your <a href="https://pause.perl.org/">PAUSE</a> identity.</p>
<form method="post" action="signin" id="login_form">
<div>
<label for="username"><abbr title="Perl Authors Upload Server">PAUSE</abbr> ID:</label>
<input name="username" id="username" type="text" />
<label for="password">Password:</label>
-
+
<input name="password" id="password" type="password" />
<input type="submit" />
</div>