-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 | |||
@@ -10,17 +10,17 @@ | |||
10 | 10 | ||
11 | <link rel="shortcut icon" href="./clipperz.ico" /> | 11 | <link rel="shortcut icon" href="./clipperz.ico" /> |
12 | 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." /> | 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." /> |
14 | <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> | 14 | <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> |
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> |
22 | Clipperz_IEisBroken = true; | 22 | Clipperz_IEisBroken = true; |
23 | Clipperz_normalizedNewLine = '\x0d\x0a'; | 23 | Clipperz_normalizedNewLine = '\x0d\x0a'; |
24 | </script><![endif]--> | 24 | </script><![endif]--> |
25 | 25 | ||
26 | @js_LINKED@ | 26 | @js_LINKED@ |
@@ -62,35 +62,45 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; | |||
62 | </tbody> | 62 | </tbody> |
63 | </table> | 63 | </table> |
64 | </div> | 64 | </div> |
65 | </div> | 65 | </div> |
66 | </div> | 66 | </div> |
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"> |
79 | <h1>Attention!</h1> | 89 | <h1>Attention!</h1> |
80 | <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> | 90 | <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> |
81 | <h3>Javascript is required to access Clipperz.</h3> | 91 | <h3>Javascript is required to access Clipperz.</h3> |
82 | <h5>Please enable scripting or upgrade your browser.</h5> | 92 | <h5>Please enable scripting or upgrade your browser.</h5> |
83 | </div> | 93 | </div> |
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> |
92 | 102 | ||
93 | <div id="recordDetailEditModeHeaderMask"></div> | 103 | <div id="recordDetailEditModeHeaderMask"></div> |
94 | <div id="recordDetailEditModeVerticalMask"></div> | 104 | <div id="recordDetailEditModeVerticalMask"></div> |
95 | </div> | 105 | </div> |
96 | 106 | ||