initial upload
This commit is contained in:
35
monaem/templates/default/agence.pt
Normal file
35
monaem/templates/default/agence.pt
Normal file
@@ -0,0 +1,35 @@
|
||||
<metal:block use-macro="main_template">
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
<div class="alert alert-warning" tal:condition="not item">
|
||||
Aucune agence trouvée.
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div tal:condition="item">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h3><span tal:content="item.LIBELLE" /></h3>
|
||||
<p>
|
||||
<span class="glyphicon glyphicon-map-marker"></span> <span tal:content="item.adresse" />,
|
||||
<span tal:content="item.codepostal" /> <span tal:content="item.ville" /><br />
|
||||
|
||||
<span class="glyphicon glyphicon-phone"></span> <span tal:content="item.TELEPHONE" /><br />
|
||||
<span class="glyphicon glyphicon-envelope"></span> <span tal:content="item.email" /><br />
|
||||
</p>
|
||||
<p><a href="http://www.marietton.com/agencesMarietton.php">Découvrez toutes les agences MARIETTON</a></p>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<iframe src="${item.google_maps}" width="600" height="450" frameborder="0" style="border:1" ></iframe>
|
||||
</div>
|
||||
<br />
|
||||
</div> <!-- row -->
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
</div><!-- content -->
|
||||
</metal:block>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user