7 lines
249 B
HTML
7 lines
249 B
HTML
|
<th:block th:utext="#{title.medical.report}"></th:block>
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12 col-md-12">
|
||
|
<embed th:src="${baseUrl}+@{'/templates/samples/Medical_Report.pdf'}"
|
||
|
width="100%" height="800" type="application/pdf">
|
||
|
</div>
|
||
|
</div>
|