| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|---|
| 6 | |
|---|
| 7 | <title>Movable Type Publishing Platform</title> |
|---|
| 8 | |
|---|
| 9 | <style type="text/css" media="screen"> |
|---|
| 10 | body { |
|---|
| 11 | font-family: "Helvetica Neue", Arial, sans-serif; |
|---|
| 12 | font-size: 12px; |
|---|
| 13 | line-height: 1.6; |
|---|
| 14 | background-color: #fff; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | a { |
|---|
| 18 | color: #33789c; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | a:hover { |
|---|
| 22 | color: #a2ad00; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | .chromeless #container { |
|---|
| 26 | position: relative; |
|---|
| 27 | margin: 0 auto; |
|---|
| 28 | text-align: left; |
|---|
| 29 | } |
|---|
| 30 | .chromeless #container { |
|---|
| 31 | width: 360px; |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | .chromeless #container { |
|---|
| 35 | margin-top: 50px; |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | .chromeless #content { |
|---|
| 39 | border: 1px solid #cfdde5; |
|---|
| 40 | padding: 20px; |
|---|
| 41 | } |
|---|
| 42 | |
|---|
| 43 | .chromeless #content h1 { |
|---|
| 44 | margin: 10px 0 20px 0; |
|---|
| 45 | padding: 0; |
|---|
| 46 | font-size: 24px; |
|---|
| 47 | font-weight: normal; |
|---|
| 48 | } |
|---|
| 49 | .chromeless #content h2 { |
|---|
| 50 | font-size: 16px; |
|---|
| 51 | margin: 0 0 10px 0; |
|---|
| 52 | } |
|---|
| 53 | |
|---|
| 54 | .info { |
|---|
| 55 | font-size: 14px; |
|---|
| 56 | } |
|---|
| 57 | |
|---|
| 58 | .login { |
|---|
| 59 | margin: 30px auto 30px auto; |
|---|
| 60 | text-align: center; |
|---|
| 61 | } |
|---|
| 62 | .login a { |
|---|
| 63 | font-size: 18px; |
|---|
| 64 | color: #fff; |
|---|
| 65 | text-decoration: none; |
|---|
| 66 | background-color: #226C9C; |
|---|
| 67 | border-width: 2px; |
|---|
| 68 | border-style: solid; |
|---|
| 69 | border-color: #6AA8C6 #1B577D #1B577D #6AA8C6; |
|---|
| 70 | padding: 4px 12px; |
|---|
| 71 | } |
|---|
| 72 | .login a:hover { |
|---|
| 73 | color: #fff; |
|---|
| 74 | } |
|---|
| 75 | </style> |
|---|
| 76 | <script type="text/javascript"> |
|---|
| 77 | <!-- |
|---|
| 78 | var languages = new Array('de', 'en-us', 'es', 'fr', 'ja', 'nl'); |
|---|
| 79 | var timeoutID; |
|---|
| 80 | function swapLanguage(lang) { |
|---|
| 81 | for(var i = 0; i < languages.length; i++) { |
|---|
| 82 | var d = document.getElementById(languages[i]); |
|---|
| 83 | if(d) |
|---|
| 84 | d.style.display = 'none'; |
|---|
| 85 | } |
|---|
| 86 | |
|---|
| 87 | var ld = document.getElementById(lang); |
|---|
| 88 | if(ld) |
|---|
| 89 | ld.style.display = 'block'; |
|---|
| 90 | |
|---|
| 91 | // If a user changes languages, give them time to (re)read |
|---|
| 92 | if(timeoutID) |
|---|
| 93 | window.clearTimeout(timeoutID); |
|---|
| 94 | |
|---|
| 95 | timeoutID = window.setTimeout('window.location = \'mt.cgi\'', 8000); |
|---|
| 96 | } |
|---|
| 97 | |
|---|
| 98 | // Attempt to detect the language |
|---|
| 99 | window.onload = function() { |
|---|
| 100 | var userLang = (navigator.language) ? navigator.language : navigator.userLanguage; |
|---|
| 101 | swapLanguage(userLang.toLowerCase()); |
|---|
| 102 | } |
|---|
| 103 | //--> |
|---|
| 104 | </script> |
|---|
| 105 | </head> |
|---|
| 106 | |
|---|
| 107 | <body class="chromeless"> |
|---|
| 108 | <div id="container"> |
|---|
| 109 | <div id="content"> |
|---|
| 110 | |
|---|
| 111 | <h1>Movable Type</h1> |
|---|
| 112 | |
|---|
| 113 | <a href="#" onclick="swapLanguage('de');">Deutsch</a> | |
|---|
| 114 | <a href="#" onclick="swapLanguage('en-us');">English</a> | |
|---|
| 115 | <a href="#" onclick="swapLanguage('es');">Español</a> | |
|---|
| 116 | <a href="#" onclick="swapLanguage('fr');">Français</a> | |
|---|
| 117 | <a href="#" onclick="swapLanguage('ja');">æ¥æ¬èª</a> | |
|---|
| 118 | <a href="#" onclick="swapLanguage('nl');">Nederlands</a> |
|---|
| 119 | |
|---|
| 120 | <div id="en-us"><!-- Start English --> |
|---|
| 121 | <p class="info">Welcome to Movable Type, the premier blog publishing platform.</p> |
|---|
| 122 | |
|---|
| 123 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=en_US">Log in to Movable Type</a></p> |
|---|
| 124 | |
|---|
| 125 | <h2>Installing?</h2> |
|---|
| 126 | |
|---|
| 127 | <p>If you are just starting with Movable Type, you may want to review the installation/upgrade guide posted on the <a href="http://www.movabletype.org/documentation/">Movable Type documentation site</a> and view the <a rel="nofollow" href="mt-check.cgi?__lang=en_US">Movable Type System Check</a> to make sure that your system has what it needs.</p> |
|---|
| 128 | </div><!-- End English --> |
|---|
| 129 | |
|---|
| 130 | <div id="de" style="display: none;"><!-- Start German --> |
|---|
| 131 | <p class="info">Herzlich willkommen zu Movable Type, der Premium-Weblogging-Plattform.</p> |
|---|
| 132 | |
|---|
| 133 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=de">Bei Movable Type anmelden</a></p> |
|---|
| 134 | |
|---|
| 135 | <h2>Movable Type installieren?</h2> |
|---|
| 136 | |
|---|
| 137 | <p>Wenn Sie Movable Type jetzt installieren möchten, lesen Sie bitte die Installationshinweise in der <a href="http://www.movabletype.org/documentation/">Movable Type-Dokumentation</a> und nutzen Sie die <a rel="nofollow" href="mt-check.cgi?__lang=de">Movable Type-SystemÌberprÌfung</a>, die Ihren Server automatisch auf die erforderliche Software hin ÌberprÌft.</p> |
|---|
| 138 | </div><!-- End German --> |
|---|
| 139 | |
|---|
| 140 | <div id="es" style="display: none;"><!-- Start Spanish --> |
|---|
| 141 | <p class="info">¡Bienvenido a Movable Type, la mejor plataforma de publicación de blogs.</p> |
|---|
| 142 | |
|---|
| 143 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=es">Iniciar sesión en Movable Type</a></p> |
|---|
| 144 | |
|---|
| 145 | <h2>¿Instalando?</h2> |
|---|
| 146 | |
|---|
| 147 | <p>Si acaba de empezar con Movable Type, quizás desee consultar la sección de instalación/actualización de la <a href="http://www.movabletype.org/documentation/">documentación de Movable Type</a> y ver la <a rel="nofollow" href="mt-check.cgi?__lang=es">comprobación del sistema de Movable Type</a> para segurarse de que su sistema tiene todo lo necesario.</p> |
|---|
| 148 | </div><!-- End Spanish --> |
|---|
| 149 | |
|---|
| 150 | <div id="fr" style="display: none;"><!-- Start French --> |
|---|
| 151 | <p class="info">Bienvenue sur Movable Type, la premiÚre plateforme de blogging.</p> |
|---|
| 152 | |
|---|
| 153 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=fr">S'enregistrer dans Movable Type</a></p> |
|---|
| 154 | |
|---|
| 155 | <h2>Installation?</h2> |
|---|
| 156 | |
|---|
| 157 | <p>Si vous découvrez Movable Type, vous apprécierez certainement de trouver des conseils utiles dans le chapitre "Installation" dans notre <a href="http://www.movabletype.org/documentation/">documentation Movable Type</a>. Vous pouvez aussi visiter la Page <a rel="nofollow" href="mt-check.cgi?__lang=fr">"Vérification SystÚme"</a> pour vérifier que votre systÚme comporte tous les éléments nécessaires à l'installation de Movable Type.</p> |
|---|
| 158 | </div><!-- End French --> |
|---|
| 159 | |
|---|
| 160 | <div id="ja" style="display: none;"><!-- Start Japanese --> |
|---|
| 161 | <p class="info">衚çŸåè±ããªããã°ããã¹ãŠã®äººã«ãMovable Typeãžããããã</p> |
|---|
| 162 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=ja">ãã°ã€ã³</a></p> |
|---|
| 163 | |
|---|
| 164 | <h2>ã¯ãããŠã䜿ãã«ãªãæ¹ãž</h2> |
|---|
| 165 | <p>Movable Typeããå©çšããã ãããã«ã¯ãã»ããã¢ãããå®äºããŠããå¿
èŠããããŸãã<a href="http://www.movabletype.jp/documentation/">ãªã³ã©ã€ã³ã»ããã¥ã¢ã«</a>ã®ã€ã³ã¹ããŒã«ã»ã»ããã¢ããã®ç« ãèªã¿ã皌åã«å¿
èŠãªç°å¢ãæºåããŠãã ããããŸãã<a rel="nofollow" href="mt-check.cgi?__lang=ja">Movable Type ã·ã¹ãã ã»ãã§ã㯠(mt-check.cgi)</a> ãå®è¡ããç°å¢ãæŽã£ãããšã確èªããŠãã ããã</p> |
|---|
| 166 | <p>å¿
èŠãªç°å¢ãæŽã£ãŠããããšã確èªããåŸã«ãäžã®ããã°ã€ã³ããã¯ãªãã¯ããŠãã ããã</p> |
|---|
| 167 | </div><!-- End Japanese --> |
|---|
| 168 | |
|---|
| 169 | <div id="nl" style="display: none;"><!-- Start Dutch --> |
|---|
| 170 | <p class="info">Welkom op Movable Type, het beste publicatieplatform voor weblogs.</p> |
|---|
| 171 | |
|---|
| 172 | <p class="login"><a rel="nofollow" href="mt.cgi?__lang=nl">Aanmelden op Movable Type</a></p> |
|---|
| 173 | |
|---|
| 174 | <h2>Installatie?</h2> |
|---|
| 175 | |
|---|
| 176 | <p>Als u Movable Type aan het installeren bent, is het nuttig om de <a href="http://www.movabletype.org/documentation/">installatie-instructies</a> te bekijken en om de <a rel="nofollow" href="mt-check.cgi?__lang=nl">Movable Type systeemcontrole</a> uit te voeren om zeker te zijn dat u systeem alles heeft wat nodig is.</p> |
|---|
| 177 | </div><!-- End Dutch --> |
|---|
| 178 | </div> |
|---|
| 179 | </div> |
|---|
| 180 | </body> |
|---|
| 181 | |
|---|
| 182 | </html> |
|---|