From cab1036498c5dfa1df61abe758f3b10eb9fe5ec1 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Wed, 26 Apr 2023 16:05:17 -0400 Subject: [PATCH] story for print hull --- .../print/PrintShip/Hull/index.story.svelte | 21 ++++++ .../export/print/PrintShip/Hull/index.svelte | 66 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 src/routes/export/print/PrintShip/Hull/index.story.svelte create mode 100644 src/routes/export/print/PrintShip/Hull/index.svelte diff --git a/src/routes/export/print/PrintShip/Hull/index.story.svelte b/src/routes/export/print/PrintShip/Hull/index.story.svelte new file mode 100644 index 0000000..7de220d --- /dev/null +++ b/src/routes/export/print/PrintShip/Hull/index.story.svelte @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/src/routes/export/print/PrintShip/Hull/index.svelte b/src/routes/export/print/PrintShip/Hull/index.svelte new file mode 100644 index 0000000..637bfd9 --- /dev/null +++ b/src/routes/export/print/PrintShip/Hull/index.svelte @@ -0,0 +1,66 @@ +
+ {#each rows as row, i (i)} +
+ {#each row as threshold, j (j)} +
+ {#if threshold} + crew loss threshold + {/if} +
+ {/each} +
+ {/each} +
+ + + +