client/templates/nodeeditor_video.html
changeset 647 eaaa1efce396
parent 483 9bb08a2c2449
child 654 b2789b4cd389
equal deleted inserted replaced
646:61c45e41a515 647:eaaa1efce396
     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      <video width="320" height="240" controls>
    15      <video width="320" height="240" controls>