liquid_feedback_frontend
diff app/main/_layout/default.html @ 0:3bfb2fcf7ab9
Version alpha1
author | bsw/jbe |
---|---|
date | Wed Nov 18 12:00:00 2009 +0100 (2009-11-18) |
parents | |
children | 5c601807d397 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/_layout/default.html Wed Nov 18 12:00:00 2009 +0100 1.3 @@ -0,0 +1,68 @@ 1.4 +<html> 1.5 + <head> 1.6 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 1.7 + <title><!-- WEBMCP SLOTNODIV app_name --></title> 1.8 + <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" /> 1.9 + <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/style.css" /> 1.10 + <!-- WEBMCP SLOTNODIV html_head --> 1.11 + </head> 1.12 + <body> 1.13 + <div class="topbar"> 1.14 + <div class="logout_button" id="logout_button"> 1.15 + <!-- WEBMCP SLOT logout_button --> 1.16 + </div> 1.17 + <div class="searchbox" id="searchbox"> 1.18 + <!-- WEBMCP SLOT searchbox --> 1.19 + </div> 1.20 + <div class="navigation" id="navigation"> 1.21 + <!-- WEBMCP SLOT navigation --> 1.22 + </div> 1.23 + </div> 1.24 + <div class="infobox" id="infobox"> 1.25 + <div class="interest" id="interest"> 1.26 + <!-- WEBMCP SLOT interest --> 1.27 + </div> 1.28 + <div class="support" id="support"> 1.29 + <!-- WEBMCP SLOT support --> 1.30 + </div> 1.31 + <div class="delegation" id="delegation"> 1.32 + <!-- WEBMCP SLOT delegation --> 1.33 + </div> 1.34 + </div> 1.35 + <div class="title_bar"> 1.36 + <div class="path" id="path"> 1.37 + <!-- WEBMCP SLOT path --> 1.38 + </div> 1.39 + <div class="title" id="title"> 1.40 + <!-- WEBMCP SLOT title --> 1.41 + </div> 1.42 + <div class="actions" id="actions"> 1.43 + <!-- WEBMCP SLOT actions --> 1.44 + </div> 1.45 + </div> 1.46 + <div class="main" id="default"> 1.47 + <!-- WEBMCP SLOT default --> 1.48 + </div> 1.49 + <div class="layout_trace" id="layout_trace" style="xdisplay: none"> 1.50 + <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div> 1.51 + <div id="trace_content" style="display: none;"> 1.52 + <!-- WEBMCP SLOT trace --> 1.53 + <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';"> 1.54 + close 1.55 + </div> 1.56 + </div> 1.57 + </div> 1.58 + </div> 1.59 + <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';"> 1.60 + <!-- WEBMCP SLOT notice --> 1.61 + </div> 1.62 + <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';"> 1.63 + <!-- WEBMCP SLOT warning --> 1.64 + </div> 1.65 + <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';"> 1.66 + <!-- WEBMCP SLOT error --> 1.67 + </div> 1.68 + </body> 1.69 + <script> 1.70 + </script> 1.71 +</html> 1.72 \ No newline at end of file