1 / 1

cathy
Download Presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> body { font-family: Arial,Helvetica Neue,Helvetica,sans-serif; text-align:center; text-shadow:0 1px #fff; -webkit-text-shadow:0 1px #fff; -moz-text-shadow:0 1px #fff; } h1 { font-size: 22px; color: #900; font-weight: bold; } #conts { min-width:640px; margin: 30px; background-color: #fff; padding: 40px 20px; font-size: 14px; /*width: 90%; height: 100%;*/ border: 1px dotted #999; background:#eee; } #little { margin: 0px; font-size: 10px; } </style> <title> This website is temporarily suspended. </title> </head> <body> <div id="conts"> <div> <h1 id="header">This website is temporarily suspended.</h1> </div> </div> <script type="text/javascript"> var l_lang; if (navigator.userLanguage) l_lang = navigator.userLanguage; //IE else if (navigator.language) l_lang = navigator.language; //FF else l_lang = "en"; l_lang = l_lang.substr(l_lang,2); if ( l_lang == "it" ) { document.getElementById('header').innerHTML = 'Il sito web non è al momento disponibile.'; document.title = 'Il sito web non è al momento disponibile.'; } else if ( l_lang == "es" ) { document.getElementById('header').innerHTML = 'El sitio web no está disponible.'; document.title = 'El sitio web no está disponible.'; } else if ( l_lang == "fr" ) { document.getElementById('header').innerHTML = 'Le site web n\'est pas disponible en ce moment.'; document.title = 'Le site web n\'est pas disponible en ce moment.'; } else if ( l_lang == "pt" ) { document.getElementById('header').innerHTML = 'Este site está temporariamente suspenso.'; document.title = 'Este site está temporariamente suspenso.'; } else if ( l_lang == "nl" ) { document.getElementById('header').innerHTML = 'Deze website is tijdelijk niet bereikbaar.'; document.title = 'Deze website is tijdelijk niet bereikbaar.'; } else if ( l_lang == "ca" ) { document.getElementById('header').innerHTML = 'El lloc web no està disponible.'; document.title = 'El lloc web no està disponible.'; } </script> </body> </html>

More Related