Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Revised table so that table in PDF output isn't clobbered.

...

  • Clean new look and feel.
  • Increased browser compatibility. The whole theme renders perfectly in today's modern browsers (Internet Explorer 7 and higher, Firefox, Safari, Chrome, ...)
  • Easier to customize.
  • Enhanced Performance

Configuration Parameters

Name Description

Property

Default Value

Example

Type

:

xmlui.theme.mirage.item-list.emphasis

metadata Example Value:

xmlui.theme.mirage.item-list.emphasis = metadata

String Informational Note:

Determines which style should be used to display item lists. Allowed values: 

  • metadata: includes item abstracts in the listing and is suited for scientific articles.
  • file: immediately shows you whether files are attached to the items, by displaying a large thumbnail icon for each of the items.
    metatdate is the default value.

Property:

xmlui.theme.enableConcatenation

false Example Value:

xmlui.theme.enableConcatenation = false

boolean Informational Note:

Allows to enable concatenation for .js and .css files. Enhances performance when enabled by lowering the number of files that needs to be sent to the client per page request (as mutiple files will be concatenated together and sent as one file).  Value can be true or false.  False by default.

Property:

xmlui.theme.enableMinification

false Example Value:

xmlui.theme.enableMinification = false

boolean Informational Note:

Allows to enable minification for .js and .css files. Enhances performance when enabled by removing unnecessary whitespaces and other characters, thus reducing the size of files to be sent.  Value can be true or false.  False by default.

Technical Features

Look & Feel

...