|
|
|
@ -1,17 +1,34 @@
|
|
|
|
|
{{!-- 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>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
|
|
<title>{{#defineZone "title"}}WSO2 Template{{/defineZone}}</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
{{defineZone "favicon"}}
|
|
|
|
|
<title>
|
|
|
|
|
{{defineZone "title"}}
|
|
|
|
|
</title>
|
|
|
|
|
{{defineZone "topLibCss"}}
|
|
|
|
|
{{defineZone "topCss"}}
|
|
|
|
|
{{defineZone "topJs"}}
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<!--modal-->
|
|
|
|
|
<div class="wr-modalpopup">
|
|
|
|
|
<div class="modalpopup-container">
|
|
|
|
@ -22,25 +39,21 @@
|
|
|
|
|
</span>
|
|
|
|
|
GO BACK
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modalpopup-content"><!-- dynamic content --></div>
|
|
|
|
|
<div class="modalpopup-content">
|
|
|
|
|
<!-- dynamic content -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modalpopup-bg"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--modal-->
|
|
|
|
|
|
|
|
|
|
<!-- header -->
|
|
|
|
|
{{defineZone "header"}}
|
|
|
|
|
<!-- /header -->
|
|
|
|
|
|
|
|
|
|
<!-- navbars -->
|
|
|
|
|
<div class="navbar-wrapper">
|
|
|
|
|
{{defineZone "navbars"}}
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /navbars -->
|
|
|
|
|
|
|
|
|
|
<!-- sidepanes -->
|
|
|
|
|
{{defineZone "sidePanes"}}
|
|
|
|
|
<!-- /sidepanes -->
|
|
|
|
|
|
|
|
|
|
<!-- page-content-wrapper -->
|
|
|
|
|
<div class="page-content-wrapper">
|
|
|
|
@ -51,14 +64,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /page-content-wrapper -->
|
|
|
|
|
|
|
|
|
|
<!-- footer -->
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
{{defineZone "footer"}}
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
<!-- /footer -->
|
|
|
|
|
|
|
|
|
|
{{defineZone "bottomLibJs"}}
|
|
|
|
|
{{defineZone "bottomJs"}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|