liquid_feedback_frontend

view app/main/_layout/default.html @ 553:8b74069bc1b9

Added preloading to event list
author bsw
date Tue Jun 19 18:34:18 2012 +0200 (2012-06-19)
parents 63d6549cc00b
children 418b590fa9ed
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <meta name="viewport" content="width=device-width" />
5 <title> <!-- WEBMCP SLOTNODIV html_title --></title>
6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
7 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
9 <!-- WEBMCP SLOTNODIV html_head -->
10 <script type="text/javascript">jsFail = true;</script>
11 <![if !IE]>
12 <script type="text/javascript">jsFail = false;</script>
13 <![endif]>
14 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
15 <script type="text/javascript">var ui_tabs_active = {};</script>
16 </head>
17 <body>
18 <div class="topbar">
19 <div class="topbar_content">
20 <div class="logout_button" id="logout_button">
21 <!-- WEBMCP SLOT logout_button -->
22 </div>
23 <div class="searchbox" id="searchbox">
24 <!-- WEBMCP SLOT searchbox -->
25 </div>
26 <div class="navigation" id="navigation">
27 <!-- WEBMCP SLOT navigation -->
28 </div>
29 <br style="clear: both;" />
30 </div>
31 </div>
32 <div class="page">
33 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
34 <!-- WEBMCP SLOT notice -->
35 </div>
36 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
37 <!-- WEBMCP SLOT warning -->
38 </div>
39 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
40 <!-- WEBMCP SLOT error -->
41 </div>
42 <div class="logo" id="logo">
43 <!-- WEBMCP SLOT logo -->
44 </div>
45 <div class="page_head" id="head">
46 <!-- WEBMCP SLOT head -->
47 <div class="title" id="title">
48 <!-- WEBMCP SLOT title -->
49 </div>
50 <div class="title2" id="title2">
51 <!-- WEBMCP SLOT title2 -->
52 </div>
53 <div class="actions" id="actions">
54 <div class="interest vote_info" id="interest">
55 <!-- WEBMCP SLOT interest -->
56 </div>
57 <!-- WEBMCP SLOT actions -->
58 <div style="clear: left;"></div>
59 </div>
60 </div>
61 <div class="help_hidden" id="help_hidden">
62 <!-- WEBMCP SLOT help_hidden -->
63 </div>
64 <div class="initiatives_list" id="initiatives_list">
65 <!-- WEBMCP SLOT initiatives_list -->
66 </div>
67 <div class="support vote_info" id="support">
68 <!-- WEBMCP SLOT support -->
69 </div>
70 <div class="initiative_main" id="initiative_main">
71 <!-- WEBMCP SLOT initiative_main -->
72 </div>
73 <div class="main" id="default">
74 <!-- WEBMCP SLOT default -->
75 </div>
76 <br style="clear: both;" />
77 </div>
78 <div class="footer" id="footer">
79 <!-- WEBMCP SLOT footer -->
80 </div>
81 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
82 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
83 <div id="trace_content" style="display: none;">
84 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
85 <div id="trace">&nbsp;</div><hr />
86 <!-- WEBMCP SLOT trace -->
87 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
88 close
89 </div>
90 </div>
91 </div>
92 <script type="text/javascript">
93 <!-- WEBMCP SLOTNODIV custom_script -->
94 </script>
95 </body>
96 </html>

Impressum / About Us