Knowledge

HTML Templates

Oracle Portal HTML Template Examples:
HTML Page Skins
HTML Content Layouts

Below are examples of how to use Oracle Portal HTML Templates. These examples use Cascading Style Sheets (CSS) to format the HTML rather than placing style elements directly into the HTML.  This allows for better separation between content and style, although does not mean that this is the only way to implement HTML Templates. You will find that there are many different ways and approaches to using HTML Templates. These are basic examples to get you started.

What are HTML Templates?

In Oracle Portal 10.1.4, Oracle introduced a new feature called HTML Templates. These templates are simiular to UI templates, but are more flexible and allow for more control over the look and feel of a Portal web site. There are two kinds of HTML Templates: 1) HTML Page Skins, 2) HTML Content Layouts.

HTML Page Skins

Page skins define how the area surrounding the Portal content will appear on the page. This functionality is typically used to place the same objects on all pages. Consequently, page skins usually include things like a navigation bar, footer area and logo area, however, is not limited to these things.

HTML Content Layouts

Content Layouts define how Oracle Portal Items appear on a page. A Content Layout is applied to a Portal Region, meaning a single content layout affects items in a single region. If you were to create a Content Layout, for example, that says all Text Items appear in green, and apply that content layout to a particular region, Text Items created in that region would show up in green.

HTML Page Skins

 

HTML Content Layouts