client/templates/nodeeditor_video.html
author durandn
Mon, 11 Apr 2016 16:28:05 +0200
changeset 608 8fd40139827c
parent 483 9bb08a2c2449
child 647 eaaa1efce396
permissions -rw-r--r--
permission implementation has to be client-side and not in the generic api package + deleted duplicate migration

<h2>
    <span class="Rk-CloseX">&times;</span>
    <% if (options.show_node_tooltip_color) { %>
        <span class="Rk-UserColor" style="background: <%-node.color%>;"></span>
    <% } %>
    <span class="Rk-Display-Title">
        <% if (node.uri) { %>
            <a href="<%-node.uri%>" target="_blank">
        <% } %>
        <%-node.title%>
        <% if (node.uri) { %></a><% } %>
    </span>
</h2>
<% if (node.uri && options.show_node_tooltip_uri) { %>
     <video width="320" height="240" controls>
        <source src="<%-node.uri%>" type="video/mp4">
     </video> 
<% } %>
    <a href="#?idnode=<%-node._id%>"><%-renkan.translate("Link to the node")%></a>