source: t29-www/en/no-translation.shtm @ 150

Last change on this file since 150 was 11, checked in by sven, 16 years ago
  • /en/search.shtm: Aktualisiert auf deutschen Stand. Ist wohl so gewünscht.
  • Properties in /en gefixt.

--Sven, Balkoncomputer

  • Property svn:keywords set to Id
File size: 3.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4<head><!--#set var="title"        value="No English version available"
5   --><!--#set var="location"     value=""
6   --><!--#set var="url_de"       value=""
7   --><!--#set var="prev"         value=""
8   --><!--#set var="prev_title"   value=""
9   --><!--#set var="next"         value=""
10   --><!--#set var="next_title"   value=""
11   -->
12     <title>Technikum29 - <!--#echo var="title" --></title>
13    <!--#include virtual="/en/inc/head.inc.shtm" -->
14    <meta name="DC.title" content="technikum29 - <!--#echo var="title" -->" />
15    <meta name="DC.subject" content="Special page for pages that don't have a translation" />
16    <meta name="t29.germanoriginal" content="no original" />
17    <meta name="robots" content="noindex" />
18</head>
19<body>
20<!--#echo encoding="none" var="heading" -->
21<div id="content">
22    <!--
23       "Not yet translated"-Page Usage
24       Get-Param    optional  values
25       how          yes       (yet|no)   => yet = Not yet translated | no = no translation
26       backurl      yes       == url_de
27       backtitle    required  title of german page
28
29       GET-Parameters can be seperated by using , (commas) or normal sperators (&), for example:
30         ?how=yet&backurl=index.shtm&backtitle=Main%20Page
31         ?how=no,backtitle=Blabla
32    -->
33
34    <!--#if expr="$QUERY_STRING = /how=([^,&]+)/" --><!--#set var="how" value="$1" --><!--#endif -->
35    <!--#if expr="$QUERY_STRING = /backurl=([^,&]+)/" --><!--#set var="url_de" value="$1" --><!--#endif -->
36    <!--#if expr="$QUERY_STRING = /backtitle=([^,&]+)/" --><!--#set var="backtitle" value="$1" --><!--#endif -->
37
38    <!--#if expr="$how = yet" -->
39    <h2>The page <!--#if expr="($backtitle)" -->&raquo;<!--#echo var="backtitle" -->&laquo;<!--#else --><!--#endif --> has not been translated yet</h2>
40    <!--#else -->
41    <h2>There is no translation for <!--#if expr="($backtitle)" -->&raquo;<!--#echo var="backtitle" -->&laquo;<!--#else -->the page you requested<!--#endif --> </h2>
42    <!--#endif -->
43
44    <!--#if expr="($url_de)" -->
45    <p>Please <a href="/de/<!--#echo var="url_de" -->">go back to the german page</a>.</p>
46    <p>You can also use automatically generated translations from <a href="http://www.google.com">Google</a> or <a href="http://babelfish.altavista.com">Altavista Babelfish</a>
47       (but don't expect too much):</p>
48    <ul>
49       <li><a href="http://translate.google.com/translate?hl=en&sl=de&u=http://www.technikum29.de/de/<!--#echo var="url_de" -->&prev=/search%3Fq%3Dtechnikum29%26hl%3Den%26lr%3D%26sa%3DN">Read the google translation</a></li>
50       <li><a href="http://babelfish.altavista.com/babelfish/tr?doit=done&url=http://www.technikum29.de/de/<!--#echo var="url_de" -->&lp=de_en">Read the Altavista bablefish translation</a>
51    </ul>
52    <!--#else -->
53    <p>There is no english translation for the requested page.</p>
54    <p><a class="go" href="javascript:history.go();">Back to the german page</a></p>
55    <!--#endif -->
56
57</div>
58
59<!-- end of content -->
60<!--#include virtual="/en/inc/menu.inc.shtm" -->
61</body>
62</html>
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