mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-02-12 07:19:16 +00:00
54 lines
1.9 KiB
HTML
54 lines
1.9 KiB
HTML
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="X-UA-Compatible" content="IE=edge"/>
|
|
<title>ETF: Franklin Balanced Fund - Pricing & Distributions</title>
|
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon"/>
|
|
<meta name="viewport" content="initial-scale=1.0"/>
|
|
|
|
<!-- site specific CSS - comment out appropriate css file -->
|
|
<!--<link rel="stylesheet" href="http://localhost:3000/assets/css/core.css" type="text/css"/>-->
|
|
<link rel="stylesheet" href="http://pattern-library.corp.frk.com/assets/css/core.css" type="text/css"/>
|
|
<!-- /site specific CSS -->
|
|
|
|
</head>
|
|
<body>
|
|
<!-- WARNING ACTUALLY US DATA HENCE locale="en" not locale="en-gb"-->
|
|
<div id="site-config" aurelia-app="configuration/etf/main" site="etf-gb" locale="en" long-date="dd MMMM yyyy" short-date="dd.MM.yyyy"></div>
|
|
|
|
<div data-fti-module="alert" data-url="/advisor/" ></div>
|
|
<ft-full-width-page>
|
|
<div slot="header">
|
|
<ft-header></ft-header>
|
|
</div>
|
|
<div slot="body-top">
|
|
<ft-breadcrumbs></ft-breadcrumbs>
|
|
<ft-fund-alert></ft-fund-alert>
|
|
<ft-fund-title></ft-fund-title>
|
|
<ft-fund-tabs></ft-fund-tabs>
|
|
</div>
|
|
<div slot="body-main">
|
|
<div id="w147444xxxxxx">
|
|
<ft-pricing-distribution fund-id="18000"></ft-pricing-distribution>
|
|
</div>
|
|
</div>
|
|
<div slot="body-bottom">
|
|
<div id="w1474443031159"><ft-caveats placement="PriceAndDistributionBottom"></ft-caveats></div>
|
|
<ft-modal></ft-modal>
|
|
</div>
|
|
<div slot="footer">
|
|
<ft-footer></ft-footer>
|
|
</div>
|
|
</ft-full-width-page>
|
|
<!--JAVASCRIPT-->
|
|
<!--
|
|
<script src="/assets/js/franklin.core.min.js"
|
|
type="text/javascript"></script>
|
|
-->
|
|
<script src="/assets/js/web-platform.js" data-main="aurelia-bootstrapper"></script>
|
|
|
|
</body>
|
|
</html>
|