mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-02-12 09:39:16 +00:00
92 lines
3.0 KiB
HTML
92 lines
3.0 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>Franklin Balanced Fund - Advisor</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="/assets/css/en-gb-retail.css"
|
||
|
type="text/css"/> -->
|
||
|
<link rel="stylesheet" href="http://pattern-library.corp.frk.com/assets/css/core.css" type="text/css"/>
|
||
|
<!--
|
||
|
<link rel="stylesheet"
|
||
|
href="/assets/css/en-gb-libertyshares.css"
|
||
|
type="text/css"/>
|
||
|
-->
|
||
|
<!-- /site specific CSS -->
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="site-config" aurelia-app="configuration/etf/main" site="etf-gb" locale="en-gb" 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="w1474443031171">
|
||
|
<ft-german-tax cid="c1502718465584"> </ft-german-tax>
|
||
|
<!-- TODO: component config still has to be implemented in ETF reducer -->
|
||
|
<script type="application/json" class="page-json">
|
||
|
{
|
||
|
"c1502718465584": {
|
||
|
"Filters": [
|
||
|
"INVESTMENT_VEHICLE",
|
||
|
"FUND_NAME"
|
||
|
],
|
||
|
"share-class-content": [
|
||
|
"no-show-share-class-content"
|
||
|
],
|
||
|
"show-superscript": [
|
||
|
"01"
|
||
|
],
|
||
|
"hideTaxColumns": [
|
||
|
"false"
|
||
|
],
|
||
|
"Funds-For-Display": [
|
||
|
"Exclude"
|
||
|
],
|
||
|
"Display-For-Funds": [
|
||
|
"25800",
|
||
|
"25801",
|
||
|
"25799",
|
||
|
"25798",
|
||
|
"25802"
|
||
|
],
|
||
|
"Include-Manual-Funds": [
|
||
|
"Manual-Funds"
|
||
|
],
|
||
|
"ISIN-or-FundNumber": [
|
||
|
"Fund-Number"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
</div>
|
||
|
</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>
|