myMedisys/tomcatfiles/mymedisys-frontend/WEB-INF/classes/templates/page/worker/medical-details.html

7 lines
249 B
HTML
Raw Normal View History

2023-09-06 05:56:42 +05:30
<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>