diff -r eb5f2313ce2b -r 4f458e6d32bd client/templates/edgeeditor_readonly.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/templates/edgeeditor_readonly.html Sat Apr 18 16:56:37 2015 +0200 @@ -0,0 +1,38 @@ +

+ × + <% if (options.show_edge_tooltip_color) { %> + + <% } %> + + <% if (edge.uri) { %> + + <% } %> + <%-edge.title%> + <% if (edge.uri) { %> <% } %> + +

+<% if (options.show_edge_tooltip_uri && edge.uri) { %> +

+ <%- edge.short_uri %> +

+<% } %> +

<%-edge.description%>

+<% if (options.show_edge_tooltip_nodes) { %> +

+ <%-renkan.translate("From:")%> + + <%- shortenText(edge.from_title, 25) %> +

+

+ <%-renkan.translate("To:")%> + + <%- shortenText(edge.to_title, 25) %> +

+<% } %> +<% if (options.show_edge_tooltip_creator && edge.has_creator) { %> +

+ <%-renkan.translate("Created by:")%> + + <%- shortenText(edge.created_by_title, 25) %> +

+<% } %>