detail page
Displays detailed information about Encyclopedia volume objects. There are three detail pages:
<context root>\iportal\activePortal\errors
<context root>\iportal\activePortal\filesfolders
<context root>\iportal\activePortal\requests
error detail page
Provides a template error page that can be embedded in another page.
Name
<context root>\iportal\activePortal\errors\detail.jsp
Used by
iportal\activePortal\private\common\errors\error.jsp
file or folder detail page
Displays detailed information about the selected viewable folder or file. Users request file or folder details by choosing the magnifying glass icon to the right of files or folders listed on the Encyclopedia folder page or breadcrumb. Users can request another document or delete the current file or folder from the file or folder detail page. filedetail.jsp uses the HTML code in <context root>\iportal\activePortal\private\filesfolders\filedetailcontent.jsp to display the information. The file detail page lists information for a specified file, as shown in Figure 25‑4.
Figure 25‑4 File detail page
Name
<context root>\getfiledetails.do
<context root>\iportal\activePortal\private\filesfolders\filedetail.jsp
Parameters
Table 25‑10 lists and describes the parameters for the file or folder detail page. The file or folder detail page also uses the common URI parameters.
Table 25‑10 Parameters for file or folder detail URI 
URI parameter
Description
name
The full path name of the Encyclopedia object for which to show details, if objectID is not specified.
objectID
The Encyclopedia object’s unique identifier.
version
The Encyclopedia object’s version number. The default is the latest version.
Used by
Not applicable.
request detail page
Lists detailed request information for a specified job, as shown in Figure 25‑5.
Figure 25‑5 Request detail page
getjobdetails.jsp uses the HTML code in <context root>\iportal\activePortal\private\jobs\getjobdetailscontent.jsp to display the information.
Name
<context root>\getjobdetails.do
<context root>\iportal\activePortal\private\jobs\getjobdetails.jsp
<context root>\getrequesterjobdetails.do
Parameters
The request detail page uses the common URI parameters, as shown in Table 25‑11.
Table 25‑11 Parameters for request detail URI
URI parameter
Description
jobID
The job’s unique identifier
userName
The user that submitted the job
channelName
The channel to receive the request
Used by
iportal\activePortal\private\jobs\completedjob.jsp
iportal\activePortal\private\jobs\pendingjob.jsp
iportal\activePortal\private\jobs\runningjob.jsp
iportal\activePortal\private\jobs\scheduledjob.jsp