%@ include file="/portal/include/include_java.jsp" %>
<% /*
Page: add_attachment.jsp
The action leading to this page goes straight here, so information is passed in
as request parameters.
taskId: Any number of task IDs.
processId: Self explanatory
reopenTaskAttachments: Set to true to have the cancel button go to the
task attachments view
canAddToProcess: Set to true if user is allowed to add attachments to the
tasks' parent processes instead of the tasks themselves
canAddToTask: self explanatory
origin: Used to set the forward for the action, the containerId in which it loads,
and the tab that the forward will switch to in the case of process details. This
is all processed in a JSTL c:choose, check it out below
*/ %>
<%=com.appiancorp.suiteapi.common.ObjectTypeMapping.TYPE_DOCUMENT%>
<%=com.appiancorp.suiteapi.common.ObjectTypeMapping.TYPE_FOLDER%>
<%=com.appiancorp.suiteapi.common.ObjectTypeMapping.TYPE_PAGE%>
<%=com.appiancorp.suiteapi.common.ObjectTypeMapping.TYPE_DISCUSSION_THREAD%>
<%=com.appiancorp.suiteapi.common.ObjectTypeMapping.TYPE_USER%>
,
,