equal
deleted
inserted
replaced
14 <% if (options.show_edge_tooltip_uri && edge.uri) { %> |
14 <% if (options.show_edge_tooltip_uri && edge.uri) { %> |
15 <p class="Rk-Display-URI"> |
15 <p class="Rk-Display-URI"> |
16 <a href="<%-edge.uri%>" target="_blank"><%- edge.short_uri %></a> |
16 <a href="<%-edge.uri%>" target="_blank"><%- edge.short_uri %></a> |
17 </p> |
17 </p> |
18 <% } %> |
18 <% } %> |
19 <p><%-edge.description%></p> |
19 <p><%=edge.description%></p> |
20 <% if (options.show_edge_tooltip_nodes) { %> |
20 <% if (options.show_edge_tooltip_nodes) { %> |
21 <p> |
21 <p> |
22 <span class="Rk-Editor-Label"><%-renkan.translate("From:")%></span> |
22 <span class="Rk-Editor-Label"><%-renkan.translate("From:")%></span> |
23 <span class="Rk-UserColor" style="background: <%- edge.from_color %>;"></span> |
23 <span class="Rk-UserColor" style="background: <%- edge.from_color %>;"></span> |
24 <%- shortenText(edge.from_title, 25) %> |
24 <%- shortenText(edge.from_title, 25) %> |