summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 21:49:58 +0100
committerLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 21:49:58 +0100
commit86f52118fee5b42372c5c46cff806c3c0f134b87 (patch)
treeff498513ebf77c3f099589414181960833a9d724
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-86f52118fee5b42372c5c46cff806c3c0f134b87.tar.gz
Simple-OpenID-86f52118fee5b42372c5c46cff806c3c0f134b87.tar.bz2
Simple-OpenID-86f52118fee5b42372c5c46cff806c3c0f134b87.zip
add heading, link to PAUSE
-rw-r--r--root/templates/index.xsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index adca9c6..8ff28e7 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -17,15 +17,16 @@
@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>