summaryrefslogtreecommitdiff
path: root/frontend/gamma/html
authorGiulio Cesare Solaroli <giulio.cesare@solaroli.it>2012-03-03 22:06:27 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@solaroli.it>2012-03-03 22:06:27 (UTC)
commite7e021141d7906b537b3622ed706017f31222dfd (patch) (unidiff)
treed9366dae335a9bded5c0ee859895abe251790818 /frontend/gamma/html
parenta0661c3b02aa26d6b08ff13dc321e09478868159 (diff)
parentcf9c0c34e1358452e0c7276c5b3ec6598f0c089d (diff)
downloadclipperz-e7e021141d7906b537b3622ed706017f31222dfd.zip
clipperz-e7e021141d7906b537b3622ed706017f31222dfd.tar.gz
clipperz-e7e021141d7906b537b3622ed706017f31222dfd.tar.bz2
Merge pull request #28 from gcsolaroli/master
Added static resources used by /beta when exiting the application
Diffstat (limited to 'frontend/gamma/html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/index_template.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index a7067da..5f5ed2d 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -29,15 +29,18 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
29<body> 29<body>
30<div id="mainDiv"> 30<div id="mainDiv">
31 <div id="loading"> 31 <div id="loading">
32 <a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a> 32 <div>
33 <h5 class="clipperzPayoff">keep it to yourself!</h5> 33 <!-- a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a -->
34 <h2>loading ...</h2> 34 <h1>clipperz</h1>
35 <h3 class="clipperzPayoff">keep it to yourself!</h3>
36 <!-- h5>loading ...</h5 -->
37 </div>
35 </div> 38 </div>
36 39
37@js_EMBEDDED@ 40@js_EMBEDDED@
38 41
39</div> 42</div>
40<div id="applicationVersionType" class="@application.version.type@"></div> 43<!-- div id="applicationVersionType" class="@application.version.type@"></div -->
41 44
42<script> 45<script>
43 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); 46 Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@});
@@ -45,7 +48,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
45</script> 48</script>
46 49
47<!-- --> 50<!-- -->
48<div id="javaScriptAlert"> 51<!-- div id="javaScriptAlert">
49 <div class="mask"></div> 52 <div class="mask"></div>
50 <div class="message"> 53 <div class="message">
51 <div class="header"></div> 54 <div class="header"></div>
@@ -60,7 +63,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a';
60 </div> 63 </div>
61 <div class="footer"></div> 64 <div class="footer"></div>
62 </div> 65 </div>
63</div> 66</div -->
64<!-- --> 67<!-- -->
65 68
66</body> 69</body>