-rw-r--r-- | frontend/beta/html/index_template.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/frontend/beta/html/index_template.html b/frontend/beta/html/index_template.html index c3fd727..25f6a87 100644 --- a/frontend/beta/html/index_template.html +++ b/frontend/beta/html/index_template.html @@ -12,13 +12,13 @@ <meta name="description" content="Login to your web accounts with just one click. Never type a password again! Use multiple complex passwords and forget them. A password manager that enhances your online security." /> <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> <script> Clipperz_IEisBroken = false; Clipperz_normalizedNewLine = '\n'; - Clipperz_dumpUrl = "/../dump/"; + Clipperz_dumpUrl = "@dump.path@"; </script> <!--[if IE]><script> Clipperz_IEisBroken = true; Clipperz_normalizedNewLine = '\x0d\x0a'; </script><![endif]--> @@ -64,31 +64,41 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; </div> </div> </div> <div id="main"> <h3 class="loading">loading ...</h3> +<!-- script> + _clipperz_pm_test_user = 'joe' + _clipperz_pm_test_passphrase = 'clipperz' +</script --> @js_EMBEDDED@ <script> Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); /*offline_data_placeholder*/ + + /* * / + MochiKit.DOM.addLoadEvent(function () { + Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose(); + }); + / * */ </script> <div id="javaScriptAlert"> <h1>Attention!</h1> <p>If you can read this message, the chances are that your browser does not properly support JavaScript? or you have disabled this functionality yourself.</p> <h3>Javascript is required to access Clipperz.</h3> <h5>Please enable scripting or upgrade your browser.</h5> </div> </div> <div id="footer"> Copyright © 2008-2013 Clipperz Srl - - <a href="http://www.clipperz.com/terms_of_service" target="black">Terms of service</a> - - <a href="http://www.clipperz.com/privacy_policy" target="black">Privacy policy</a> + <a href="https://www.clipperz.com/terms_service/" target="black">Terms of service</a> - + <a href="https://www.clipperz.com/privacy_policy/" target="black">Privacy policy</a> - Application version: <a href="https://github.com/clipperz/password-manager/tree/@application.version@" target="github">@application.version@</a> </div> <div id="recordDetailEditModeHeaderMask"></div> <div id="recordDetailEditModeVerticalMask"></div> |