fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor code style
[fnpeditor.git]
/
src
/
editor
/
views
/
dialog
/
templates
/
checkbox.html
1
<div>
2
<div style="float: left; width:100px;"><%= label %>:</div>
3
<input type="checkbox" name="<%= name %>"/>
4
<span class="description"><%= description %></span>
5
</div>