« Widget:CitationIframe » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
<div class="citations-iframe-wrapper"> | <div class="citations-iframe-wrapper"> | ||
<iframe src="<!--{$url|validate:url|escape:html}-->" | <iframe src="<!--{$url|validate:url|escape:html}-->" | ||
width="<!--{$width|escape:html|default: | width="<!--{$width|escape:html|default:1600}-->" | ||
height="<!--{$height|escape:html|default: | height="<!--{$height|escape:html|default:800}-->" | ||
style="border: <!--{$border|escape:html|default:1}-->px solid #ccc;"> | style="border: <!--{$border|escape:html|default:1}-->px solid #ccc;"> | ||
</iframe> | </iframe> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||