summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/index_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/index_template.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>