|
|
@@ -176,14 +176,14 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td width="340" class="relative">
|
|
|
- <img src="{{ asset('static/cmf_licence.png') }}"
|
|
|
- width="170" height="86"/>
|
|
|
+{# <img src="{{ asset('#{app.server.request_scheme}://#{app.server.http_host}/static/cmf_licence.png') }}"#}
|
|
|
+{# width="170" height="86"/>#}
|
|
|
<span id="year_head">{{ licence.year }}</span>
|
|
|
</td>
|
|
|
<td width="340">
|
|
|
<div align="right">
|
|
|
- <img src="{{ asset('static/cmf-reseau.png') }}"
|
|
|
- width="200" height="86"/>
|
|
|
+{# <img src="{{ asset('#{app.server.request_scheme}://#{app.server.http_host}/static/cmf-reseau.png') }}"#}
|
|
|
+{# width="200" height="86"/>#}
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -239,13 +239,13 @@
|
|
|
<td width="80" id="avatar">
|
|
|
<div align="center">
|
|
|
{% if(licence.logoUri is null) %}
|
|
|
- <img src="{{ asset('static/picto_face.png') }}"
|
|
|
- width="85"
|
|
|
- height="82"/>
|
|
|
+{# <img src="{{ asset('#{app.server.request_scheme}://#{app.server.http_host}/static/picto_face.png') }}"#}
|
|
|
+{# width="85"#}
|
|
|
+{# height="82"/>#}
|
|
|
{% else %}
|
|
|
- <img src="{{ licence.logoUri }}"
|
|
|
- width="85"
|
|
|
- height="82"/>
|
|
|
+{# <img src="{{ licence.logoUri }}"#}
|
|
|
+{# width="85"#}
|
|
|
+{# height="82"/>#}
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -262,13 +262,13 @@
|
|
|
<td width="80" id="avatar">
|
|
|
<div align="center">
|
|
|
{% if(licence.personAvatarUri is null) %}
|
|
|
- <img
|
|
|
- src="{{ asset('static/picto_face.png') }}"
|
|
|
- width="85"
|
|
|
- height="82"/>
|
|
|
+{# <img#}
|
|
|
+{# src="{{ asset('#{app.server.request_scheme}://#{app.server.http_host}/static/picto_face.png') }}"#}
|
|
|
+{# width="85"#}
|
|
|
+{# height="82"/>#}
|
|
|
{% else %}
|
|
|
- <img class="avatar"
|
|
|
- src="{{ asset(licence.personAvatarUri) }}"/>
|
|
|
+{# <img class="avatar"#}
|
|
|
+{# src="{{ asset(licence.personAvatarUri) }}"/>#}
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -288,8 +288,8 @@
|
|
|
<td width="70" valign="middle"
|
|
|
style="vertical-align: top;">
|
|
|
<div align="center">
|
|
|
- <img src="{{ asset('static/cmf_licence.png') }}"
|
|
|
- height="45"/>
|
|
|
+{# <img src="{{ asset('#{app.server.request_scheme}://#{app.server.http_host}/static/cmf_licence.png') }}"#}
|
|
|
+{# height="45"/>#}
|
|
|
<span id="year_card">{{ licence.year }}</span>
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -303,10 +303,10 @@
|
|
|
</td>
|
|
|
<td width="70" align="right" valign="middle" id="qrCode">
|
|
|
{% if(licence.qrCodeUri) %}
|
|
|
- <img style="margin-right: 10px;"
|
|
|
- src="{{ asset(licence.qrCodeUri) }}"
|
|
|
- alt=""
|
|
|
- width="65" height="65"/>
|
|
|
+{# <img style="margin-right: 10px;"#}
|
|
|
+{# src="{{ asset(licence.qrCodeUri) }}"#}
|
|
|
+{# alt=""#}
|
|
|
+{# width="65" height="65"/>#}
|
|
|
{% endif %}
|
|
|
</td>
|
|
|
</tr>
|