Ignore:
Timestamp:
2006-04-06T14:30:10+12:00 (18 years ago)
Author:
kjdon
Message:

reran the xsl for the new format, and modified xsl files. hopefully only small formatting things have changed :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/help/en/formatstatements.htm

    r11552 r11597  
    1010</tr>
    1111</table>
    12      
    13 The web pages you see when using Greenstone are not pre-stored but are generated 'on the fly' as they are needed. Format commands are used to change the appearance of these generated pages. They affect such things as where buttons appear when a document is shown, and what
    14 links are displayed by the DateList classifier.  Format commands are not easy
    15 to develop, and you should read Chapter 2 of the Greenstone Developer's Guide.
    16 This section discusses the format settings, and how the Librarian Interface
    17 gives access to them.  Under "Design Sections", click "Format Features".
    18       <p></p>
    19 You can apply a format command to anything in the "Choose Feature" pull-down
    20 list, which includes each classifier and a predefined list of features.  When
    21 you select a feature, there are two types of control.  Some features are simply
    22 enabled or disabled, and this is controlled by a checkbox.  Others require a
    23 format string to be specified.  For these there is a pull-down list ("Affected
    24 Component") for selecting which part of the feature the string applies to
    25 (if necessary), a text area ("HTML Format String") for entering the string,
    26 and a selection of predefined "Variables".  To insert a variable into the
    27 current position in the format string, select it from the pull-down list and
    28 click "Insert".
    29 <p></p>
    30 You can specify a default format for a particular component by selecting the
    31 blank feature.  This format is then applied to all applicable features unless
    32 otherwise specified.
    33 <p></p>
    34 To add a new format command, fill out the information as explained above and
    35 click "Add Format".  The new format command appears in the list of "Currently
    36 Assigned Format Commands".  Only one format command can be assigned to each
    37 feature/component combination.
    38 <p></p>
    39 To remove a format command, select it from the list and click "Remove Format".
    40 <p></p>
    41 To change a format command, select it from the list, modify the settings, and
    42 click "Replace Format".
    43 <p></p>
    44 For more information about variables and the feature components, read Chapter 2
    45 of the Greenstone Developer's Guide.
    46 <p></p>
    47 If the "Allow Extended Options" checkbox is ticked, some advanced formatting options are enabled. The list of features that can be formatted is changed slightly, and more variables are available to be used in the format command, providing greater control over the page layout.
    48     </body>
     12
     13<p>The web pages you see when using Greenstone are not pre-stored but are generated 'on the fly' as they are needed. Format commands are used to change the appearance of these generated pages. They affect such things as where buttons appear when a document is shown, and what links are displayed by the DateList classifier.  Format commands are not easy to develop, and you should read Chapter 2 of the Greenstone Developer's Guide. This section discusses the format settings, and how the Librarian Interface gives access to them.  Under "Design Sections", click "Format Features".</p>
     14<p>You can apply a format command to anything in the "Choose Feature" pull-down list, which includes each classifier and a predefined list of features.  When you select a feature, there are two types of control.  Some features are simply enabled or disabled, and this is controlled by a checkbox.  Others require a format string to be specified.  For these there is a pull-down list ("Affected Component") for selecting which part of the feature the string applies to (if necessary), a text area ("HTML Format String") for entering the string, and a selection of predefined "Variables".  To insert a variable into the current position in the format string, select it from the pull-down list and click "Insert".</p>
     15<p>You can specify a default format for a particular component by selecting the blank feature.  This format is then applied to all applicable features unless
     16otherwise specified.</p>
     17<p>To add a new format command, fill out the information as explained above and click "Add Format".  The new format command appears in the list of "Currently Assigned Format Commands".  Only one format command can be assigned to each feature/component combination.</p>
     18<p>To remove a format command, select it from the list and click "Remove Format".</p>
     19<p>To change a format command, select it from the list, modify the settings, and click "Replace Format".</p>
     20<p>For more information about variables and the feature components, read Chapter 2 of the Greenstone Developer's Guide.</p>
     21<p>If the "Allow Extended Options" checkbox is ticked, some advanced formatting options are enabled. The list of features that can be formatted is changed slightly, and more variables are available to be used in the format command, providing greater control over the page layout.</p>
     22</body>
    4923</html>
Note: See TracChangeset for help on using the changeset viewer.