Changeset 936 in t29-www
- Timestamp:
- Mar 30, 2016, 2:54:23 PM (7 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
en/no-translation.php
r814 r936 52 52 if($backurl) { 53 53 ?><p class="panel-hide">Please <a href="<?=$backurl; ?>">go back to the german page</a>.</p> 54 <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>54 <p>You can also use automatically generated translations from <a href="https://translate.google.com/">Google Translate</a> or <a href="https://www.bing.com/translator">Microsoft Bing</a> 55 55 (but don't expect too much):</p> 56 56 <ul> 57 57 <li><a href="http://translate.google.com/translate?hl=en&sl=de&u=http://www.technikum29.de/<?=$backurl; ?>&prev=/search%3Fq%3Dtechnikum29%26hl%3Den%26lr%3D%26sa%3DN">Read the google translation</a></li> 58 <!--<li><a href="http://babelfish.altavista.com/babelfish/tr?doit=done&url=http://www.technikum29.de/<?=$backurl; ?>&lp=de_en">Read the Altavista bablefish translation</a>-->59 58 <li><a href="http://www.microsofttranslator.com/bv.aspx?from=de&to=en&a=http://www.technikum29.de/<?=$backurl; ?>">Read the Microsoft translator (Babelfish/Bing)</a></li> 60 59 </ul><?php -
shared/css-v6/modules/18-content.css
r511 r936 82 82 } 83 83 84 .messages.panel { margin-bottom: 20px; } 84 .messages.panel { 85 margin-bottom: 20px; 86 /* Sometimes there is stuff with margin-top: -...; at the top. 87 Make sure we overlay. (Example: Robotik, english translation) */ 88 position: relative; 89 z-index: 100; 90 } 85 91 86 92 .messages.panel > li {
Note: See TracChangeset
for help on using the changeset viewer.