-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
2,025 additions
and
1,292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,11 @@ | |
- Simplify your life | ||
</title> | ||
|
||
<link rel="shortcut icon" href="/static/19184/images/favicon.ico"/> | ||
<link rel="shortcut icon" href="/static/20351/images/favicon.ico"/> | ||
|
||
<link href="/static/19184/css/main.css" rel="stylesheet" type="text/css"/> | ||
<link href="/static/19184/css/lib.css" rel="stylesheet" type="text/css" media="screen"/> | ||
<link href="/static/19184/css/sprites.css" rel="stylesheet" type="text/css" media="screen"/> | ||
<link href="/static/20351/css/main.css" rel="stylesheet" type="text/css"/> | ||
|
||
<link rel="apple-touch-icon" href="/static/19184/images/dropbox_webclip.png"/> | ||
<link rel="apple-touch-icon" href="/static/20351/images/dropbox_webclip.png"/> | ||
<link rel="P3Pv1" href="/w3c/p3p.xml"/> | ||
|
||
|
||
|
@@ -36,7 +34,7 @@ | |
protocol: 'https', | ||
uid: '', | ||
root_ns: '', | ||
SVN_REV: '19184', | ||
SVN_REV: '20351', | ||
TOKEN: '', | ||
IS_PROD: 1, | ||
WIT_ENABLED: 0, | ||
|
@@ -50,34 +48,29 @@ | |
USER_LOCALE: 'en' | ||
}; | ||
</script> | ||
<script type="text/javascript" src="/static/19184/javascript/lib-mini.js"></script> | ||
<script type="text/javascript"> | ||
function global_report_exception (e, f, l, tb, force) { | ||
if (!window.reported_exception || force) { | ||
var stack_str = ""; | ||
try { | ||
if (!tb) { | ||
var stack = get_stack_rep(); | ||
stack.pop(); // remove global_report_exception | ||
stack.pop(); // remove onerror handler | ||
stack.pop(); | ||
stack.pop(); | ||
stack_str = stack.join("\n"); | ||
} | ||
} catch (e) { } | ||
var dbr = new Ajax.Request("/jse", {parameters: {'e': e, 'f': f || window.location.href, 'l': l, 'loc': window.location.href, 'ref': Constants.referrer, 'tb': tb || stack_str }}); | ||
window.reported_exception = true; | ||
} | ||
} | ||
window.LoadedJsSuccessfully = false; // this constant gets set to true at the bottom of dropbox.js | ||
Event.observe(window, "load", function () { | ||
if (!window.LoadedJsSuccessfully) { | ||
global_report_exception("Failed to load javascript!"); | ||
} | ||
}); | ||
window.LoadedJsSuccessfully = false; | ||
|
||
window.onerror = function (e, f, l) { | ||
global_report_exception(e, f, l); | ||
}; | ||
</script> | ||
<script type="text/javascript" src="/static/19184/javascript/dropbox-mini.js"></script> | ||
<script type="text/javascript" src="/static/20351/javascript/dropbox-mini.js"></script> | ||
|
||
<script type="text/javascript"> | ||
if (self != top) { | ||
|
@@ -88,7 +81,7 @@ | |
|
||
|
||
<style type="text/css"> | ||
.hny-qwvoew { display: none; } | ||
.hny-ndsf { display: none; } | ||
</style> | ||
<style type="text/css"> | ||
.graybox { background: #f6f6f6; border: 1px solid #ccc; padding: 20px; } | ||
|
@@ -138,7 +131,7 @@ <h2 id="modal-title"></h2> | |
<textarea class="textinput act_as_block" name="content" id="feedback_textarea" rows="1" cols="1"></textarea> | ||
|
||
<div align="right"> | ||
<input type="text" name="email" class="hny-qwvoew"/> | ||
<input type="text" name="email" class="hny-ndsf"/> | ||
<input type="submit" value="Send feedback" class="button" /> | ||
</div> | ||
</form> | ||
|
@@ -212,7 +205,7 @@ <h2 id="modal-title"></h2> | |
<div id="login-hover-cover"></div> | ||
<div id="login-hover-cont" class="offscreen"> | ||
<form action="https://www.dropbox.com/login" method="post"> | ||
<input type="hidden" name="t" value="791206fc33" /> | ||
<input type="hidden" name="t" value="7eec60c91c" /> | ||
<p> | ||
Email<br/> | ||
<input id="login_email_elm" type="text" name="login_email" class="textinput" tabindex="1" /> | ||
|
@@ -234,7 +227,7 @@ <h2 id="modal-title"></h2> | |
</div> | ||
</li> | ||
</ul> | ||
<a href="/" id="logo"><img border="0" id="logo_img" alt="Dropbox - Secure backup, sync and sharing made easy." src="/static/19184/images/logo.png"/> | ||
<a href="/" id="logo"><img border="0" id="logo_img" alt="Dropbox - Secure backup, sync and sharing made easy." src="/static/20351/images/logo.png"/> | ||
|
||
</a> | ||
</div> | ||
|
@@ -547,7 +540,7 @@ <h2>How to Add Your Own Layer of Encryption to Dropbox</h2> | |
|
||
<h2>I think I've found a security exploit. Where do I report security concerns?</h2> | ||
<p>We take a number of measures to ensure that the data you store on Dropbox is safe and secure. While we're very confident in our technology, we recognize that no system can guarantee data security with 100% certainty. For that reason, we will continue to innovate to make sure that our security measures are state of the art, and we will investigate any and all reported security issues concerning Dropbox's services or software. For a direct line to our security experts, report security issues to <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|
||
<p>We'll fully credit anybody whose reports lead to the improvement of Dropbox security. A list of those who have contributed reports leading to a bug or security issue can be found on our <a href="/special_thanks">special thanks page</a>.</p> | ||
</div> | ||
</div> | ||
<div id="acceptable_use-content" class="content-tab" style="display:none;"> | ||
|
@@ -610,22 +603,11 @@ <h2>Dropbox Acceptable Use Policy</h2> | |
<li><a href="/install">Install</a></li> | ||
<li><a href="/anywhere">Mobile</a></li> | ||
<li><a href="/pricing">Pricing</a></li> | ||
<li><a href="/teams">For Business</a></li> | ||
<li><a href="/features">Features</a></li> | ||
<li><a href="/tour">Tour</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<ul> | ||
<li class="header">Community</li> | ||
<li><a href="/referrals" onmouseup="javascript: MCLog.log('referrals_via_footer');">Referrals</a></li> | ||
<li><a href="http://twitter.com/dropbox" target="_blank">Twitter</a></li> | ||
<li><a href="http://facebook.com/Dropbox" target="_blank">Facebook</a></li> | ||
<li><a href="http://wiki.dropbox.com/">Wiki</a></li> | ||
<li><a href="/developers">Developers</a></li> | ||
<li><a href="/anywhere/apps">Partners</a></li> | ||
|
||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<ul> | ||
<li class="header">About Us</li> | ||
|
@@ -648,6 +630,15 @@ <h2>Dropbox Acceptable Use Policy</h2> | |
<li><a href="/dmca">Copyright</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<ul> | ||
<li class="header">Community</li> | ||
<li><a href="/referrals" onmouseup="javascript: MCLog.log('referrals_via_footer');">Referrals</a></li> | ||
<li><a href="http://twitter.com/dropbox" target="_blank">Twitter</a></li> | ||
<li><a href="http://facebook.com/Dropbox" target="_blank">Facebook</a></li> | ||
<li><a href="/developers">Developers</a></li> | ||
</ul> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.