filebrowser/templates/edit.tmpl

13 lines
195 B
Cheetah
Raw Normal View History

2015-09-13 19:14:18 +08:00
{{#HEADER#}}
{{ with .Body }}
2015-09-13 19:14:18 +08:00
<form id="editForm" method="POST" action="">
<textarea id="content">{{ .File }}</textarea>
<input type="submit" value="Send">
</form>
{{ end }}
2015-09-13 19:14:18 +08:00
{{#FOOTER#}}