equal
deleted
inserted
replaced
|
1 <h2> |
|
2 <span class="Rk-CloseX">×</span> |
|
3 <% if (options.show_node_tooltip_color) { %> |
|
4 <span class="Rk-UserColor" style="background: <%-node.color%>;"></span> |
|
5 <% } %> |
|
6 <span class="Rk-Display-Title"> |
|
7 <% if (node.uri) { %> |
|
8 <a href="<%-node.uri%>" target="_blank"> |
|
9 <% } %> |
|
10 <%-node.title%> |
|
11 <% if (node.uri) { %></a><% } %> |
|
12 </span> |
|
13 </h2> |
|
14 <% if (node.uri && options.show_node_tooltip_uri) { %> |
|
15 <p class="Rk-Display-URI"> |
|
16 <a href="<%-node.uri%>" target="_blank"><%-node.short_uri%></a> |
|
17 </p> |
|
18 <% } %> <% if (options.show_node_tooltip_description) { %> |
|
19 <p class="Rk-Display-Description"><%-node.description%></p> |
|
20 <% } %> <% if (node.image && options.show_node_tooltip_image) { %> |
|
21 <img class="Rk-Display-ImgPreview" src="<%-node.image%>" /> |
|
22 <% } %> <% if (node.has_creator && options.show_node_tooltip_creator) { %> |
|
23 <p> |
|
24 <span class="Rk-Editor-Label"><%-renkan.translate("Created by:")%></span> |
|
25 <span class="Rk-UserColor" style="background: <%-node.created_by_color%>;"></span> |
|
26 <%- shortenText(node.created_by_title, 25) %> |
|
27 </p> |
|
28 <% } %> |