summaryrefslogtreecommitdiff
path: root/print/templates/full_page_pattern.html
diff options
context:
space:
mode:
authorCole Vick <cole.d.vick@gmail.com>2022-10-16 09:27:49 -0500
committerGitHub <noreply@github.com>2022-10-16 09:27:49 -0500
commitb5b931240c09a80e7a1131e9859ca46f50eabf83 (patch)
tree7d90675c29663ccf0b6949c3ea2c42df009678bd /print/templates/full_page_pattern.html
parenta059cda563920786e6aef9cd89da6cc9ba05f1bd (diff)
parent318069d194c77fc294eeb8b30a5390c9d63b040c (diff)
Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only
cvick32/pdf pattern only
Diffstat (limited to 'print/templates/full_page_pattern.html')
-rw-r--r--print/templates/full_page_pattern.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html
new file mode 100644
index 00000000..f8bd3c5e
--- /dev/null
+++ b/print/templates/full_page_pattern.html
@@ -0,0 +1,17 @@
+<main>
+ <figure class="inksimulation full-page-pattern operator"
+ data-field-name="full-page-patternview-transform"
+ title="{{ _('Ctrl + Scroll to Zoom') }}"
+ style="cursor: auto;">
+ {{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }}
+ {% with %}
+ {% set realistic_id='realistic-pattern-overview' %}
+ {% include 'ui_svg_action_buttons.html' with context %}
+ {% endwith %}
+ </figure>
+ </main>
+
+<div class="show-footer" style="display: {{ 'block' if view.show_footer else 'none' }}">
+ {% include 'footer.html' %}
+</div>
+