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
/
input.html
1
<div>
2
<div style="float: left; width:100px;">
3
<%= label %>:
4
</div>
5
<div>
6
<input type="input" name="<%= name %>" value="<%= initialValue %>"/>
7
<span class="description"><%= description %></span>
8
</div>
9
10
</div>