liquid_feedback_frontend

view app/main/_layout/default.html @ 0:3bfb2fcf7ab9

Version alpha1
author bsw/jbe
date Wed Nov 18 12:00:00 2009 +0100 (2009-11-18)
parents
children 5c601807d397
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <title><!-- WEBMCP SLOTNODIV app_name --></title>
5 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/style.css" />
7 <!-- WEBMCP SLOTNODIV html_head -->
8 </head>
9 <body>
10 <div class="topbar">
11 <div class="logout_button" id="logout_button">
12 <!-- WEBMCP SLOT logout_button -->
13 </div>
14 <div class="searchbox" id="searchbox">
15 <!-- WEBMCP SLOT searchbox -->
16 </div>
17 <div class="navigation" id="navigation">
18 <!-- WEBMCP SLOT navigation -->
19 </div>
20 </div>
21 <div class="infobox" id="infobox">
22 <div class="interest" id="interest">
23 <!-- WEBMCP SLOT interest -->
24 </div>
25 <div class="support" id="support">
26 <!-- WEBMCP SLOT support -->
27 </div>
28 <div class="delegation" id="delegation">
29 <!-- WEBMCP SLOT delegation -->
30 </div>
31 </div>
32 <div class="title_bar">
33 <div class="path" id="path">
34 <!-- WEBMCP SLOT path -->
35 </div>
36 <div class="title" id="title">
37 <!-- WEBMCP SLOT title -->
38 </div>
39 <div class="actions" id="actions">
40 <!-- WEBMCP SLOT actions -->
41 </div>
42 </div>
43 <div class="main" id="default">
44 <!-- WEBMCP SLOT default -->
45 </div>
46 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
47 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
48 <div id="trace_content" style="display: none;">
49 <!-- WEBMCP SLOT trace -->
50 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
51 close
52 </div>
53 </div>
54 </div>
55 </div>
56 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
57 <!-- WEBMCP SLOT notice -->
58 </div>
59 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
60 <!-- WEBMCP SLOT warning -->
61 </div>
62 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
63 <!-- WEBMCP SLOT error -->
64 </div>
65 </body>
66 <script>
67 </script>
68 </html>

Impressum / About Us