Refactoring cdmf product page layout

revert-70aa11f8
dilanua 8 years ago
parent 7d9cde3cfb
commit 1916c4df5f

@ -1,19 +1,36 @@
{{!-- Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
WSO2 Inc. licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file except
in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the
specific language governing permissions and limitations
under the License. --}}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{#defineZone "title"}}WSO2 Template{{/defineZone}}</title>
{{defineZone "favicon"}} {{defineZone "favicon"}}
<title>
{{defineZone "title"}}
</title>
{{defineZone "topLibCss"}}
{{defineZone "topCss"}} {{defineZone "topCss"}}
{{defineZone "topJs"}} {{defineZone "topJs"}}
</head> </head>
<body> <body>
<!--modal-->
<!--modal--> <div class="wr-modalpopup">
<div class="wr-modalpopup">
<div class="modalpopup-container"> <div class="modalpopup-container">
<div class="modalpopup-close-btn" onclick="hidePopup();"> <div class="modalpopup-close-btn" onclick="hidePopup();">
<span class="fw-stack"> <span class="fw-stack">
@ -22,43 +39,38 @@
</span> </span>
GO BACK GO BACK
</div> </div>
<div class="modalpopup-content"><!-- dynamic content --></div> <div class="modalpopup-content">
<!-- dynamic content -->
</div>
</div> </div>
<div class="modalpopup-bg"></div> <div class="modalpopup-bg"></div>
</div> </div>
<!--modal--> <!--modal-->
<!-- header --> {{defineZone "header"}}
{{defineZone "header"}}
<!-- /header -->
<!-- navbars --> <div class="navbar-wrapper">
<div class="navbar-wrapper">
{{defineZone "navbars"}} {{defineZone "navbars"}}
</div> </div>
<!-- /navbars -->
<!-- sidepanes --> {{defineZone "sidePanes"}}
{{defineZone "sidePanes"}}
<!-- /sidepanes -->
<!-- page-content-wrapper --> <!-- page-content-wrapper -->
<div class="page-content-wrapper"> <div class="page-content-wrapper">
{{defineZone "contentTitle"}} {{defineZone "contentTitle"}}
<div class="container-fluid body-wrapper"> <div class="container-fluid body-wrapper">
{{defineZone "content"}} {{defineZone "content"}}
</div> </div>
</div> </div>
<!-- /page-content-wrapper --> <!-- /page-content-wrapper -->
<!-- footer --> <footer class="footer">
<footer class="footer">
<div class="container-fluid"> <div class="container-fluid">
{{defineZone "footer"}} {{defineZone "footer"}}
</div> </div>
</footer> </footer>
<!-- /footer -->
{{defineZone "bottomJs"}} {{defineZone "bottomLibJs"}}
</body> {{defineZone "bottomJs"}}
</body>
</html> </html>
Loading…
Cancel
Save