client/templates/nodeeditor_readonly.html
changeset 530 9823b527c3a1
parent 520 f14ff8669037
child 635 dffc5ec04c87
equal deleted inserted replaced
529:6b0659a0e4c3 530:9823b527c3a1
     5     <% } %>
     5     <% } %>
     6     <span class="Rk-Display-Title">
     6     <span class="Rk-Display-Title">
     7         <% if (node.uri) { %>
     7         <% if (node.uri) { %>
     8             <a href="<%-node.uri%>" target="_blank">
     8             <a href="<%-node.uri%>" target="_blank">
     9         <% } %>
     9         <% } %>
    10         <%-node.title%>
    10         <%=node.title%>
    11         <% if (node.uri) { %></a><% } %>
    11         <% if (node.uri) { %></a><% } %>
    12     </span>
    12     </span>
    13 </h2>
    13 </h2>
    14 <% if (node.uri && options.show_node_tooltip_uri) { %>
    14 <% if (node.uri && options.show_node_tooltip_uri) { %>
    15     <p class="Rk-Display-URI">
    15     <p class="Rk-Display-URI">