fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
839e7f4c54704601f861a101a3340cd72f0ebf32
[fnpeditor.git]
/
src
/
editor
/
views
/
dialog
/
templates
/
textarea.html
1
<p>
2
<label><%= label %></label>
3
<textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
4
<span class="description"><%= description %></span>
5
</p>