This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="main-layout" type="layout"> | |
<div class="container-fluid"> | |
<div class="row-fluid"> | |
<div class="span2" > | |
<!--Sidebar content--> | |
<nav id="mainMenu" class="mainMenu">menu</nav> | |
</div> | |
<div class="span10"> | |
<div > | |
<!--Body content--> | |
<header id="userInfo" class="userInfo">header</header> | |
</div> | |
<!--Body content--> | |
<div style="height: 500px;background-color: #f2f2f2"> | |
<section id="content" class="content"></section> | |
</div> | |
<!--Body content--> | |
<div > | |
<footer id="footer" class="footer"> | |
<p>VERSION:1.1</p> | |
</footer> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
THANK YOU FOR SHARE ! But if the module view is the Marionette module?