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