author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-08-30 15:56:53 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-08-30 21:23:42 (UTC) |
commit | 20bea94ab6b91c85b171dcf86baba0a64169d508 (patch) (side-by-side diff) | |
tree | 6e38e91498dcdb861620eba1e237d1026fe79cc5 /frontend/beta | |
parent | bde3c7b98523112ade9c5bbf7390c4ecb494cd2e (diff) | |
download | clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.zip clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.gz clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.bz2 |
First release of /delta version
-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 @@ -16,5 +16,5 @@ Clipperz_IEisBroken = false; Clipperz_normalizedNewLine = '\n'; - Clipperz_dumpUrl = "/../dump/"; + Clipperz_dumpUrl = "@dump.path@"; </script> @@ -68,4 +68,8 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; <div id="main"> <h3 class="loading">loading ...</h3> +<!-- script> + _clipperz_pm_test_user = 'joe' + _clipperz_pm_test_passphrase = 'clipperz' +</script --> @js_EMBEDDED@ @@ -74,4 +78,10 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; 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> @@ -85,6 +95,6 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; <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> |