client/templates/list-bin.html
changeset 426 05ed0d95a511
child 434 0d5998b32a7c
equal deleted inserted replaced
425:823e8f1d26f7 426:05ed0d95a511
       
     1 <li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"
       
     2 	data-uri="<%-url%>" data-title="<%-title%>"
       
     3 	data-description="<%-description%>"
       
     4 	<% if (image) { %>
       
     5 		data-image="<%- Rkns.Utils.getFullURL(image) %>"
       
     6 	<% } else { %>
       
     7 		data-image=""
       
     8 	<% } %>
       
     9 ><% if (image) { %>
       
    10 	<img class="Rk-ResourceList-Image" src="<%-image%>" />
       
    11 <% } %>
       
    12 <h4 class="Rk-ResourceList-Title">
       
    13 	<% if (url) { %>
       
    14 		<a href="<%-url%>" target="_blank">
       
    15 	<% } %>
       
    16 	<%=htitle%>
       
    17 	<% if (url) { %></a><% } %>
       
    18 	</h4> 
       
    19 	<% if (description) { %>
       
    20 		<p class="Rk-ResourceList-Description"><%=hdescription%></p>
       
    21 	<% } %>
       
    22 	<% if (image) { %>
       
    23 		<div style="clear: both;"></div>
       
    24 	<% } %>
       
    25 </li>