Changeset 77:f2ff7de7b49d in AnnotationManagerN4J


Ignore:
Timestamp:
Jun 6, 2014, 5:19:11 PM (10 years ago)
Author:
casties
Branch:
default
Message:

show more fields in annotations_ui annotation view.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .hgignore

    r73 r77  
    1717syntax: regexp
    1818^src/main/webapp/WEB-INF/classes$
     19syntax: regexp
     20^src/main/webapp/neo4j-annotation-db$
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationResource.java

    r75 r77  
    129129            result += String.format("<tr><td><b>target</b></td><td>%s</td></tr>\n", annotation.getTargetBaseUri());
    130130            result += String.format("<tr><td><b>fragment</b></td><td>%s</td></tr>\n", annotation.getTargetFragment());
     131            result += String.format("<tr><td><b>quote</b></td><td>%s</td></tr>\n", annotation.getQuote());
     132            result += String.format("<tr><td><b>resource</b></td><td>%s</td></tr>\n", annotation.getResourceUri());
    131133            result += String.format("<tr><td><b>creator</b></td><td>%s</td></tr>\n", annotation.getCreatorName());
    132134            result += "</table>\n";
Note: See TracChangeset for help on using the changeset viewer.