mise au point creation rdf
This commit is contained in:
@@ -252,14 +252,18 @@
|
||||
<br />
|
||||
<h4 class="text-center text-primary">PHOTOS</h4>
|
||||
<br />
|
||||
<div tal:repeat="detail photos">
|
||||
<img src="${docs_url}${detail.nomrep}/${detail.societe}/${nochantier}/${norapport}/${detail.nomfichier}" align="center" />
|
||||
</div>
|
||||
<p tal:repeat="detail photos">
|
||||
<img src="${docs_url}${detail.nomrep}/${detail.societe}/${nochantier}/${norapport}/${detail.nomfichier}"
|
||||
width="800" align="center" />
|
||||
</p>
|
||||
<br />
|
||||
<h4 class="text-center text-primary">CONCLUSIONS</h4>
|
||||
<div class="form-group">
|
||||
<br /> ${rapport.conclusions}
|
||||
</div>
|
||||
<br />
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
</div> <!-- row -->
|
||||
<table class="table table-condensed ">
|
||||
@@ -267,7 +271,7 @@
|
||||
<td width="40%">
|
||||
<p>
|
||||
<label>Date du rapport :</label>
|
||||
<br />${rapport.modif_le.strftime('%d-%m-%Y')}
|
||||
<br />${date_rapport}
|
||||
<br />
|
||||
<br />
|
||||
<label>Etabli par :</label>
|
||||
@@ -285,8 +289,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
//afficher signature
|
||||
|
||||
Reference in New Issue
Block a user