Refactoring cdmf product page layout

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

@ -1,64 +1,76 @@
<!DOCTYPE html> {{!-- Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<html lang="en">
<head> WSO2 Inc. licenses this file to you under the Apache License,
<meta charset="utf-8"> Version 2.0 (the "License"); you may not use this file except
<meta http-equiv="X-UA-Compatible" content="IE=edge"> in compliance with the License.
<meta name="viewport" content="width=device-width, initial-scale=1"> You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
<title>{{#defineZone "title"}}WSO2 Template{{/defineZone}}</title> Unless required by applicable law or agreed to in writing,
{{defineZone "favicon"}} software distributed under the License is distributed on an
{{defineZone "topCss"}} "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
{{defineZone "topJs"}} either express or implied. See the License for the
</head> specific language governing permissions and limitations
<body> under the License. --}}
<!--modal--> <!DOCTYPE html>
<div class="wr-modalpopup"> <html lang="en">
<div class="modalpopup-container"> <head>
<div class="modalpopup-close-btn" onclick="hidePopup();"> <meta charset="utf-8">
<span class="fw-stack"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<i class="fw fw-ring fw-stack-2x"></i> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<i class="fw fw-left-arrow fw-stack-1x"></i> {{defineZone "favicon"}}
</span> <title>
GO BACK {{defineZone "title"}}
</title>
{{defineZone "topLibCss"}}
{{defineZone "topCss"}}
{{defineZone "topJs"}}
</head>
<body>
<!--modal-->
<div class="wr-modalpopup">
<div class="modalpopup-container">
<div class="modalpopup-close-btn" onclick="hidePopup();">
<span class="fw-stack">
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-left-arrow fw-stack-1x"></i>
</span>
GO BACK
</div>
<div class="modalpopup-content">
<!-- dynamic content -->
</div>
</div>
<div class="modalpopup-bg"></div>
</div> </div>
<div class="modalpopup-content"><!-- dynamic content --></div> <!--modal-->
</div>
<div class="modalpopup-bg"></div>
</div>
<!--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