summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/index_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/index_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/index_template.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index 5f5ed2d..699e0e9 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -1,70 +1,78 @@
1<html> 1<html>
2<head> 2<head>
3 <title>@page.title@</title> 3 <title>@page.title@</title>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5<!-- 5<!--
6@copyright@ 6@copyright@
7--> 7-->
8 8
9@css@ 9@css@
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/";
19 "use strict";
19</script> 20</script>
20 21
21<!--[if IE]><script> 22<!--[if IE]><script>
22Clipperz_IEisBroken = true; 23Clipperz_IEisBroken = true;
23Clipperz_normalizedNewLine = '\x0d\x0a'; 24Clipperz_normalizedNewLine = '\x0d\x0a';
24</script><![endif]--> 25</script><![endif]-->
25 26
26@js_LINKED@ 27@js_LINKED@
27 28
28</head> 29</head>
29<body> 30<body>
30<div id="mainDiv"> 31<div id="mainDiv">
31 <div id="loading"> 32 <div id="loading">
32 <div> 33 <div>
33 <!-- a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a --> 34 <!-- a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a -->
34 <h1>clipperz</h1> 35 <h1>clipperz</h1>
35 <h3 class="clipperzPayoff">keep it to yourself!</h3> 36 <h3 class="clipperzPayoff">keep it to yourself!</h3>
36 <!-- h5>loading ...</h5 --> 37 <!-- h5>loading ...</h5 -->
37 </div> 38 </div>
38 </div> 39 </div>
39 40
40@js_EMBEDDED@ 41@js_EMBEDDED@
41 42
42</div> 43</div>
43<!-- div id="applicationVersionType" class="@application.version.type@"></div --> 44<!-- div id="applicationVersionType" class="@application.version.type@"></div -->
44 45
45<script> 46<script>
46 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); 47 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@});
47 /*offline_data_placeholder*/ 48 /*offline_data_placeholder*/
49
50/* * /
51 MochiKit.DOM.addLoadEvent(function () {
52 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
53 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'j', passphrase:'j'});
54 });
55/ * */
48</script> 56</script>
49 57
50<!-- --> 58<!-- -->
51<!-- div id="javaScriptAlert"> 59<!-- div id="javaScriptAlert">
52 <div class="mask"></div> 60 <div class="mask"></div>
53 <div class="message"> 61 <div class="message">
54 <div class="header"></div> 62 <div class="header"></div>
55 <div class="body"> 63 <div class="body">
56 <div class="alertLogo"></div> 64 <div class="alertLogo"></div>
57 <div class="alert"> 65 <div class="alert">
58 <h1>Attention!</h1> 66 <h1>Attention!</h1>
59 <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> 67 <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>
60 <h3>Javascript is required to access Clipperz.</h3> 68 <h3>Javascript is required to access Clipperz.</h3>
61 <h5>Please enable scripting or upgrade your browser.</h5> 69 <h5>Please enable scripting or upgrade your browser.</h5>
62 </div> 70 </div>
63 </div> 71 </div>
64 <div class="footer"></div> 72 <div class="footer"></div>
65 </div> 73 </div>
66</div --> 74</div -->
67<!-- --> 75<!-- -->
68 76
69</body> 77</body>
70</html> 78</html>