2009-02-27 03:41:21 +01:00
<div class= "typography" >
<h2>$Title</h2>
2009-06-04 04:35:03 +02:00
$Content
2012-06-05 01:30:13 +02:00
<% if IFrameURL %>
2013-10-24 22:24:39 +02:00
<span id= "Iframepage-loading" style= "display: none;" >
<%t IframePage . Loading "Loading content..." %>
</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;" >
<%t 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." %>
</div>
2012-06-05 01:30:13 +02:00
<iframe id= "Iframepage-iframe" style= "$Style" src= "$IFrameURL" class= "$Class" >$AlternateContent</iframe>
2012-06-01 07:21:05 +02:00
<% end_if %>
2009-06-04 04:35:03 +02:00
$BottomContent
2013-07-08 07:31:36 +02:00
</div>