Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The simple theme renders "bare bones" HTML elements. The simple theme is most often used as a starting point for other themes. (See Extending Themes for more.)

For example, the textfield tag renders the HTML <input/> tag without a label, validation, error reporting, or any other formatting or functionality.

...

The simple theme head template prints out an HTML <link/> to the CSS a javascript include required for the datepicker datetimepicker tag to render properly.

The source of the simple head.ftl template is:

...