Portal Template Uses and Benefits Portal Templates for Pages

Providing a Standard Look and Feel 12-7 At the region level, choose between selecting specific attributes for display and rendering region content with an HTML content layout template. With HTML content layouts, the HTML you create repeats for every item in a region. For example, create an HTML content layout with a two-column structure, that exposes item content in the form of a link to the item in one column and its Create Date, Description, and Author attributes in the other column. Enter the HTML for this once in the HTML content layout template. Apply the template to a region with three items. All three items display according to the template’s HTML Figure 12–4 . Figure 12–4 Region with an HTML Content Layout HTML content layouts use item-level substitution tags for label, value, and style, allowing you full control of your HTML. Additionally, with HTML content layouts you can use oracleoracle tags to introduce PLSQL elements, such as conditional statements, into your template.

12.1.2.2 HTML Page Skins

Use HTML page skins to define the appearance of the area surrounding page content. You can use HTML tables to make the page skin display content on all four sides of the page. You can add images, text, HTML formatting, JavaScript, and any other typical mark up or object type you could place on any other Web page. Note: HTML content layouts apply only to content item types, not to navigation item types. For example, the HTML content layout selected for a region will be applied to text items in the region, but not to list of objects items. 12-8 Oracle Fusion Middleware Users Guide for Oracle Portal Figure 12–5 HTML Page Skin With HTML page skins, you define where the body area of the page will be. The body area is where page content will display. You can introduce Oracle Portal elements into your page skin through the use of HTML page skin substitution tags. Use these to introduce such elements as page Edit or Personalize links, the name of the currently logged-in user, the current pages display name, and so on. For a list of HTML page skin substitution tags, including descriptions and examples, see Appendix E, Substitution Tags for HTML and Unstructured UI Templates . You can also use oracleoracle tags to introduce PLSQL elements, such as conditional statements, into your template. Create an HTML page skin using an Oracle Portal wizard. You can use a third-party HTML editor to create the template HTML, then simply cut and paste your result into the wizard’s HTML code field. For information about creating, applying, editing, or detaching an HTML page skin, see Section 12.3.1, Using HTML to Define a Page Border .

12.1.2.3 HTML Content Layouts

Use HTML content layouts to define a formatting scheme for content within a particular region. Design HTML content layouts for use with item regions, portlet regions, or both. Use HTML to create tables, font designs, colors, and any other mark up or object type you could place in any other HTML template. You can even call a cascading style sheet CSS to apply a standard format that you use in other forms of company documentation.