source: WAeUP_SRP/trunk/skins/waeup_default/in_progress_view.pt @ 1407

Last change on this file since 1407 was 1381, checked in by joachim, 18 years ago

add missing

  • Property svn:keywords set to Id
File size: 510 bytes
Line 
1<metal:body use-macro="here/main_template/macros/master">
2  <metal:head fill-slot="head_slot"
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.