$_('Merging Authors...')
$_('Duplicates')
-
$for key in duplicates:
$ doc = get_document(key)
$if doc:
- $doc.name; ($key)
$_('Success!')
$:_('OK. The merge is in motion. It will take a few minutes to finish the update.')
$_('Argh!')
$_("That merge didn't work. It's our fault, and we've made a note of it.")
$_("Website")
$page.website$_("Location")
$page.location$ungettext("1 work", "%(count)d works", books.num_found, count=books.num_found) $_('Add another?')
$if books.num_found > 1: $:render_template("search/sort_options.html", books.sort, exclude='relevance', default_sort='editions')
$if input(mode="everything").mode == "everything": $:_('Showing all works by author. Would you like to see only ebooks?', url=changequery(mode='ebooks')) $else: $:_('Showing ebooks only. Would you like to see everything by this author?', url=changequery(mode='everything'))
$:macros.Pager(page=safeint(query_param('page'), default=1), num_found=books.num_found)-
$for doc in books.works:
$:macros.SearchResultsWork(doc)
$label
$for subject, count in subjects: $subject$cond(not loop.last, ",", "")$:_('Links (outside Open Library)')
$if page.links or page.remote_ids or (page.wikipedia and page.wikipedia.startswith("http")):-
$if page.remote_ids:
$if page.remote_ids.isni:
$ isni = page.remote_ids.isni
- ISNI: $' '.join([isni[i:i+4] for i in range(0, 16, 4)]) $if page.remote_ids.viaf: $ viaf = page.remote_ids.viaf
- VIAF: $viaf $if page.remote_ids.wikidata:
- Wikidata: $page.remote_ids.wikidata $if page.wikipedia and page.wikipedia.startswith("http"):
- Wikipedia $for link in page.links:
- $link.title
$_('No links yet.') $_('Add one')?
$_("Alternative names")
-
$for alternate_name in page.alternate_names:
- $alternate_name