Unstructured user interface template substitution tags
You can use substitution tags in the HTML of your unstructured user interface templates. When applied to a database portlet or page, these tags take their values from settings in the wizard that was used to build the database portlet or page, and other Oracle Portal settings.
|
Substitution tag |
Value set by |
|
#BODY# |
The database portlet itself or the page's portlets. |
|
#IMAGE_PREFIX# |
The Oracle Portal images directory as specified in the plsql.conf configuration file. |
|
#USER# |
The user name of the user who is currently logged on. |
|
#USER.FULLNAME# |
The full name of the user who is currently logged on. The full name includes the user's first, middle, and last names. |
|
#VERSION# |
The version of this installation of Oracle Portal. |
|
#HELPSCRIPT# |
The javascript function used to open a window to display the Oracle Portal online help. If you include #HELPLINK# in your page template, you should also include this tag. |
|
#DIRECTION# |
The direction of character layout (left-to-right or right-to-left). This value is set based on the language. |
|
#ALIGN_LEFT# |
Align text to the left. |
|
#ALIGN_RIGHT# |
Align text to the right. |
|
#PAGE.STYLE# |
The HTML LINK element that references the page's cascading style sheet. This tag is allowed only in the document HEAD. |
|
#PAGE.STYLE.URL# |
The URL of the page's cascading style sheet. |
|
#PAGE.BASE# |
The HTML base element for the base URL of the document. This tag is allowed only in the document HEAD. |
|
#PAGE.BASE.URL# |
The base URL. |
|
#PAGE.BGIMAGE# |
The HTML source for the whole page background image. |
|
#PAGE.BGCOLOR# |
The HTML source for the whole page background color. |
|
#PAGE.SUBPAGELINKS# |
The URL for a subpage link. |
|
#PORTAL.HOME# |
The HTML image hyperlink to the portal home page. |
|
#PORTAL.HOME.URL# |
The URL of the portal home page. |
|
#PORTAL.HOME.IMAGE# |
The image used for the portal home page link. |
|
#PORTAL.HOME.LABEL# |
The text used for the portal home page link. |
|
#PORTAL.NAVIGATOR# |
The HTMLimage hyperlink to the Navigator. |
|
#PORTAL.NAVIGATOR.URL# |
The URL of the Navigator. |
|
#PORTAL.NAVIGATOR.IMAGE# |
The image used for the Navigator link. |
|
#PORTAL.NAVIGATOR.LABEL# |
The text used for the Navigator link. |
|
#PORTAL.HELP# |
The HTML image hyperlink to the Oracle Portal online help. |
|
#PORTAL.HELP.URL# |
The URL of the Oracle Portal online help. |
|
#PORTAL.HELP.IMAGE# |
The image used for the Oracle Portal online help link. |
|
#PORTAL.HELP.LABEL# |
The text used for the Oracle Portal online help link. |
|
#PORTAL.LOGOUT# |
The HTML text hyperlink to the logout URL. |
|
#PORTAL.LOGOUT.URL# |
The logout URL. |
|
#PORTAL.LOGOUT.LABEL# |
The text used for the logout link. |
|
#PORTAL.ACCOUNTINFO# |
The HTML text hyperlink to the account information dialog. |
|
#PORTAL.ACCOUNTINFO.URL# |
The URL of the account information dialog. |
|
#PORTAL.ACCOUNTINFO.LA BEL# |
The text used for the account information link. |
|
#PORTAL.COMMUNITY# |
The name of the Portal Community website. |
|
#PORTAL.COMMUNITY.URL# |
The URL of the Portal Community website. |
|
#PORTAL.COMMUNITY.IMAGE# |
The image of the Portal Community website. |
|
#PORTAL.COMMUNITY.LABEL# |
The label of the Portal Community website. |
|
#PAGE.CUSTOMIZEPAGE# |
The HTML text hyperlink to the customize page dialog. |
|
#PAGE.CUSTOMIZEPAGE.URL# |
The URL of the customize page dialog. |
|
#PAGE.CUSTOMIZEPAGE.LABEL# |
The text used for the customize page link. |
|
#PAGE.EDITPAGE# |
The HTML text to allow page editing. |
|
#PAGE.EDITPAGE.URL |
The HTML text to allow page URL editing. |
|
#PAGE.EDITPAGE.LABEL# |
The HTML text to allow page label editing. |
|
#PAGE.REFRESH# |
The HTML text hyperlink used to refresh the page. |
|
#PAGE.REFRESH.URL# |
The refresh URL. |
|
#PAGE.REFRESH.LABEL# |
The text used for the refresh link. |
What is a user interface template?