blob: af70cc640316c4b0c62af79fe89b99bc8a92e224 (
plain)
1
2
3
4
5
6
7
8
|
<% local data, viewlibrary = ...
require("viewfunctions")
%>
<% viewlibrary.dispatch_component("status") %>
<% viewlibrary.dispatch_component("editpap") %>
<% viewlibrary.dispatch_component("editchap") %>
|