diff -r 4f458e6d32bd -r 22393cbf4467 client/templates/nodeeditor_readonly.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/templates/nodeeditor_readonly.html Sat Apr 18 17:14:27 2015 +0200 @@ -0,0 +1,28 @@ +

+ × + <% if (options.show_node_tooltip_color) { %> + + <% } %> + + <% if (node.uri) { %> + + <% } %> + <%-node.title%> + <% if (node.uri) { %><% } %> + +

+<% if (node.uri && options.show_node_tooltip_uri) { %> +

+ <%-node.short_uri%> +

+<% } %> <% if (options.show_node_tooltip_description) { %> +

<%-node.description%>

+<% } %> <% if (node.image && options.show_node_tooltip_image) { %> + +<% } %> <% if (node.has_creator && options.show_node_tooltip_creator) { %> +

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

+<% } %>