summaryrefslogtreecommitdiff
path: root/frontend/delta/html/index_template.html
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-10-02 07:59:30 (UTC)
commit1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (patch) (unidiff)
tree709e33a09d9325d382aabaf0a0828e20ebdb96db /frontend/delta/html/index_template.html
parent20bea94ab6b91c85b171dcf86baba0a64169d508 (diff)
downloadclipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.zip
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.gz
clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.bz2
Updated /delta
Switched from less to scss. Still no build script to update the final CSS, though. Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
Diffstat (limited to 'frontend/delta/html/index_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/html/index_template.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/delta/html/index_template.html b/frontend/delta/html/index_template.html
index 0bd6fa8..ba3ee8e 100644
--- a/frontend/delta/html/index_template.html
+++ b/frontend/delta/html/index_template.html
@@ -21,7 +21,7 @@ refer to http://www.clipperz.com.
21 21
22--> 22-->
23 23
24<html> 24<html manifest="manifest.appcache">
25<head> 25<head>
26 <title>@page.title@</title> 26 <title>@page.title@</title>
27 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 27 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -84,7 +84,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
84 <div class="page right" id="cardListPage"></div> 84 <div class="page right" id="cardListPage"></div>
85 <div class="page right" id="cardDetailPage"></div> 85 <div class="page right" id="cardDetailPage"></div>
86 <div class="page right" id="accountPage"></div> 86 <div class="page right" id="accountPage"></div>
87 <div class="page right" id="preferencesPage"></div> 87 <div class="page right" id="preferencePage"></div>
88 <div class="page right" id="errorPage"></div> 88 <div class="page right" id="errorPage"></div>
89</div> 89</div>
90<div class="overlay" id="overlay"> 90<div class="overlay" id="overlay">
@@ -120,6 +120,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
120 MochiKit.DOM.addLoadEvent(function () { 120 MochiKit.DOM.addLoadEvent(function () {
121 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose(); 121 Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
122 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'}); 122 MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
123 // MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'jj', passphrase:'jj'});
123 }); 124 });
124 125
125 //Live Reload hoock 126 //Live Reload hoock