liquid_feedback_frontend
view app/main/_layout/default.html @ 271:d13b27a37ad5
Optical enhancements, some repositioning of ui elements
| author | bsw | 
|---|---|
| date | Tue Feb 07 22:30:48 2012 +0100 (2012-02-07) | 
| parents | 082450e65aa8 | 
| children | 65a1f7a01e7b | 
 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="title2" id="title2">
    51           <!-- WEBMCP SLOT title2 -->
    52         </div>
    53         <div class="actions" id="actions">
    54           <div class="interest vote_info" id="interest">
    55             <!-- WEBMCP SLOT interest -->
    56           </div>
    57           <!-- WEBMCP SLOT actions -->
    58         </div>
    59         <br style="clear: left;" />
    60         <div class="sub_title" id="sub_title">
    61           <!-- WEBMCP SLOT sub_title -->
    62         </div>
    63         <div class="support vote_info" id="support">
    64           <!-- WEBMCP SLOT support -->
    65         </div>
    66         <div style="clear: left;"></div>
    67       </div>
    68     </div>
    69     <div class="content_navigation" id="content_navigation">
    70       <!-- WEBMCP SLOT content_navigation -->
    71     </div>
    72     <div class="main" id="default">
    73       <!-- WEBMCP SLOT default -->
    74     </div>
    75     <div class="footer" id="footer">
    76       <!-- WEBMCP SLOT footer -->
    77     </div>
    78     <div class="layout_trace" id="layout_trace" style="xdisplay: none">
    79       <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
    80         <div id="trace_content" style="display: none;">
    81             <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    82             <div id="trace"> </div><hr />
    83             <!-- WEBMCP SLOT trace -->
    84           <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    85             close
    86           </div>
    87         </div>
    88       </div>
    89     </div>
    90   </body>
    91   <script>
    92   <!-- WEBMCP SLOTNODIV custom_script -->
    93   </script>
    94 </html>
