mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
11 lines
311 B
Scheme
11 lines
311 B
Scheme
<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
|
|
</div>
|