source: WAeUP_SRP/base/skins/waeup_default/in_progress_view.pt @ 3431

Last change on this file since 3431 was 1503, checked in by joachim, 18 years ago

=simpler in_progress_view

  • Property svn:keywords set to Id
File size: 505 bytes
Line 
1<metal:body use-macro="here/main_plain/macros/master">
2  <metal:head fill-slot="header"
3              tal:define="refresh options/refresh|python:20;
4              page options/page|string:in_progress_view"
5              >
6    <meta http-equiv="refresh" content="5; URL=http://de.selfhtml.org/"
7          tal:attributes="content string:${refresh};; URL=${context/absolute_url}/${page}" />
8  </metal:head>
9  <metal:main fill-slot="main">
10    <h2>Processing, please wait !</h2>
11  </metal:main>
12</metal:body>
Note: See TracBrowser for help on using the repository browser.