diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/templates/index.xsl | 7 |
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> |