summaryrefslogtreecommitdiff
path: root/print/templates/full_page_pattern.html
diff options
context:
space:
mode:
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>
+