Customizing Actuate Information Console : Creating a custom Information Console web application : Customizing an Information Console web application : Customizing accessible files and page structure using templates : Specifying a template and template elements
 
Specifying a template and template elements
To use a template and template elements, a page uses the Jakarta Struts custom template tags, described in Table 2‑5.
Table 2‑5 Struts template tags 
Template tag
Method
template:insert
Specifies the template to use
template:put
Specifies the text or file to use for a template element such as the name, banner, side menu, or content elements
The custom template tags define the JSPs to use for the template and the custom elements that the template specifies to build the user interface. For example, the template:insert tag in the following code applies querytemplate.jsp settings to the page. The first template:put tag accesses the localized string for the title of the page. The remaining template:put tags specify that the template use banner and content elements using the files specified in each tag.
The following tables show JSPs affected by template changes. Table 2‑6 lists the Information Console templates and the pages that use them.
Table 2‑6 Templates for JSPs
Template
JSPs in iportal\activePortal\private
simpletemplate.jsp
common\errors\errorpage.jsp
customization\fileupload.jsp
newrequest\newrequest2.jsp
template.jsp
channels\channellist.jsp
channels\channelnoticelist.jsp
channels\channeloperationstatus.jsp
channels\channelsubscribe.jsp
customization\skinedit.jsp
customization\skinmanager.jsp
filesfolders\createfolder.jsp
filesfolders\deletefilestatus.jsp
filesfolders\filedetail.jsp
filesfolders\filefolderlist.jsp
filesfolders\privilege.jsp
filesfolders\search\filefolderlist.jsp
jobs\getjobdetails.jsp
jobs\joboperationstatus.jsp
jobs\selectjobs.jsp
newrequest\submitjobstatus.jsp
options\options.jsp