Iframe: Difference between revisions
From OSE
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><iframe src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" style="border: <!--{$border|escape:html|default:1}-->" width="<!--{$width|escape:html|default:300}-->" height="<!--{$height|escape:html|default:300}-->"></iframe> | <includeonly> | ||
$width = 700 | |||
<iframe src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" style="border: <!--{$border|escape:html|default:1}-->" width="<!--{$width|escape:html|default:300}-->" height="<!--{$height|escape:html|default:300}-->"></iframe> | |||
</includeonly> | </includeonly> |