otwarchive-symphonyarchive/app/views/redirect/show.html.erb
2026-03-11 22:22:11 +00:00

18 lines
501 B
Text

<h2 class="heading">Lookup Original Stories</h2>
<p>
If you are looking for a story that might have been imported into the archive from another URL, you can enter it here and
we will try and look it up.
</p>
<%= form_tag redirect_path, method: :get do %>
<fieldset>
<legend>Find story by URL</legend>
<p>
<%= label_tag "original_url", ts('Original URL of work:') %> <br />
<%= text_field_tag "original_url", "", :size => 70 %>
<%= submit_tag "Go" %>
</p>
</fieldset>
<% end %>