aboutsummaryrefslogtreecommitdiffstats
path: root/example/db/macros/INPUT
blob: 739c3320c7e8ae7c1d10799b36e33c7efce3d588 (plain)
1
2
<!--- @INPUT(type, name, value, (checked)) --->
<input type="$1" name="$2" value="$3"$(if $4, checked="checked") />
bues.ch cgit interface