18 lines
492 B
XML
18 lines
492 B
XML
<metal:block use-macro="main_template">
|
|
<div metal:fill-slot="content">
|
|
|
|
<div class="content text-center">
|
|
<br />
|
|
<br />
|
|
<span class="glyphicon glyphicon-hourglass" style="font-size: 56px"></span>
|
|
<p class="lead">Chargement de la fiche en cours, merci de patienter quelques instants...</p>
|
|
<iframe style="position: absolute; top:0px; left:0px; border:none; z-index:10;"
|
|
src="${iframe_src}" width="100%" height="100%">
|
|
</iframe>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
</metal:block>
|