<% 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) %>
<% } %>