liquid_feedback_frontend
view app/main/_layout/default.html @ 277:bde068b37608
Dropdown boxes except of delegation box removed, optical enhancements and repositioning of elements
author | bsw |
---|---|
date | Mon Feb 13 00:16:42 2012 +0100 (2012-02-13) |
parents | aec9df5b4cd3 |
children | c587d8762e62 |
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <title> <!-- WEBMCP SLOTNODIV html_title --></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/gregor.js/gregor.css" />
7 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
8 <!-- WEBMCP SLOTNODIV html_head -->
9 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
10 <script type="text/javascript">var ui_tabs_active = {};</script>
11 </head>
12 <body>
13 <div class="topbar">
14 <div class="logout_button" id="logout_button">
15 <!-- WEBMCP SLOT logout_button -->
16 </div>
17 <div class="searchbox" id="searchbox">
18 <!-- WEBMCP SLOT searchbox -->
19 </div>
20 <div class="navigation" id="navigation">
21 <!-- WEBMCP SLOT navigation -->
22 </div>
23 </div>
24 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
25 <!-- WEBMCP SLOT notice -->
26 </div>
27 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
28 <!-- WEBMCP SLOT warning -->
29 </div>
30 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
31 <!-- WEBMCP SLOT error -->
32 </div>
33 <div class="logo" id="logo">
34 <!-- WEBMCP SLOT logo -->
35 </div>
36 <div class="issue_info" id="issue_info">
37 <!-- WEBMCP SLOT issue_info -->
38 </div>
39 <div class="help_hidden" id="help_hidden">
40 <!-- WEBMCP SLOT help_hidden -->
41 </div>
42 <div class="title" id="title">
43 <!-- WEBMCP SLOT title -->
44 </div>
45 <div class="title2" id="title2">
46 <!-- WEBMCP SLOT title2 -->
47 </div>
48 <div class="actions" id="actions">
49 <div class="interest vote_info" id="interest">
50 <!-- WEBMCP SLOT interest -->
51 </div>
52 <!-- WEBMCP SLOT actions -->
53 </div>
54 <div class="initiatives_list" id="initiatives_list">
55 <!-- WEBMCP SLOT initiatives_list -->
56 </div>
57 <div class="initiative_head" id="initiative_head">
58 <!-- WEBMCP SLOT initiative_head -->
59 </div>
60 <div class="support vote_info" id="support">
61 <!-- WEBMCP SLOT support -->
62 </div>
64 <div class="content_navigation" id="content_navigation">
65 <!-- WEBMCP SLOT content_navigation -->
66 </div>
67 <div class="main" id="default">
68 <!-- WEBMCP SLOT default -->
69 </div>
70 <div class="footer" id="footer">
71 <!-- WEBMCP SLOT footer -->
72 </div>
73 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
74 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
75 <div id="trace_content" style="display: none;">
76 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
77 <div id="trace"> </div><hr />
78 <!-- WEBMCP SLOT trace -->
79 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
80 close
81 </div>
82 </div>
83 </div>
84 </div>
85 </body>
86 <script>
87 <!-- WEBMCP SLOTNODIV custom_script -->
88 </script>
89 </html>