client/test/templates/audio_template.html
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 21:15:54 +0200
changeset 663 9cb6028fcf55
parent 647 eaaa1efce396
permissions -rw-r--r--
Prepare version 0.13.4

<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) { %>
     <audio width="320" height="240" controls>
        <source src="<%-node.uri%>" type="video/mp4">
     </audio> 
<% } %>
    <a href="#?idnode=<%-node._id%>"><%-renkan.translate("Link to the node")%></a>