ajout de rdf_view.pt

This commit is contained in:
2019-03-16 15:53:44 +01:00
parent 58755c979d
commit fbbb087fb9
9 changed files with 562 additions and 16 deletions

View File

@@ -54,7 +54,7 @@
</label>
<label class="radio-inline">
<input type="radio" name="statut_proprio" value="Non propriétaire"
tal:attributes="checked rapport.statut_proprio=='Non Propriétaire'">Non propriétaire
tal:attributes="checked rapport.statut_proprio=='Non propriétaire'">Non propriétaire
</label>
</div>
<div class="form-group">
@@ -150,7 +150,7 @@
</div>
<br />
<h4 class="text-center">RAPPORT</h4>
<h4 class="text-center text-primary">RAPPORT</h4>
<div class="form-group">
<label class="control-label" for="degats">Constatation des dégâts occasionnés</label>
<textarea class="form-control" rows="6" cols="40" id="degats" name="degats"
@@ -161,7 +161,7 @@
</div>
<br />
<h4 class="text-center">TRAVAUX relatifs à la DETECTION de la fuite</h4>
<h4 class="text-center text-primary">TRAVAUX relatifs à la DETECTION de la fuite</h4>
<div class="form-group">
<label class="control-label" for="detection_fuite">Détection de la fuite :&nbsp;&nbsp;&nbsp;</label>
<label class="radio-inline">
@@ -199,7 +199,7 @@
<div class="form-group">
<label class="control-label">Recherche de réseaux :&nbsp;&nbsp;&nbsp;</label>
<label class="checkbox-inline"><input type="checkbox" name="rech_magnetique" value="${rapport.rech_magnetique}"
tal:attributes="checked rapport.rech_magnetique != 0 and 'checked' or None">Système électro magnétique<>/label>
tal:attributes="checked rapport.rech_magnetique != 0 and 'checked' or None">Système électro magnétique</label>
<label class="checkbox-inline"><input type="checkbox" name="rech_accoustique" value="${rapport.rech_accoustique}"
tal:attributes="checked rapport.rech_accoustique != 0 and 'checked' or None">Système électro accoustique</label>
</div>
@@ -222,7 +222,7 @@
</div>
<br />
<h4 class="text-center">TRAVAUX relatifs à la REPARATION de la fuite</h4>
<h4 class="text-center text-primary">TRAVAUX relatifs à la REPARATION de la fuite</h4>
<div class="form-group">
<label class="control-label" for="visite1ere">La réparation est-elle réalisée dans le cadre de la 1ère visite ?&nbsp;&nbsp;&nbsp;</label>
<label class="radio-inline">
@@ -282,13 +282,8 @@
</div>
<br />
<h4 class="text-center">PHOTOS</h4>
<p>
<a href="${request.application_url}/upload_doc/${nodossier}" class="btn btn-success" role="button">
<span class="glyphicon glyphicon-cloud-upload"></span>&nbsp;Ajouter une photo</a>
</p>
<h4 class="text-center">CONCLUSIONS</h4>
<h4 class="text-center text-primary">CONCLUSIONS</h4>
<div class="form-group">
<label class="control-label" for="conclusions">Conclusions</label>
<textarea class="form-control" rows="6" cols="40" id="conclusions" name="conclusions"