webmcp

diff demo-app/app/main/_layout/default.html @ 0:9fdfb27f8e67

Version 1.0.0
author jbe/bsw
date Sun Oct 25 12:00:00 2009 +0100 (2009-10-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/demo-app/app/main/_layout/default.html	Sun Oct 25 12:00:00 2009 +0100
     1.3 @@ -0,0 +1,58 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     1.7 +    <title>WebMCP Demo Application</title>
     1.8 +    <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/style.css" />
     1.9 +    <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
    1.10 +  </head>
    1.11 +  <body>
    1.12 +    <div class="layout_logo">
    1.13 +      <div class="logo">
    1.14 +        <img src="__BASEURL__/static/logo.png"> Demo
    1.15 +      </div>
    1.16 +    </div>
    1.17 +    <div class="layout_topnav">
    1.18 +      <div class="topnav" id="topnav">
    1.19 +        <!-- WEBMCP SLOT topnav -->
    1.20 +      </div>
    1.21 +    </div>
    1.22 +    <br style="clear: left;">
    1.23 +    <div class="layout_sidenav">
    1.24 +      <div class="sidenav" id="sidenav">
    1.25 +        <!-- WEBMCP SLOT sidenav -->
    1.26 +      </div>
    1.27 +    </div>
    1.28 +    <div class="layout_content">
    1.29 +      <div class="layout_title">
    1.30 +        <!-- WEBMCP SLOT title -->
    1.31 +      </div>
    1.32 +      <br style="clear: left;">
    1.33 +      <div class="layout_actions">
    1.34 +        <!-- WEBMCP SLOT actions -->
    1.35 +      </div>
    1.36 +      <div class="layout_main">
    1.37 +        <!-- WEBMCP SLOT main -->
    1.38 +      </div>
    1.39 +      <div class="layout_trace" id="layout_trace" style="xdisplay: none">
    1.40 +	    <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
    1.41 +        <div id="trace_content" style="display: none;">
    1.42 +          <!-- WEBMCP SLOT trace -->
    1.43 +	      <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    1.44 +	        close
    1.45 +	      </div>
    1.46 +	    </div>
    1.47 +      </div>
    1.48 +    </div>
    1.49 +    <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    1.50 +      <!-- WEBMCP SLOT notice -->
    1.51 +    </div>
    1.52 +    <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
    1.53 +      <!-- WEBMCP SLOT warning -->
    1.54 +    </div>
    1.55 +    <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
    1.56 +      <!-- WEBMCP SLOT error -->
    1.57 +    </div>
    1.58 +  </body>
    1.59 +  <script>
    1.60 +  </script>
    1.61 +</html>
    1.62 \ No newline at end of file

Impressum / About Us