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) (unidiff) | |
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 | |||
@@ -15,7 +15,7 @@ | |||
15 | <script> | 15 | <script> |
16 | Clipperz_IEisBroken = false; | 16 | Clipperz_IEisBroken = false; |
17 | Clipperz_normalizedNewLine = '\n'; | 17 | Clipperz_normalizedNewLine = '\n'; |
18 | Clipperz_dumpUrl = "/../dump/"; | 18 | Clipperz_dumpUrl = "@dump.path@"; |
19 | </script> | 19 | </script> |
20 | 20 | ||
21 | <!--[if IE]><script> | 21 | <!--[if IE]><script> |
@@ -67,12 +67,22 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; | |||
67 | 67 | ||
68 | <div id="main"> | 68 | <div id="main"> |
69 | <h3 class="loading">loading ...</h3> | 69 | <h3 class="loading">loading ...</h3> |
70 | <!-- script> | ||
71 | _clipperz_pm_test_user = 'joe' | ||
72 | _clipperz_pm_test_passphrase = 'clipperz' | ||
73 | </script --> | ||
70 | 74 | ||
71 | @js_EMBEDDED@ | 75 | @js_EMBEDDED@ |
72 | 76 | ||
73 | <script> | 77 | <script> |
74 | Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); | 78 | Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); |
75 | /*offline_data_placeholder*/ | 79 | /*offline_data_placeholder*/ |
80 | |||
81 | /* * / | ||
82 | MochiKit.DOM.addLoadEvent(function () { | ||
83 | Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose(); | ||
84 | }); | ||
85 | / * */ | ||
76 | </script> | 86 | </script> |
77 | 87 | ||
78 | <div id="javaScriptAlert"> | 88 | <div id="javaScriptAlert"> |
@@ -84,8 +94,8 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; | |||
84 | </div> | 94 | </div> |
85 | <div id="footer"> | 95 | <div id="footer"> |
86 | Copyright © 2008-2013 Clipperz Srl - | 96 | Copyright © 2008-2013 Clipperz Srl - |
87 | <a href="http://www.clipperz.com/terms_of_service" target="black">Terms of service</a> - | 97 | <a href="https://www.clipperz.com/terms_service/" target="black">Terms of service</a> - |
88 | <a href="http://www.clipperz.com/privacy_policy" target="black">Privacy policy</a> | 98 | <a href="https://www.clipperz.com/privacy_policy/" target="black">Privacy policy</a> |
89 | - | 99 | - |
90 | Application version: <a href="https://github.com/clipperz/password-manager/tree/@application.version@" target="github">@application.version@</a> | 100 | Application version: <a href="https://github.com/clipperz/password-manager/tree/@application.version@" target="github">@application.version@</a> |
91 | </div> | 101 | </div> |