liquid_feedback_frontend
view app/main/_layout/default.html @ 442:7717fd8b0308
Add a newline after link
| author | bsw | 
|---|---|
| date | Sun Mar 11 12:35:18 2012 +0100 (2012-03-11) | 
| parents | 990432f7dba0 | 
| children | c011136adbfe | 
 line source
     1 <html>
     2   <head>
     3     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     4     <meta name="viewport" content="width=device-width" />
     5     <title> <!-- WEBMCP SLOTNODIV html_title --></title>
     6     <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
     7     <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
     8     <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
     9     <!-- WEBMCP SLOTNODIV html_head -->
    10     <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
    11     <script type="text/javascript">var ui_tabs_active = {};</script>
    12   </head>
    13   <body>
    14     <div class="topbar">
    15       <div class="topbar_content">
    16         <div class="logout_button" id="logout_button">
    17           <!-- WEBMCP SLOT logout_button -->
    18         </div>
    19         <div class="searchbox" id="searchbox">
    20           <!-- WEBMCP SLOT searchbox -->
    21         </div>
    22         <div class="navigation" id="navigation">
    23           <!-- WEBMCP SLOT navigation -->
    24         </div>
    25         <br style="clear: both;" />
    26       </div>
    27     </div>
    28     <div class="page">
    29       <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    30         <!-- WEBMCP SLOT notice -->
    31       </div>
    32       <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
    33         <!-- WEBMCP SLOT warning -->
    34       </div>
    35       <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
    36         <!-- WEBMCP SLOT error -->
    37       </div>
    38       <div class="logo" id="logo">
    39         <!-- WEBMCP SLOT logo -->
    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="title2" id="title2">
    48         <!-- WEBMCP SLOT title2 -->
    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 style="clear: left;"></div>
    56       </div>
    57       <div class="initiatives_list" id="initiatives_list">
    58         <!-- WEBMCP SLOT initiatives_list -->
    59       </div>
    60       <div class="initiative_head" id="initiative_head">
    61         <!-- WEBMCP SLOT initiative_head -->
    62       </div>
    63       <div class="support vote_info" id="support">
    64         <!-- WEBMCP SLOT support -->
    65       </div>
    66       <div class="initiative_main" id="initiative_main">
    67         <!-- WEBMCP SLOT initiative_main -->
    68       </div>
    69       <div class="main" id="default">
    70         <!-- WEBMCP SLOT default -->
    71       </div>
    72       <br style="clear: both;" />
    73     </div>
    74     <div class="footer" id="footer">
    75       <!-- WEBMCP SLOT footer -->
    76     </div>
    77     <div class="layout_trace" id="layout_trace" style="xdisplay: none">
    78       <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
    79         <div id="trace_content" style="display: none;">
    80             <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    81             <div id="trace"> </div><hr />
    82             <!-- WEBMCP SLOT trace -->
    83           <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    84             close
    85           </div>
    86         </div>
    87       </div>
    88     </div>
    89   </body>
    90   <script>
    91   <!-- WEBMCP SLOTNODIV custom_script -->
    92   </script>
    93 </html>
