<% local form, viewlibrary, page_info = ... %> <% require("viewfunctions") %>

<%= html.html_escape(form.label) %>

Template Details

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %> <% displayformstart(form) %> <% if page_info.action == "edittemplate" then form.value.filename.readonly = "true" end displayformitem(form.value.filename, "filename") displayformitem(form.value.label, "label") displayformitem(form.value.seq, "seq") %>

File Content

<% if form.value.filecontent.errtxt then %>

<%= string.gsub(html.html_escape(form.value.filecontent.errtxt), "\n", "
") %>

<% end %> <% if form.value.filecontent.descr then %>

<%= string.gsub(html.html_escape(form.value.filecontent.descr), "\n", "
") %>

<% end %> <% displayformend(form) %>