Changement vhc.html
This commit is contained in:
@@ -12,12 +12,17 @@
|
||||
{% with 'vehicles/images/ocvs_rtw_'|add:vhc.nStatus|add:'.png' as image_static %}
|
||||
<div class="child">
|
||||
<div style="height: 25%;display: flex;padding-top: 10px;" >
|
||||
<a href="/admin/vehicles/vehicles/{{vhc.id}}/change/" style="font-weight: bold;">{{vhc.sName}}</a><br>
|
||||
<a href="/admin/vehicles/vehicles/{{vhc.id}}/change/" style="font-weight: bold;width: 78px;">{{vhc.sName}}</a><br>
|
||||
|
||||
<img height="100px" src="{% static image_static %}" ><br>
|
||||
{% if vhc.bLucas %}
|
||||
<span style="align-self: flex-end; padding: 20px;color:orange">Lucas</span>
|
||||
{% endif %}
|
||||
|
||||
<span style="align-self: flex-end; padding: 20px;color:orange; width: 43px;">
|
||||
{% if vhc.bLucas %}Lucas{% endif %}
|
||||
</span>
|
||||
|
||||
<b><a href="/vehicules/peremptions" >Péremptions</a></b>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="child_box" style="height: 70%;">
|
||||
@@ -40,8 +45,8 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div style="width: 350px;height: var(--main-child-container-height);display: none; ">
|
||||
<b>Péremptions</b>
|
||||
<div style="width: 350px;height: var(--main-child-container-height);display:none">
|
||||
<b><a href="/vehicules/peremptions" >Péremptions</a></b>
|
||||
<div class="child_box">
|
||||
|
||||
<div style="width: 170px;margin-top: 15px">
|
||||
|
Reference in New Issue
Block a user