mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-31 11:00:08 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <div class="sortable"> | ||
|  | 	<macro src="../*"> | ||
|  | 		<div class="item"> | ||
|  | 			<span class="sort-handle">☰</span>  | ||
|  | 			<a href="#@source(./path)">@source(./title)</a> | ||
|  | 			<span class="separator"/> | ||
|  | 			<a class="button" href="#@source(./path)/delete">×</a> | ||
|  | 		</div> | ||
|  | 		<div style="padding-left: 30px"> | ||
|  | 			<include style="display:block" src="@source(./path)/tree" /> | ||
|  | 		</div> | ||
|  | 	</macro> | ||
|  | </div> | ||
|  | 
 | ||
|  | <!-- vim:set ts=4 sw=4 : --> |