source: trunk/gli/help/en/formatstatements.htm@ 7653

Last change on this file since 7653 was 7653, checked in by kjdon, 20 years ago

added ians changes to the mirror text, regenerated the index and individual html files

  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>The Greenstone Librarian Interface - Help Pages</title>
5</head>
6<body bgcolor="#E0F0E0">
7<table width="100%" cellspacing="0" cellpadding="5" bgcolor="#B0D0B0" border="2">
8<tr>
9<td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td><td width="*" align="center"><a name="formatstatements"><font size="5" face="Verdana"><strong>6.9: Format Features</strong></font></a></td><td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td>
10</tr>
11</table>
12
13Format commands control the structure and appearance of the collection. They
14affect such things as where buttons appear when a document is shown, and what
15links are displayed by the DateList classifier. Format commands are not easy
16to develop, and you should read Chapter 2 of the Greenstone Developer's Guide.
17This section discusses the format settings, and how the Librarian Interface
18gives access to them. Under "Design Sections", click "Format Features".
19 <p></p>
20<table bgcolor="#B0D0B0" width="480" cellpadding="2" border="2" align="center">
21<tr>
22<td align="center"><font size="4" face="Verdana"><strong>
23 Contents
24 </strong></font></td>
25</tr>
26<tr>
27<td>
28<table width="100%" cellpadding="2" border="0" bgcolor="#FFFFFF">
29
30<tr>
31<td colspan="3"><a href="#simple">Simple Instructions:</a></td>
32</tr>
33
34<tr>
35<td colspan="1"> </td><td colspan="2">
36 Formatting
37 </td>
38</tr>
39
40<tr>
41<td colspan="1"> </td><td colspan="2">
42 Add format command
43 </td>
44</tr>
45
46<tr>
47<td colspan="1"> </td><td colspan="2">
48 Remove format command
49 </td>
50</tr>
51
52<tr>
53<td colspan="1"> </td><td colspan="2">
54 Update format command
55 </td>
56</tr>
57
58
59<tr>
60<td colspan="3"><a href="#advanced">Advanced Instructions:</a></td>
61</tr>
62
63<tr>
64<td colspan="1"> </td><td colspan="2">
65 Extended formatting options
66 </td>
67</tr>
68
69
70</table>
71</td>
72</tr>
73</table>
74<p></p>
75
76<p></p>
77<img width="20" src="../gatherer_small.gif" height="20"><a name="simple"> Simple Instructions:</a>
78<p style="text-align:justify"></p>
79You can apply a format command to anything in the "Choose Feature" pull-down
80list, which includes each classifier and a predefined list of features. When
81you select a feature, there are two types of control. Some features are simply
82enabled or disabled, and this is controlled by a checkbox. Others require a
83format string to be specified. For these there is a pull-down list ("Affected
84Component") for selecting which part of the feature the string applies to
85(if necessary), a text area ("HTML Format String") for entering the string,
86and a selection of predefined "Variables". To insert a variable into the
87current position in the format string, select it from the pull-down list and
88click "Insert".
89<p></p>
90You can specify a default format for a particular component by selecting the
91blank feature. This format is then applied to all applicable features unless
92otherwise specified.
93<p></p>
94To add a new format command, fill out the information as explained above and
95click "Add Format". The new format command appears in the list of "Currently
96Assigned Format Commands". Only one format command can be assigned to each
97feature/component combination.
98<p></p>
99To remove a format command, select it from the list and click "Remove Format".
100<p></p>
101To change a format command, select it from the list, modify the settings, and
102click "Replace Format".
103<p></p>
104For more information about variables and the feature components, read Chapter 2
105of the Greenstone Developer's Guide.
106 <p></p>
107<img width="20" src="../gatherer_small.gif" height="20"><a name="advanced"> Advanced Instructions:</a>
108<p style="text-align:justify"></p>
109If 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.
110 </body>
111</html>
Note: See TracBrowser for help on using the repository browser.