source: trunk/data/helptexts.xml @ 3198

Last change on this file since 3198 was 3147, checked in by Martin Svensson, 17 years ago

References #146. Added help texts for user.preferences

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 46.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE helptexts SYSTEM "helpfile.dtd">
3<!--
4  $Id: helptexts.xml 3147 2007-02-23 07:14:15Z martin $
5  Copyright (C) Authors contributing to this file.
6
7  This file is part of BASE - BioArray Software Environment.
8  Available at http://base.thep.lu.se/
9
10  BASE is free software; you can redistribute it and/or
11  modify it under the terms of the GNU General Public License
12  as published by the Free Software Foundation; either version 2
13  of the License, or (at your option) any later version.
14
15  BASE is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  GNU General Public License for more details.
19
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 59 Temple Place - Suite 330,
23  Boston, MA  02111-1307, USA.
24-->
25<helptexts clientExternalID="net.sf.basedb.clients.web">
26  <helpitem externalID="columns.configure">
27    <name>Configure columns</name>
28    <description>&lt;h4&gt;Visible/Hidden columns&lt;/h4&gt;&#xD;
29Columns which name are placed in the listbox of visible columns will be displayed on listpage and the ones in hidden columns will not. The order between the visible columns on listpage will be the same as in the listbox.&lt;br&gt;&#xD;
30&#xD;
31&lt;p&gt;&lt;b&gt;Hide/unhide&lt;/b&gt;&lt;br&gt;&#xD;
32Select those column names, in either Visible columns or Hidden columns, that should be moved to the other listbox. Click then on one of the direction arrows between the listboxes, left to make columns visible or right to hide columns.&lt;br&gt;&#xD;
33&lt;imp&gt;Column names that are bold and marked with &lt;/imp&gt;&lt;b&gt;x&lt;/b&gt;&lt;imp&gt; can't be hidden.&lt;/p&gt;&lt;/imp&gt;&#xD;
34&#xD;
35&lt;p&gt;&lt;b&gt;Change the order&lt;/b&gt;&lt;br&gt;&#xD;
36The order between visible columns can be changed to fit different purpose.&lt;br&gt;&#xD;
37A selected column is moved with the up and down arrows, located to the left of the listbox. The column is moved one step at the time/click.&lt;/p&gt;&#xD;
38&#xD;
39&lt;h4&gt;Presets of visible columns&lt;/h4&gt;&#xD;
40Choose a preset of column configuration from the dropdown list to save clicks and time.&lt;br&gt;&#xD;
41Beside predefined presets there are also possibility for userdefined presets, where users can create their own presets.&lt;br&gt;&#xD;
42&lt;p&gt;&lt;b&gt;Predefined&lt;/b&gt;&#xD;
43&lt;ul&gt;&#xD;
44&lt;li&gt;&#xD;
45  &lt;mnu&gt;All&lt;/mnu&gt;&lt;br&gt;&#xD;
46  All columns will be visible in a specific order.&#xD;
47&lt;/li&gt;&#xD;
48&lt;li&gt;&#xD;
49  &lt;mnu&gt;Required&lt;/mnu&gt;&lt;br&gt;&#xD;
50  Only columns that can't be hidden (marked with &lt;b&gt;x&lt;/b&gt;) will be visible.&#xD;
51&lt;/li&gt;&#xD;
52&lt;li&gt;&#xD;
53  &lt;mnu&gt;Current&lt;/mnu&gt;&lt;/td&gt;&lt;br&gt;&#xD;
54  The last saved column setup.&#xD;
55&lt;/li&gt;&#xD;
56&lt;li&gt;&#xD;
57  &lt;mnu&gt;Default&lt;/mnu&gt;&lt;br&gt;&#xD;
58  Columns that are most typical for the list will be visible.&#xD;
59&lt;/li&gt;&#xD;
60&lt;/ul&gt;&lt;/p&gt;&#xD;
61&#xD;
62&lt;p&gt;&#xD;
63&lt;b&gt;Userdefined&lt;/b&gt;&lt;br&gt;&#xD;
64New presets for different purpose can be created/saved in following way. Click on the &lt;btn&gt;Save&amp;nbsp;as...&lt;/btn&gt; button, a popup window will appear.&lt;br&gt; Give the new preset a proper &lt;req&gt;name&lt;/req&gt; and press then &lt;btn&gt;Ok&lt;/btn&gt;(&lt;btn&gt;Cancel&lt;/btn&gt; to abort).&lt;br&gt;&#xD;
65Userdefined presets can be manged from &lt;mnu&gt;Manage...&lt;/mnu&gt; in the -view/presets- dropdown list on the listpage.&#xD;
66&lt;/p&gt;</description>
67  </helpitem>
68  <helpitem externalID="group.edit">
69    <name>Edit group</name>
70    <description>&lt;p&gt;&#xD;
71Groups are used for organizing users into units. Usually this maps into real-world groups. Groups are used in the access control mechanism to control access to individual, existing items.&#xD;
72&lt;/p&gt;&#xD;
73&#xD;
74&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
75&lt;ul&gt;&#xD;
76  &lt;li&gt;&#xD;
77  &lt;req&gt;Name&lt;/req&gt;&lt;br&gt;&#xD;
78  A name to identify the group with. The name doesn't have to be unique for each group.&#xD;
79  &lt;/li&gt;&#xD;
80&#xD;
81  &lt;li&gt;&#xD;
82  &lt;ui&gt;Description&lt;/ui&gt;&lt;br&gt;&#xD;
83  A description about the group can be written in this textarea.&lt;br&gt;&#xD;
84 Click on the magnifying glass to edit the text in a larger window/textarea.&#xD;
85  &lt;/li&gt;&#xD;
86&#xD;
87  &lt;li&gt;&#xD;
88  &lt;mnu&gt;Quota&lt;/mnu&gt;&lt;br&gt;&#xD;
89  With this property it's possible to limit the quota of total disk space for the group members. Select &lt;mnu&gt;-none-&lt;/mnu&gt; from the dropdown list if the group shouldn't be a quota group.&lt;br&gt;&#xD;
90There are some presets of quotas that comes with the BASE2 installation, besides a couple with different size of total disk space there are one with &lt;mnu&gt;No quota&lt;/mnu&gt; and one with &lt;mnu&gt;Unlimited quota&lt;/mnu&gt;. The names speak for them self.&#xD;
91  &lt;/li&gt;  &#xD;
92&#xD;
93&lt;/ul&gt;&#xD;
94Press &lt;btn&gt;Save&lt;/btn&gt; to save the settings or &lt;btn&gt;Cancel&lt;/btn&gt; to abort and discard the changes.&lt;br&gt;&#xD;
95&lt;h4&gt;See also&lt;/h4&gt;&#xD;
96&lt;ul&gt;&#xD;
97  &lt;li&gt;&#xD;
98    {@link group.edit.membership Edit&amp;nbsp;group&amp;nbsp;members}&#xD;
99  &lt;/li&gt;&#xD;
100&#xD;
101  &lt;li&gt;&#xD;
102  Quota&#xD;
103  &lt;/li&gt;&#xD;
104&lt;/ul&gt;</description>
105  </helpitem>
106  <helpitem externalID="group.edit.membership">
107    <name>Edit group members</name>
108    <description>&lt;p&gt;&#xD;
109The members in a group can be both users and other groups. Group members have access to those items that are shared to the group. Each user in the group can choose to share their own items to one or more of the other members or to the whole group.&#xD;
110&lt;/p&gt;&#xD;
111&#xD;
112&lt;h4&gt;Members&lt;/h4&gt;&#xD;
113The members of a group are displayed in the members listbox.&lt;br&gt;&#xD;
114Press &lt;btn&gt;Save&lt;/btn&gt; to save the settings or &lt;btn&gt;Cancel&lt;/btn&gt; to abort and discard the changes.&lt;br&gt;&#xD;
115&#xD;
116&lt;br&gt;&lt;b&gt;Add users/groups&lt;/b&gt;&lt;br&gt;&#xD;
117Click on either &lt;btn&gt;Add&amp;nbsp;users...&lt;/btn&gt; - to add users or &lt;btn&gt;Add&amp;nbsp;groups...&lt;/btn&gt; - to add whole groups to the member list. This will open a popup window where the new members can be selected.&lt;br&gt;&#xD;
118&#xD;
119&lt;br&gt;&lt;b&gt;Remove members&lt;/b&gt;&lt;br&gt;&#xD;
120Removing a member from a group are done by first selecting one or more member in the list and then press &lt;btn&gt;Remove&lt;/btn&gt;.&lt;br&gt;&#xD;
121&#xD;
122&lt;h4&gt;See also&lt;/h4&gt;&#xD;
123&lt;ul&gt;&#xD;
124&lt;li&gt;{@link group.edit Edit group}&lt;/li&gt;&#xD;
125&lt;/ul&gt;</description>
126  </helpitem>
127  <helpitem externalID="help.edit">
128    <name>Edit help texts</name>
129    <description>&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
130&lt;ul&gt;&#xD;
131&lt;li&gt;&#xD;
132  &lt;req&gt;Title&lt;/req&gt;&lt;br&gt;&#xD;
133  The helptext's title. It should be a relevant name/title that gives a hint what the text is about. &lt;imp&gt;Maximum length of the text is 255 characters&lt;/imp&gt;. The title will be displayed at the top of the popup-window that the text is viewed in.&#xD;
134&lt;/li&gt;&#xD;
135&lt;li&gt;&#xD;
136  &lt;req&gt;External ID&lt;/req&gt;&lt;br&gt;&#xD;
137  The id is used by the webclient to identify the help text. &lt;imp&gt;It should consist of few explaining words separated with '.'&lt;/imp&gt;. Many helptexts' external IDs are already specified in the webclient, it's therefore recommended visit the part of the webclient where the help text should be placed and look for already existing IDs/help links.&#xD;
138&lt;/li&gt;&#xD;
139&lt;li&gt;&#xD;
140  &lt;ui&gt;Help text&lt;/ui&gt;&lt;br&gt;&#xD;
141  The whole helptext should be written in this textarea. Click on the magnifying glass to get a larger typing window. The editing is in plain text, but the help text itself will be HTML-decoded before displayed and it's therefore recommended to use basic HTML-tags to make the text more readable. There are some tools, explained later in this text, that can be used to simplify the editing process.&#xD;
142&lt;/li&gt;&#xD;
143&lt;/ul&gt;&#xD;
144Save the helptext item by pressing the &lt;btn&gt;Save&lt;/btn&gt; - button or press &lt;btn&gt;Cancel&lt;/btn&gt; to discard the changes.&#xD;
145&#xD;
146&lt;h4&gt;Tools&lt;/h4&gt;&#xD;
147The toolbar for text editing contains following buttons that are listed in the table below. &#xD;
148Mark the text that shall be between the start- and end tag and click on the toolbutton for the wanted function.&#xD;
149&lt;table width=100% border="1" cellpadding="2" style="border-collapse:collapse;"&gt;&#xD;
150  &lt;tr&gt;&#xD;
151    &lt;th width="50" colspan="2"&gt;Edit tools&lt;/th&gt;&#xD;
152    &lt;th&gt;Starttag&lt;/th&gt;&#xD;
153    &lt;th&gt;Endtag&lt;/th&gt;&#xD;
154    &lt;th&gt;Description&lt;/th&gt;&#xD;
155  &lt;/tr&gt; &#xD;
156  &#xD;
157  &lt;tr&gt;&#xD;
158    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_bold.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
159    &lt;td&gt;-&lt;/td&gt;&#xD;
160    &lt;td&gt;&lt;ui&gt;&amp;lt;b&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
161    &lt;td&gt;&lt;ui&gt;&amp;lt;/b&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
162    &lt;td&gt;Bold text&lt;/td&gt;&#xD;
163  &lt;/tr&gt;&#xD;
164&#xD;
165  &lt;tr&gt;&#xD;
166    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_italic.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
167    &lt;td&gt;-&lt;/td&gt;&#xD;
168    &lt;td&gt;&lt;ui&gt;&amp;lt;i&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
169    &lt;td&gt;&lt;ui&gt;&amp;lt;/i&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
170    &lt;td&gt;Italic text&lt;/td&gt;&#xD;
171  &lt;/tr&gt;&#xD;
172&#xD;
173  &lt;tr&gt;&#xD;
174    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_underline.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
175    &lt;td&gt;-&lt;/td&gt;&#xD;
176    &lt;td&gt;&lt;ui&gt;&amp;lt;u&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
177    &lt;td&gt;&lt;ui&gt;&amp;lt;/u&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
178    &lt;td&gt;Underlined text&lt;/td&gt;&#xD;
179  &lt;/tr&gt;&#xD;
180&#xD;
181  &lt;tr&gt;&#xD;
182    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_h3.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
183    &lt;td&gt;-&lt;/td&gt;&#xD;
184    &lt;td&gt;&lt;ui&gt;&amp;lt;h3&amp;gt;&lt;/ui&gt;&lt;/td&gt;    &#xD;
185    &lt;td&gt;&lt;ui&gt;&amp;lt;/h3&amp;gt;&lt;/ui&gt;&lt;/td&gt;    &#xD;
186    &lt;td&gt;Large header, e.g. new chapter.&lt;/td&gt;&#xD;
187  &lt;/tr&gt;&#xD;
188&#xD;
189  &lt;tr&gt;&#xD;
190    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_h4.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
191    &lt;td&gt;-&lt;/td&gt;&#xD;
192    &lt;td&gt;&lt;ui&gt;&amp;lt;h4&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
193    &lt;td&gt;&lt;ui&gt;&amp;lt;/h4&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
194    &lt;td&gt;Small header, e.g. new part&lt;/td&gt;&#xD;
195  &lt;/tr&gt;&#xD;
196&#xD;
197  &lt;tr&gt;&#xD;
198    &lt;td rowspan="5"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_style_edit.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
199    &lt;td&gt;&lt;mnu&gt;Important&lt;/mnu&gt;&lt;/td&gt;&#xD;
200    &lt;td&gt;&lt;ui&gt;&amp;lt;imp&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
201    &lt;td&gt;&lt;ui&gt;&amp;lt;/imp&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
202    &lt;td&gt;Marks the text as important. This should be used when the reader should take extra notice.&lt;/td&gt;&#xD;
203  &lt;/tr&gt;&#xD;
204  &lt;tr&gt;&#xD;
205    &lt;td&gt;&lt;mnu&gt;User input&lt;/mnu&gt;&lt;/td&gt;&#xD;
206    &lt;td&gt;&lt;ui&gt;&amp;lt;ui&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
207    &lt;td&gt;&lt;ui&gt;&amp;lt;/ui&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
208    &lt;td&gt;Marks a text to symblize input from user, e.g. textfields&lt;/td&gt;    &#xD;
209  &lt;/tr&gt;&#xD;
210  &lt;tr&gt;&#xD;
211    &lt;td&gt;&lt;mnu&gt;Required&lt;/mnu&gt;&lt;/td&gt;&#xD;
212    &lt;td&gt;&lt;ui&gt;&amp;lt;req&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
213    &lt;td&gt;&lt;ui&gt;&amp;lt;/req&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
214    &lt;td&gt;Marks the text to symlize required input from user.&lt;/td&gt;&#xD;
215  &lt;/tr&gt;&#xD;
216  &lt;tr&gt;&#xD;
217    &lt;td&gt;&lt;mnu&gt;Button text&lt;/mnu&gt;&lt;/td&gt;&#xD;
218    &lt;td&gt;&lt;ui&gt;&amp;lt;btn&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
219    &lt;td&gt;&lt;ui&gt;&amp;lt;/btn&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
220    &lt;td&gt;Text that symbolize a button. This will put a border around the text give it a grey background.&lt;/td&gt;&#xD;
221  &lt;/tr&gt;&#xD;
222  &lt;tr&gt;&#xD;
223    &lt;td&gt;&lt;mnu&gt;Menu text&lt;/mnu&gt;&lt;/td&gt;&#xD;
224    &lt;td&gt;&lt;ui&gt;&amp;lt;mnu&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
225    &lt;td&gt;&lt;ui&gt;&amp;lt;/mnu&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
226    &lt;td&gt;Marks text to symbolize a menu. The text's background will be light grey.&lt;/td&gt;&#xD;
227  &lt;/tr&gt;&#xD;
228&#xD;
229  &lt;tr&gt;&#xD;
230    &lt;td rowspan="3"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_table.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
231    &lt;td&gt;&lt;mnu&gt;Table&lt;/mnu&gt;&lt;/td&gt;&#xD;
232    &lt;td&gt;&lt;ui&gt;&amp;lt;table frame="borders"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
233    &lt;td&gt;&lt;ui&gt;&amp;lt;/table&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
234    &lt;td&gt;Inserts an empty table with a small border around.&lt;/td&gt;&#xD;
235  &lt;/tr&gt;&#xD;
236  &lt;tr&gt;&#xD;
237    &lt;td&gt;&lt;mnu&gt;Row&lt;/mnu&gt;&lt;/td&gt;&#xD;
238    &lt;td&gt;&lt;ui&gt;&amp;lt;tr&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
239    &lt;td&gt;&lt;ui&gt;&amp;lt;/tr&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
240    &lt;td&gt;Inserts a table row. &lt;imp&gt;Need to be inside a table-tag.&lt;/imp&gt;&lt;/td&gt;&#xD;
241  &lt;/tr&gt;&#xD;
242  &lt;tr&gt;&#xD;
243    &lt;td&gt;&lt;mnu&gt;Cell&lt;/mnu&gt;&lt;/td&gt;&#xD;
244    &lt;td&gt;&lt;ui&gt;&amp;lt;td&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
245    &lt;td&gt;&lt;ui&gt;&amp;lt;/td&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
246    &lt;td&gt;Inserts a table cell. &lt;imp&gt;Need to be inside a table row-tag.&lt;/imp&gt;&lt;/td&gt;&#xD;
247  &lt;/tr&gt;&#xD;
248&#xD;
249  &lt;tr&gt;&#xD;
250    &lt;td rowspan="2"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_list.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
251    &lt;td&gt;&lt;mnu&gt;Orderded list&lt;/mnu&gt;&lt;/td&gt;&#xD;
252    &lt;td&gt;&lt;ui&gt;&amp;lt;ol&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
253    &lt;td&gt;&lt;ui&gt;&amp;lt;/ol&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
254    &lt;td&gt;An ordered list of items. Each list item has to begin with &amp;lt;li&amp;gt; and end with &amp;lt;/li&amp;gt;.&lt;/td&gt;&#xD;
255  &lt;/tr&gt;&#xD;
256  &lt;tr&gt;&#xD;
257    &lt;td&gt;&lt;mnu&gt;Unorderded list&lt;/mnu&gt;&lt;/td&gt;&#xD;
258    &lt;td&gt;&lt;ui&gt;&amp;lt;ul&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
259    &lt;td&gt;&lt;ui&gt;&amp;lt;/ul&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
260    &lt;td&gt;An unordered list where each list item has to begin with &amp;lt;li&amp;gt; and end with &amp;lt;/li&amp;gt;.&lt;/td&gt;&#xD;
261  &lt;/tr&gt;&#xD;
262&#xD;
263  &lt;tr&gt;&#xD;
264    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_newline.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
265    &lt;td&gt;-&lt;/td&gt;&#xD;
266    &lt;td&gt;&lt;ui&gt;&amp;lt;br&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
267    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
268    &lt;td&gt;Inserts a new line. No end tag is needed&lt;/td&gt;&#xD;
269  &lt;/tr&gt;&#xD;
270&#xD;
271  &lt;tr&gt;&#xD;
272    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_paragraph.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
273    &lt;td&gt;-&lt;/td&gt;&#xD;
274    &lt;td&gt;&lt;ui&gt;&amp;lt;p&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
275    &lt;td&gt;&lt;ui&gt;&amp;lt;/p&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
276    &lt;td&gt;Inserts a paragraph in the document.&lt;/td&gt;&#xD;
277  &lt;/tr&gt;&#xD;
278&#xD;
279  &lt;tr&gt;&#xD;
280    &lt;td rowspan="4"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_link.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
281    &lt;td&gt;&lt;mnu&gt;Insert helptext&lt;/mnu&gt;&lt;/td&gt;&#xD;
282    &lt;td&gt;&lt;ui&gt;&amp;#123@include external.id&amp;#125&lt;/ui&gt;&lt;/td&gt;&#xD;
283    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
284    &lt;td&gt;Inserts the helptext which has the external id that is put inside the curly braces. The 'tag' will be displayed if no help text with the specified id can be found.&lt;/td&gt;&#xD;
285  &lt;/tr&gt;&#xD;
286  &lt;tr&gt;&#xD;
287    &lt;td&gt;&lt;mnu&gt;External link&lt;/mnu&gt;&lt;/td&gt;&#xD;
288    &lt;td&gt;&lt;ui&gt;&amp;#123@link external.id linkname&amp;#125&lt;/ui&gt;&lt;/td&gt;&#xD;
289    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
290    &lt;td&gt;Inserts a link to the helptext which has the external id. This has three parts all separated with a blank space between. Beside the '@link' and the helptext's external id it is the linkname - the name to be displayed in the text.&lt;/td&gt;&#xD;
291  &lt;/tr&gt;&#xD;
292  &lt;tr&gt;&#xD;
293    &lt;td&gt;&lt;mnu&gt;Internal link&lt;/mnu&gt;&lt;/td&gt;&#xD;
294    &lt;td&gt;&lt;ui&gt;&amp;lt;a&amp;nbsp;href="#bm_name"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
295    &lt;td&gt;&lt;ui&gt;&amp;lt;/a&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
296    &lt;td&gt;Links to a bookmark within the text. A bookmark is inserted with the bookmark-tag below. There has to be a word/text between the start- and end tag for this to work.&lt;/td&gt;&#xD;
297  &lt;/tr&gt;&#xD;
298  &lt;tr&gt;&#xD;
299    &lt;td&gt;&lt;mnu&gt;Bookmark&lt;/mnu&gt;&lt;/td&gt;&#xD;
300    &lt;td&gt;&lt;ui&gt;&amp;lt;a&amp;nbsp;name="bm_name"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
301    &lt;td&gt;&lt;ui&gt;&amp;lt;/a&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
302    &lt;td&gt;Inserts a bookmark in the text. Use the bookmark's name as reference in a internal link.&lt;/td&gt;&#xD;
303  &lt;/tr&gt;&#xD;
304&lt;/table&gt;</description>
305  </helpitem>
306  <helpitem externalID="list.filter">
307    <name>Filter</name>
308    <description>By using the filters it's possible to limit what the item lists should contain, locate specific list items, perform data filtration and more. Details may vary slightly from page to page but the general usage operations are well conserved.&#xD;
309&lt;br&gt;&#xD;
310&lt;h4&gt;Clear filter&lt;/h4&gt;&#xD;
311The filter can be cleared any time by clicking on &lt;mnu&gt;Clear filter&lt;/mnu&gt; in the &lt;mnu&gt;view/preset&lt;/mnu&gt; dropdown list.&lt;br&gt;&#xD;
312&lt;h4&gt;Input Formats&lt;/h4&gt;&#xD;
313The format that the filter value should be in depends on what kind of column that should be filtered.&lt;br&gt;&#xD;
314Simple textfields such as names, descriptions, titles etc. take any textstring as an input. The filter is &lt;imp&gt;incasesensitive&lt;/imp&gt; and the value can contain wildcards for textstrings to expand the conditions(see &lt;a href="#wildcards"&gt;Wildcards&lt;/a&gt; below).&lt;br&gt;&lt;br&gt;&#xD;
315The filter value for date fields shall be in the format that is specified in &lt;mnu&gt;File&lt;/mnu&gt; - &lt;mnu&gt;Preferences...&lt;/mnu&gt;. &lt;br&gt;&#xD;
316The columns with a dropdown list as a filter field can only be filtered with one of the values availble in the list.&lt;br&gt;&#xD;
317Boolean fields have three options that they can be filtered on: true, false and any(both true and false).&lt;br&gt;&#xD;
318The columns in number format can be filtered with any float number with '.' as a decimalpoint. The filter value can contain &lt;a href="#wildcards"&gt;wildcards&lt;/a&gt; for numbers to expand the conditions.&lt;br&gt;&#xD;
319&lt;h4&gt;Operators&lt;/h4&gt;&#xD;
320Can be used to define different limits for a column to be filtered on. These operators shall be typed first in the filter field, before the value to filter the column on. &#xD;
321&lt;table width=100% border="1" cellpadding="2" style="border-collapse:collapse;"&gt;&#xD;
322&lt;tr&gt;&#xD;
323  &lt;th&gt;Operator&lt;/th&gt;&#xD;
324  &lt;th&gt;Name&lt;/th&gt;&#xD;
325  &lt;th&gt;Description/result&lt;/th&gt;&#xD;
326&lt;/tr&gt;&#xD;
327&lt;tr&gt;&#xD;
328  &lt;td&gt;=&lt;/td&gt;&#xD;
329  &lt;td&gt;Equals to&lt;/td&gt;&#xD;
330  &lt;td&gt;Values that are equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
331&lt;/tr&gt;&#xD;
332&lt;tr&gt;&#xD;
333  &lt;td&gt;&lt;&gt;&lt;/td&gt;&#xD;
334  &lt;td&gt;Not equal to&lt;/td&gt;&#xD;
335  &lt;td&gt;Values that not are equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
336&lt;/tr&gt;&#xD;
337&lt;tr&gt;&#xD;
338  &lt;td&gt;&lt;&lt;/td&gt;&#xD;
339  &lt;td&gt;Less then&lt;/td&gt;&#xD;
340  &lt;td&gt;Values that are less then the filter value are displayed in the list.&lt;/td&gt;&#xD;
341&lt;/tr&gt;&#xD;
342&lt;tr&gt;&#xD;
343  &lt;td&gt;&lt;=&lt;/td&gt;&#xD;
344  &lt;td&gt;Less then or equal&lt;/td&gt;&#xD;
345  &lt;td&gt;Values that are less then or equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
346&lt;/tr&gt;&#xD;
347&lt;tr&gt;&#xD;
348  &lt;td&gt;&gt;&lt;/td&gt;&#xD;
349  &lt;td&gt;Greater then&lt;/td&gt;&#xD;
350  &lt;td&gt;Values that are greater then the filter value are displayed in the list.&lt;/td&gt;&#xD;
351&lt;/tr&gt;&#xD;
352&lt;tr&gt;&#xD;
353  &lt;td&gt;&gt;=&lt;/td&gt;&#xD;
354  &lt;td&gt;Greater then or equal&lt;/td&gt;&#xD;
355  &lt;td&gt;Values that are greater then or equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
356&lt;/tr&gt;&#xD;
357&lt;/table&gt;&#xD;
358&#xD;
359&lt;h4&gt;Sort order&lt;/h4&gt;&#xD;
360Click on the column header on which the list items should be sorted after. Repeat the action to invert the order.&lt;br&gt;&#xD;
361&lt;h4&gt;Wildcards&lt;/h4&gt;&lt;a name="wildcards"&gt;&lt;/a&gt;&#xD;
362It is possible to use the wildcard '%' to allow any character(s) in a value(e.g.  bas% will give all values that start with 'bas' indepedently what characters that follows. The wildcard can be used in more then one place in a textstring at the same time.&#xD;
363&lt;br&gt;&#xD;
364&lt;h4&gt;Presets&lt;/h4&gt;&#xD;
365It's possible to save a filter settings as a preset. This is very usefull if a filter will be used more then once and especially when there are more then one column that are included in the filter too. A filter is saved as a preset by clicking on &lt;mnu&gt;Save as&lt;/mnu&gt; in the &lt;mnu&gt;view/preset&lt;/mnu&gt; dropdown list. The filter can then be used by choosing the preset's name from the same dropdown list as above. If a preset not is usefull anymore or it should be deleted for some other reason, this can be done by &lt;mnu&gt;Manage&lt;/mnu&gt; also located in the dropdown list.</description>
366  </helpitem>
367  <helpitem externalID="news.edit">
368    <name>Edit news</name>
369    <description>&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
370&lt;ul&gt;&#xD;
371&lt;li&gt;&lt;req&gt;Title&lt;/req&gt;&lt;br&gt;  &#xD;
372  A word or few words that gives a good hint about what the news are about. &lt;imp&gt;Can't be larger then 255 characters(including space).&lt;/imp&gt;&#xD;
373&lt;/li&gt;&#xD;
374&lt;hr&gt;&#xD;
375The date properties below can either be typed by hand or set by pressing the &lt;btn&gt;Calender&lt;/btn&gt; button and pick a date from the popup window.&lt;br&gt;&#xD;
376Use the date format that is specified in &lt;mnu&gt;File&lt;/mnu&gt; - &lt;mnu&gt;Preferences...&lt;/mnu&gt;&lt;br&gt;&lt;br&gt;&#xD;
377&lt;li&gt;&#xD;
378  &lt;req&gt;Start date&lt;/req&gt;&lt;br&gt;  &#xD;
379The date from which the news should start to be displayed on other users login and main pages.Must be &lt;imp&gt;before or equal the &lt;i&gt;News date&lt;/i&gt; and the &lt;i&gt;End date&lt;/i&gt;&lt;/imp&gt;.&#xD;
380&lt;/li&gt;&#xD;
381&lt;li&gt;&#xD;
382  &lt;req&gt;News date&lt;/req&gt;&lt;br&gt;  &#xD;
383  The date when the news really took place. It has to be &lt;imp&gt;after or equal the &lt;i&gt;Start date&lt;/i&gt; and before the &lt;i&gt;End date&lt;/i&gt;&lt;/imp&gt;. &#xD;
384&lt;/li&gt;&#xD;
385&lt;li&gt;&#xD;
386  &lt;ui&gt;End date&lt;/ui&gt;&lt;br&gt;  &#xD;
387  The last date when the news should viewed at the users' login and main page. The news will always be displayed if this field is left empty.&#xD;
388&lt;/li&gt;&#xD;
389&lt;hr&gt;&#xD;
390&lt;li&gt;&#xD;
391  &lt;ui&gt;Description&lt;/ui&gt;&lt;br&gt;&#xD;
392  Put the full news text here. Click on the magnifying glass to the right of the textbox if it's preferable to edit in larger window. It's possible to use basic HTML-tags in the text to make it more readable.&#xD;
393&lt;/li&gt;&#xD;
394&lt;/ul&gt;&#xD;
395Click on &lt;btn&gt;Save&lt;/btn&gt; button to save the news or &lt;btn&gt;Cancel&lt;/btn&gt; to abort and discard the changes.</description>
396  </helpitem>
397  <helpitem externalID="role.edit">
398    <name>Edit role</name>
399    <description>&lt;p&gt;&#xD;
400Roles are used in the access control mechanism to control access to all items of a specific type and other operations not involving any particular items.&lt;br&gt;&#xD;
401Roles are used for organizing users by function and responsibility.&#xD;
402&lt;/p&gt;&#xD;
403&#xD;
404&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
405&lt;ul&gt;&#xD;
406&lt;li&gt;&#xD;
407&lt;req&gt;Name&lt;/req&gt;&lt;br&gt;&#xD;
408A name to call the role by, doesn't need to be unique for each role.&#xD;
409&lt;/li&gt;&#xD;
410&#xD;
411&lt;li&gt;&#xD;
412&lt;ui&gt;Share to Everyone&lt;/ui&gt;&lt;br&gt;&#xD;
413This checkbox should be ticked if this role should be visible to everyone.&#xD;
414&lt;/li&gt;&#xD;
415&#xD;
416&lt;li&gt;&#xD;
417&lt;ui&gt;Act as another user&lt;/ui&gt;&lt;br&gt;&#xD;
418Tick this checkbox if the role shall have the possibility to act as another user in BASE. This will let the role access items and work in BASE like it was complete different user.&lt;br&gt;&#xD;
419The role can only impersonate the users it has permissions to use.&#xD;
420&lt;/li&gt;&#xD;
421&#xD;
422&lt;li&gt;&#xD;
423&lt;ui&gt;Description&lt;/ui&gt;&lt;br&gt;&#xD;
424A description about the role can be put in this textarea. It's appropriate to describe what the role should be used for.&lt;br&gt;&#xD;
425Use the magnifying glass to get a larger textarea to edit in.&#xD;
426&lt;/li&gt;&#xD;
427&lt;/ul&gt;&#xD;
428&#xD;
429&lt;h4&gt;See also&lt;/h4&gt;&#xD;
430&lt;ul&gt;&#xD;
431&lt;li&gt;{@link role.edit.permissions Edit role permission}&lt;/li&gt;&#xD;
432&lt;li&gt;{@link role.edit.members Edit role members}&lt;/li&gt;&#xD;
433&lt;/ul&gt;</description>
434  </helpitem>
435  <helpitem externalID="user.edit">
436    <name>Edit user account</name>
437    <description>&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
438This is one of three tabs where the information about an user account can be edit. The other two are Contact information and Membership.&#xD;
439&lt;ul&gt;&#xD;
440&lt;li&gt;&#xD;
441&lt;req&gt;Name&lt;/req&gt;&lt;br&gt;&#xD;
442The full name of the user that is associated with this account.&#xD;
443&lt;/li&gt;&#xD;
444&#xD;
445&lt;li&gt;&#xD;
446&lt;req&gt;Login&lt;/req&gt;&lt;br&gt;&#xD;
447The login name to use together with a password for login/access and identification in BASE.&lt;br&gt;&#xD;
448&lt;imp&gt;The login must be unique for each user.&lt;/imp&gt;&#xD;
449&lt;/li&gt;&#xD;
450&#xD;
451&lt;li&gt;&#xD;
452&lt;ui&gt;External&amp;nbsp;ID&lt;/ui&gt;&lt;br&gt;&#xD;
453This field can be used if the users has external ids to be identified with. &lt;imp&gt;An external id must be unique for each user.&lt;/imp&gt;&#xD;
454&lt;/li&gt;&#xD;
455&#xD;
456&lt;li&gt;&#xD;
457&lt;req&gt;New&amp;nbsp;password&lt;/req&gt;&lt;br&gt;&#xD;
458Password to use together with the login. Mix at least 6 upper- and lower-case letters together with numbers for a secure password.&lt;br&gt;&#xD;
459It's only necessary to fill in this field for new user accounts.&lt;br&gt;&#xD;
460&lt;imp&gt;Not filling in a password for an already existing account will leave the password unchanged.&lt;/imp&gt;&#xD;
461&lt;/li&gt;&#xD;
462&#xD;
463&lt;li&gt;&#xD;
464&lt;ui&gt;Retype&amp;nbsp;password&lt;/ui&gt;&lt;br&gt;&#xD;
465Retype the new password in this field to be sure it's saved right.&#xD;
466&lt;/li&gt;&#xD;
467&#xD;
468&lt;li&gt;&#xD;
469&lt;req&gt;Quota&lt;/req&gt;&lt;br&gt;&#xD;
470This sets how large diskspace the user account should be able to use on the BASE-server. Select one option from the drop down-list of qoutas to let the user be able to upload files and save analysis.&#xD;
471&lt;/li&gt;&#xD;
472&#xD;
473&lt;li&gt;&#xD;
474&lt;mnu&gt;Quota&amp;nbsp;group&lt;/mnu&gt;&lt;br&gt;&#xD;
475A quota group has a limit of total quota in the group. Select a group from the drop down-list quota groups if the account should be apart of such group.&lt;br&gt;&#xD;
476See the help text about {@link group.edit edit&amp;nbsp;groups} for more information about quota groups.&#xD;
477&lt;/li&gt;&#xD;
478&#xD;
479&lt;li&gt;&#xD;
480&lt;mnu&gt;Home&amp;nbsp;directory&lt;/mnu&gt;&lt;br&gt;&#xD;
481This is where the files for this account should be put by default. &lt;mnu&gt;-Create new-&lt;/mnu&gt; or &lt;mnu&gt;-create new from template-&lt;/mnu&gt; will create a new file directory for the account. The second option will also create some default sub directories. Instead of creating a new directory it's possible to choose from already existing home directories of other users or not to have a home directory at all, &lt;mnu&gt;-none-&lt;/mnu&gt;.&#xD;
482&lt;/li&gt;&#xD;
483&#xD;
484&lt;li&gt;&#xD;
485&lt;ui&gt;Expiration&amp;nbsp;date&lt;/ui&gt;&lt;br&gt;&#xD;
486After the epiration date of an account it is not longer possible to login/use it. Fill in this field if the account should be valid until a certain date.&lt;br&gt;&#xD;
487Write the date in the format that is specified under &lt;mnu&gt;File&lt;/mnu&gt;-&lt;mnu&gt;Preferences...&lt;/mnu&gt;. Use the &lt;btn&gt;Calender&lt;/btn&gt; button to pick a date with the mouse.&#xD;
488&lt;/li&gt;&#xD;
489&#xD;
490&lt;li&gt;&#xD;
491&lt;ui&gt;Multi-user&amp;nbsp;account&lt;/ui&gt;&lt;br&gt;&#xD;
492This checkbox should be checked if there are more then one user to an account. This will make it impossible for a user to change personal preferences such as password, contact information or description.&#xD;
493&lt;/li&gt;&#xD;
494&#xD;
495&lt;li&gt;&#xD;
496&lt;ui&gt;Disabled&lt;/ui&gt;&lt;br&gt;&#xD;
497Tick this checkbox to disable the account. If an account is disabled it's not possible to login on that account.&#xD;
498&lt;/li&gt;&#xD;
499&#xD;
500&lt;/ul&gt;&#xD;
501&#xD;
502&lt;h4&gt;See also&lt;/h4&gt;&#xD;
503&lt;ul&gt;&#xD;
504&lt;li&gt;{@link user.edit.contact Contact&amp;nbsp;information}&lt;/li&gt;&#xD;
505&lt;li&gt;{@link user.edit.membership Membership}&lt;/li&gt;&#xD;
506&lt;/ul&gt;</description>
507  </helpitem>
508  <helpitem externalID="user.edit.contact">
509    <name>Edit user's contact information</name>
510    <description>This tab holds information about how to contact the user. No properties on this tab are required to be able to save the user information.&#xD;
511&#xD;
512&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
513&lt;ul&gt;&#xD;
514&#xD;
515&lt;li&gt;&#xD;
516&lt;ui&gt;Email&lt;/ui&gt;&lt;br&gt;&#xD;
517The email is validated before it's saved and need to have at least one letter before '@' and at least one sub domain and top domain after to pass.&#xD;
518&lt;/li&gt;&#xD;
519&#xD;
520&lt;li&gt;&#xD;
521&lt;ui&gt;Organisation&lt;/ui&gt;&lt;br&gt;&#xD;
522Organisation/company that the user belongs to.&#xD;
523&lt;/li&gt;&#xD;
524&#xD;
525&lt;li&gt;&#xD;
526&lt;ui&gt;Address&lt;/ui&gt;&lt;br&gt;&#xD;
527Write the mail address of the user here. Click on the magnifying glass to the right for a larger window to edit in.&#xD;
528&lt;/li&gt;&#xD;
529&#xD;
530&lt;li&gt;&#xD;
531&lt;ui&gt;Phone&lt;/ui&gt;&lt;br&gt;&#xD;
532User's phone number.&#xD;
533&lt;/li&gt;&#xD;
534&#xD;
535&lt;li&gt;&#xD;
536&lt;ui&gt;Fax&lt;/ui&gt;&lt;br&gt;&#xD;
537The user's fax number, if she/he has any, should be put here.&#xD;
538&lt;/li&gt;&#xD;
539&#xD;
540&lt;li&gt;&#xD;
541&lt;ui&gt;Url&lt;/ui&gt;&lt;br&gt;&#xD;
542URL associated to the user.&#xD;
543&lt;/li&gt;&#xD;
544&#xD;
545&lt;li&gt;&#xD;
546&lt;ui&gt;Description&lt;/ui&gt;&lt;br&gt;&#xD;
547More information that can be of importance. Click on the magnifying glass to the right for a larger window to edit in.&#xD;
548&lt;/li&gt;&#xD;
549&#xD;
550&lt;/ul&gt;&#xD;
551&#xD;
552&lt;h4&gt;See also&lt;/h4&gt;&#xD;
553&lt;ul&gt;&#xD;
554&lt;li&gt;{@link user.edit Edit user's account information}&lt;/li&gt;&#xD;
555&lt;li&gt;{@link user.edit.membership Edit user's membership}&lt;/li&gt;&#xD;
556&lt;li&gt;{@link userpreferences.contact Edit login user's preferences}&lt;/li&gt;&#xD;
557&lt;/ul&gt;</description>
558  </helpitem>
559  <helpitem externalID="user.edit.membership">
560    <name>Edit user's membership</name>
561    <description>&lt;h4&gt;Membership&lt;/h4&gt;&#xD;
562&lt;p&gt;An user can have membership in none or several groups and roles.&lt;br&gt;&#xD;
563As a member in a group the user will have access to those items that are shared to the group.&lt;br&gt; A membership in a role gives the user those permissions that are assigned to the role.&lt;br&gt;&#xD;
564Which groups and roles the user is a member of are listed in the listbox under seperate headlines.&lt;br&gt;&lt;br&gt;&#xD;
565&lt;/p&gt;&#xD;
566&#xD;
567&lt;b&gt;New membership&lt;/b&gt;&lt;br&gt;&#xD;
568Press one of the &lt;btn&gt;Add groups...&lt;/btn&gt; or the &lt;btn&gt;Add roles...&lt;/btn&gt; button to open a popup window that contains a list of either groups or roles(depending on which button that was pressed) that are possible to add. Select one or several items from the list and press then &lt;btn&gt;Ok&lt;/btn&gt; to procced and to close the popup window.&lt;br&gt;&#xD;
569The selected items are added to the listbox.&#xD;
570&lt;br&gt;&lt;br&gt;&#xD;
571&#xD;
572&lt;b&gt;Remove membership&lt;/b&gt;&lt;br&gt;&#xD;
573Memberships in groups or roles are removed by selecting the groups/roles in the listbox and then pressing the &lt;btn&gt;Remove&lt;/btn&gt; button.&lt;br&gt;&#xD;
574&#xD;
575&lt;h4&gt;See also&lt;/h4&gt;&#xD;
576&lt;ul&gt;&#xD;
577&lt;li&gt;&#xD;
578  {@link user.edit Edit&amp;nbsp;user}&#xD;
579&lt;/li&gt;&#xD;
580&#xD;
581&lt;li&gt;&#xD;
582  {@link user.edit.contact Edit&amp;nbsp;contact&amp;nbsp;information}&#xD;
583&lt;/li&gt;&#xD;
584&#xD;
585&lt;li&gt;&#xD;
586  Groups&#xD;
587&lt;/li&gt;&#xD;
588&#xD;
589&lt;li&gt;&#xD;
590  Roles&#xD;
591&lt;/li&gt;&#xD;
592&lt;/ul&gt;</description>
593  </helpitem>
594  <helpitem externalID="user.view.properties">
595    <name>View user's properties</name>
596    <description>&lt;p&gt;&#xD;
597Viewing properties for a user can be done by those with read permission on user items.&lt;br&gt;&#xD;
598Only one user can be viewed at a time.&lt;br&gt; &#xD;
599It's possible to return to the user list page by clicking on the link Users that is located below the menubar.&#xD;
600&lt;/p&gt;&#xD;
601&#xD;
602&lt;h4&gt;Toolbar&lt;/h4&gt;&#xD;
603The toolbar consists of buttons for managing the account that is viewed.&#xD;
604&lt;ul&gt;&#xD;
605&#xD;
606&lt;li&gt; &#xD;
607&lt;btn&gt;Edit...&lt;/btn&gt;&lt;br&gt;&#xD;
608This button will open a popup window where the properties for the account/user can be edit. This button is disabled if the logged in user doesn't have write permissions for this item.&#xD;
609&lt;/li&gt;&#xD;
610&#xD;
611&lt;li&gt;&#xD;
612&lt;btn&gt;Delete&lt;/btn&gt;/&lt;btn&gt;Restore&lt;/btn&gt;&lt;br&gt;&#xD;
613The delete button will mark the item as removed with a flag and the restore button will, as it says, restore and remove the delete flag.&lt;br&gt;&#xD;
614The button to delete is disabled if the logged in user doesn't have delete permission on the item. Same is for the restore button if no write permission exists.&#xD;
615&lt;/li&gt;&#xD;
616&#xD;
617&lt;li&gt;&#xD;
618&lt;btn&gt;Help...&lt;/btn&gt;&lt;br&gt;&#xD;
619Opens this help text in a popup window.&#xD;
620&lt;/li&gt;&#xD;
621&lt;/ul&gt;&#xD;
622&#xD;
623&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
624What permissions the logged in user has on the viewed user account stands at the top of the property frame.&lt;br&gt;&#xD;
625The properties that are in blue can be clicked on to view the item. Press Ctrl, Alt or Shift when clicking on the item name to open an edit window(write permission on that item is needed).&#xD;
626&#xD;
627&lt;ul&gt;&#xD;
628&lt;li&gt;&#xD;
629&lt;b&gt;Name&lt;/b&gt;&lt;br&gt;&#xD;
630The name of the user or something similar to recognize the account.&#xD;
631&lt;/li&gt;&#xD;
632&#xD;
633&lt;li&gt;&#xD;
634&lt;b&gt;System&amp;nbsp;ID&lt;/b&gt;&lt;br&gt;&#xD;
635The user's identification within the system. This property is only used by those user accounts that come with the BASE2 installation and it can't be edit.&#xD;
636&lt;/li&gt;&#xD;
637&#xD;
638&lt;li&gt;&#xD;
639&lt;b&gt;Login&lt;/b&gt;&lt;br&gt;&#xD;
640The accounts login name in BASE2. The login is unique for each user.&#xD;
641&lt;/li&gt;&#xD;
642&#xD;
643&lt;li&gt;&#xD;
644&lt;b&gt;External&amp;nbsp;ID&lt;/b&gt;&lt;br&gt;&#xD;
645User's identification used outside BASE2. This is blank if it hasn't been set.&#xD;
646&lt;/li&gt;&#xD;
647&#xD;
648&lt;li&gt;&#xD;
649&lt;b&gt;Home directory&lt;/b&gt;&lt;br&gt;&#xD;
650The home directory of files that is saved with the account. If no directory has been set it will have &lt;i&gt;-none-&lt;/i&gt; as a value.&#xD;
651&lt;/li&gt;&#xD;
652&#xD;
653&lt;li&gt;&#xD;
654&lt;b&gt;Quota&lt;/b&gt;&lt;br&gt;&#xD;
655This shows how much disk space on the server that can be used by the account to save files and analyzis data.&lt;br&gt;&#xD;
656Click on the quota to get more information about how large the different parts are.&lt;br&gt;&#xD;
657This property is be combined with the quota group property below if it has been set. The most restricted one of these two will set the quota for the account.&#xD;
658&lt;/li&gt;&#xD;
659&#xD;
660&lt;li&gt;&#xD;
661&lt;b&gt;Quota group&lt;/b&gt;&lt;br&gt;&#xD;
662Displays either which quota group the account belongs to or &lt;i&gt;-none-&lt;/i&gt;, if it hasn't been set. The most restricted one of quota and quota group will set the limit of disk space for the account to use.&#xD;
663&lt;/li&gt;&#xD;
664&#xD;
665&lt;li&gt;&#xD;
666&lt;b&gt;Expiration date&lt;/b&gt;&lt;br&gt;&#xD;
667This is when the account will expire. The account will still be intact in BASE after this date but it won't be possible to login to it. If -never- is displayed for this property there is no expiration date set and the account will always be valid.&#xD;
668&lt;/li&gt;&#xD;
669&#xD;
670&lt;li&gt;&#xD;
671&lt;b&gt;Multi-user account&lt;/b&gt;&lt;br&gt;&#xD;
672This is set to &lt;i&gt;yes&lt;/i&gt; if the account is used by more then one person. An user to a multi-user account can't change the account's preferences like password and contact information.&#xD;
673&lt;/li&gt;&#xD;
674&#xD;
675&lt;li&gt;&#xD;
676&lt;b&gt;Disabled&lt;/b&gt;&lt;br&gt;&#xD;
677Shows if the account is disabled or not. A disabled account can't be used before it been enabled again.&#xD;
678&lt;/li&gt;&#xD;
679&#xD;
680&lt;li&gt;&#xD;
681&lt;b&gt;Description&lt;/b&gt;&lt;br&gt;&#xD;
682Contains useful information concerning the user/account. This field is blank if no description has been written.&#xD;
683&lt;/li&gt;&#xD;
684&#xD;
685&lt;li&gt;&#xD;
686&lt;b&gt;Email&lt;/b&gt;/&lt;b&gt;Organisation&lt;/b&gt;/&lt;b&gt;Address&lt;/b&gt;/&lt;b&gt;Phone&lt;/b&gt;/&lt;b&gt;Fax&lt;/b&gt;/&lt;b&gt;Url&lt;/b&gt;&lt;br&gt;&#xD;
687Common contact information about the user. The fields are blank if they haven't been set.&#xD;
688&lt;/li&gt;&#xD;
689&#xD;
690&lt;hr&gt;&#xD;
691&lt;li&gt;&#xD;
692&lt;b&gt;Membership&lt;/b&gt;&lt;br&gt;&#xD;
693List of groups and roles that the account is a member in and  that the logged in user has permission to read. &#xD;
694&lt;/li&gt;&#xD;
695&#xD;
696&lt;/ul&gt;&#xD;
697&#xD;
698&lt;h4&gt;See also&lt;/h4&gt;&#xD;
699&lt;ul&gt;&#xD;
700&lt;li&gt;{@link user.edit Edit user}&lt;/li&gt;&#xD;
701&lt;li&gt;{@link user.edit.contact Edit user's contact information}&lt;/li&gt;&#xD;
702&lt;li&gt;{@link user.edit.membership Edit user's membership}&lt;/li&gt;&#xD;
703&lt;/ul&gt;</description>
704  </helpitem>
705  <helpitem externalID="userpreferences.contact">
706    <name>User's contact information</name>
707    <description>&lt;p&gt;&#xD;
708This tab is one of three in this window. The other two are Password and Other information. The logged in user can here update the preferences for the account(not possible for a multi-user account).&#xD;
709&lt;/p&gt;&#xD;
710&#xD;
711&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
712The current user can update the contact information for the account on this tab. Full name is the only property on this tab that can't be change by the user, no matter what permission he/she has.&lt;br&gt;&#xD;
713Press &lt;btn&gt;Save&lt;/btn&gt; after properties have been updated to save the changes or press &lt;btn&gt;Cancel&lt;/btn&gt; to abort and skip changes.&#xD;
714&lt;ul&gt;&#xD;
715&#xD;
716&lt;li&gt;&#xD;
717&lt;ui&gt;Email&lt;/ui&gt;&lt;br&gt;&#xD;
718The user's email. This property is validated before it is saved to BASE but there is no check if the address really exists.&#xD;
719&lt;/li&gt;&#xD;
720&#xD;
721&lt;li&gt;&#xD;
722&lt;ui&gt;Organisation&lt;/ui&gt;&lt;br&gt;&#xD;
723The organisation the user belongs to.&#xD;
724&lt;/li&gt;&#xD;
725&#xD;
726&lt;li&gt;&#xD;
727&lt;ui&gt;Address&lt;/ui&gt;&lt;br&gt;&#xD;
728The user's regular mail address.&#xD;
729&lt;/li&gt;&#xD;
730&#xD;
731&lt;li&gt;&#xD;
732&lt;ui&gt;Phone&lt;/ui&gt;&lt;br&gt;&#xD;
733The user's phone number.&#xD;
734&lt;/li&gt;&#xD;
735&#xD;
736&lt;li&gt;&#xD;
737&lt;ui&gt;Fax&lt;/ui&gt;&lt;br&gt;&#xD;
738Fax number of the user.&#xD;
739&lt;/li&gt;&#xD;
740&#xD;
741&lt;li&gt;&#xD;
742&lt;ui&gt;Url&lt;/ui&gt;&lt;br&gt;&#xD;
743If the user has a homepage or similar it should be written here.&#xD;
744&lt;/li&gt;&#xD;
745&lt;/ul&gt;&#xD;
746&#xD;
747&lt;h4&gt;See also&lt;/h4&gt;&#xD;
748&lt;ul&gt;&#xD;
749&lt;li&gt;{@link userpreferences.password Password}&lt;/li&gt;&#xD;
750&lt;li&gt;{@link userpreferences.other Other information}&lt;/li&gt;&#xD;
751&lt;/ul&gt;</description>
752  </helpitem>
753  <helpitem externalID="userpreferences.password">
754    <name>Change password</name>
755    <description>&lt;p&gt;&#xD;
756The logged in user can, on this tab, change the password that he/she uses to access BASE (not possible for multi-user accounts).&lt;br&gt;&#xD;
757Leave the fields empty if the password should be unchanged.&#xD;
758&lt;/p&gt;&#xD;
759&lt;p&gt;&#xD;
760&lt;b&gt;Change password&lt;/b&gt;&lt;br&gt;&#xD;
761&lt;ol&gt;&#xD;
762&lt;li&gt;&#xD;
763Type the new password in &lt;ui&gt;New password&lt;/ui&gt;&#xD;
764&lt;/li&gt;&#xD;
765&lt;li&gt;&#xD;
766Retype exactly the same string in &lt;ui&gt;Retype password&lt;/ui&gt;.&#xD;
767&lt;/li&gt;&#xD;
768&lt;/ol&gt;&#xD;
769&lt;/p&gt;&#xD;
770Press &lt;btn&gt;Save&lt;/btn&gt; to save the changes or &lt;btn&gt;Cancel&lt;/btn&gt; to abort. Updating contact information and other information can be done before save is pressed without loosing any changes.&#xD;
771&#xD;
772&lt;h4&gt;See also&lt;/h4&gt;&#xD;
773&lt;ul&gt;&#xD;
774&lt;li&gt;&#xD;
775{@link userpreferences.contact Contact information}&#xD;
776&lt;/li&gt;&#xD;
777&#xD;
778&lt;li&gt;&#xD;
779{@link userpreferences.other Other information}&#xD;
780&lt;/li&gt;&#xD;
781&lt;/ul&gt;</description>
782  </helpitem>
783  <helpitem externalID="userpreferences.other">
784    <name>Other user information</name>
785    <description>&lt;p&gt;&#xD;
786&lt;b&gt;Description&lt;/b&gt;&lt;br&gt;&#xD;
787Other useful information about the user can be written here.&lt;br&gt;&#xD;
788Click on the magnifying glass to get a larger window to write in.&#xD;
789&lt;/p&gt;&#xD;
790&lt;p&gt;&#xD;
791Press &lt;btn&gt;Save&lt;/btn&gt; to save the changes or &lt;btn&gt;Cancel&lt;/btn&gt; to abort. Updating contact information and password can be done, without loosing any changes, before save is pressed.&#xD;
792&lt;/p&gt;&#xD;
793&#xD;
794&lt;h4&gt;See also&lt;/h4&gt;&#xD;
795&lt;ul&gt;&#xD;
796&lt;li&gt;&#xD;
797{@link userpreferences.contact Contact information}&#xD;
798&lt;/li&gt;&#xD;
799&lt;li&gt;&#xD;
800{@link userpreferences.password Password}&#xD;
801&lt;/li&gt;&#xD;
802&lt;/ul&gt;</description>
803  </helpitem>
804  <helpitem externalID="userpreferences.appearance">
805    <name>Preferences for appearance</name>
806    <description>&lt;p&gt;&#xD;
807This tab lets the logged in user to change some visual properties to suite personal taste and needs.&#xD;
808&lt;/p&gt;&#xD;
809&#xD;
810&lt;h4&gt;Settings&lt;/h4&gt;&#xD;
811&lt;ul&gt;&#xD;
812&lt;li&gt;&#xD;
813&lt;ui&gt;Font&amp;nbsp;size&lt;/ui&gt;&lt;br&gt;&#xD;
814These five radiobuttons have each one a predefined scale factor value. Clicking on one of the radiobuttons will update the scale factor value. The predefined values are 80%, 90%, 100%, 120% and 140% where &lt;i&gt;XS&lt;/i&gt; is the smallest value and &lt;i&gt;XL&lt;/i&gt; the largest.&#xD;
815&lt;/li&gt;&#xD;
816&#xD;
817&lt;li&gt;&#xD;
818&lt;req&gt;Scale&amp;nbsp;factor&lt;/req&gt;&lt;br&gt;&#xD;
819This value is a percentage of the standard font size in BASE2. The value can either be picked from one of the predefined font size or typed more exactly by hand.&lt;br&gt;&#xD;
820&lt;imp&gt;Only integers between 50 and 200 are accepted&lt;/imp&gt;.&#xD;
821&lt;/li&gt;&#xD;
822&#xD;
823&lt;li&gt;&#xD;
824&lt;ui&gt;Toolbar&lt;/ui&gt;&lt;br&gt;&#xD;
825This sets what to view on the toolbar that is located below the menubar on list- and view pages. Standard is that booth  icon and text are displayed but it's also possible to view only image or only text. Select the radiobutton to the left of the desired setting or click on the text of the option.&#xD;
826&lt;/li&gt;&#xD;
827&#xD;
828&lt;li&gt;&#xD;
829&lt;req&gt;Recently&amp;nbsp;used&amp;nbsp;items&lt;/req&gt;&lt;br&gt;&#xD;
830This is the settings for how many of the most recently used items that should be listed. &lt;br&gt;&#xD;
831&lt;imp&gt;It can be up to the 10 most recently used items&lt;/imp&gt;.&#xD;
832&lt;/li&gt;&#xD;
833&#xD;
834&lt;li&gt;&#xD;
835&lt;ui&gt;Ratio&amp;nbsp;color&amp;nbsp;range&lt;/ui&gt;&lt;br&gt;&#xD;
836Sets which color the different ratio ranges should be symbolized with. The selected color are displayed in the squares to the left of each name.&lt;br&gt;&#xD;
837The colors can be change in one of two ways, either by selecting a preset/recently used color combination from the drop-down list to the right or by selecting each color separately.&lt;br&gt;&#xD;
838Setting each range color separately is done by clicking on Min/Mid/Max and then selecting a color from the popup window.&#xD;
839&lt;/li&gt;&#xD;
840&#xD;
841&lt;li&gt;&#xD;
842&lt;ui&gt;Date&amp;nbsp;format&lt;/ui&gt;/&lt;ui&gt;Date-time&amp;nbsp;format&lt;/ui&gt;&lt;br&gt;&#xD;
843Sets the format that date and date-time are displayed/handled in within BASE2.&lt;br&gt;&#xD;
844Either use the drop-down lists to select a format preset or use the key-letters &lt;i&gt;y&lt;/i&gt; for year, &lt;i&gt;M&lt;/i&gt; for month, &lt;i&gt;d&lt;/i&gt; for day, &lt;i&gt;H&lt;/i&gt; for hours, &lt;i&gt;m&lt;/i&gt; for minutes and &lt;i&gt;s&lt;/i&gt; for seconds.&lt;br&gt;&#xD;
845These are different kinds of possibilities to write the date and time parts.&lt;br&gt;&#xD;
846&lt;b&gt;Year&lt;/b&gt; - two digits(&lt;i&gt;yy&lt;/i&gt;) or four digits(&lt;i&gt;yyyy&lt;/i&gt;).&lt;br&gt;&#xD;
847&lt;b&gt;Month&lt;/b&gt; - one digit(&lt;i&gt;M&lt;/i&gt;), two digits(&lt;i&gt;MM&lt;/i&gt;), short name(&lt;i&gt;MMM&lt;/i&gt;) and full name(&lt;i&gt;MMMM&lt;/i&gt;).&lt;br&gt;&#xD;
848&lt;b&gt;Day&lt;/b&gt; - one digit(&lt;i&gt;d&lt;/i&gt;) or two digits(&lt;i&gt;dd&lt;/i&gt;).&lt;br&gt;&#xD;
849&lt;b&gt;Hours&lt;/b&gt; - one digit(&lt;i&gt;H&lt;/i&gt;) or two digits(&lt;i&gt;HH&lt;/i&gt;).&lt;br&gt;&#xD;
850&lt;b&gt;Minutes&lt;/b&gt; - one digit(&lt;i&gt;m&lt;/i&gt;) or two digits (&lt;i&gt;mm&lt;/i&gt;).&lt;br&gt;&#xD;
851&lt;b&gt;Seconds&lt;/b&gt; - one digit(&lt;i&gt;s&lt;/i&gt;) or two digits (&lt;i&gt;ss&lt;/i&gt;).&lt;br&gt;&#xD;
852Optional characters can be used as separators between the different parts.&#xD;
853&lt;/li&gt;&#xD;
854&lt;/ul&gt;&#xD;
855&#xD;
856&#xD;
857&lt;h4&gt;See also&lt;/h4&gt;&#xD;
858Preferences for...&#xD;
859&lt;ul&gt;&#xD;
860&lt;li&gt;&#xD;
861{@link userpreferences.plugins plugins}&#xD;
862&lt;/li&gt;&#xD;
863&#xD;
864&lt;li&gt;&#xD;
865{@link userpreferences.mostrecent most recently used items.}&#xD;
866&lt;/li&gt;&#xD;
867&lt;/ul&gt;</description>
868  </helpitem>
869  <helpitem externalID="userpreferences.plugins">
870    <name>Preferences for plugins</name>
871    <description>&lt;p&gt;&#xD;
872Under this tab is it possible to set defaults for the plugin/job configuration.&#xD;
873&lt;/p&gt;&#xD;
874&#xD;
875&lt;h4&gt;Settings&lt;/h4&gt;&#xD;
876&lt;ul&gt;&#xD;
877&lt;li&gt;&#xD;
878&lt;b&gt;Messages&lt;/b&gt;&lt;br&gt;&#xD;
879Tick this checkbox to make the corresponding option in job configuration to be pre-selected.&#xD;
880&lt;/li&gt;&#xD;
881&lt;/ul&gt;&#xD;
882&#xD;
883&lt;h4&gt;See also&lt;/h4&gt;&#xD;
884Preferences for&#xD;
885&lt;ul&gt;&#xD;
886&lt;li&gt;{@link userpreferences.appearance appearance}&lt;/li&gt;&#xD;
887&lt;li&gt;{@link userpreferences.mostrecent most&amp;nbsp;recent}&lt;/li&gt;&#xD;
888&lt;/ul&gt;</description>
889  </helpitem>
890</helptexts>
Note: See TracBrowser for help on using the repository browser.