kopia lustrzana https://github.com/inkstitch/inkstitch
28 wiersze
1.2 KiB
HTML
28 wiersze
1.2 KiB
HTML
<header>
|
|
{% include 'headline.html' %}
|
|
<div class="job-details">
|
|
<div>
|
|
<div class="table">
|
|
<p><span>{{ _('COLOR') }}:</span><span data-field-name="color-{{ color_block.color.hex_digits }}" contenteditable="true" data-placeholder="Enter thread name...">{{ color_block.color.thread_name }}</span></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="table">
|
|
<p><span>{{ _('Estimated time') }}:</span></p>
|
|
<p><span>{{ color_block.estimatedtime }}</span></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<figure class="inksimulation" data-field-name="client-detail-transform-block{{ loop.index0 }}" title="{{ _('Ctrl + Scroll to Zoom') }}">
|
|
{{color_block.svg_preview|safe}}
|
|
{% include 'ui_svg_action_buttons.html' %}
|
|
</figure>
|
|
<div class="color-palette detailed">
|
|
{% include 'color_swatch.html' %}
|
|
</div>
|
|
</main>
|
|
|
|
{% include 'footer.html' %}
|