2009-02-27 03:41:21 +01:00
<div class= "typography" >
<h2>$Title</h2>
2017-11-27 02:14:00 +01:00
2009-06-04 04:35:03 +02:00
$Content
2017-11-27 02:14:00 +01:00
<% if $IFrameURL %>
2013-10-24 22:24:39 +02:00
<span id= "Iframepage-loading" style= "display: none;" >
2017-11-27 02:14:00 +01:00
<%t SilverStripe \ \ IFrame \ \ IFramePage . Loading "Loading content..." %>
2013-10-24 22:24:39 +02:00
</span>
<div class= "nonvisual-indicator" style= "position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0;" >
2017-11-27 02:14:00 +01:00
<%t SilverStripe \ \ IFrame \ \ IFramePage . ExternalNote "Please note the following section of content is possibly being delivered from an external source (IFRAME in HTML terms), and may present unusual experiences for screen readers." %>
2013-10-24 22:24:39 +02:00
</div>
2019-05-17 01:29:25 +02:00
<iframe id= "Iframepage-iframe" style= "$Style" src= "$IFrameURL" class= "$Class" title= "$IFrameTitle" >$AlternateContent</iframe>
2012-06-01 07:21:05 +02:00
<% end_if %>
2009-06-04 04:35:03 +02:00
$BottomContent
2017-11-27 02:14:00 +01:00
</div>