summaryrefslogtreecommitdiff
path: root/root/templates/index.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'root/templates/index.xsl')
-rw-r--r--root/templates/index.xsl10
1 files changed, 6 insertions, 4 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index 30aa90f..9dc5bd4 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -10,22 +10,24 @@
<xsl:param name="openid.return_to"/>
<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>
+ <link rel="openid.server" href="https://localhost/openid" />
<style type="text/css">
@import "default.css";
</style>
</head>
-
+
<body>
- <p>The website '<xsl:value-of select="$openid.return_to"/>' wants to verify your PAUSE identity.</p>
+ <h1>PAUSE OpenID login service</h1>
+ <p>The website '<xsl:value-of select="$openid.return_to"/>' wants to verify your <a href="https://pause.perl.org/">PAUSE</a> identity.</p>
<form method="post" action="login" 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>