Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotorious upgrade, delete key fix (#1221), polygon tool (#1311) #1456

Merged
merged 7 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,18 @@
<h2>{{ image_info.shelfmark }} {{ image_info.label }}</h2>
{% if not image_info.excluded %}
{% if edit_mode %}
{# popout and close button #}
<button class="primary popout-close-button" type="button" aria-label="Close"><i class="ph-x"></i></button>
<button class="popout-button" type="button">
<svg>
<use xlink:href="{% static 'img/ui/desktop/all/pop-out.svg' %}#pop-out-icon" />
</svg>
<span class="sr-only">Pop out</span>
</button>
{# tahqiq toolbar for switching annotation tools #}
<fieldset class="tahqiq-toolbar"></fieldset>
{% else %}
{# enlarge button #}
<button class="enlarge-button" type="button"><span class="sr-only">Enlarge image</span></button>
{% endif %}
<div class="img-controls">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ <h2 dir="ltr">
{% if edit_mode == "transcribing" %}Transcribe{% else %}Translate{% endif %}
</h2>
<p dir="ltr" class="instructions">
Hold shift and then click and drag over the image to select a rectangular
region for the block of text you want to transcribe (this is an annotation
zone).
When using the rectangle tool, hold shift and then click and drag over the
image to select a rectangular region for the block of text you want to transcribe
(this is an annotation zone).
</p>
<p dir="ltr" class="instructions">
When an annotation zone is active on the image, use the red square in the
thumbnail to move around the image when zoomed in.
</p>
<p dir="ltr" class="instructions">
To use the polygon tool, hold shift and click once to begin creating a polygonal
annotation zone. Then, release shift and click once more for each point on the
polygon. To complete the polygon, double-click on the final point.
</p>
<p dir="ltr" class="instructions">
Drag blocks of text to reorder or move to a different image.
</p>
Loading
Loading