detail page
Displays detailed information about Repository objects. There are two detail pages:
<context root>\iportal\activePortal\errors<context root>\iportal\activePortal\filesfolderserror detail page
Provides a template error page that can be embedded in another page.
Name
<context root>\iportal\activePortal\errors\detail.jspUsed by
iportal\activePortal\private\common\errors\error.jsp
iportal\activePortal\viewer\print.jsp
iportal\activePortal\viewer\saveas.jsp
iportal\activePortal\viewer\searchframe.jsp
iportal\activePortal\viewer\viewdefault.jsp
iportal\activePortal\viewer\viewtoc.jsp
file or folder detail page
Displays detailed information about the selected viewable folder or file. Users request file details by choosing the magnifying glass icon to the right of files listed on the folder page, or folder details by choosing the magnifying glass icon to the right of the folder name in the breadcrumb. Users can request another viewable 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.
Name
<context root>\getfiledetails.do<context root>\iportal\activePortal\private\filesfolders\filedetail.jspParameters
Table 11-5 describes the parameters for the file or folder detail page. The file or folder detail page also uses the common URI parameters.
Table 11-5 File or folder detail URI parameters The full path name of the repository object for which to show details. This parameter is ignored if objectID is also specified. The repository object’s version number. The default is the latest version.Used by