|
|
@ -52,10 +52,10 @@
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div th:if="${client.logo_url!=null} and ${client.logo_url!=''}">
|
|
|
|
<div th:if="${client['logo_url']}">
|
|
|
|
<img data-th-src="@{${client['logo_url']}}" id="buslogo" class="logo" style="max-height: 120px;">
|
|
|
|
<img data-th-src="@{${client['logo_url']}}" id="buslogo" class="logo" style="max-height: 120px;">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div th:if="${client.logo_url==null} or ${client.logo_url==''}">
|
|
|
|
<div th:unless="${client['logo_url']}">
|
|
|
|
<img src="/static/images/logo640x640.jpg" id="buslogo" class="logo" style="max-height: 120px;">
|
|
|
|
<img src="/static/images/logo640x640.jpg" id="buslogo" class="logo" style="max-height: 120px;">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|