basex-lsp/webapp/lsp-manager/views/pdf/item-iframe.htm
2025-10-13 23:07:01 +01:00

16 lines
No EOL
427 B
HTML

<!DOCTYPE HTML5>
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.htm}">
<head>
<title>PDF-view</title>
</head>
<body>
<div layout:fragment="content">
<iframe th:src="@{/pdfs/_/{id}/raw}" src="/pdfs/_/{id}/raw" allowScripts="true"
style="width:100%;height:80vh;overflow:clip;"></iframe>
</div>
</body>
</html>