[TYPO3-german] IE Death March Beispiel

Andreas Burg typo3 at andreasburg.de
Thu Mar 19 13:30:00 CET 2009


http://iedeathmarch.org/

Hallo zusammen,

ich integriere jetzt folgendes in meine Seiten und stelle ab sofort die Optimierung von IE6 und 
kleiner ein. Wer möchte kann es in seine Seiten einbauen, oder weitere Texte präsentieren.

[browser = msie] && [version= <7]
   page.10.marks.OLDBROWSER =< lib.oldbrowser
[else]
   page.10.marks.OLDBROWSER =
[global]

lib.oldbrowser = TEXT
lib.oldbrowser.value (
   <div class="warning">
     <p><strong>No support for Internet Explorer 6 or lower!</strong></p>
     <p>Your browser contains serious <strong>security holes</strong> and cannot display modern 
content. Updating it to <a 
href="http://www.microsoft.com/windows/internet-explorer/download-ie.aspx">IE 7</a> or <a 
href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx">IE 8 beta</a> is easy 
and free!</p>
     <p>You should also consider if it is worth using a browser made by a profit-oriented company. 
IE/Microsoft, Chrome/Google, Safari/Apple. Keyword: data abuse.</p>
     <p>To browse the internet faster and securer and to enjoy our website to the full extent we 
recommend the free open-source browsers <a href="http://www.opera.com/index.dml">Opera</a> or <a 
href="http://www.mozilla-europe.org/en/">Firefox</a>.</p>
     <p>You're not on your own computer? In that case please inform the system administrator!</p>
   </div>
)

lib.oldbrowser.lang.de (
   <div class="warning">
     <p><strong>Keine Unterstützung für Internet Explorer 6 oder kleiner!</strong></p>
     <p>Ihr Browser weist erhebliche <strong>Sicherheitslücken</strong> auf. Auch die Darstellung 
moderner Inhalte ist nicht möglich. Ein Update auf <a 
href="http://www.microsoft.com/germany/windows/internet-explorer/download-ie.aspx">IE 7</a> oder <a 
href="http://www.microsoft.com/germany/windows/products/winfamily/ie/beta/default.mspx">IE 8 
beta</a> ist einfach und kostenlos.</p>
     <p>Überlegen Sie auch, ob es überhaupt verantwortlich ist mit einem Browser eines 
gewinnorientierten Unternehmens unterwegs zu sein. IE/Microsoft, Chrome/Google, Safari/Apple. 
Stichwort: Datenmissbrauch.</p>
     <p>Um sicherer und schneller im Netz unterwegs zu sein, und unsere Seiten in vollem Umfang 
genießen zu können, empfehlen wir daher die kostenlosen Open-Source-Browser <a 
href="http://de.opera.com/">Opera</a> oder <a 
href="http://www.mozilla-europe.org/de/firefox/">Firefox</a>.</p>
     <p>Sie sitzen nicht an Ihrem PC? In diesem Fall informieren Sie bitte den System-Administrator.</p>
   </div>
)

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-german mailing list