source: t29-www/en/inc/extra-forwarding.template.shtm @ 1

Last change on this file since 1 was 1, checked in by sven, 16 years ago

This reposity is supposed to contain the whole content of
http://www.technikum29.de. You can read about the progress
of the SVN migration in our wiki at http://dev.technikum29.de/

The first import only contains the /en subdirectory, to test
the SVN directory autoversioning and post-commit-auto-update
features in an area where heribert, the main user, usually
doesn't write or - when he writes - never writes something
important (only width/height things of images, etc.).

Please note: In later use/when this reposity finally gets
used on every day life, the commit comments won't be in
english any more.

--Sven, on his balcony computer at 24. July 2008.

File size: 1.6 KB
Line 
1<!-- Start of Template -->
2<!--
3    Dieses Template dient als Javascript/nur-Text-Weiterleitung als
4    einzige Möglichkeit, eine nicht mehr benötigte Extraseite auf die
5    Seite weiterleiten zu lassen, in die der Inhalt gezogen ist.
6    Eleganterweise würde man das per HTTP-Weiterleitung lösen, doch dafür
7    bräuchte man serverseitige Programmiermöglichkeiten (um Header zu
8    senden) oder die Benutzung von <meta http-equiv="..., was jedoch
9    an dieser Stelle ungünstig ist und nicht gemacht wird. Stattdessen
10    erfolgt die Weiterleitung per Javascript und einer eingeblendeten
11    Textbox.
12    Eingeführt zu Version 5.7
13
14    Erläuterung der zu setzenden SSI-Variablen:
15
16    title = Titel der Seite, die aktuell angezeigt wird
17    forwarding_page = URL, zu der weitergeleitet wird
18    forwarding_title = Titel der Seite, die dafür angezeigt wird
19
20    Übersetzt am 19.08.2007 19:23 für v5.7.5
21-->
22<div style="border: 10px solid grey; padding: 2em; margin: 2em; background-image: url(/shared/img/fresh.design/sidebar-stripe.gif);">
23    <h2>"<!--#echo var="title" encoding="none" -->" moved</h2>
24    <p style="font-size: 120%; line-height: 150%;">The contents of this page moved permanentely to
25    <a class="go" style="font-weight: bold;" href="<!--#echo var="forwarding_page" encoding="none" -->">
26    <!--#echo var="forwarding_title" --></a>. You will be forwarded in a few seconds...</p>
27    <script language="JavaScript" type="text/javascript">
28    <!--
29        window.setTimeout("location.href = '<!--#echo var="forwarding_page" encoding="none" -->'", 5500);
30    // -->
31    </script>
32</div>
33
34
35<!-- End of Template -->
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License