client/templates/nodeeditor_video.html
changeset 483 9bb08a2c2449
child 647 eaaa1efce396
equal deleted inserted replaced
482:a55c33989404 483:9bb08a2c2449
       
     1 <h2>
       
     2     <span class="Rk-CloseX">&times;</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      <video width="320" height="240" controls>
       
    16         <source src="<%-node.uri%>" type="video/mp4">
       
    17      </video> 
       
    18 <% } %>
       
    19     <a href="#?idnode=<%-node._id%>"><%-renkan.translate("Link to the node")%></a>