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

<a href="$IMAGES_DIR/$1">
	<img 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