client/test/templates/audio_template.html
changeset 647 eaaa1efce396
equal deleted inserted replaced
646:61c45e41a515 647:eaaa1efce396
       
     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      <audio width="320" height="240" controls>
       
    16         <source src="<%-node.uri%>" type="video/mp4">
       
    17      </audio> 
       
    18 <% } %>
       
    19     <a href="#?idnode=<%-node._id%>"><%-renkan.translate("Link to the node")%></a>