liquid_feedback_frontend

view app/main/_layout/default.html @ 586:95f214d91956

Fixed member drop down menu
author bsw
date Wed Jun 20 22:21:29 2012 +0200 (2012-06-20)
parents 499ff506ccc0
children 2aa8c9f925f4
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="navigation" id="navigation">
21 <!-- WEBMCP SLOT navigation -->
22 </div>
23 <div class="navigation_right" id="navigation_right">
24 <!-- WEBMCP SLOT navigation_right -->
25 </div>
26 <div class="help_hidden" id="help_hidden">
27 <!-- WEBMCP SLOT help_hidden -->
28 </div>
29 <br style="clear: both;" />
30 </div>
31 </div>
32 <div class="page">
33 <div class="page_head" id="head">
34 <!-- WEBMCP SLOT head -->
35 </div>
36 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
37 <!-- WEBMCP SLOT notice -->
38 </div>
39 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
40 <!-- WEBMCP SLOT warning -->
41 </div>
42 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
43 <!-- WEBMCP SLOT error -->
44 </div>
45 <div class="main" id="default">
46 <!-- WEBMCP SLOT default -->
47 </div>
48 <br style="clear: both;" />
49 </div>
50 <div class="footer" id="footer">
51 <!-- WEBMCP SLOT footer -->
52 </div>
53 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
54 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
55 <div id="trace_content" style="display: none;">
56 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
57 <div id="trace">&nbsp;</div><hr />
58 <!-- WEBMCP SLOT trace -->
59 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
60 close
61 </div>
62 </div>
63 </div>
64 <script type="text/javascript">
65 <!-- WEBMCP SLOTNODIV custom_script -->
66 </script>
67 </body>
68 </html>

Impressum / About Us