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