liquid_feedback_frontend
view app/main/_layout/default.html @ 7:3941792e8be6
Version beta3
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
| author | bsw | 
|---|---|
| date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) | 
| parents | afd9f769c7ae | 
| children | 72c5e0ee7c98 | 
 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="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    22       <!-- WEBMCP SLOT notice -->
    23     </div>
    24     <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
    25       <!-- WEBMCP SLOT warning -->
    26     </div>
    27     <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
    28       <!-- WEBMCP SLOT error -->
    29     </div>
    30     <div class="title_bar">
    31       <div class="title_bar_content">
    32         <div class="logo" id="logo">
    33           <!-- WEBMCP SLOT logo -->
    34         </div>
    35         <div class="issue_info" id="issue_info">
    36           <!-- WEBMCP SLOT issue_info -->
    37         </div>
    38         <div class="path" id="path">
    39           <!-- WEBMCP SLOT path -->
    40         </div>
    41         <div class="help_hidden" id="help_hidden">
    42           <!-- WEBMCP SLOT help_hidden -->
    43         </div>
    44         <div class="title" id="title">
    45           <!-- WEBMCP SLOT title -->
    46         </div>
    47         <div class="actions" id="actions">
    48           <div class="interest vote_info" id="interest">
    49             <!-- WEBMCP SLOT interest -->
    50           </div>
    51           <!-- WEBMCP SLOT actions -->
    52         </div>
    53         <br style="clear: left;" />
    54         <div class="sub_title" id="sub_title">
    55           <!-- WEBMCP SLOT sub_title -->
    56         </div>
    57         <div class="support vote_info" id="support">
    58           <!-- WEBMCP SLOT support -->
    59         </div>
    60         <div style="clear: left;" /></div>
    61       </div>
    62     </div>
    63     <div class="main" id="default">
    64       <!-- WEBMCP SLOT default -->
    65     </div>
    66     <div class="layout_trace" id="layout_trace" style="xdisplay: none">
    67       <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
    68         <div id="trace_content" style="display: none;">
    69           <!-- WEBMCP SLOT trace -->
    70           <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    71             close
    72           </div>
    73         </div>
    74       </div>
    75     </div>
    76   </body>
    77   <script>
    78   </script>
    79 </html>
