silverstripe-iframe/templates/Layout/IFramePage.ss

11 lines
299 B
Scheme
Raw Normal View History

2009-02-27 03:41:21 +01:00
<div class="typography">
<h2>$Title</h2>
$Content
<% if IFrameURL %>
2013-05-28 04:55:20 +02:00
<span id="Iframepage-loading" style="display: none;">Loading content...</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>