+

Search Tips   |   Advanced Search

Create a static page


Create a new portal page from static HTML content. First, create a *.html file, and save the file to the local computer. The static HTML file may contain references to portlets, Cascading Style Sheets, and images.

To use portal frameworks such as Live Text with the static page, include the static page as part of a dynamic portal page.

To create a page based on the HTML:

  1. Click...

  2. Click Home, or navigate to another section of the portal were to create a new page.

  3. Click New Page.

  4. Enter the page title.

  5. Click the plus sign next to Type of Page to expand that section.

  6. Click the drop-down menu and select Static Content.

  7. Click Set page layout properties.

  8. Select the type of markup used in the file that is the source for the new page:

  9. In the Static Page Layout File field, Enter the file name of the unlocalized markup file that defines the layout of the static content page.

    For example, this can be index.html.

  10. Next to the compressed or HTML File Location field, click the Browse button, or type a file path.

      File path enter the full path to the file that will be used to create the new page. This can be an archive or compressed file bundled with the localized markup files and related files, such as image files (GIF, JPG) or CSS files, or it can be a single localized markup file.
      Browse Use the file selection window to navigate to the archive or compressed file, or HTML file containing the content that will be used to create the page. In addition to the HTML file specified as the Static Page Layout File, the archive or compressed file can contain other supporting file that are referenced by the HTML, such as graphics (GIF, JPG) or a style sheet to format the HTML content (CSS).

    Compressed file that we use as static page layout files have a size limitation of one megabyte (1 MB).

  11. For the portlet window display option we can choose Included Markup, AJAX, or IFrame. For Included Markup and IFrame, the portal handles portlet window rendering, and no extra scripts are required. However, for AJAX, as a portlet developer you need to write JavaScript code to use the portlet-window-url to display the portlet window.

  12. If all the HTML markup needed to create the page is available in the HTML file, and any supporting files are in the archive or compressed file, then we can accept the default value of Included Markup for the setting Portlet window display option. If the HTML source references AJAX scripts, or includes iFrame code, then click on the drop-down menu and select AJAX or iFrame.

  13. Click OK to create the new page.


Create a page for a specific language locale

A page can be rendered from an HTML source that has content in a language other than English. Upload the language locales files as part of an archive or compressed file and refer to a default locale file.

For example, if the file path is index.html, update the archive or compressed file or HTML file location for multiplefiles.zip so that the structure of multiplefiles.zip is:

To set the correct language locale for the portal page, change the file name to reflect the locale.

For example, the letters de represent German, so the name of the HTML source file for a German page is index_de.html. When viewing the rendered page, the browser must be set to the correct locale.


Parent: Include static content pages in the portal
Related:
Related:

  • Markup guidelines
    Update a static page
    Lock and unlock static page content
    Use xmlaccess.sh to work with static pages
    Scripting for static pages