fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f60f2f647ed0030fc658d5762711b8954eebea4c
[fnpeditor.git]
/
src
/
editor
/
modules
/
data
/
templates
/
input.html
1
<p>
2
<div style="float: left; width:100px;">
3
<%= label %>:
4
</div>
5
<div>
6
<input type="input" name="<%= name %>"/>
7
<span class="description"><%= description %></span>
8
</div>
9
10
</p>