silverstripe-iframe/templates/Layout/IFramePage.ss

11 lines
311 B
Scheme
Raw Normal View History

2009-02-27 03:41:21 +01:00
<div class="typography">
<h2>$Title</h2>
$Content
<% if IFrameURL %>
<span id="Iframepage-loading" style="display: none;">External content is loading...</span>
<iframe id="Iframepage-iframe" style="$Style" src="$IFrameURL" class="$Class">$AlternateContent</iframe>
<% end_if %>
$BottomContent
2009-02-27 03:41:21 +01:00
</div>