Martin Donnelly 76920442b1 init
2017-09-28 13:04:16 +01:00

94 lines
4.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>General Caveat Test</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>
<div id="site-config" aurelia-app="configuration/gw/main" segment="investor" site="en-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>
<div id="w1449279022739"><div data-fti-component="page-title" class="row">
<div>
<h1>Caveat Test Page</h1>
</div>
</div>
<ft-caveats placement="PPSSTop" footnotes="No"></ft-caveats>
</div>
<div id="w1477115271067">
<h2>General Page (no FundId in url)</h2>
<p>
(expect 1, 2, 3) Footnotes PlacementA filtered to fundId: 12904
<ft-footnote placement="PlacementA" fund-id="12904"></ft-footnote>
</p>
<p>
(expect 4) Footnotes PlacementB no fundId
<ft-footnote placement="PlacementB"></ft-footnote>
</p>
<p>
(expect 1, 2) Footnotes PlacementA filtered to fundId: 111
<ft-footnote placement="PlacementA" fund-id="111"></ft-footnote>
</p>
<p>
(expect 4, 5, 6) Footnotes PlacementB filtered to fundId: 111
<ft-footnote placement="PlacementB" fund-id="111"></ft-footnote>
</p>
<p>
(expect 4, 6) Footnotes PlacementB filtered to fundId: 12904
<ft-footnote placement="PlacementB" fund-id="12904"></ft-footnote>
</p>
<p>
(expect 1, 2) Footnotes PlacementA no fundId
<ft-footnote placement="PlacementA"></ft-footnote>
</p>
<p>
(expect 1, 2) Footnotes PlacementA no fundId
<ft-footnote placement="PlacementA"></ft-footnote>
</p>
<p>
(expect 1, 2, 3) Footnotes PlacementA filtered to fundId: 12904
<ft-footnote placement="PlacementA" fund-id="12904"></ft-footnote>
</p>
<p>
(expect 1, 2) Footnotes PlacementA filtered to fundId: 333
<ft-footnote placement="PlacementA" fund-id="333"></ft-footnote>
</p>
<p>
(expect 1, 2) Footnotes PlacementA filtered to fundId: 333
<ft-footnote placement="PlacementA" fund-id="333"></ft-footnote>
</p>
<p>
(expect 1, 2, 7) Footnotes PlacementA filtered to fundId: 444
<ft-footnote placement="PlacementA" fund-id="444"></ft-footnote>
</p>
<p>
(expect 2) Footnotes PlacementC no fundId
<ft-footnote placement="PlacementC"></ft-footnote>
</p>
</div>
<div slot="body-bottom">
<div id="w1474443031159"><ft-caveats placement="PPSSBottom"></ft-caveats></div>
</div>
<div slot="footer">
<ft-footer></ft-footer>
</div>
</ft-full-width-page>
<script src="/assets/js/web-platform.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>