16 lines
		
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html data-namespace-typo3-fluid="true"
 | 
						|
      xmlns="http://www.w3.org/1999/xhtml"
 | 
						|
      xmlns:f="http://xsd.helmut-hummel.de/ns/TYPO3/CMS/Fluid/ViewHelpers"
 | 
						|
      xmlns:t="http://typo3.org/ns/Helhum/TyposcriptRendering/ViewHelpers">
 | 
						|
 | 
						|
<li>
 | 
						|
    <f:comment>
 | 
						|
        For the content to be substituted correctly the text link needs to have the class `bookmark-link`
 | 
						|
        and the remove item the data attribute `data-remove` assigned to.
 | 
						|
    </f:comment>
 | 
						|
    <f:link.external class="bookmark-link" title="{bookmark.title}" uri="{bookmark.url}">{bookmark.title}</f:link.external>
 | 
						|
    <a class="action-button bookmark-ajax-submit" data-remove="{bookmark.id}" href="javascript:void(0);">×</a>
 | 
						|
</li>
 | 
						|
 | 
						|
</html>
 |