summaryrefslogtreecommitdiff
path: root/frontend/delta/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) (side-by-side diff)
tree709e33a09d9325d382aabaf0a0828e20ebdb96db /frontend/delta/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') (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.
(at your option) any later version.
* Clipperz is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public
License along with Clipperz. If not, see http://www.gnu.org/licenses/.
-->
-<html>
+<html manifest="manifest.appcache">
<head>
<title>@page.title@</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- user-scalable=no, maximum-scale=1.0 -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!--
@copyright@
-->
<meta name="HandheldFriendly" content="True">
@@ -75,25 +75,25 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
<div id="mainDiv">
<div class="page" id="loadingPage">
<div>
<h1>clipperz</h1>
<h3 class="clipperzPayoff">keep it to yourself</h3>
</div>
</div>
<div class="page right" id="loginPage"></div>
<div class="page right" id="registrationPage"></div>
<div class="page right" id="cardListPage"></div>
<div class="page right" id="cardDetailPage"></div>
<div class="page right" id="accountPage"></div>
- <div class="page right" id="preferencesPage"></div>
+ <div class="page right" id="preferencePage"></div>
<div class="page right" id="errorPage"></div>
</div>
<div class="overlay" id="overlay">
<div class="spinner">
<div class="bar01"></div>
<div class="bar02"></div>
<div class="bar03"></div>
<div class="bar04"></div>
<div class="bar05"></div>
<div class="bar06"></div>
<div class="bar07"></div>
<div class="bar08"></div>
@@ -111,20 +111,21 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
@js_EMBEDDED@
<!-- div id="applicationVersionType" class="@application.version.type@"></div -->
<script>
Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@});
/*offline_data_placeholder*/
/* * /
MochiKit.DOM.addLoadEvent(function () {
Clipperz.Crypto.PRNG.defaultRandomGenerator().fastEntropyAccumulationForTestingPurpose();
MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});
+// MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'jj', passphrase:'jj'});
});
// Live Reload hoock
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
/ * */
</script>
</body>
</html>