liquid_feedback_frontend
diff app/main/_layout/default.html @ 4:80c215dbf076
Version alpha5
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
author | bsw/jbe |
---|---|
date | Thu Dec 10 12:00:00 2009 +0100 (2009-12-10) |
parents | 5c601807d397 |
children | afd9f769c7ae |
line diff
1.1 --- a/app/main/_layout/default.html Mon Nov 30 12:00:00 2009 +0100 1.2 +++ b/app/main/_layout/default.html Thu Dec 10 12:00:00 2009 +0100 1.3 @@ -18,29 +18,47 @@ 1.4 <!-- WEBMCP SLOT navigation --> 1.5 </div> 1.6 </div> 1.7 + <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';"> 1.8 + <!-- WEBMCP SLOT notice --> 1.9 + </div> 1.10 + <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';"> 1.11 + <!-- WEBMCP SLOT warning --> 1.12 + </div> 1.13 + <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';"> 1.14 + <!-- WEBMCP SLOT error --> 1.15 + </div> 1.16 <div class="title_bar"> 1.17 - <div class="issue_info" id="issue_info"> 1.18 - <!-- WEBMCP SLOT issue_info --> 1.19 - </div> 1.20 - <div class="path" id="path"> 1.21 - <!-- WEBMCP SLOT path --> 1.22 - </div> 1.23 - <div class="title" id="title"> 1.24 - <!-- WEBMCP SLOT title --> 1.25 + <div class="title_bar_content"> 1.26 + <div class="logo" id="logo"> 1.27 + <!-- WEBMCP SLOT logo --> 1.28 + </div> 1.29 + <div class="issue_info" id="issue_info"> 1.30 + <!-- WEBMCP SLOT issue_info --> 1.31 + </div> 1.32 + <div class="path" id="path"> 1.33 + <!-- WEBMCP SLOT path --> 1.34 + </div> 1.35 + <div class="title" id="title"> 1.36 + <!-- WEBMCP SLOT title --> 1.37 + </div> 1.38 + <div class="help_hidden" id="help_hidden"> 1.39 + <!-- WEBMCP SLOT help_hidden --> 1.40 + </div> 1.41 + <div class="actions" id="actions"> 1.42 + <div class="interest vote_info" id="interest"> 1.43 + <!-- WEBMCP SLOT interest --> 1.44 + </div> 1.45 + <!-- WEBMCP SLOT actions --> 1.46 + </div> 1.47 + <br style="clear: left;" /> 1.48 + <div class="sub_title" id="sub_title"> 1.49 + <!-- WEBMCP SLOT sub_title --> 1.50 + </div> 1.51 + <div class="support vote_info" id="support"> 1.52 + <!-- WEBMCP SLOT support --> 1.53 + </div> 1.54 + <div style="clear: left;" /></div> 1.55 </div> 1.56 - <div class="interest vote_info" id="interest"> 1.57 - <!-- WEBMCP SLOT interest --> 1.58 - </div> 1.59 - <div class="support vote_info" id="support"> 1.60 - <!-- WEBMCP SLOT support --> 1.61 - </div> 1.62 - <div class="delegation vote_info" id="delegation"> 1.63 - <!-- WEBMCP SLOT delegation --> 1.64 - </div> 1.65 - <div class="actions" id="actions"> 1.66 - <!-- WEBMCP SLOT actions --> 1.67 - </div> 1.68 - <br style="clear: left;" /> 1.69 </div> 1.70 <div class="main" id="default"> 1.71 <!-- WEBMCP SLOT default --> 1.72 @@ -55,15 +73,6 @@ 1.73 </div> 1.74 </div> 1.75 </div> 1.76 - <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';"> 1.77 - <!-- WEBMCP SLOT notice --> 1.78 - </div> 1.79 - <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';"> 1.80 - <!-- WEBMCP SLOT warning --> 1.81 - </div> 1.82 - <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';"> 1.83 - <!-- WEBMCP SLOT error --> 1.84 - </div> 1.85 </body> 1.86 <script> 1.87 </script>