silverstripe-iframe/templates/Layout/IFramePage.ss

14 lines
311 B
Scheme
Raw Normal View History

2009-02-27 03:41:21 +01:00
<% require ThemedCSS(IFramePage) %>
<% require javascript(jsparty/jquery/jquery.js) %>
<% require javascript(iframe/javascript/IFramePage.js) %>
<div class="typography">
<h2>$Title</h2>
$Content
2009-02-27 03:41:21 +01:00
<iframe id="IFramePageIFrame" src="$IFrameUrl" $Height>
$AlternateContent
2009-02-27 03:41:21 +01:00
</iframe>
$BottomContent
2009-02-27 03:41:21 +01:00
</div>