diff -r e457ec945e50 -r 0d5998b32a7c client/templates/nodeeditor_readonly.html --- a/client/templates/nodeeditor_readonly.html Sat Apr 25 04:13:53 2015 +0200 +++ b/client/templates/nodeeditor_readonly.html Sat Apr 25 04:37:06 2015 +0200 @@ -1,28 +1,28 @@

- × - <% if (options.show_node_tooltip_color) { %> - - <% } %> - - <% if (node.uri) { %> - - <% } %> - <%-node.title%> - <% if (node.uri) { %><% } %> - + × + <% 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%> -

+

+ <%-node.short_uri%> +

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

<%-node.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) %> -

+

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

<% } %>