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

Last change on this file since 3791 was 3791, checked in by Martin Svensson, 16 years ago

Fixes #665 Links in the documentation

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 61.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 3791 2007-09-26 11:33:17Z martin $
7
8  Copyright (C) 2007 Peter Johansson, Nicklas Nordborg, Martin Svensson
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 cannot log in, try unchecking the encryption option.
73          If the checkbox is not 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 does not 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%"/></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 plug-ins 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              /></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            Shortcut to the most recently viewed items. The number of items are
240            configurable and you can also make some item types
241            <emphasis>sticky</emphasis>. This will for example keep the shortcut
242            to the last experiment even if you have viewed lots of other items
243            more recently.
244            See <xref linkend="webclient.configuration.preferences.mostrecent"/>
245            for configuration information.
246            </para>
247          </listitem>
248        </varlistentry>
249       
250        <varlistentry>
251          <term>
252            <interface>
253            <inlinemediaobject>
254            <imageobject><imagedata fileref="figures/project.gif" format="GIF" align="left"/></imageobject>
255            </inlinemediaobject>
256            Projects
257            </interface>
258          </term>
259          <listitem>
260            <para>
261            A list of all projects you are a member of. Selecting a project in the
262            list will make that project the active project.
263            </para>
264          </listitem>
265        </varlistentry>
266       
267        <varlistentry>
268          <term>
269            <interface>
270            <inlinemediaobject>
271            <imageobject><imagedata fileref="figures/user.png" format="PNG" align="left"/></imageobject>
272            </inlinemediaobject>
273            Logged in user
274            </interface>
275          </term>
276          <listitem>
277            <para>
278            Displays the name of the currently logged in user and allows
279            you to quickly logout and switch to another user.
280            </para>
281          </listitem>
282        </varlistentry>
283       
284      </variablelist>
285       
286      </sect2>
287     
288      <sect2 id="webclient.intro.help">
289        <title>Getting help</title>
290        <para>
291          Besides reading this document there are more ways to get help:
292        </para>
293        <variablelist>
294          <varlistentry>
295            <term>
296              Online context-sensitive help
297            </term>
298            <listitem>
299              <para>
300              Whenever you find a small help icon (
301              <inlinemediaobject>
302              <imageobject><imagedata fileref="figures/help.gif" format="GIF" /></imageobject>
303              </inlinemediaobject>
304              ) or button you may
305              click it to get help about the part of the page
306              you are currently viewing. The icon is located in the title
307              bar in most popup dialog windows and in the toolbar in most
308              other pages.
309              </para>
310            </listitem>
311          </varlistentry>
312
313          <varlistentry>
314            <term>
315              Using the <menuchoice><guimenu>Help</guimenu></menuchoice> menu
316            </term>
317            <listitem>
318              <para>
319              The <menuchoice><guimenu>Help</guimenu></menuchoice> menu
320              contains links for getting online help. These links
321              may be configured by a server administrator, so they may be
322              different from server to server. By default links for reporting
323              a bug and accessing this document are installed.
324              </para>
325            </listitem>
326          </varlistentry>
327
328          <varlistentry>
329            <term>
330              Mailing lists and other resources
331            </term>
332            <listitem>
333              <para>
334              See <xref linkend="resources" />.
335              </para>
336            </listitem>
337          </varlistentry>
338
339        </variablelist>
340       
341      </sect2>
342   
343    </sect1>
344   
345    <sect1 id="webclient.configuration">
346      <title>Configuring your account</title>
347     
348      <sect2 id="webclient.configuration.contact">
349        <title>Contact information</title>
350       
351        <para>
352          Use the <menuchoice><guimenu>File</guimenu>
353          <guimenuitem>Contact information</guimenuitem></menuchoice>
354          menu to bring up the user information dialog.
355        </para>
356       
357        <helptext external_id="userpreferences.contact" title="Contact information">
358       
359          <para>
360          This dialog has three tabs, <guilabel>Contact information</guilabel>
361          (selected), <guilabel>Password</guilabel> and <guilabel>Other information</guilabel>.
362          The logged in user can update the following contact information
363          details.
364          </para>
365       
366          <note>
367            <title>Multi-user accounts</title>
368            <para>
369              If you are using a multi-user account, for example a demo-account, you
370              do not have permission to change the contact information.
371            </para>
372          </note>
373       
374          <variablelist>
375            <varlistentry>
376              <term>
377                <guilabel>Full name</guilabel>
378              </term>
379              <listitem>
380                <para>
381                Your full name. You are not allowed to change this. If
382                it is not correct, contact an administrator to do it for
383                you.
384                </para>
385              </listitem>
386            </varlistentry>
387            <varlistentry>
388              <term>
389                <guilabel>Email</guilabel>
390              </term>
391              <listitem>
392                <para>
393                Your email address (optional).
394                </para>
395              </listitem>
396            </varlistentry>
397            <varlistentry>
398              <term>
399                <guilabel>Organisation</guilabel>
400              </term>
401              <listitem>
402                <para>
403                The name of the organisation you work for or represent (optional).
404                </para>
405              </listitem>
406            </varlistentry>
407            <varlistentry>
408              <term>
409                <guilabel>Address</guilabel>
410              </term>
411              <listitem>
412                <para>
413                Your postal address as it should be printed on letters to you
414                (optional).
415                </para>
416              </listitem>
417            </varlistentry>
418            <varlistentry>
419              <term>
420                <guilabel>Phone</guilabel>
421              </term>
422              <listitem>
423                <para>
424                Your phone number (optional). You may enter multiple phone numbers,
425                for example your work phone number and a mobile number.
426                </para>
427              </listitem>
428            </varlistentry>
429            <varlistentry>
430              <term>
431                <guilabel>Fax</guilabel>
432              </term>
433              <listitem>
434                <para>
435                Your fax number (optional).
436                </para>
437              </listitem>
438            </varlistentry>
439            <varlistentry>
440              <term>
441                <guilabel>Url</guilabel>
442              </term>
443              <listitem>
444                <para>
445                An URL to your home page or your organisation's home page (optional).
446                </para>
447              </listitem>
448            </varlistentry>
449          </variablelist>
450         
451          <para>
452            Press &gbSave; to save the changes or
453            &gbCancel; to abort.
454          </para>
455         
456          <seeother>
457            <other external_id="userpreferences.password">Change password</other>
458            <other external_id="userpreferences.other">Other information</other>
459          </seeother>
460        </helptext>
461       
462      </sect2>
463     
464      <sect2 id="webclient.configuration.other">
465        <title>Other information</title>
466        <para>
467          Use the
468          <menuchoice>
469            <guimenu>File</guimenu>
470            <guimenuitem>Other information&hellip;</guimenuitem>
471          </menuchoice>
472          menu to bring up the other information dialog.
473        </para>
474        <helptext external_id="userpreferences.other" title="Other information">
475          <para>
476            This dialog has three tabs,
477            <guilabel>Contact information</guilabel>
478            ,
479            <guilabel>Password</guilabel>
480            and
481            <guilabel>Other information</guilabel>
482            (selected) .
483          </para>
484          <para>
485            The look of the
486            <guilabel>Other information</guilabel>
487            tab can differe abit between different servers, depending on what settings
488            the server is installed with. There are three inputs in a fresh BASE2
489            installation but it is only the
490            <guilabel>Description</guilabel>
491            textarea that is static, the others can be removed or more fields can be
492            added (managed by the server administrator). The three fields, included in a
493            the BASE2 installation, are
494            <variablelist>
495              <varlistentry>
496                <term>
497                  <guilabel>Mobile</guilabel>
498                </term>
499                <listitem>
500                  <para>Your mobile number(Optional).</para>
501                </listitem>
502              </varlistentry>
503              <varlistentry>
504                <term>
505                  <guilabel>Skype</guilabel>
506                </term>
507                <listitem>
508                  <para>Your skype contact information(Optional).</para>
509                </listitem>
510              </varlistentry>
511              <varlistentry>
512                <term>
513                  <guilabel>Description</guilabel>
514                </term>
515                <listitem>
516                  <para>
517                    Text area where you can put useful information that couldn't
518                    be stored anywhere else(Optional).
519                  </para>
520                </listitem>
521              </varlistentry>
522            </variablelist>
523          </para>
524          <para>Press &gbSave; to save the changes or &gbCancel; to abort.</para>
525          <seeother>
526            <other external_id="userpreferences.contact">Contact information</other>
527            <other external_id="userpreferences.password">Change password</other>
528          </seeother>
529        </helptext>
530      </sect2>
531
532      <sect2 id="webclient.configuration.password">
533        <title>Changing password</title>
534       
535        <para>
536          Use the <menuchoice><guimenu>File</guimenu>
537          <guimenuitem>Change password</guimenuitem></menuchoice>
538          menu to bring up the change password dialog.
539        </para>
540       
541        <helptext external_id="userpreferences.password" title="Change password">
542
543          <para>
544          This dialog has three tabs, <guilabel>Contact information</guilabel>,
545          <guilabel>Password</guilabel> (selected) and <guilabel>Other information</guilabel>.
546          </para>
547
548          <variablelist>
549            <varlistentry>
550              <term>
551                <guilabel>New password</guilabel>
552              </term>
553              <listitem>
554                <para>
555                Enter the new password.
556                </para>
557              </listitem>
558            </varlistentry>
559            <varlistentry>
560              <term>
561                <guilabel>Retype password</guilabel>
562              </term>
563              <listitem>
564                <para>
565                Retype the same password. You must do this to
566                avoid spelling mistakes.
567                </para>
568              </listitem>
569            </varlistentry>
570          </variablelist>
571
572          <note>
573            <title>Multi-user accounts</title>
574            <para>
575              If you are using a multi-user account, for example a demo-account, you
576              do not have permission to change the password.
577            </para>
578          </note>
579       
580          <note>
581            <title>Empty passwords</title>
582            <para>
583              If you leave both fields empty the password will not be changed. It
584              is not possible to have an empty password.
585            </para>
586          </note>
587         
588          <seeother>
589            <other external_id="userpreferences.contact">Contact information</other>
590            <other external_id="userpreferences.other">Other information</other>
591          </seeother>
592         
593        </helptext>
594      </sect2>
595
596      <sect2 id="webclient.configuration.preferences">
597        <title>Preferences</title>
598       
599        <para>
600          Use the <menuchoice><guimenu>File</guimenu>
601          <guimenuitem>Preferences</guimenuitem></menuchoice>
602          menu to bring up the preferences dialog.
603          This dialog has three tabs, <guilabel>Appearance</guilabel>,
604          <guilabel>Plugins</guilabel> and <guilabel>Most recent</guilabel>.
605        </para>
606       
607        <sect3 id="webclient.configuration.preferences.appearance">
608          <title>The Appearance tab</title>
609         
610          <helptext external_id="userpreferences.appearance" title="Preferences - Appearance">
611         
612          <para>
613          This tab contains settings that affect the appearance of the
614          web client.
615          </para>
616         
617          <variablelist>
618            <varlistentry>
619              <term>
620                <guilabel>Font size</guilabel>
621              </term>
622              <listitem>
623                <para>
624                Select a basic font size. You can choose between
625                five sizes: extra small (XS), small (S), medium (M),
626                large (L) and extra large (XL). The default font size is
627                medium.
628                </para>
629              </listitem>
630            </varlistentry>
631            <varlistentry>
632              <term>
633                <guilabel>Scale factor</guilabel>
634              </term>
635              <listitem>
636                <para>
637                The scale factor affects the size of popup windows.
638                This setting exists because different browsers render
639                pages differently. If you often find that popup windows
640                are too small you can change this setting to make them
641                bigger.
642                </para>
643                <note>
644                  <para>
645                    The scale factor is automatically changed if the
646                    font size is changed.
647                  </para>
648                </note>
649              </listitem>
650            </varlistentry>
651            <varlistentry>
652              <term>
653                <guilabel>Toolbar</guilabel>
654              </term>
655              <listitem>
656                <para>
657                You may choose if the toolbar buttons should
658                have only images, only text or both images and text.
659                The default is that they have both images and text.
660                </para>
661              </listitem>
662            </varlistentry>
663            <varlistentry>
664              <term>
665                <guilabel>Ratio color range</guilabel>
666              </term>
667              <listitem>
668                <para>
669                Select three colors to use when displaying
670                data that is suitable for color coding, for
671                example the intensity ratio in two-color
672                experiments. The default setting is blue-black-yellow.
673                The list of presets contains other useful color combinations
674                (for example, the BASE 1 red-yellow-green) and the most
675                recently used color combinations.
676                </para>
677              </listitem>
678            </varlistentry>
679            <varlistentry>
680              <term>
681                <guilabel>Date format</guilabel>
682              </term>
683              <listitem>
684                <para>
685                A format string describing how dates should be displayed.
686                We support all formatting options supported by the Java
687                language. For more information see:
688                <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentation</ulink>
689                The most useful format patterns are:
690                </para>
691               
692                <itemizedlist>
693                  <listitem><simpara>yy: two-digit year</simpara></listitem>
694                  <listitem><simpara>yyyy: four-digit year</simpara></listitem>
695                  <listitem><simpara>MM: two-digit month</simpara></listitem>
696                  <listitem><simpara>MMM: month name (short)</simpara></listitem>
697                  <listitem><simpara>MMMM: month name (full)</simpara></listitem>
698                  <listitem><simpara>dd: two-digit day in month</simpara></listitem>
699                </itemizedlist>
700               
701                <para>
702                The list of presets contains the most commonly/recently
703                used date formats.
704                </para>
705               
706              </listitem>
707            </varlistentry>
708           
709            <varlistentry>
710              <term>
711                <guilabel>Date-time format</guilabel>
712              </term>
713              <listitem>
714                <para>
715                A format string describing how dates with times should be displayed.
716                We support all formatting options supported by the Java
717                language. For more information see:
718                <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentations</ulink>
719                The most useful time-format patterns are:
720                </para>
721               
722                <itemizedlist>
723                  <listitem><simpara>HH: two-digit hour (0-23)</simpara></listitem>
724                  <listitem><simpara>hh: two-digit hour (1-12)</simpara></listitem>
725                  <listitem><simpara>a: AM/PM marker</simpara></listitem>
726                  <listitem><simpara>mm: two-digit minute</simpara></listitem>
727                  <listitem><simpara>ss: two-digit second</simpara></listitem>
728                </itemizedlist>
729               
730              </listitem>
731            </varlistentry>
732           
733            <varlistentry>
734              <term>
735                <guilabel>Decimals</guilabel>
736              </term>
737              <listitem>
738                <para>
739                The number of decimals to display for numeric values.
740                The default is 2.
741                </para>
742              </listitem>
743            </varlistentry>
744           
745          </variablelist>
746       
747          </helptext>
748       
749        </sect3>
750       
751        <sect3 id="webclient.configuration.preferences.plugins">
752          <title>The Plugins tab</title>
753         
754          <helptext external_id="userpreferences.plugins" title="Preferences - Plugins">
755         
756          <para>
757            This tab contains settings that affect plug-in execution.
758          </para>
759         
760          <variablelist>
761            <varlistentry>
762              <term>
763                <guilabel>Messages</guilabel>
764              </term>
765              <listitem>
766                <para>
767                Mark the checkbox if you want to have a message sent
768                to you when a plug-in completes execution. This setting
769                can be overridden each time you start a plug-in.
770                </para>
771              </listitem>
772            </varlistentry>
773            <varlistentry>
774              <term>
775                <guilabel>Remove jobs</guilabel>
776              </term>
777              <listitem>
778                <para>
779                  This checkbox should be marked if you want the jobs, done by
780                  import or export plug-ins, to be marked as removed if they
781                  finished successfully. This setting can be overridden each time
782                  you start a plug-in.
783                </para>
784              </listitem>
785            </varlistentry>
786            <varlistentry>
787              <term>
788                <guilabel>Show warnings</guilabel>
789              </term>
790              <listitem>
791                <para>
792                  This checkbox should be marked if you want to show warning
793                  messages from plug-ins in the <guilabel>Select plug-in</guilabel>
794                  dialog. Warning-level messages usually originates from plug-ins
795                  that are unrelated to the current task and are only of interest to
796                  plug-in developers. Error messages that are related to the
797                  current task are always shown.
798                </para>
799              </listitem>
800            </varlistentry>
801          </variablelist>
802          </helptext>
803         
804        </sect3>
805       
806        <sect3 id="webclient.configuration.preferences.mostrecent">
807          <title>The Recent items tab</title>
808         
809          <helptext external_id="userpreferences.mostrecent" 
810            title="Preferences - Recent items">
811         
812          <para>
813            This tab contains settings that affect the <guilabel>Recent
814            items</guilabel> menu.
815          </para>
816         
817          <variablelist>
818          <varlistentry>
819            <term>
820              <guilabel>Recently viewed items</guilabel>
821            </term>
822            <listitem>
823              <para>
824              The number of recently <emphasis>viewed</emphasis> items to remember.
825              The default is to remember 6 items. The remembered items
826              will be displayed in the <guilabel>Recent items</guilabel>
827              menu in the menu bar.
828              </para>
829            </listitem>
830          </varlistentry>
831          <varlistentry>
832            <term>
833              <guilabel>Recently used items</guilabel>
834            </term>
835            <listitem>
836              <para>
837              The number of recently <emphasis>used</emphasis> items to remember.
838              The default is to remember 4 items. The remembered items will
839              be displayed in edit dialogs where they have been used before.
840              Each type of edit operation has it's own list of remembered items.
841              For example, there is one list that remembers the most recently used
842              protocols when creating a sample, and there is another list that
843              remembers the most recently used scanners when creating a scan.
844              </para>
845            </listitem>
846          </varlistentry>
847         
848          <varlistentry>
849            <term>
850              <guilabel>Load the names of all items</guilabel>
851            </term>
852            <listitem>
853              <para>
854              If checked, the names of the items will be loaded and
855              displayed in the menu, otherwise only the ID and type of item
856              is displayed.
857              </para>
858            </listitem>
859          </varlistentry>
860         
861          <varlistentry>
862            <term>
863              <guilabel>Sticky items</guilabel>
864            </term>
865            <listitem>
866              <para>
867              Always remember the last viewed item of the selected types.
868              For example, if you have selected <emphasis>Experiment</emphasis>
869              as a sticky item, the last viewed experiment will be remembered
870              even if you view hundreds of other items. Use the arrow buttons
871              to move item types between the lists and sort the sticky items list.
872              Sticky items will be displayed in the <guilabel>Recent items</guilabel>
873              menu in the menu bar.             
874              </para>
875            </listitem>
876          </varlistentry>
877          </variablelist>
878          </helptext>
879         
880        </sect3>
881      </sect2>
882 
883    </sect1>
884   
885    <sect1 id="webclient.items">
886      <title>Working with items</title>
887     
888      <para>
889        No matter what you are doing in BASE some things works more
890        or less in the same way. This section covers things that are
891        common for most parts of BASE.
892      </para>
893     
894      <para>
895        You mostly work with a single type of item at a time. This is
896        reflected in the menu system. For example, use
897        <menuchoice>
898          <guimenu>View</guimenu>
899          <guimenuitem>Samples</guimenuitem>
900        </menuchoice>
901        to work with samples, and
902        <menuchoice>
903          <guimenu>View</guimenu>
904          <guimenuitem>Experiments</guimenuitem>
905        </menuchoice>
906        to work with experiments. In most cases the list view for that type
907        of item is displayed. The list view, as the name says,
908        is used to list all items. There are two more standard views, the
909        single-item view and the edit view.
910      </para>
911     
912      <variablelist>
913        <varlistentry>
914          <term>List view</term>
915          <listitem>
916            <para>
917            This view lists all items of a certain type. The view allows you to search
918            and it is possible to configure which information to show
919            for each item. It also contains functions that
920            can be used on multiple items at the same time, for example,
921            delete, share and export. See <xref linkend="webclient.itemlist"/> for more information.
922            </para>
923          </listitem>
924        </varlistentry>
925     
926        <varlistentry>
927          <term>Single-item view</term>
928          <listitem>
929            <para>
930            Displays information about a single item. Sometimes it is very little,
931            sometimes it is very much and the information may be divided
932            into multiple tabs.
933            </para>
934          </listitem>
935        </varlistentry>
936     
937        <varlistentry>
938          <term>Edit view</term>
939          <listitem>
940            <para>
941            This view is used for editing the information
942            about a single item. It is always displayed as a popup window.
943            </para>
944          </listitem>
945        </varlistentry>
946      </variablelist> 
947             
948      <sect2 id="webclient.items.new">
949        <title>Create a new item</title>
950       
951        <para>
952          New items are mostly created from the list view. For example,
953          to create a new experiment go to the
954          <menuchoice><guimenu>View</guimenu> <guimenuitem>Experiments</guimenuitem></menuchoice>
955          page. Here you will find a &gbNew; button in the
956          toolbar. The button is disabled if you do not have permission to create new experiments.
957          Otherwise, click on it and enter any required information in the popup dialog.
958          Sometimes there are multiple tabs in this dialog. In the case of experiments
959          there are three tabs: <guilabel>Experiment</guilabel>, <guilabel>Publication</guilabel>
960          and <guilabel>Experimental factors</guilabel>.
961         
962          As a general rule, only the first tab has information that is required.
963          The information in all other tabs are optional.
964        </para>
965       
966        <para>
967          In some places you will also find actions that create items
968          directly in the list. For example in the list of samples or on
969          the single-item view for a sample you can create an extract using that
970          sample as the parent. If you use such links the parent
971          item will in most cases be selected automatically, which saves
972          you a few clicks when creating new items.
973        </para>
974       
975        <para>
976          Click on the &gbSave; button to save the new
977          item to the database or on the &gbCancel; button
978          to abort.
979        </para>
980
981        <note>
982          <para>
983          To speed up data entry when adding multiple new items there
984          are a few tricks you can use to make the web client supply
985          default values for most properties. To find a default value
986          the following checklist is used in this order:
987          </para>
988       
989        <orderedlist>         
990          <listitem>
991            <para>
992            If the list have an active filter the filter values are
993            used as default property values for the new item. For example,
994            if you are listing experiments with <guilabel>Genepix</guilabel>
995            raw data type the new experiment will automatically have
996            <guilabel>Genepix</guilabel> selected. This trick should work
997            for all properties except annotations, if it does not
998            report it as a bug to the development team.
999            </para>
1000          </listitem>
1001         
1002          <listitem>
1003            <para>
1004            When you link to other items the same item will be used the next time.
1005            For example, if you create an extract and selects an extraction protocol
1006            the same protocol is used the next time you create another extract.
1007            In fact, BASE will remember as many items as specified by
1008            the
1009            <guilabel>Recently used items</guilabel> setting (default is 4),
1010            allowing you to quickly select one of those protocols.
1011            <xref linkend="webclient.configuration.preferences.appearance"/> 
1012            contains more information about the setting.
1013            </para>
1014          </listitem>
1015         
1016          <listitem>
1017            <para>
1018            If you have a project active and that project has specified default
1019            values those values will be used for new items. A project can specify
1020            defaults for protocols, hardware and software and a few other settings.
1021            </para>
1022          </listitem>
1023         
1024        </orderedlist>
1025       
1026        </note>
1027       
1028      </sect2>
1029     
1030      <sect2 id="webclient.items.edit">
1031        <title>Edit an existing item</title>
1032       
1033        <para>
1034          On all single-item views there is an &gbEdit;
1035          button in the toolbar that opens a popup dialog for editing the properties
1036          of the item. This button is disabled if the logged in user does not have
1037          write permission for the item.
1038        </para>
1039       
1040        <para>
1041          You can also open the edit popup in most other places where
1042          the item appears, for example, in lists or the single-item view
1043          of a related item. Press and hold one of the <keycap>CTRL</keycap>,
1044          <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking
1045          on the link and the edit window will open in a popup.
1046          If you do not have write permission
1047          on the item there is no meaning to open the edit popup and you will
1048          be taken to the single-item view page instead.
1049        </para>
1050
1051        <para>
1052          Click on the &gbSave; button to save the changes
1053          to the database or on the &gbCancel; button
1054          to abort.
1055        </para>
1056     
1057      </sect2>
1058
1059      <sect2 id="webclient.items.delete">
1060        <title>Delete items</title>
1061
1062        <para>
1063          You can delete items either from the list view or from
1064          a single-item view. In both cases, the item is only moved to
1065          the trashcan. No information is deleted from the database. This allows
1066          you to restore the item if you later find out that you need it again.
1067          In fact, there is nothing special about a removed item. It can still be
1068          used for the same things as any non-removed item can.
1069        </para>
1070
1071        <important>
1072          <para>
1073          To really delete an item from the database you must use
1074          the trashcan. See <xref linkend="trashcan"/>.
1075          </para>
1076        </important>
1077       
1078        <para>
1079          To delete items from the list view you must first mark
1080          the checkbox for each item you want to delete. Then, click on
1081          the &gbDelete; button. The list should refresh itself
1082          automatically. If you want to confirm that the items have been removed
1083          use the <guilabel>view / presets</guilabel> dropdown and select
1084          the <guilabel>Removed</guilabel> option. The removed items should now
1085          be displayed in the list with a small trashcan icon to indicate that
1086          they are located in the trashcan.
1087        </para>
1088
1089        <para>
1090          To delete items from the single-item view, click on the
1091          &gbDelete; button in the toolbar. The page will refresh
1092          itself automatically and a small trashcan icon should be displayed.
1093          If you do not have permission to delete the item the delete button
1094          is disabled.
1095        </para>
1096
1097      </sect2>
1098     
1099      <sect2 id="webclient.items.restore">
1100        <title>Restore deleted items</title>
1101       
1102        <para>
1103          You can restore deleted items either from the trashcan,
1104          from the list view or from the single-item view. This section only covers the last two
1105          cases. The trashcan has a section of it's own(<xref linkend="trashcan"/>).
1106        </para>
1107
1108        <para>
1109          To delete items from the list view you must first make the deleted
1110          items appear in the list. This is easy, just use the <guilabel>view / presets</guilabel> 
1111          dropdown and select the <guilabel>Removed</guilabel> option. The list should
1112          refresh itself automatically. The removed items are
1113          displayed in the list with a small trashcan icon to indicate that
1114          they are located in the trashcan. Then, mark the checkbox for each item that you want
1115          to restore and click the &gbRestore; button. The list should
1116          refresh itself automatically and the trashcan icon should be gone from the
1117          restored items.
1118        </para>
1119       
1120        <para>
1121          To restore items from the single-item view, click on the
1122          &gbRestore; button in the toolbar. The page will refresh
1123          itself automatically and the small trashcan icon should be gone.
1124          If you do not have permission to restore the item the restore button
1125          is disabled.
1126        </para>
1127
1128      </sect2>
1129
1130      <sect2 id="webclient.items.share">
1131        <title>Share items to other users</title>
1132        <para>
1133          Sharing data with other users is an important feature
1134          of BASE, which allows you cooperate in teams. If you have
1135          followed the instructions in <xref linkend="project_permission" />
1136          you will find that you almost never have to share items manually
1137          to other users. This is because whenever you work with an active
1138          project each new item you create will automatically be shared
1139          to that project. In most cases, this is all you need.
1140        </para>
1141       
1142        <para>
1143          If you still need to manually share your data with other users,
1144          here is how to do it.
1145        </para>
1146       
1147        <para>
1148          From a list view, mark the checkbox for each item you want to share.
1149          Then, click on the &gbShare; button.
1150          If you are on a single-item page, click on the &gbShare; 
1151          button on that page. In both cases, this will open the
1152          <guilabel>Set access permissions</guilabel>
1153          dialog window.
1154        </para>
1155       
1156        <figure id="webclient.items.share.set_permissions">
1157          <title>Sharing items to other users</title>
1158          <screenshot>
1159          <mediaobject>
1160            <imageobject>
1161              <imagedata fileref="figures/set_permissions.png" format="PNG" />
1162            </imageobject>
1163          </mediaobject>
1164          </screenshot>
1165        </figure>
1166       
1167        <helptext external_id="share.setpermissions" title="Set access permissions">
1168          <variablelist>
1169            <varlistentry>
1170              <term><guilabel>Members</guilabel></term>
1171              <listitem>
1172                <para>
1173                The list displays the users, groups and projects
1174                that already has access to the items you selected.
1175                The list shows the name and the permission level.
1176                The permission level uses a one-letter code as follows:
1177                </para>
1178               
1179                <itemizedlist>
1180                <listitem><simpara><guilabel>R</guilabel> = Read</simpara></listitem>
1181                <listitem><simpara><guilabel>U</guilabel> = Use</simpara></listitem>
1182                <listitem><simpara><guilabel>W</guilabel> = Write</simpara></listitem>
1183                <listitem><simpara><guilabel>D</guilabel> = Delete</simpara></listitem>
1184                <listitem><simpara><guilabel>O</guilabel> = Take ownership</simpara></listitem>
1185                <listitem><simpara><guilabel>P</guilabel> = Set permission</simpara></listitem>
1186                </itemizedlist>
1187               
1188                <para>
1189                  Instead of a permission code, the word <guilabel>varying</guilabel>
1190                  may be displayed. This happens if the items you selected have been
1191                  shared with different permission.
1192                </para>
1193               
1194              </listitem>
1195            </varlistentry>
1196           
1197            <varlistentry>
1198              <term><guilabel>Permissions</guilabel></term>
1199              <listitem>
1200                <para>
1201                When you select a user, group or project in the
1202                list, the checkboxes will display the current permission.
1203                The exception is if the permissions are varying, in which
1204                case no checkboxes are checked.
1205                To change the permissions just check the permissions you want to
1206                grant or uncheck the permissions you want to revoke.
1207                You can select more than one user, group or project
1208                and change the permissions for all of them at once.
1209                </para>
1210              </listitem>
1211            </varlistentry>           
1212
1213            <varlistentry>
1214              <term><guibutton>Add users</guibutton></term>
1215              <listitem>
1216                <para>
1217                Opens a popup window that allows you to select
1218                users to share the items to. In the popup window, mark
1219                one or more users and click on the &gbOk;
1220                button. Unless you are an administrator, the popup window
1221                will only list users that are members of at least one of the
1222                groups where you also are a member. It will not list users that
1223                already have access to the items.
1224                </para>
1225              </listitem>
1226            </varlistentry>
1227
1228            <varlistentry>
1229              <term><guibutton>Add groups</guibutton></term>
1230              <listitem>
1231                <para>
1232                Opens a popup window that allows you to select
1233                groups to share the items to. In the popup window, mark
1234                one or more groups and click on the &gbOk;
1235                button. Unless you are an administrator, the popup window
1236                will only list groups where you are a member. It will not list
1237                groups that already have access to the items.
1238                </para>
1239              </listitem>
1240            </varlistentry>
1241           
1242            <varlistentry>
1243              <term><guibutton>Add projects</guibutton></term>
1244              <listitem>
1245                <para>
1246                Opens a popup window that allows you to select
1247                projects to share the items to. In the popup window, mark
1248                one or more projects and click on the &gbOk;
1249                button. Unless you are an administrator, the popup window
1250                will only list projects where you are a member. It will not list
1251                projects that already have access to the items.
1252                </para>
1253              </listitem>
1254            </varlistentry>
1255
1256            <varlistentry>
1257              <term>&gbRemove;</term>
1258              <listitem>
1259                <para>
1260                Click on this button to revoke access permissions from
1261                the selected users, groups and projects.
1262                </para>
1263              </listitem>   
1264            </varlistentry>
1265          </variablelist>
1266       
1267          <para>
1268            Use the &gbSave; button to save your
1269            changes or the &gbCancel; button to
1270            close the popup without saving.
1271          </para>
1272        </helptext>
1273
1274      </sect2>
1275
1276      <sect2 id="webclient.items.takeownership">
1277        <title>Take ownership of items</title>
1278        <para>
1279          Sometime it may be necessary to change the owner of an item.
1280          As an user you cannot give the ownership of your items to another
1281          user. It is instead the other user that must take the ownership
1282          of your items. For this to work, you must first give the other user
1283          permission to do so. That it, you must share your items with
1284          <guilabel>Take ownership</guilabel> permission to other user.
1285          See <xref linkend="webclient.items.share" />.
1286        </para>
1287       
1288        <para>
1289          When the items have been shared, the other user has to go to the
1290          list view (or the single-item view), mark the checkboxes for
1291          the items, and click in the <guibutton>Take ownership</guibutton>
1292          button. A warning message about not being able to undo the action
1293          is displayed. Click on &gbOk; to continue or
1294          &gbCancel; to abort.
1295        </para>
1296       
1297        <note>
1298          <para>
1299          The original owner may not have access permissions to the items
1300          any longer. If that is desired, the new owner must share the items
1301          to the original owner.
1302          </para>
1303        </note>
1304       
1305      </sect2>
1306     
1307      <sect2 id="webclient.items.export">
1308        <title>Export items</title>
1309        <para>
1310          This has a chapter of it's own. See <xref linkend="import_export_data.export"/>.
1311        </para>
1312      </sect2>
1313
1314    </sect1>
1315   
1316    <sect1 id="webclient.itemlist">
1317      <title>Listing items</title>
1318     
1319      <para>
1320        All pages that lists items are very similar in their appearance and
1321        functionality. In this section we will describe the things that are
1322        common for most (if not all) list pages.
1323      </para>
1324     
1325      <para>
1326        Use the menu to open a page listing items. Most list pages can only list one type of
1327        items. For example: use the
1328        <menuchoice>
1329          <guimenu>View</guimenu>
1330          <guimenuitem>Samples</guimenuitem>
1331        </menuchoice>
1332        menu to list samples and the
1333        <menuchoice>
1334          <guimenu>View</guimenu>
1335          <guimenuitem>Experiments</guimenuitem>
1336        </menuchoice>
1337        menu to list experiments.
1338      </para>
1339
1340      <tip>
1341        An example of a list page that can list
1342        items of several types is found by going to
1343        <menuchoice>
1344          <guimenu>View</guimenu>
1345          <guimenuitem>All items</guimenuitem>
1346        </menuchoice>.
1347        This page lists all items that you are the owner of. It has a few limitations:
1348       
1349        <itemizedlist>
1350          <listitem>
1351            <para>
1352              It support only a limited set of columns (type, name and description)
1353              since these are the only properties that are common
1354              among all items.
1355            </para>
1356          </listitem>
1357         
1358          <listitem>
1359            <para>
1360              The list cannot be filtered (except by item type)
1361              or sorted. This is due to a limitation in the query system
1362              used to generate the list.
1363            </para>
1364          </listitem>
1365        </itemizedlist>
1366       
1367        <para>
1368          There are also several similarities:
1369        </para>
1370       
1371        <itemizedlist>
1372          <listitem>
1373            <para>
1374              It supports all of the regular multi-item
1375              operations such as delete, restore, share
1376              and take ownership.
1377            </para>
1378          </listitem>
1379         
1380          <listitem>
1381            <para>
1382              Clicking on the name of the item will take you to the
1383              single-item view of that item. Holding down <keycap>CTRL</keycap>,
1384              <keycap>ALT</keycap> or <keycap>SHIFT</keycap> while clicking,
1385              will open the edit popup.
1386            </para>
1387          </listitem>
1388        </itemizedlist>       
1389       
1390      </tip>
1391     
1392      <figure id="webclient.figures.listpage">
1393        <title>A typical list page</title>
1394        <screenshot>
1395          <mediaobject>
1396            <imageobject><imagedata fileref="figures/listpage.png" format="PNG"
1397              scalefit="1" width="100%" /></imageobject>
1398          </mediaobject>
1399        </screenshot>
1400      </figure>
1401     
1402      <para>
1403        The typical list page contains the following important
1404        elements:
1405      </para>
1406
1407      <variablelist>
1408        <varlistentry>
1409          <term><interface>1. Toolbar</interface></term>
1410          <listitem>
1411            <para>
1412            A toolbar with buttons for various actions such as
1413            &gbNew; for creating a new item,
1414            &gbDelete; for deleting items and
1415            <guibutton>Columns&hellip;</guibutton> for configuring columns.
1416            Depending on the permissions of the logged in user
1417            some buttons may be disabled (greyed out) or not shown at all.
1418            </para>
1419          </listitem>
1420        </varlistentry>
1421       
1422        <varlistentry>
1423          <term><interface>2. Navigation bar</interface></term>
1424          <listitem>
1425            <para>
1426            If there are many items the list will be divided into
1427            pages, each one showing a limited number of items.
1428            The navigation bar allows you to
1429            move to other pages and specify how many items each page
1430            should display. The navigation bar is repeated at the
1431            bottom of the list so you do not have to scroll back to the
1432            top of a long list just to get to another page.
1433            </para>
1434          </listitem>
1435        </varlistentry>
1436       
1437        <varlistentry>
1438          <term><interface>3. List of presets</interface></term>
1439          <listitem>
1440            <para>
1441            A list with preconfigured settings which allows you to
1442            quickly switch between different layouts (sort order, visible
1443            columns, filter settings, etc).
1444            </para>
1445          </listitem>
1446        </varlistentry>
1447       
1448        <varlistentry>
1449          <term><interface>4. Column headers</interface></term>
1450          <listitem>
1451            <para>
1452            The columns headers can be used for selecting sort order.
1453            </para>
1454          </listitem>
1455        </varlistentry>
1456       
1457        <varlistentry>
1458          <term><interface>5. Filter bar</interface></term>
1459          <listitem>
1460            <para>
1461            The filter bar allows you to search for items.
1462            </para>
1463          </listitem>
1464        </varlistentry>
1465       
1466      </variablelist>
1467     
1468     
1469      <sect2 id="webclient.itemlist.order">
1470        <title>Ordering the list</title>
1471       
1472        <para>
1473          Most lists are by default sorted by the name of the item. This can
1474          be changed by clicking on the column header of another column.
1475          If you click on the same column twice the sort order is reversed.
1476          A downwards or upwards pointing arrow is displayed next to the
1477          column header in the column that is currently used for sorting.
1478          Column headers that are black cannot be used for sorting.
1479        </para>
1480       
1481        <para>
1482          It is possible to use more than one column for sorting. Press
1483          and hold one of the <keycap>CTRL</keycap>,
1484          <keycap>ALT</keycap> or <keycap>SHIFT</keycap> keys while clicking
1485          on another column header. The original sorting is kept and the new
1486          column is used for sub-sorting the list. The procedure can be
1487          repeated with more columns if you need to sort on three or more
1488          columns. To revert to sort by only one column again click a
1489          column header without holding down any key.
1490        </para> 
1491      </sect2>
1492   
1493      <sect2 id="webclient.itemlist.filter">
1494        <title>Filtering the list</title>
1495       
1496        <para>
1497          If the list contains many items you may need to use a filter to be
1498          able to find the item you are looking for. The input boxes on the
1499          line below the column headers are used for filtering. Most columns
1500          are filtered using a free-text input box, but some columns that can
1501          only take a few distinct values use a selection list or radio buttons
1502          instead. The selection list and radio buttons are very simple to use.
1503          Just select the alternative that you want to filter on. The list
1504          will be automatically updated when the selection has been made.
1505        </para>
1506       
1507        <para>
1508          The free-text filter is a bit more complex. By default, an exact match is
1509          required, use % as a wildcard that matches any character.
1510          For example, the filter <informalexample>Experiment A</informalexample> 
1511          only matches the same exact string, but the filter
1512          <informalexample>Exp%</informalexample> matches
1513          <informalexample>Experiment A, Experiment B, etc.</informalexample>
1514        </para>
1515       
1516        <para>
1517          You can also use operators to find items which has a value that
1518          is greater than, less than or not equal to a specific value. This is
1519          mostly useful on numeric or date columns but also works on text
1520          columns. The operator must be entered first in the
1521          free-text box, for example
1522          <informalexample>&lt;=10</informalexample>
1523          to find items which has a value less than or equal to 10.   
1524          Here is a list of the supported operators:
1525        </para>
1526       
1527        <variablelist id="webclient.itemlist.filter.operators">
1528          <title>List of operators supported by the free-text filter</title>
1529          <varlistentry>
1530            <term><keycap>&lt;</keycap></term>
1531            <listitem><simpara>Less than</simpara></listitem>
1532          </varlistentry>
1533          <varlistentry>
1534            <term><keycap>&lt;=</keycap></term>
1535            <listitem><simpara>Less than or equal to</simpara></listitem>
1536          </varlistentry>
1537          <varlistentry>
1538            <term><keycap>&gt;</keycap></term>
1539            <listitem><simpara>Greater than</simpara></listitem>
1540          </varlistentry>
1541          <varlistentry>
1542            <term><keycap>&gt;=</keycap></term>
1543            <listitem><simpara>Greater than or equal to</simpara></listitem>
1544          </varlistentry>
1545          <varlistentry>
1546            <term><keycap>=</keycap></term>
1547            <listitem><simpara>Equal to (useful to find items with a null value)</simpara></listitem>
1548          </varlistentry>
1549          <varlistentry>
1550            <term><keycap>&lt;&gt;</keycap></term>
1551            <term><keycap>!=</keycap></term>
1552            <listitem><simpara>Not equal to (useful to find items with a non-null value)</simpara></listitem>
1553          </varlistentry>
1554        </variablelist>
1555      </sect2>
1556     
1557      <sect2 id="webclient.itemlist.columns">
1558        <title>Configuring which columns to show</title>
1559       
1560        <para>
1561          Most lists show only a small subset of the columns it
1562          is capable of showing. Use the
1563          <guibutton>Columns&hellip;</guibutton> button to open
1564          a dialog that allows you to select which columns to show
1565          and the order in which they are shown.
1566        </para>
1567       
1568        <figure id="webclient.figures.configure_columns">
1569          <title>Configuring which columns to show</title>
1570          <screenshot>
1571          <mediaobject>
1572            <imageobject>
1573              <imagedata fileref="figures/configure_columns.png" format="PNG"/>
1574            </imageobject>
1575          </mediaobject>
1576          </screenshot>
1577        </figure>
1578       
1579        <helptext external_id="columns.configure" 
1580          title="Set column order and visiblity">
1581       
1582        <variablelist>
1583        <varlistentry>
1584          <term><guilabel>Visible columns</guilabel></term>
1585          <listitem>
1586            <para>
1587              Shows the columns that are currently visible.
1588              Use the up/down arrow buttons to arrange the order of the
1589              visible columns. The topmost column is shown to the left.
1590              Use the right arrow button to move columns from this list
1591              to the hidden columns list. Columns marked with an <guilabel>×</guilabel> 
1592              are required
1593              and cannot be hidden. In most lists the <guilabel>Name</guilabel> column
1594              is the only column that is required.
1595            </para>
1596          </listitem>
1597        </varlistentry>
1598         
1599        <varlistentry>
1600          <term><guilabel>Hidden columns</guilabel></term>
1601          <listitem>
1602            <para>
1603              Shows columns that are not currently visible in the
1604              list. Use the left arrow button to move columns from
1605              this list to the visible columns list.
1606            </para>
1607          </listitem>
1608        </varlistentry>
1609       
1610       
1611        <varlistentry>
1612          <term><guilabel>Presets</guilabel></term>
1613          <listitem>
1614            <para>
1615              A dropdown list that allows you to
1616              select a set of preconfigured columns. You may also create
1617              your own preset if you often need to switch between different
1618              configurations. The list of presets is the same as the one
1619              described <link linkend="webclient.itemlist.presets">below</link>,
1620              but if used from this dialog the presets does not affect filters,
1621              sort order, etc.
1622            </para>
1623          </listitem>
1624        </varlistentry>
1625        </variablelist>
1626       
1627          <para>
1628            Use the &gbSave; button to apply your
1629            changes or the &gbCancel; button to
1630            close the popup without saving.
1631          </para>
1632
1633        </helptext>
1634
1635      </sect2>
1636     
1637      <sect2 id="webclient.itemlist.presets">
1638        <title>Presets</title>
1639       
1640        <para>
1641          The <guilabel>view / presets</guilabel> dropdown has three
1642          main functions:
1643        </para>
1644       
1645        <figure id="webclient.figures.viewpresets">
1646          <title>The view / presets dropdown</title>
1647          <screenshot>
1648            <mediaobject>
1649              <imageobject><imagedata fileref="figures/view_presets.png" format="PNG" 
1650                /></imageobject>
1651            </mediaobject>
1652          </screenshot>
1653        </figure>
1654        <orderedlist>
1655          <listitem>
1656            <para>
1657              Switch between different configuration presets.
1658              The top of the dropdown contains user-defined presets (<guilabel>Saved preset #1</guilabel> and
1659              <guilabel>#2</guilabel>) and a few preconfigured presets.
1660              The user-defined presets are used to store a complete table configuration,
1661              including:
1662            </para>
1663           
1664            <itemizedlist>
1665              <listitem><simpara>Which columns are visible and their order</simpara></listitem>
1666              <listitem><simpara>The column (or columns) used for sorting</simpara></listitem>
1667              <listitem><simpara>Filter settings</simpara></listitem>
1668              <listitem><simpara>The number of items per page and the current page</simpara></listitem>
1669            </itemizedlist>
1670           
1671            <para>             
1672              The preconfigured presets only affects
1673              the visible columns as follows:
1674            </para>
1675           
1676            <itemizedlist>
1677              <listitem>
1678                <para><guilabel>All columns</guilabel> - Show all columns.</para>
1679              </listitem>
1680              <listitem>
1681                <para><guilabel>Required columns</guilabel> - Show only the required columns.
1682                  Usually only the <guilabel>Name</guilabel> column is required.</para>
1683              </listitem>
1684              <listitem>
1685                <para><guilabel>Default columns</guilabel> - Show the default set of columns.</para>
1686              </listitem>
1687              <listitem>
1688                <para><guilabel>Other&hellip;</guilabel> -
1689                  Open the configure columns dialog box, described in
1690                  <xref linkend="webclient.itemlist.columns"/>.</para>
1691              </listitem>
1692            </itemizedlist>
1693           
1694          </listitem>
1695         
1696          <listitem>
1697            <para>
1698              Filter items by the removed status and the access
1699              permissions to an item.
1700            </para>
1701           
1702            <itemizedlist>
1703              <listitem>
1704                <para><guilabel>Removed</guilabel> - If checked, items that have been
1705                moved to the trashcan are shown, otherwise they are hidden.</para>
1706              </listitem>
1707              <listitem>
1708                <para><guilabel>Owned by me</guilabel> - If checked, items that the logged in user
1709                owns are displayed, otherwise they are hidden.</para>
1710              </listitem>
1711              <listitem>
1712                <para><guilabel>Shared to me</guilabel> - If checked, items that are owned
1713                by other users but shared to the logged in user are displayed, otherwise
1714                they are hidden.</para>
1715              </listitem>
1716              <listitem>
1717                <para><guilabel>In current project</guilabel> -
1718                  If checked, items that are linked with the current project are displayed,
1719                  otherwise they are hidden. It does not matter if the logged in user is the
1720                  owner or not. This option is only available if a project is active.
1721                </para>
1722              </listitem>
1723              <listitem>
1724                <para><guilabel>Owned by others</guilabel> -
1725                  This option is only available to administrators and will display
1726                  items that are owned by other users.
1727                </para>
1728              </listitem>
1729            </itemizedlist>
1730           
1731            <para>
1732              The default is to display item that the current user
1733              owns and, if a project is active, items in that project.
1734            </para>
1735           
1736          </listitem>
1737
1738          <listitem>
1739            <para>
1740              Administrate the presets
1741            </para>
1742            <itemizedlist>
1743              <listitem>
1744                <para><guilabel>Clear filter</guilabel> - Clears
1745                all filters.</para>
1746              </listitem>
1747             
1748              <listitem>
1749                <para><guilabel>Save as&hellip;</guilabel> - Save the
1750                current configuration as a preset.</para>
1751              </listitem>
1752
1753              <listitem>
1754                <para><guilabel>Manage&hellip;</guilabel> - Opens a dialog
1755                where you can remove saved presets. You can also load
1756                saved presets from the dialog, but it is quicker to just
1757                use the dropdown list for this.</para>
1758              </listitem>
1759            </itemizedlist>
1760          </listitem>
1761        </orderedlist>
1762       
1763        <sect3 id="webclient.itemlist.presets.saveas">
1764          <title>Save a preset</title>
1765         
1766          <para>
1767            If you select the <guilabel>Save as&hellip;</guilabel>
1768            option from the <guilabel>view / presets</guilabel> dropdown
1769            the <guilabel>Save preset as</guilabel> dialog is opened.
1770          </para>
1771         
1772          <figure id="webclient.figures.savepresetas">
1773            <title>Save preset as</title>
1774            <screenshot>
1775              <mediaobject>
1776                <imageobject><imagedata fileref="figures/save_preset.png" format="PNG" /></imageobject>
1777              </mediaobject>
1778            </screenshot>
1779          </figure>
1780         
1781          <helptext external_id="contexts.saveas" title="Save preset as">
1782         
1783          <variablelist>
1784          <varlistentry>
1785            <term><guilabel>For item</guilabel></term>
1786            <listitem>
1787              <para>
1788              The type of item the preset is saved for.
1789              </para>
1790            </listitem>
1791          </varlistentry>
1792          <varlistentry>
1793            <term><guilabel >Name</guilabel></term>
1794            <listitem>
1795              <para>
1796              The name of the preset. The name must be unique.
1797              </para>
1798            </listitem>
1799          </varlistentry>
1800          <varlistentry>
1801            <term><guilabel>Overwrite existing</guilabel></term>
1802            <listitem>
1803              <para>
1804              If a preset with the same name already exists, it is
1805              overwritten if this checkbox is checked.
1806              </para>
1807            </listitem>
1808          </varlistentry>
1809          <varlistentry>
1810            <term><guilabel>Public</guilabel></term>
1811            <listitem>
1812              <para>
1813              This options is only available for users
1814              which has the <emphasis>SHARE_TO_EVERYONE</emphasis>
1815              permission. If checked the preset is visible to
1816              all users.
1817              </para>
1818            </listitem>
1819          </varlistentry>
1820          </variablelist>
1821         
1822          <para>
1823            Use the &gbOk; button to save the preset
1824            or the &gbCancel; button to
1825            close the popup without saving.
1826          </para>
1827         
1828         
1829          </helptext>
1830         
1831        </sect3>
1832       
1833        <sect3 id="webclient.itemlist.presets.manage">
1834          <title>Manage presets</title>
1835         
1836          <para>
1837            If you select the <guilabel>Manage&hellip;</guilabel>
1838            option from the <guilabel>view / presets</guilabel> dropdown
1839            the <guilabel>Manage presets</guilabel> dialog is opened.
1840          </para>
1841         
1842          <figure id="webclient.figures.managepresets">
1843            <title>Manage presets</title>
1844            <screenshot>
1845              <mediaobject>
1846                <imageobject><imagedata fileref="figures/manage_presets.png" format="PNG" /></imageobject>
1847              </mediaobject>
1848            </screenshot>
1849          </figure>
1850         
1851          <helptext external_id="contexts.manage" title="Manage presets">
1852         
1853          <para>
1854            From this dialog you can delete or load presets.
1855          </para>
1856         
1857          <para>
1858            To delete presets, first mark the checkbox in front of
1859            each preset you want to delete. Then, click on the
1860            <guibutton>Delete&hellip;</guibutton> button. You will get
1861            a warning about that the action cannot be undone. Unlike other
1862            items, the presets are not moved to the trashcan. Click on
1863            &gbOk; to delete the preset.
1864          </para>
1865         
1866          <note>
1867            <title>Edit a preset</title>
1868            <para>
1869            It is not possible to edit a preset directly. To change an
1870            existing preset you must:
1871           
1872            <orderedlist>
1873            <listitem><simpara>Load the preset.</simpara></listitem>
1874            <listitem><simpara>Use the interface to change column settings, filter,
1875              sort order, etc.</simpara></listitem>
1876            <listitem><simpara>Save the preset with the same name.</simpara></listitem>
1877            </orderedlist>
1878            </para>
1879          </note>
1880         
1881          <para>
1882            Use the &gbClose; button to
1883            close the popup.
1884          </para>
1885         
1886         
1887          </helptext>
1888         
1889        </sect3>
1890       
1891      </sect2>
1892    </sect1>
1893   
1894</chapter>
Note: See TracBrowser for help on using the repository browser.