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) (show 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
@@ -12,25 +12,25 @@ refer to http://www.clipperz.com.
12 (at your option) any later version. 12 (at your option) any later version.
13 13
14* Clipperz is distributed in the hope that it will be useful, but 14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of 15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
18 18
19* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/. 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
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" />
28 <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- user-scalable=no, maximum-scale=1.0--> 28 <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- user-scalable=no, maximum-scale=1.0-->
29 29
30 <meta name="apple-mobile-web-app-capable" content="yes" /> 30 <meta name="apple-mobile-web-app-capable" content="yes" />
31 <meta name="apple-mobile-web-app-status-bar-style" content="black" /> 31 <meta name="apple-mobile-web-app-status-bar-style" content="black" />
32<!-- 32<!--
33@copyright@ 33@copyright@
34--> 34-->
35 35
36 <meta name="HandheldFriendly" content="True"> 36 <meta name="HandheldFriendly" content="True">
@@ -75,25 +75,25 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
75<div id="mainDiv"> 75<div id="mainDiv">
76 <div class="page" id="loadingPage"> 76 <div class="page" id="loadingPage">
77 <div> 77 <div>
78 <h1>clipperz</h1> 78 <h1>clipperz</h1>
79 <h3 class="clipperzPayoff">keep it to yourself</h3> 79 <h3 class="clipperzPayoff">keep it to yourself</h3>
80 </div> 80 </div>
81 </div> 81 </div>
82 <div class="page right" id="loginPage"></div> 82 <div class="page right" id="loginPage"></div>
83 <div class="page right" id="registrationPage"></div> 83 <div class="page right" id="registrationPage"></div>
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">
91 <div class="spinner"> 91 <div class="spinner">
92 <div class="bar01"></div> 92 <div class="bar01"></div>
93 <div class="bar02"></div> 93 <div class="bar02"></div>
94 <div class="bar03"></div> 94 <div class="bar03"></div>
95 <div class="bar04"></div> 95 <div class="bar04"></div>
96 <div class="bar05"></div> 96 <div class="bar05"></div>
97 <div class="bar06"></div> 97 <div class="bar06"></div>
98 <div class="bar07"></div> 98 <div class="bar07"></div>
99 <div class="bar08"></div> 99 <div class="bar08"></div>
@@ -111,20 +111,21 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
111@js_EMBEDDED@ 111@js_EMBEDDED@
112 112
113<!-- div id="applicationVersionType" class="@application.version.type@"></div --> 113<!-- div id="applicationVersionType" class="@application.version.type@"></div -->
114 114
115<script> 115<script>
116 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); 116 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@});
117 /*offline_data_placeholder*/ 117 /*offline_data_placeholder*/
118 118
119/* * / 119/* * /
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
126 document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') 127 document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
127/ * */ 128/ * */
128</script> 129</script>
129</body> 130</body>
130</html> 131</html>