
| Related Topics: | ||
For some features, you can customize the interface to meet your particular needs by editing files stored directly on the web server.
What's New page (Whatsnew.html) is installed in the website's main folder. The "Portal - What's New Modify Date" preference defines the date of the most recent modification to the page.
General Error page (GeneralError.aspx) is installed in the website's main folder.
Terms of Use agreement pages (Agreement.aspx and AdminAgreement.aspx) are installed in the website's main folder (displayed when the user visits any of the regular user pages) and in the Admin folder (displayed when the user visits any of the admin pages). To enable this feature, set the "Terms of Use Agreement Page Required" preference to True.
Description Criteria Link pages are installed in the website's "Tips" folder (e.g., C:\inetpub\wwwroot\XFRACAS\Tips). If you want to use a file stored in a different location instead, edit the relevant link on the Preferences page under URL Preferences (e.g., "Incident - Actual Criticality Tips," etc.).
Print Preview XSLT files are installed in the website's "XSLT" folder (e.g., C:\inetpub\wwwroot\XFRACAS\Tips). These configure the "Print Preview" output for an incident, failure analysis, problem, project or CSI. If you want to use a file stored in a different location instead, edit the relevant link on the Preferences page under URL Preferences (e.g., Incident - Print Preview Style Sheet," etc.).
Tip:
Starting in Version 11.1.3, if the record has an Attachments Table detail
(also called "Associated
Files"), the default XSLT templates installed with XFRACAS will
display any attached image files (e.g.,*. jpg, *.gif, *.jpeg or *.png)
as images in the print preview. If you need to change the list of file
types that are treated as images, you can modify the following code in
the template:
<xsl:when test="AttachmentType = 'Blob Data'
and ('jpg' = substring($imageName,string-length($imageName) - string-length('jpg')
+1) or 'gif' = substring($imageName,string-length($imageName) - string-length('gif')
+1) or 'jpeg' = substring($imageName,string-length($imageName) - string-length('jpeg')
+1) or 'png' = substring($imageName,string-length($imageName) - string-length('png')
+1))">
© 2006-2018. HBM Prenscia Inc. ALL RIGHTS RESERVED.