Skip to content

Commit

Permalink
add annotate in perseids link
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Sep 20, 2016
1 parent b75946d commit 8393bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions perseus_nemo_ui/data/templates/passage_footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="ctsurn">
<a href="http://catalog.perseus.org/cite-collections/versions/search?field_type=version&search={{ urn.upTo(urn['NO_PASSAGE']) }}" target='_blank'>Catalog Record</a> -
<a href="http://sosol.perseids.org/sosol/cite_publications/create_from_linked_urn/Oa/urn:cite:perseus:pdlann?init_value[]={{ urn }}" target='_blank'>Annotate in Perseids</a> -
<a href="http://www.perseids.org/apps/treebank?text_uri=http://perseids.org/cts5/nemo/citations/{{urn}}" target='_blank'>Create Treebank</a> <br />
<a href="/api/cts?request=GetPassage&urn={{urn}}" target='_blank'>{{urn}}</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='perseus_nemo_ui',
version="0.0.11",
version="0.0.12",
packages=find_packages(exclude=["examples", "tests"]),
url='https://github.com/PerseusDL/perseus_nemo_ui',
license='GNU GPL',
Expand Down

0 comments on commit 8393bdd

Please sign in to comment.