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