liquid_feedback_frontend
view app/main/_layout/default.html @ 118:93f4e465b50d
add initiator support in delegation
if a delegation is issued from the initiative view, the initiators
from that one are added to the delegation target list. this makes it easier to delegate to the author without the need to add him to the contact list.
if a delegation is issued from the initiative view, the initiators
from that one are added to the delegation target list. this makes it easier to delegate to the author without the need to add him to the contact list.
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Mon Sep 20 20:32:04 2010 +0200 (2010-09-20) |
parents | e0b091e2a0f3 |
children | e5a221e57dc6 4fb486bce608 |
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="title_bar">
34 <div class="title_bar_content">
35 <div class="logo" id="logo">
36 <!-- WEBMCP SLOT logo -->
37 </div>
38 <div class="issue_info" id="issue_info">
39 <!-- WEBMCP SLOT issue_info -->
40 </div>
41 <div class="path" id="path">
42 <!-- WEBMCP SLOT path -->
43 </div>
44 <div class="help_hidden" id="help_hidden">
45 <!-- WEBMCP SLOT help_hidden -->
46 </div>
47 <div class="title" id="title">
48 <!-- WEBMCP SLOT title -->
49 </div>
50 <div class="actions" id="actions">
51 <div class="interest vote_info" id="interest">
52 <!-- WEBMCP SLOT interest -->
53 </div>
54 <!-- WEBMCP SLOT actions -->
55 </div>
56 <br style="clear: left;" />
57 <div class="sub_title" id="sub_title">
58 <!-- WEBMCP SLOT sub_title -->
59 </div>
60 <div class="support vote_info" id="support">
61 <!-- WEBMCP SLOT support -->
62 </div>
63 <div style="clear: left;"></div>
64 </div>
65 </div>
66 <div class="main" id="default">
67 <!-- WEBMCP SLOT default -->
68 </div>
69 <div class="footer" id="footer">
70 <!-- WEBMCP SLOT footer -->
71 </div>
72 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
73 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
74 <div id="trace_content" style="display: none;">
75 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
76 <div id="trace"> </div><hr />
77 <!-- WEBMCP SLOT trace -->
78 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
79 close
80 </div>
81 </div>
82 </div>
83 </div>
84 </body>
85 <script>
86 <!-- WEBMCP SLOTNODIV custom_script -->
87 </script>
88 </html>