Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Typos fixed (thank to Adam Groszer); messages extracted and merged; g…
Browse files Browse the repository at this point in the history
…erman translation updated

(like Rev. 38046 in trunk)
  • Loading branch information
Egon Frerich committed Aug 23, 2005
0 parents commit b12304d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions browser/redirect.pt
@@ -0,0 +1,23 @@
<html metal:use-macro="context/@@standard_macros/page"
i18n:domain="zope">
<head>
<metal:block fill-slot="headers">
<meta http-equiv="refresh" content="0;url=./"
tal:attributes="content string:0;;url=${view/request/nextURL}" />
</metal:block>
</head>
<body>
<div metal:fill-slot="body">

<h1 i18n:translate="">You are being redirected!</h1>

<p style="font-size: 150%">
<a tal:attributes="href view/request/nextURL" i18n:translate="">
If you see this screen for more than 5 seconds, click here.
</a>
</p>

</div>
</body>

</html>

0 comments on commit b12304d

Please sign in to comment.