aboutsummaryrefslogtreecommitdiffstats
path: root/example/db/macros/AUTOIMG
blob: 868e8899c312fcb2cfa70ac187b03dfaec223705 (plain)
1
2
3
4
5
6
7
<!--- An IMG with automatic preview.
      @AUTOIMG(imagefile, (width), (height), (quality), (float-bool))
--->

<a href="$IMAGES_DIR/$1">
	<img $(if $5,class="float" )src="$THUMBS_DIR/$1?w=$(if $2,$2,300)&amp;h=$(if $3,$3,300)&amp;q=$(if $4,$4,1)" alt="Image preview of $1" />
</a>
bues.ch cgit interface