parsav  media-gallery.tpl at [1ba4bbc92f]

File view/media-gallery.tpl artifact 18862037ee part of check-in 1ba4bbc92f


<menu>@menu
	<a href="@pfx/media">new uploads</a>
	<a href="@pfx/media/unfiled">unfiled</a>
	<hr>
	@folders
	<a href="@pfx/media/all">all uploads</a>
	<a href="@pfx/media/kind/img">all images</a>
	<a href="@pfx/media/kind/vid">all videos</a>
	<a href="@pfx/media/kind/txt">all text files</a>
	<a href="@pfx/media/kind/misc">all others</a>
</menu>

<div class="dir">
	@directory
</div>

<div class="gallery">
	@images
</div>