From c61158707f0abd5f3d3314d2c9ce5790ae4df328 Mon Sep 17 00:00:00 2001 From: Rool Paap Date: Tue, 20 Jun 2023 12:53:45 +0200 Subject: [PATCH] 5641: Dummy files --- .../Holder/PDF/Export/files/printportal.html | 15 +++++++++++++++ .../Holder/PDF/Export/files/web-pdf-tools.js | 1 + 2 files changed, 16 insertions(+) create mode 100644 CTRTests/Interface/Holder/PDF/Export/files/printportal.html create mode 100644 CTRTests/Interface/Holder/PDF/Export/files/web-pdf-tools.js diff --git a/CTRTests/Interface/Holder/PDF/Export/files/printportal.html b/CTRTests/Interface/Holder/PDF/Export/files/printportal.html new file mode 100644 index 000000000..61df5c075 --- /dev/null +++ b/CTRTests/Interface/Holder/PDF/Export/files/printportal.html @@ -0,0 +1,15 @@ + + + + Test</script> + <script>!!pdfTools!!</script> + <script> + var holderConfigJSON = '!!configJSON!!'; + var vaccinationJSON = '!!dccJSON!!'; + var locale = '!!locale!!'; + </script> + </head> + <body> + <div id="page"></div> + </body> +</html> diff --git a/CTRTests/Interface/Holder/PDF/Export/files/web-pdf-tools.js b/CTRTests/Interface/Holder/PDF/Export/files/web-pdf-tools.js new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/CTRTests/Interface/Holder/PDF/Export/files/web-pdf-tools.js @@ -0,0 +1 @@ +{}