okindxjrows |
Ngày: Thứ ba, 10-04-2012, 15:08 | Message # 1 |
Nhóm: Tham dự viên
Bài viết:
|
<html> <head><title>Dropbox - 5xx</title> <link href="https://www.dropbox.com/static/css/main.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="/static/images/favicon.ico"/> </head> <body style="background-color:#fff"> <br/><br/> <div align="center"> <table><tr><td width="600px"> <center><img id="errorimage" src="/static/images/sickbox.png"/></center> <div id="errorbox"> <h1>Error</h1>Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our <a href="https://www.dropbox.com/help">Help Center</a> and <a href="http://forums.dropbox.com">forums</a> for help, or head back to <a href="home">home</a>. </div> </td></tr></table> </div>
<script type="text/javascript" src="/static/javascript/external/dropbox-mini.js"></script> <script> message = "fr": "\x3ch1>Error\x3c/h1>Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our \x3ca href=\"https://www.dropbox.com/help\">Help Center\x3c/a> and \x3ca href=\"http://forums.dropbox.com\">forums\x3c/a> for help, or head back to \x3ca href=\"home\">home\x3c/a>.", "de": "\x3ch1>Error\x3c/h1>Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our \x3ca href=\"https://www.dropbox.com/help\">Help Center\x3c/a> and \x3ca href=\"http://forums.dropbox.com\">forums\x3c/a> for help, or head back to \x3ca href=\"home\">home\x3c/a>.", "ja": "\x3ch1>Error\x3c/h1>Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our \x3ca href=\"https://www.dropbox.com/help\">Help Center\x3c/a> and \x3ca href=\"http://forums.dropbox.com\">forums\x3c/a> for help, or head back to \x3ca href=\"home\">home\x3c/a>.", "es": "\x3ch1>Error\x3c/h1>Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our \x3ca href=\"https://www.dropbox.com/help\">Help Center\x3c/a> and \x3ca href=\"http://forums.dropbox.com\">forums\x3c/a> for help, or head back to \x3ca href=\"home\">home\x3c/a>."; function read_cookie (name) var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length); return null;
Event.observe(document, 'dom:loaded', function () var locale = read_cookie('locale'); if (locale) var msg = message[locale]; if (msg) $('errorbox').update(msg); ); </script>
</body> </html> |
|
| |