aboutsummaryrefslogtreecommitdiffstats
path: root/example/db/macros/LINPUT
blob: 1d9c85dbf471f091b3e0ae0fba220ac2a4447cbe (plain)
1
2
<!--- @LINPUT(type, name, value, (pre-text), (post-text), (checked)) --->
<label>$4<input type="$1" name="$2" value="$3"$(if $6, checked="checked") />$5</label>
bues.ch cgit interface