source: trunk/doc/src/docbook/userdoc/webclient.xml @ 3346

Last change on this file since 3346 was 3346, checked in by Nicklas Nordborg, 16 years ago

Updated docbook PDF generation to use FOP 0.93 instead of 0.20

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 56.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: webclient.xml 3346 2007-05-16 12:10:14Z nicklas $
7
8  Copyright (C) Authors contributing to this file.
9
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28
29<chapter id="webclient">
30  <?dbhtml dir="webclient"?>
31  <title>Using the web client</title>
32    <sect1 id="webclient.introduction">
33      <title>Introduction</title>
34     
35      <sect2 id="webclient.intro.login">
36        <title>Logging in</title>
37        <para>
38          There are three things that you need to know
39          before you can use BASE:
40        </para>
41       
42        <orderedlist>
43        <listitem><simpara>The address (URL) to a BASE server</simpara></listitem>
44        <listitem><simpara>A username to login with</simpara></listitem>
45        <listitem><simpara>A password</simpara></listitem>
46        </orderedlist>
47       
48        <para>
49          You may, for example, try the BASE 2 demo server. Go to the
50          URL <ulink url="http://base2.thep.lu.se:8080/demo/">http://base2.thep.lu.se:8080/demo/</ulink>
51          and enter <userinput>base2</userinput> for the login and <userinput>base2</userinput>
52          for the password.
53        </para>
54       
55        <para>
56          You need to get all three things from an administrator
57          of the BASE server. If you know only the address to the
58          BASE server, you may check the front page if the administrator
59          has added any information about how to get a username/password
60          there. Look for the <guilabel>Get an account!</guilabel> link on
61          the front page.
62        </para>
63       
64        <para>
65          Logging in is simple, just enter your <guilabel>login</guilabel> 
66          and <guilabel>password</guilabel> in the form on the front page
67          and click the <guibutton>Login</guibutton> button. There is
68          a checkbox which allows you to <guilabel>encrypt the password</guilabel>
69          before it is sent to the BASE server. It is checked by default, and
70          it is a good idea to leave it checked unless you have problems logging
71          in. If you are sure you are entering the correct login and password,
72          but still can't log in, try unchecking the encryption option.
73          If the checkbox isn't visible, which happens if the server is
74          using an external authentication server, the password is not encrypted.
75        </para>
76      </sect2>
77     
78      <sect2 id="webclient.intro.forgotten_password">
79        <title>Forgotten password</title>
80        <para>
81          If you forget your password you will need to get a new one.
82          BASE stores the passwords in an encrypted form that doesn't allow
83          anyone, not even the server administrator, to find out the
84          un-encrypted password.
85        </para>
86        <para>
87          To get a new password you will have to contact the server
88          administrator. There may be a <guilabel>Forgot your password?</guilabel>
89          link on the front page where the server administrator has entered
90          information about how to get a new password.
91        </para>
92      </sect2>
93
94      <sect2 id="webclient.intro.homepage">
95        <title>The home page</title>
96     
97      <para>
98        When you have been logged in the home page will be displayed. It
99        displays some useful information. You can also go to the home page
100        using the
101        <menuchoice><guimenu>View</guimenu><guimenuitem>Home</guimenuitem></menuchoice>
102      </para>
103       
104      <figure id="webclient.figures.homepage">
105        <title>The home page</title>
106        <screenshot>
107          <mediaobject>
108            <imageobject><imagedata fileref="figures/homepage.png" format="PNG"
109              scalefit="1" width="100%" contentdepth="100%"/></imageobject>
110          </mediaobject>
111        </screenshot>
112      </figure>
113       
114      <variablelist>
115        <varlistentry>
116          <term><interface>New messages</interface></term>
117          <listitem>
118            <para>
119            Messages are sent by plugins to notify you about finished jobs. In the
120            future, you may get messages from other sources as well. As of today,
121            messages are not used for communication between users.
122            </para>
123          </listitem>
124        </varlistentry>
125       
126        <varlistentry>
127          <term><interface>Projects</interface></term>
128          <listitem>
129            <para>
130            A list of projects that you are a member of. Projects are an important
131            part of BASE and are the best way to share data when you are
132            cooperating with other users. We recommend
133            that you always use a project when working with BASE.
134            For more information read <xref linkend="project_permission"/>.
135            </para>
136          </listitem>
137        </varlistentry>
138       
139        <varlistentry>
140          <term><interface>Disk usage</interface></term>
141          <listitem>
142            <para>
143            An overview of how much disk space you have been assigned and
144            how much you are using.
145            </para>
146          </listitem>
147        </varlistentry>
148       
149        <varlistentry>
150          <term><interface>Help</interface></term>
151          <listitem>
152            <para>
153            Links for getting help and reporting bugs. The number
154            of links displayed here may vary depending on the server
155            configuration.
156            </para>
157          </listitem>
158        </varlistentry>
159       
160        <varlistentry>
161          <term><interface>News and announcements</interface></term>
162          <listitem>
163            <para>
164            A list of important news and announcements from the
165            server administrator. Here you may, for example, find
166            information about server upgrades and maintenance.
167            </para>
168          </listitem>
169        </varlistentry>
170      </variablelist>
171       
172      </sect2>
173     
174      <sect2 id="webclient.intro.menubar">
175        <title>Using the menu bar</title>
176        <para>
177          On the top of the home page is the <interface>Menu bar</interface>.
178          This is the main navigation tool in BASE. It works the same way
179          as the regular menu system found in most other applications. Use
180          the mouse to click and select an item from the menu.
181        </para>
182       
183        <para>
184          Most of the menu is in two levels, ie. clicking on a top-level menu
185          will open a submenu just below it. Clicking on something in the
186          submenu will take you to another page or open a popup dialog window.
187          For example, the
188          <menuchoice><guimenu>View</guimenu><guimenuitem>Samples</guimenuitem></menuchoice>
189          menu will take you to the page listing samples and
190          <menuchoice><guimenu>File</guimenu><guimenuitem>Contact information</guimenuitem></menuchoice>
191          opens a dialog where you can modify your contact information details.
192        </para>
193       
194        <para>
195          The menu bar also contains shortcuts to some often-used
196          actions:
197        </para>
198       
199       
200      <variablelist>
201        <varlistentry>
202          <term>
203            <interface>
204            <inlinemediaobject>
205            <imageobject><imagedata fileref="figures/refresh.gif" format="GIF" align="left"
206              scalefit="1" width="100%" contentwidth="100%"/></imageobject>
207            </inlinemediaobject>
208            Refresh page
209            </interface>
210          </term>
211          <listitem>
212            <para>
213            Refresh/reload the current page. This is useful when you add
214            or modify items in BASE. Most of the time the page is refreshed
215            automatically, but in some cases you will have to use
216            this button to refresh the page.
217            </para>
218           
219            <warning>
220              <para>
221              Do not use your browser's <guibutton>Refresh</guibutton> button.
222              Most browsers will take you to the login page again.
223              </para>
224            </warning>
225          </listitem>
226        </varlistentry>
227       
228        <varlistentry>
229          <term>
230            <interface>
231            <inlinemediaobject>
232            <imageobject><imagedata fileref="figures/recent.png" format="PNG" align="left"/></imageobject>
233            </inlinemediaobject>
234            Recent items
235            </interface>
236          </term>
237          <listitem>
238            <para>
239            Go to the most recently viewed item. By default, the list contains links to
240            the most recently viewed experiment and bioassayset, but this
241            is configurable. If you, for example, work a lot with protocols, you may
242            add a link to the most recently viewed protocol.
243            See <xref linkend="webclient.configuration.preferences.mostrecent"/>
244            </para>
245          </listitem>
246        </varlistentry>
247       
248        <varlistentry>
249          <term>
250            <interface>
251            <inlinemediaobject>
252            <imageobject><imagedata fileref="figures/project.gif" format="GIF" align="left"/></imageobject>
253            </inlinemediaobject>
254            Projects
255            </interface>
256          </term>
257          <listitem>
258            <para>
259            A list of all projects you are a member of. Selecting a project in the
260            list will make that project the active project.
261            </para>
262          </listitem>
263        </varlistentry>
264       
265        <varlistentry>
266          <term>
267            <interface>
268            <inlinemediaobject>
269            <imageobject><imagedata fileref="figures/user.png" format="PNG" align="left"/></imageobject>
270            </inlinemediaobject>
271            Logged in user
272            </interface>
273          </term>
274          <listitem>
275            <para>
276            Displays the name of the currently logged in user and allows
277            you to quickly logout and switch to another user.
278            </para>
279          </listitem>
280        </varlistentry>
281       
282      </variablelist>
283       
284      </sect2>
285     
286      <sect2 id="webclient.intro.help">
287        <title>Getting help</title>
288        <para>
289          Besides reading this document there are more ways to get help:
290        </para>
291        <variablelist>
292          <varlistentry>
293            <term>
294              Online context-sensitive help
295            </term>
296            <listitem>
297              <para>
298              Whenever you find a small help icon (
299              <inlinemediaobject>
300              <imageobject><imagedata fileref="figures/help.gif" format="GIF" /></imageobject>
301              </inlinemediaobject>
302              ) or button you may
303              click it to get help about the part of the page
304              you are currently viewing. The icon is located in the title
305              bar in most popup dialog windows and in the toolbar in most
306              other pages.
307              </para>
308            </listitem>
309          </varlistentry>
310
311          <varlistentry>
312            <term>
313              Using the <menuchoice><guimenu>Help</guimenu></menuchoice> menu
314            </term>
315            <listitem>
316              <para>
317              The <menuchoice><guimenu>Help</guimenu></menuchoice> menu
318              contains links for getting online help. These links
319              may be configured by a server administrator, so they may be
320              different from server to server. By default links for reporting
321              a bug and accessing this document are installed.
322              </para>
323            </listitem>
324          </varlistentry>
325
326          <varlistentry>
327            <term>
328              Mailing lists and other resources
329            </term>
330            <listitem>
331              <para>
332              See <xref linkend="resources" />.
333              </para>
334            </listitem>
335          </varlistentry>
336
337        </variablelist>
338       
339      </sect2>
340   
341    </sect1>
342   
343    <sect1 id="webclient.configuration">
344      <title>Configuring your account</title>
345     
346      <sect2 id="webclient.configuration.contact">
347        <title>Contact information</title>
348       
349        <para>
350          Use the <menuchoice><guimenu>File</guimenu>
351          <guimenuitem>Contact information</guimenuitem></menuchoice>
352          menu to bring up the user information dialog.
353        </para>
354       
355        <helptext external_id="userpreferences.contact" title="Contact information">
356       
357          <para>
358          This dialog has three tabs, <guilabel>Contact information</guilabel>
359          (selected), <guilabel>Password</guilabel> and <guilabel>Other information</guilabel>.
360          The logged in user can update the following contact information
361          details.
362          </para>
363       
364          <note>
365            <title>Multi-user accounts</title>
366            <para>
367              If you are using a multi-user account, for example a demo-account, you
368              don't have permission to change the contact information.
369            </para>
370          </note>
371       
372          <variablelist>
373            <varlistentry>
374              <term>
375                <guilabel>Full name</guilabel>
376              </term>
377              <listitem>
378                <para>
379                Your full name. You are not allowed to change this. If
380                it is not correct, contact an administrator to do it for
381                you.
382                </para>
383              </listitem>
384            </varlistentry>
385            <varlistentry>
386              <term>
387                <guilabel>Email</guilabel>
388              </term>
389              <listitem>
390                <para>
391                Your email address (optional).
392                </para>
393              </listitem>
394            </varlistentry>
395            <varlistentry>
396              <term>
397                <guilabel>Organisation</guilabel>
398              </term>
399              <listitem>
400                <para>
401                The name of the organisation you work for or represent (optional).
402                </para>
403              </listitem>
404            </varlistentry>
405            <varlistentry>
406              <term>
407                <guilabel>Address</guilabel>
408              </term>
409              <listitem>
410                <para>
411                Your postal address as it should be printed on letters to you
412                (optional).
413                </para>
414              </listitem>
415            </varlistentry>
416            <varlistentry>
417              <term>
418                <guilabel>Phone</guilabel>
419              </term>
420              <listitem>
421                <para>
422                Your phone number (optional). You may enter multiple phone numbers,
423                for example your work phone number and a mobile number.
424                </para>
425              </listitem>
426            </varlistentry>
427            <varlistentry>
428              <term>
429                <guilabel>Fax</guilabel>
430              </term>
431              <listitem>
432                <para>
433                Your fax number (optional).
434                </para>
435              </listitem>
436            </varlistentry>
437            <varlistentry>
438              <term>
439                <guilabel>Url</guilabel>
440              </term>
441              <listitem>
442                <para>
443                An URL to your home page or your organisation's home page (optional).
444                </para>
445              </listitem>
446            </varlistentry>
447          </variablelist>
448         
449          <para>
450            Press <guibutton>Save</guibutton> to save the changes or
451            <guibutton>Cancel</guibutton> to abort.
452          </para>
453         
454          <seeother>
455            <other external_id="userpreferences.password">Change password</other>
456            <other external_id="userpreferences.other">Other information</other>
457          </seeother>
458        </helptext>
459       
460      </sect2>
461
462      <sect2 id="webclient.configuration.password">
463        <title>Changing password</title>
464       
465        <para>
466          Use the <menuchoice><guimenu>File</guimenu>
467          <guimenuitem>Change password</guimenuitem></menuchoice>
468          menu to bring up the change password dialog.
469        </para>
470       
471        <helptext external_id="userpreferences.password" title="Change password">
472
473          <para>
474          This dialog has three tabs, <guilabel>Contact information</guilabel>,
475          <guilabel>Password</guilabel> (selected) and <guilabel>Other information</guilabel>.
476          </para>
477
478          <variablelist>
479            <varlistentry>
480              <term>
481                <guilabel>New password</guilabel>
482              </term>
483              <listitem>
484                <para>
485                Enter the new password.
486                </para>
487              </listitem>
488            </varlistentry>
489            <varlistentry>
490              <term>
491                <guilabel>Retype password</guilabel>
492              </term>
493              <listitem>
494                <para>
495                Retype the same password. You must do this to
496                avoid spelling mistakes.
497                </para>
498              </listitem>
499            </varlistentry>
500          </variablelist>
501
502          <note>
503            <title>Multi-user accounts</title>
504            <para>
505              If you are using a multi-user account, for example a demo-account, you
506              don't have permission to change the password.
507            </para>
508          </note>
509       
510          <note>
511            <title>Empty passwords</title>
512            <para>
513              If you leave both fields empty the password will not be changed. It
514              is not possible to have an empty password.
515            </para>
516          </note>
517         
518          <seeother>
519            <other external_id="userpreferences.contact">Contact information</other>
520            <other external_id="userpreferences.other">Other information</other>
521          </seeother>
522         
523        </helptext>
524      </sect2>
525
526      <sect2 id="webclient.configuration.preferences">
527        <title>Preferences</title>
528       
529        <para>
530          Use the <menuchoice><guimenu>File</guimenu>
531          <guimenuitem>Preferences</guimenuitem></menuchoice>
532          menu to bring up the preferences dialog.
533          This dialog has three tabs, <guilabel>Appearance</guilabel>,
534          <guilabel>Plugins</guilabel> and <guilabel>Most recent</guilabel>.
535        </para>
536       
537        <sect3 id="webclient.configuration.preferences.appearance">
538          <title>The Appearance tab</title>
539         
540          <helptext external_id="userpreferences.appearance" title="Preferences - Appearance">
541         
542          <para>
543          This tab contains settings that affect the appearance of the
544          web client.
545          </para>
546         
547          <variablelist>
548            <varlistentry>
549              <term>
550                <guilabel>Font size</guilabel>
551              </term>
552              <listitem>
553                <para>
554                Select a basic font size. You can choose between
555                five sizes: extra small (XS), small (S), medium (M),
556                large (L) and extra large (XL). The default font size is
557                medium.
558                </para>
559              </listitem>
560            </varlistentry>
561            <varlistentry>
562              <term>
563                <guilabel>Scale factor</guilabel>
564              </term>
565              <listitem>
566                <para>
567                The scale factor affects the size of popup windows.
568                This setting exists because different browsers render
569                pages differently. If you often find that popup windows
570                are too small you can change this setting to make them
571                bigger.
572                </para>
573                <note>
574                  <para>
575                    The scale factor is automatically changed if the
576                    font size is changed.
577                  </para>
578                </note>
579              </listitem>
580            </varlistentry>
581            <varlistentry>
582              <term>
583                <guilabel>Toolbar</guilabel>
584              </term>
585              <listitem>
586                <para>
587                You may choose if the toolbar buttons should
588                have only images, only text or both images and text.
589                The default is that they have both images and text.
590                </para>
591              </listitem>
592            </varlistentry>
593            <varlistentry>
594              <term>
595                <guilabel>Recently used items</guilabel>
596              </term>
597              <listitem>
598                <para>
599                The number of items to remember in the list
600                of recently used items. The default is to remember
601                4 items.
602                </para>
603              </listitem>
604            </varlistentry>
605            <varlistentry>
606              <term>
607                <guilabel>Ratio color range</guilabel>
608              </term>
609              <listitem>
610                <para>
611                Select three colors to use when displaying
612                data that is suitable for color coding, for
613                example the intensity ratio in two-color
614                experiments. The default setting is blue-black-yellow.
615                The list of presets contains other useful color combinations
616                (for example, the BASE 1 red-yellow-green) and the most
617                recently used color combinations.
618                </para>
619              </listitem>
620            </varlistentry>
621            <varlistentry>
622              <term>
623                <guilabel>Date format</guilabel>
624              </term>
625              <listitem>
626                <para>
627                A format string describing how dates should be displayed.
628                We support all formatting options supported by the Java
629                language. For more information see:
630                <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentation</ulink>
631                The most useful format patterns are:
632                </para>
633               
634                <itemizedlist>
635                  <listitem><simpara>yy: two-digit year</simpara></listitem>
636                  <listitem><simpara>yyyy: four-digit year</simpara></listitem>
637                  <listitem><simpara>MM: two-digit month</simpara></listitem>
638                  <listitem><simpara>MMM: month name (short)</simpara></listitem>
639                  <listitem><simpara>MMMM: month name (full)</simpara></listitem>
640                  <listitem><simpara>dd: two-digit day in month</simpara></listitem>
641                </itemizedlist>
642               
643                <para>
644                The list of presets contains the most commonly/recently
645                used date formats.
646                </para>
647               
648              </listitem>
649            </varlistentry>
650           
651            <varlistentry>
652              <term>
653                <guilabel>Date-time format</guilabel>
654              </term>
655              <listitem>
656                <para>
657                A format string describing how dates with times should be displayed.
658                We support all formatting options supported by the Java
659                language. For more information see:
660                <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentations</ulink>
661                The most useful time-format patterns are:
662                </para>
663               
664                <itemizedlist>
665                  <listitem><simpara>HH: two-digit hour (0-23)</simpara></listitem>
666                  <listitem><simpara>hh: two-digit hour (1-12)</simpara></listitem>
667                  <listitem><simpara>a: AM/PM marker</simpara></listitem>
668                  <listitem><simpara>mm: two-digit minute</simpara></listitem>
669                  <listitem><simpara>ss: two-digit second</simpara></listitem>
670                </itemizedlist>
671               
672              </listitem>
673            </varlistentry>
674           
675            <varlistentry>
676              <term>
677                <guilabel>Decimals</guilabel>
678              </term>
679              <listitem>
680                <para>
681                The number of decimals to display for numeric values.
682                The default is 2.
683                </para>
684              </listitem>
685            </varlistentry>
686           
687          </variablelist>
688       
689          </helptext>
690       
691        </sect3>
692       
693        <sect3 id="webclient.configuration.preferences.plugins">
694          <title>The Plugins tab</title>
695         
696          <helptext external_id="userpreferences.plugins" title="Preferences - Plugins">
697         
698          <para>
699            This tab contains settings that affect plugin execution.
700          </para>
701         
702          <variablelist>
703            <varlistentry>
704              <term>
705                <guilabel>Messages</guilabel>
706              </term>
707              <listitem>
708                <para>
709                Mark the checkbox if you want to have a message sent
710                to you when a plugin completes execution. This setting
711                can be overridden each time you start a plugin.
712                </para>
713              </listitem>
714            </varlistentry>
715          </variablelist>
716          </helptext>
717         
718        </sect3>
719       
720        <sect3 id="webclient.configuration.preferences.mostrecent">
721          <title>The Most recent tab</title>
722         
723          <helptext external_id="userpreferences.mostrecent" title="Preferences - Most recent">
724         
725          <para>
726            This tab contains settings that affect the <guilabel>Most
727            recent</guilabel> menu. You can select which items should
728            appear in the menu by moving them to the left list. Use
729            the up and down arrows to change the order in which they appear.
730          </para>
731         
732          <para>
733            If the <guilabel>Load the names of all recent items</guilabel> checkbox
734            is checked the name of the items will be displayed in the menu (for example,
735            Experiment: My experiment). Otherwise only the type of the item is
736            displayed (for example, Experiment).
737          </para>
738          </helptext>
739         
740        </sect3>
741      </sect2>
742 
743    </sect1>
744   
745    <sect1 id="webclient.items">
746      <title>Working with items</title>
747     
748      <para>
749        No matter what you are doing in BASE some things works more
750        or less in the same way. This section covers things that are
751        common for most parts of BASE.
752      </para>
753     
754      <para>
755        You mostly work with a single type of item at a time. This is
756        reflected in the menu system. For example, use <guimenu>View</guimenu>
757        <guimenuitem>Samples</guimenuitem> to work with samples, and
758        <guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem> to
759        work with experiments. In most cases the list view for that type
760        of item is displayed. The list view, as the name says,
761        is used to list all items. There are two more standard views, the
762        single-item view and the edit view.
763      </para>
764     
765      <variablelist>
766        <varlistentry>
767          <term>List view</term>
768          <listitem>
769            <para>
770            This view lists all items of a certain type. Gives you
771            an overview of your items. The view allows you to search
772            and it is possible to configure which information to show
773            for each item. It also contains functions that
774            can be used on multiple items at the same time, for example,
775            delete, share and export.
776            </para>
777          </listitem>
778        </varlistentry>
779     
780        <varlistentry>
781          <term>Single-item view</term>
782          <listitem>
783            <para>
784            Displays information about a single item. Sometimes it is very little,
785            sometimes it is very much and the information may be divided
786            into multiple tabs.
787            </para>
788          </listitem>
789        </varlistentry>
790     
791        <varlistentry>
792          <term>Edit view</term>
793          <listitem>
794            <para>
795            This view is used for editing the information
796            about a single item. It is always displayed as a popup window.
797            </para>
798          </listitem>
799        </varlistentry>
800      </variablelist> 
801             
802      <sect2 id="webclient.items.new">
803        <title>Create a new item</title>
804       
805        <para>
806          New items are mostly created from the list view. For example,
807          to create a new experiment go to the
808          <menuchoice><guimenu>View</guimenu> <guimenuitem>Experiments</guimenuitem></menuchoice>
809          page. Here you will find a <guibutton>New&hellip;</guibutton> button in the
810          toolbar. The button is disabled if you don't have permission to create new experiments.
811          Otherwise, click on it and enter any required information in the popup dialog.
812          Sometimes there are multiple tabs in this dialog. In the case of experiments
813          there are three tabs: <guilabel>Experiment</guilabel>, <guilabel>Publication</guilabel>
814          and <guilabel>Experimental factors</guilabel>.
815         
816          As a general rule, only the first tab has information that is required.
817          The information in all other tabs are optional.
818        </para>
819       
820        <para>
821          In some places you will also find actions that create items
822          directly in the list. For example in the list of samples or on
823          the single-item view for a sample you can create an extract using that
824          sample as the parent. If you use such links the parent
825          item will in most cases be selected automatically, which saves
826          you a few clicks when creating new items.
827        </para>
828       
829        <para>
830          Click on the <guibutton>Save</guibutton> button to save the new
831          item to the database or on the <guibutton>Cancel</guibutton> button
832          to abort.
833        </para>
834
835        <note>
836          <para>
837          To speed up data entry when adding multiple new items there
838          are a few tricks you can use to make the web client supply
839          default values for most properties. To find a default value
840          the following checklist is used in this order:
841          </para>
842       
843        <orderedlist>         
844          <listitem>
845            <para>
846            If the list have an active filter the filter values are
847            used as default property values for the new item. For example,
848            if you are listing experiments with <guilabel>Genepix</guilabel>
849            raw data type the new experiment will automatically have
850            <guilabel>Genepix</guilabel> selected. This trick should work
851            for all properties except annotations, if it doesn't
852            report it as a bug to the development team.
853            </para>
854          </listitem>
855         
856          <listitem>
857            <para>
858            When you link to other items the same item will be used the next time.
859            For example, if you create an extract and selects an extraction protocol
860            the same protocol is used the next time you create another extract.
861            In fact, BASE will remember as many items as specified by
862            the <link linkend="webclient.configuration.preferences.appearance">
863            <guilabel>Recently used items</guilabel></link> setting (default is 4),
864            allowing you to quickly select one of those protocols.
865            </para>
866          </listitem>
867         
868          <listitem>
869            <para>
870            If you have a project active and that project has specified default
871            values those values will be used for new items. A project can specify
872            defaults for protocols, hardware and software and a few other settings.
873            </para>
874          </listitem>
875         
876        </orderedlist>
877       
878        </note>
879       
880      </sect2>
881     
882      <sect2 id="webclient.items.edit">
883        <title>Edit an existing item</title>
884       
885        <para>
886          On all single-item views there is an <guibutton>Edit&hellip;</guibutton>
887          button in the toolbar that opens a popup dialog for editing the properties
888          of the item. This button is disabled if the logged in user doesn't have
889          write permission for the item.
890        </para>
891       
892        <para>
893          You can also open the edit popup in most other places where
894          the item appears, for example, in lists or the single-item view
895          of a related item. Press and hold one of the <keycap>CTRL</keycap>,
896          <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking
897          on the link and the edit window will open in a popup.
898          If you don't have write permission
899          on the item there is no meaning to open the edit popup and you will
900          be taken to the single-item view page instead.
901        </para>
902
903        <para>
904          Click on the <guibutton>Save</guibutton> button to save the changes
905          to the database or on the <guibutton>Cancel</guibutton> button
906          to abort.
907        </para>
908     
909      </sect2>
910
911      <sect2 id="webclient.items.delete">
912        <title>Delete items</title>
913
914        <para>
915          You can delete items either from the list view or from
916          a single-item view. In both cases, the item is only moved to
917          the trashcan. No information is deleted from the database. This allows
918          you to restore the item if you later find out that you need it again.
919          In fact, there is nothing special about a removed item. It can still be
920          used for the same things as any non-removed item can.
921        </para>
922
923        <important>
924          <para>
925          To really delete an item from the database you must use
926          the trashcan. See <xref linkend="trashcan"/>
927          </para>
928        </important>
929       
930        <para>
931          To delete items from the list view you must first mark
932          the checkbox for each item you want to delete. Then, click on
933          the <guibutton>Delete</guibutton> button. The list should refresh itself
934          automatically. If you want to confirm that the items have been removed
935          use the <guilabel>view / presets</guilabel> dropdown and select
936          the <guilabel>Removed</guilabel> option. The removed items should now
937          be displayed in the list with a small trashcan icon to indicate that
938          they are located in the trashcan.
939        </para>
940
941        <para>
942          To delete items from the single-item view, click on the
943          <guibutton>Delete</guibutton> button in the toolbar. The page will refresh
944          itself automatically and a small trashcan icon should be displayed.
945          If you don't have permission to delete the item the delete button
946          is disabled.
947        </para>
948
949      </sect2>
950     
951      <sect2 id="webclient.items.restore">
952        <title>Restore deleted items</title>
953       
954        <para>
955          You can restore deleted items either from the trashcan,
956          from the list view or from the single-item view. This section only covers the last two
957          cases. The trashcan has a <link linkend="trashcan">chapter of it's own</link>.
958        </para>
959
960        <para>
961          To delete items from the list view you must first make the deleted
962          items appear in the list. This is easy, just use the <guilabel>view / presets</guilabel> 
963          dropdown and select the <guilabel>Removed</guilabel> option. The list should
964          refresh itself automatically. The removed items are
965          displayed in the list with a small trashcan icon to indicate that
966          they are located in the trashcan. Then, mark the checkbox for each item that you want
967          to restore and click the <guibutton>Restore</guibutton> button. The list should
968          refresh itself automatically and the trashcan icon should be gone from the
969          restored items.
970        </para>
971       
972        <para>
973          To restore items from the single-item view, click on the
974          <guibutton>Restore</guibutton> button in the toolbar. The page will refresh
975          itself automatically and the small trashcan icon should be gone.
976          If you don't have permission to restore the item the restore button
977          is disabled.
978        </para>
979
980      </sect2>
981
982      <sect2 id="webclient.items.share">
983        <title>Share items to other users</title>
984        <para>
985          Sharing data with other users is an important feature
986          of BASE, which allows you cooperate in teams. If you have
987          followed the instructions in <xref linkend="project_permission" />
988          you will find that you almost never have to share items manually
989          to other users. This is because whenever you work with an active
990          project each new item you create will automatically be shared
991          to that project. In most cases, this is all you need.
992        </para>
993       
994        <para>
995          If you still need to manually share your data with other users,
996          here is how to do it.
997        </para>
998       
999        <para>
1000          From a list view, mark the checkbox for each item you want to share.
1001          Then, click on the <guibutton>Share&hellip;</guibutton> button.
1002          If you are on a single-item page, click on the <guibutton>Share&hellip;</guibutton> 
1003          button on that page. In both cases, this will open the
1004          <guilabel>Set access permissions</guilabel>
1005          dialog window.
1006        </para>
1007       
1008        <figure id="webclient.items.share.set_permissions">
1009          <title>Sharing items to other users</title>
1010          <screenshot>
1011          <mediaobject>
1012            <imageobject>
1013              <imagedata fileref="figures/set_permissions.png" format="PNG" 
1014                scalefit="1" width="100%" contentdepth="100%" />
1015            </imageobject>
1016          </mediaobject>
1017          </screenshot>
1018        </figure>
1019       
1020        <helptext external_id="share.setpermissions" title="Set access permissions">
1021          <variablelist>
1022            <varlistentry>
1023              <term><guilabel>Members</guilabel></term>
1024              <listitem>
1025                <para>
1026                The list displays the users, groups and projects
1027                that already has access to the items you selected.
1028                The list shows the name and the permission level.
1029                The permission level uses a one-letter code as follows:
1030                </para>
1031               
1032                <itemizedlist>
1033                <listitem><simpara><guilabel>R</guilabel> = Read</simpara></listitem>
1034                <listitem><simpara><guilabel>U</guilabel> = Use</simpara></listitem>
1035                <listitem><simpara><guilabel>W</guilabel> = Write</simpara></listitem>
1036                <listitem><simpara><guilabel>D</guilabel> = Delete</simpara></listitem>
1037                <listitem><simpara><guilabel>O</guilabel> = Take ownership</simpara></listitem>
1038                <listitem><simpara><guilabel>P</guilabel> = Set permission</simpara></listitem>
1039                </itemizedlist>
1040               
1041                <para>
1042                  Instead of a permission code, the word <guilabel>varying</guilabel>
1043                  may be displayed. This happens if the items you selected have been
1044                  shared with different permission.
1045                </para>
1046               
1047              </listitem>
1048            </varlistentry>
1049           
1050            <varlistentry>
1051              <term><guilabel>Permissions</guilabel></term>
1052              <listitem>
1053                <para>
1054                When you select a user, group or project in the
1055                list, the checkboxes will display the current permission.
1056                The exception is if the permissions are varying, in which
1057                case no checkboxes are checked.
1058                To change the permissions just check the permissions you want to
1059                grant or uncheck the permissions you want to revoke.
1060                You can select more than one user, group or project
1061                and change the permissions for all of them at once.
1062                </para>
1063              </listitem>
1064            </varlistentry>           
1065
1066            <varlistentry>
1067              <term><guibutton>Add users</guibutton></term>
1068              <listitem>
1069                <para>
1070                Opens a popup window that allows you to select
1071                users to share the items to. In the popup window, mark
1072                one or more users and click on the <guibutton>Ok</guibutton>
1073                button. Unless you are an administrator, the popup window
1074                will only list users that are members of at least one of the
1075                groups where you also are a member. It will not list users that
1076                already have access to the items.
1077                </para>
1078              </listitem>
1079            </varlistentry>
1080
1081            <varlistentry>
1082              <term><guibutton>Add groups</guibutton></term>
1083              <listitem>
1084                <para>
1085                Opens a popup window that allows you to select
1086                groups to share the items to. In the popup window, mark
1087                one or more groups and click on the <guibutton>Ok</guibutton>
1088                button. Unless you are an administrator, the popup window
1089                will only list groups where you are a member. It will not list
1090                groups that already have access to the items.
1091                </para>
1092              </listitem>
1093            </varlistentry>
1094           
1095            <varlistentry>
1096              <term><guibutton>Add projects</guibutton></term>
1097              <listitem>
1098                <para>
1099                Opens a popup window that allows you to select
1100                projects to share the items to. In the popup window, mark
1101                one or more projects and click on the <guibutton>Ok</guibutton>
1102                button. Unless you are an administrator, the popup window
1103                will only list projects where you are a member. It will not list
1104                projects that already have access to the items.
1105                </para>
1106              </listitem>
1107            </varlistentry>
1108
1109            <varlistentry>
1110              <term><guibutton>Remove</guibutton></term>
1111              <listitem>
1112                <para>
1113                Click on this button to revoke access permissions from
1114                the selected users, groups and projects.
1115                </para>
1116              </listitem>   
1117            </varlistentry>
1118          </variablelist>
1119       
1120          <para>
1121            Use the <guibutton>Save</guibutton> button to save your
1122            changes or the <guibutton>Cancel</guibutton> button to
1123            close the popup without saving.
1124          </para>
1125        </helptext>
1126
1127      </sect2>
1128
1129      <sect2 id="webclient.items.takeownership">
1130        <title>Take ownership of items</title>
1131        <para>
1132          Sometime it may be necessary to change the owner of an item.
1133          As an user you can't give the ownership of your items to another
1134          user. It is instead the other user that must take the ownership
1135          of your items. For this to work, you must first give the other user
1136          permission to do so. That it, you must share your items with
1137          <guilabel>Take ownership</guilabel> permission to other user.
1138          See <xref linkend="webclient.items.share" />.
1139        </para>
1140       
1141        <para>
1142          When the items have been shared, the other user has to go to the
1143          list view (or the single-item view), mark the checkboxes for
1144          the items, and click in the <guibutton>Take ownership</guibutton>
1145          button. A warning message about not being able to undo the action
1146          is displayed. Click on <guibutton>Ok</guibutton> to continue or
1147          <guibutton>Cancel</guibutton> to abort.
1148        </para>
1149       
1150        <note>
1151          <para>
1152          The original owner may not have access permissions to the items
1153          any longer. If that is desired, the new owner must share the items
1154          to the original owner.
1155          </para>
1156        </note>
1157       
1158      </sect2>
1159     
1160      <sect2 id="webclient.items.export">
1161        <title>Export items</title>
1162        <para>
1163          This has a chapter of it's own. See <xref linkend="import_export_data.export"/>.
1164        </para>
1165      </sect2>
1166
1167    </sect1>
1168   
1169    <sect1 id="webclient.itemlist">
1170      <title>Listing items</title>
1171     
1172      <para>
1173        All pages that lists items are very similar in their appearance and
1174        functionality. In this section we will describe the things that are
1175        common for most (if not all) list pages.
1176      </para>
1177     
1178      <para>
1179        Use the <link linkend="webclient.intro.menubar">menu</link> to
1180        open a page listing items. Most list pages can only
1181        list one type of items. For example: use the
1182        <menuchoice><guimenu>View</guimenu><guimenuitem>Samples</guimenuitem></menuchoice>
1183        menu to list samples and the
1184        <menuchoice><guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem></menuchoice>
1185        menu to list experiments. An example of a list page that can list
1186        items of several types is the <link linkend="trashcan">Trashcan</link>.     
1187        A typical list page is shown below.
1188      </para>
1189     
1190      <figure id="webclient.figures.listpage">
1191        <title>Example of a list page</title>
1192        <screenshot>
1193          <mediaobject>
1194            <imageobject><imagedata fileref="figures/listpage.png" format="PNG"
1195              scalefit="1" width="100%" contentdepth="100%" /></imageobject>
1196          </mediaobject>
1197        </screenshot>
1198      </figure>
1199     
1200      <para>
1201        The typical list page contains the following important
1202        elements:
1203      </para>
1204
1205      <variablelist>
1206        <varlistentry>
1207          <term><interface>1. Toolbar</interface></term>
1208          <listitem>
1209            <para>
1210            A toolbar with buttons for various actions such as
1211            <guibutton>New&hellip;</guibutton> for creating a new item,
1212            <guibutton>Delete</guibutton> for deleting items and
1213            <guibutton>Columns&hellip;</guibutton> for configuring columns.
1214            Depending on the permissions of the logged in user
1215            some buttons may be disabled (greyed out) or not shown at all.
1216            </para>
1217          </listitem>
1218        </varlistentry>
1219       
1220        <varlistentry>
1221          <term><interface>2. Navigation bar</interface></term>
1222          <listitem>
1223            <para>
1224            If there are many items the list will be divided into
1225            pages, each one showing a limited number of items.
1226            The navigation bar allows you to
1227            move to other pages and specify how many items each page
1228            should display. The navigation bar is repeated at the
1229            bottom of the list so you don't have to scroll back to the
1230            top of a long list just to get to another page.
1231            </para>
1232          </listitem>
1233        </varlistentry>
1234       
1235        <varlistentry>
1236          <term><interface>3. List of presets</interface></term>
1237          <listitem>
1238            <para>
1239            A list with preconfigured settings which allows you to
1240            quickly switch between different layouts (sort order, visible
1241            columns, filter settings, etc).
1242            </para>
1243          </listitem>
1244        </varlistentry>
1245       
1246        <varlistentry>
1247          <term><interface>4. Column headers</interface></term>
1248          <listitem>
1249            <para>
1250            The columns headers can be used for selecting sort order.
1251            </para>
1252          </listitem>
1253        </varlistentry>
1254       
1255        <varlistentry>
1256          <term><interface>5. Filter bar</interface></term>
1257          <listitem>
1258            <para>
1259            The filter bar allows you to search for items.
1260            </para>
1261          </listitem>
1262        </varlistentry>
1263       
1264      </variablelist>
1265     
1266     
1267      <sect2 id="webclient.itemlist.order">
1268        <title>Ordering the list</title>
1269       
1270        <para>
1271          Most lists are by default sorted by the name of the item. This can
1272          be changed by clicking on the column header of another column.
1273          If you click on the same column twice the sort order is reversed.
1274          A downwards or upwards pointing arrow is displayed next to the
1275          column header in the column that is currently used for sorting.
1276          Column headers that are black can't be used for sorting.
1277        </para>
1278       
1279        <para>
1280          It is possible to use more than one column for sorting. Press
1281          and hold one of the <keycap>CTRL</keycap>,
1282          <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking
1283          on another column header. The original sorting is kept and the new
1284          column is used for sub-sorting the list. The procedure can be
1285          repeated with more columns if you need to sort on three or more
1286          columns. To revert to sort by only one column again click a
1287          column header without holding down any key.
1288        </para> 
1289      </sect2>
1290   
1291      <sect2 id="webclient.itemlist.filter">
1292        <title>Filtering the list</title>
1293       
1294        <para>
1295          If the list contains many items you may need to use a filter to be
1296          able to find the item you are looking for. The input boxes on the
1297          line below the column headers are used for filtering. Most columns
1298          are filtered using a free-text input box, but some columns that can
1299          only take a few distinct values use a selection list or radio buttons
1300          instead. The selection list and radio buttons are very simple to use.
1301          Just select the alternative that you want to filter on. The list
1302          will be automatically updated when the selection has been made.
1303        </para>
1304       
1305        <para>
1306          The free-text filter is a bit more complex. By default, an exact match is
1307          required, use % as a wildcard that matches any character.
1308          For example, the filter <informalexample>Experiment A</informalexample> 
1309          only matches the same exact string, but the filter
1310          <informalexample>Exp%</informalexample> matches
1311          <informalexample>Experiment A, Experiment B, etc.</informalexample>
1312        </para>
1313       
1314        <para>
1315          You can also use operators to find items which has a value that
1316          is greater than, less than or not equal to a specific value. This is
1317          mostly useful on numeric or date columns but also works on text
1318          columns. The operator must be entered first in the
1319          free-text box, for example
1320          <informalexample>&lt;=10</informalexample>
1321          to find items which has a value less than or equal to 10.   
1322          Here is a list of the supported operators:
1323        </para>
1324       
1325        <variablelist id="webclient.itemlist.filter.operators">
1326          <title>List of operators supported by the free-text filter</title>
1327          <varlistentry>
1328            <term><keycap>&lt;</keycap></term>
1329            <listitem><simpara>Less than</simpara></listitem>
1330          </varlistentry>
1331          <varlistentry>
1332            <term><keycap>&lt;=</keycap></term>
1333            <listitem><simpara>Less than or equal to</simpara></listitem>
1334          </varlistentry>
1335          <varlistentry>
1336            <term><keycap>&gt;</keycap></term>
1337            <listitem><simpara>Greater than</simpara></listitem>
1338          </varlistentry>
1339          <varlistentry>
1340            <term><keycap>&gt;=</keycap></term>
1341            <listitem><simpara>Greater than or equal to</simpara></listitem>
1342          </varlistentry>
1343          <varlistentry>
1344            <term><keycap>=</keycap></term>
1345            <listitem><simpara>Equal to (useful to find items with a null value)</simpara></listitem>
1346          </varlistentry>
1347          <varlistentry>
1348            <term><keycap>&lt;&gt;</keycap></term>
1349            <term><keycap>!=</keycap></term>
1350            <listitem><simpara>Not equal to (useful to find items with a non-null value)</simpara></listitem>
1351          </varlistentry>
1352        </variablelist>
1353      </sect2>
1354     
1355      <sect2 id="webclient.itemlist.columns">
1356        <title>Configuring which columns to show</title>
1357       
1358        <para>
1359          Most lists show only a small subset of the columns it
1360          is capable of showing. Use the
1361          <guibutton>Columns&hellip;</guibutton> button to open
1362          a dialog that allows you to select which columns to show
1363          and the order in which they are shown.
1364        </para>
1365       
1366        <figure id="webclient.figures.configure_columns">
1367          <title>Configuring which columns to show</title>
1368          <screenshot>
1369          <mediaobject>
1370            <imageobject>
1371              <imagedata contentwidth="10cm" width="10cm"  fileref="figures/configure_columns.png" format="PNG"/>
1372            </imageobject>
1373          </mediaobject>
1374          </screenshot>
1375        </figure>
1376       
1377        <helptext external_id="columns.configure" 
1378          title="Set column order and visiblity">
1379       
1380        <variablelist>
1381        <varlistentry>
1382          <term><guilabel>Visible columns</guilabel></term>
1383          <listitem>
1384            <para>
1385              Shows the columns that are currently visible.
1386              Use the up/down arrow buttons to arrange the order of the
1387              visible columns. The topmost column is shown to the left.
1388              Use the right arrow button to move columns from this list
1389              to the hidden columns list. Columns marked with an <guilabel>×</guilabel> 
1390              are required
1391              and can't be hidden. In most lists the <guilabel>Name</guilabel> column
1392              is the only column that is required.
1393            </para>
1394          </listitem>
1395        </varlistentry>
1396         
1397        <varlistentry>
1398          <term><guilabel>Hidden columns</guilabel></term>
1399          <listitem>
1400            <para>
1401              Shows columns that are not currently visible in the
1402              list. Use the left arrow button to move columns from
1403              this list to the visible columns list.
1404            </para>
1405          </listitem>
1406        </varlistentry>
1407       
1408       
1409        <varlistentry>
1410          <term><guilabel>Presets</guilabel></term>
1411          <listitem>
1412            <para>
1413              A dropdown list that allows you to
1414              select a set of preconfigured columns. You may also create
1415              your own preset if you often need to switch between different
1416              configurations. The list of presets is the same as the one
1417              described <link linkend="webclient.itemlist.presets">below</link>,
1418              but if used from this dialog the presets doesn't affect filters,
1419              sort order, etc.
1420            </para>
1421          </listitem>
1422        </varlistentry>
1423        </variablelist>
1424       
1425          <para>
1426            Use the <guibutton>Save</guibutton> button to apply your
1427            changes or the <guibutton>Cancel</guibutton> button to
1428            close the popup without saving.
1429          </para>
1430
1431        </helptext>
1432
1433      </sect2>
1434     
1435      <sect2 id="webclient.itemlist.presets">
1436        <title>Presets</title>
1437       
1438        <para>
1439          The <guilabel>view / presets</guilabel> dropdown has three
1440          main functions:
1441        </para>
1442       
1443        <figure id="webclient.figures.viewpresets">
1444          <title>The view / presets dropdown</title>
1445          <screenshot>
1446            <mediaobject>
1447              <imageobject><imagedata fileref="figures/view_presets.png" format="PNG" 
1448                /></imageobject>
1449            </mediaobject>
1450          </screenshot>
1451        </figure>
1452        <orderedlist>
1453          <listitem>
1454            <para>
1455              Switch between different configuration presets.
1456              The top of the dropdown contains user-defined presets (<guilabel>Saved preset #1</guilabel> and
1457              <guilabel>#2</guilabel>) and a few preconfigured presets.
1458              The user-defined presets are used to store a complete table configuration,
1459              including:
1460            </para>
1461           
1462            <itemizedlist>
1463              <listitem><simpara>Which columns are visible and their order</simpara></listitem>
1464              <listitem><simpara>The column (or columns) used for sorting</simpara></listitem>
1465              <listitem><simpara>Filter settings</simpara></listitem>
1466              <listitem><simpara>The number of items per page and the current page</simpara></listitem>
1467            </itemizedlist>
1468           
1469            <para>             
1470              The preconfigured presets only affects
1471              the visible columns as follows:
1472            </para>
1473           
1474            <itemizedlist>
1475              <listitem>
1476                <para><guilabel>All columns</guilabel> - Show all columns.</para>
1477              </listitem>
1478              <listitem>
1479                <para><guilabel>Required columns</guilabel> - Show only the required columns.
1480                  Usually only the <guilabel>Name</guilabel> column is required.</para>
1481              </listitem>
1482              <listitem>
1483                <para><guilabel>Default columns</guilabel> - Show the default set of columns.</para>
1484              </listitem>
1485              <listitem>
1486                <para><guilabel>Other&hellip;</guilabel> -
1487                  Open the <link linkend="webclient.itemlist.columns">configure columns dialog box</link>.</para>
1488              </listitem>
1489            </itemizedlist>
1490           
1491          </listitem>
1492         
1493          <listitem>
1494            <para>
1495              Filter items by the removed status and the access
1496              permissions to an item.
1497            </para>
1498           
1499            <itemizedlist>
1500              <listitem>
1501                <para><guilabel>Removed</guilabel> - If checked, items that have been
1502                moved to the trashcan are shown, otherwise they are hidden.</para>
1503              </listitem>
1504              <listitem>
1505                <para><guilabel>Owned by me</guilabel> - If checked, items that the logged in user
1506                owns are displayed, otherwise they are hidden.</para>
1507              </listitem>
1508              <listitem>
1509                <para><guilabel>Shared to me</guilabel> - If checked, items that are owned
1510                by other users but shared to the logged in user are displayed, otherwise
1511                they are hidden.</para>
1512              </listitem>
1513              <listitem>
1514                <para><guilabel>In current project</guilabel> -
1515                  If checked, items that are linked with the current project are displayed,
1516                  otherwise they are hidden. It doesn't matter if the logged in user is the
1517                  owner or not. This option is only available if a project is active.
1518                </para>
1519              </listitem>
1520              <listitem>
1521                <para><guilabel>Owned by others</guilabel> -
1522                  This option is only available to administrators and will display
1523                  items that are owned by other users.
1524                </para>
1525              </listitem>
1526            </itemizedlist>
1527           
1528            <para>
1529              The default is to display item that the current user
1530              owns and, if a project is active, items in that project.
1531            </para>
1532           
1533          </listitem>
1534
1535          <listitem>
1536            <para>
1537              Administrate the presets
1538            </para>
1539            <itemizedlist>
1540              <listitem>
1541                <para><guilabel>Clear filter</guilabel> - Clears
1542                all filters.</para>
1543              </listitem>
1544             
1545              <listitem>
1546                <para><guilabel>Save as&hellip;</guilabel> - Save the
1547                current configuration as a preset.</para>
1548              </listitem>
1549
1550              <listitem>
1551                <para><guilabel>Manage&hellip;</guilabel> - Opens a dialog
1552                where you can remove saved presets. You can also load
1553                saved presets from the dialog, but it is quicker to just
1554                use the dropdown list for this.</para>
1555              </listitem>
1556            </itemizedlist>
1557          </listitem>
1558        </orderedlist>
1559       
1560        <sect3 id="webclient.itemlist.presets.saveas">
1561          <title>Save a preset</title>
1562         
1563          <para>
1564            If you select the <guilabel>Save as&hellip;</guilabel>
1565            option from the <guilabel>view / presets</guilabel> dropdown
1566            the <guilabel>Save preset as</guilabel> dialog is opened.
1567          </para>
1568         
1569          <figure id="webclient.figures.savepresetas">
1570            <title>Save preset as</title>
1571            <screenshot>
1572              <mediaobject>
1573                <imageobject><imagedata contentwidth="10cm" width="10cm" fileref="figures/save_preset.png" format="PNG" /></imageobject>
1574              </mediaobject>
1575            </screenshot>
1576          </figure>
1577         
1578          <helptext external_id="contexts.saveas" title="Save preset as">
1579         
1580          <variablelist>
1581          <varlistentry>
1582            <term><guilabel>For item</guilabel></term>
1583            <listitem>
1584              <para>
1585              The type of item the preset is saved for.
1586              </para>
1587            </listitem>
1588          </varlistentry>
1589          <varlistentry>
1590            <term><guilabel >Name</guilabel></term>
1591            <listitem>
1592              <para>
1593              The name of the preset. The name must be unique.
1594              </para>
1595            </listitem>
1596          </varlistentry>
1597          <varlistentry>
1598            <term><guilabel>Overwrite existing</guilabel></term>
1599            <listitem>
1600              <para>
1601              If a preset with the same name already exists, it is
1602              overwritten if this checkbox is checked.
1603              </para>
1604            </listitem>
1605          </varlistentry>
1606          <varlistentry>
1607            <term><guilabel>Public</guilabel></term>
1608            <listitem>
1609              <para>
1610              This options is only available for users
1611              which has the <emphasis>SHARE_TO_EVERYONE</emphasis>
1612              permission. If checked the preset is visible to
1613              all users.
1614              </para>
1615            </listitem>
1616          </varlistentry>
1617          </variablelist>
1618         
1619          <para>
1620            Use the <guibutton>Ok</guibutton> button to save the preset
1621            or the <guibutton>Cancel</guibutton> button to
1622            close the popup without saving.
1623          </para>
1624         
1625         
1626          </helptext>
1627         
1628        </sect3>
1629       
1630        <sect3 id="webclient.itemlist.presets.manage">
1631          <title>Manage presets</title>
1632         
1633          <para>
1634            If you select the <guilabel>Manage&hellip;</guilabel>
1635            option from the <guilabel>view / presets</guilabel> dropdown
1636            the <guilabel>Manage presets</guilabel> dialog is opened.
1637          </para>
1638         
1639          <figure id="webclient.figures.managepresets">
1640            <title>Manage presets</title>
1641            <screenshot>
1642              <mediaobject>
1643                <imageobject><imagedata contentwidth="7cm" width="7cm" fileref="figures/manage_presets.png" format="PNG" /></imageobject>
1644              </mediaobject>
1645            </screenshot>
1646          </figure>
1647         
1648          <helptext external_id="contexts.manage" title="Manage presets">
1649         
1650          <para>
1651            From this dialog you can delete or load presets.
1652          </para>
1653         
1654          <para>
1655            To delete presets, first mark the checkbox in front of
1656            each preset you want to delete. Then, click on the
1657            <guibutton>Delete&hellip;</guibutton> button. You will get
1658            a warning about that the action can't be undone. Unlike other
1659            items, the presets are not moved to the trashcan. Click on
1660            <guibutton>Ok</guibutton> to delete the preset.
1661          </para>
1662         
1663          <note>
1664            <title>Edit a preset</title>
1665            <para>
1666            It is not possible to edit a preset directly. To change an
1667            existing preset you must:
1668           
1669            <orderedlist>
1670            <listitem><simpara>Load the preset.</simpara></listitem>
1671            <listitem><simpara>Use the interface to change column settings, filter,
1672              sort order, etc.</simpara></listitem>
1673            <listitem><simpara>Save the preset with the same name.</simpara></listitem>
1674            </orderedlist>
1675            </para>
1676          </note>
1677         
1678          <para>
1679            Use the <guibutton>Close</guibutton> button to
1680            close the popup.
1681          </para>
1682         
1683         
1684          </helptext>
1685         
1686        </sect3>
1687       
1688      </sect2>
1689    </sect1>
1690   
1691</chapter>
Note: See TracBrowser for help on using the repository browser.