From efe073ca013afd96d04b482ed7133bfcc508d01a Mon Sep 17 00:00:00 2001 From: janw Date: Thu, 13 Mar 2008 17:01:47 +0000 Subject: [PATCH] Added addressbook online help. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9756 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../help/de/html/addressbook/WARNINGS | 3 + .../help/de/html/addressbook/action.png | Bin 0 -> 397 bytes .../help/de/html/addressbook/addressbook.css | 37 ++++ .../help/de/html/addressbook/addressbook.html | 69 +++++++ .../help/de/html/addressbook/closedlock.png | Bin 0 -> 750 bytes .../help/de/html/addressbook/dtree.png | Bin 0 -> 694 bytes .../help/de/html/addressbook/index.html | 69 +++++++ .../help/de/html/addressbook/labels.pl | 13 ++ .../help/de/html/addressbook/list_ogroup.png | Bin 0 -> 728 bytes .../help/de/html/addressbook/mailto.png | Bin 0 -> 692 bytes .../help/de/html/addressbook/node1.html | 102 +++++++++++ .../help/de/html/addressbook/node2.html | 103 +++++++++++ .../help/de/html/addressbook/node3.html | 57 ++++++ .../help/de/html/addressbook/node4.html | 59 ++++++ .../help/de/html/addressbook/node5.html | 59 ++++++ .../help/de/html/addressbook/node6.html | 53 ++++++ .../help/de/html/addressbook/node7.html | 66 +++++++ .../help/de/html/addressbook/node8.html | 51 ++++++ .../help/de/html/addressbook/rocket.png | Bin 0 -> 828 bytes .../help/de/html/addressbook/save.png | Bin 0 -> 595 bytes .../help/de/html/addressbook/search.png | Bin 0 -> 1023 bytes .../help/en/html/addressbook/WARNINGS | 5 + .../help/en/html/addressbook/action.png | Bin 0 -> 397 bytes .../help/en/html/addressbook/addressbook.css | Bin 0 -> 1465 bytes .../help/en/html/addressbook/addressbook.html | 65 +++++++ .../help/en/html/addressbook/closedlock.png | Bin 0 -> 750 bytes .../help/en/html/addressbook/dtree.png | Bin 0 -> 694 bytes .../help/en/html/addressbook/editpaste.png | Bin 0 -> 990 bytes .../help/en/html/addressbook/index.html | 65 +++++++ .../help/en/html/addressbook/labels.pl | 13 ++ .../help/en/html/addressbook/list_ogroup.png | Bin 0 -> 728 bytes .../help/en/html/addressbook/mailto.png | Bin 0 -> 692 bytes .../help/en/html/addressbook/node1.html | 169 ++++++++++++++++++ .../help/en/html/addressbook/node2.html | 67 +++++++ .../help/en/html/addressbook/node3.html | 59 ++++++ .../help/en/html/addressbook/node4.html | 53 ++++++ .../help/en/html/addressbook/node5.html | 66 +++++++ .../help/en/html/addressbook/node6.html | 51 ++++++ .../help/en/html/addressbook/rocket.png | Bin 0 -> 828 bytes .../help/en/html/addressbook/save.png | Bin 0 -> 595 bytes .../help/en/html/addressbook/search.png | Bin 0 -> 1023 bytes gosa-plugins/addressbook/help/guide.xml | 1 + 42 files changed, 1355 insertions(+) create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/WARNINGS create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/action.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/addressbook.css create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/addressbook.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/closedlock.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/dtree.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/index.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/labels.pl create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/list_ogroup.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/mailto.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node1.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node2.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node3.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node4.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node5.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node6.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node7.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/node8.html create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/rocket.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/save.png create mode 100644 gosa-plugins/addressbook/help/de/html/addressbook/search.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/WARNINGS create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/action.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/addressbook.css create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/addressbook.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/closedlock.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/dtree.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/editpaste.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/index.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/labels.pl create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/list_ogroup.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/mailto.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node1.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node2.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node3.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node4.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node5.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/node6.html create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/rocket.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/save.png create mode 100644 gosa-plugins/addressbook/help/en/html/addressbook/search.png create mode 100644 gosa-plugins/addressbook/help/guide.xml diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/WARNINGS b/gosa-plugins/addressbook/help/de/html/addressbook/WARNINGS new file mode 100644 index 000000000..5ae6e75ec --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/WARNINGS @@ -0,0 +1,3 @@ +No implementation found for style `fontenc' +No implementation found for style `graphicx' +There is no author for this document. diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/action.png b/gosa-plugins/addressbook/help/de/html/addressbook/action.png new file mode 100644 index 0000000000000000000000000000000000000000..21d5e2f82859774e6f5d30a8d77571212a5d8d94 GIT binary patch literal 397 zcmV;80doF{P)|ptMw$qe)|9cp3l8y& z1BG8Hl2zYlf>lgIh&O)}p3jrWe890{2dA4mXtd;M2=V4ZxlsF%I!}vl{U4O@35K{* z+TkvBJ}l~0k^d5yh7foCU^G(0&V(SFE!nX>1 z1swM3k|AW#D2k&srwyE%2?{u8N9$Z$_y>Xa@L#jI6P$`gb)C + + + + +Zusätzliches + + + + + + + + + + + + + + + +

+ +

+

Zusätzliches

+

+
+ +

+


+ + + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/closedlock.png b/gosa-plugins/addressbook/help/de/html/addressbook/closedlock.png new file mode 100644 index 0000000000000000000000000000000000000000..04a05c1cb1fec55b1d037f11b7340d8d24f9b969 GIT binary patch literal 750 zcmVsmTOMf>H=7Ly%CAwRb5*>sq*K2!wDGwwax7f*>fu zMXOv`(8`V0A~f(jlp#%LhH>6F&-d=U?-tXHQ<7(O?mhqi?_AEgb^H_4({CefZQ+Nl zt<8^`n(D6s$g-NsW~G^2uK0R#@_|&Vch?@Kre3v#!=Xex-v4Z9s5csmwbRwrLU(t2 zb0FZmolfW7@%a7K#l?AX4v_JRTV6 z3rC~P3pr#qW2szP^{qWTcnL}KA-1` z5L&fy6`&|8hM^;bAd|_Tn5MZ}sm;zNva+mbnpQ&BbreOd&aFzid1*6*==2I{AFrA9 zOb*U%0ouXUQnRmynpc7Kn&0|}rGU^Uq{>J8Q>tjN`oP-7@?A{9g=Ag|YM z=vajMo0`Kx^;9W&3VX|jP+tr@+4$@M$V%LckKGz=>c|1dfD?q^P%R*a1?0hT0>zz< zJ73@Legn#YqnwSU?m#ieh2a2_z}k>F%7xBmaF}y23M%-t3(O7_OK@<4Avql8oHIba z=wKB!@QS|;m9CZziVnvr7#3E^MZQ=Aa2!B2z^{R;4r~WZyKFRV&@Ct#VAx<-pu4O5 z>KZZZGD-gjG>HG301Z<2_xC@Be}94W z&(941etlX15I`&-L*0$U8Gim^VEFlif#JtbApQZx-x(Ob1L^PIp%|GB#Q&HW7=8gg z3^bSFKNG~IjEtXv0=p6b0*Hx|jfLSS(6C=13^e>V2>*uSKMV|ifEefy2u5Q6L&7Mb z$;`^Y$iT(`5I`(^tp6FTB@r4x2K|8=@&^h3MrQv;(7%8G2kQgH7080WKrbv_$HV{- zKrH<13=9r(2n%P=p3RV&no2NoK!$(}`}YqRw*UTvF^K=`=YNKMN0=A@0*Hy6RDsJ- z7#pMjAb?mH{t;*JkEwE~$tnE-Rzo3t1_potV*3A&ymSn6EwZ5?_Ftelhz1BC7HmNQ z3TI@1EzA+Y@gEv-Fbg0C0|XEYHWw2UdDvWx925Wn#6nEuffU2S6gko`!xljU1Q5Yg zflVVmLqV1T1Bn43fbd2hE{(ViMFa&v0O1S@WKCc^M+ul!fjJhI{GxB5MH*Bc)S&oJsRDpzPA!c9=04)9g{Dsg!i{NY^{SR3VO8@)&4`*t+_2fGPKmak)s?GxlASMPH c0e}Dl0I565QA{BqJOBUy07*qoM6N<$f;X}fV*mgE literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/index.html b/gosa-plugins/addressbook/help/de/html/addressbook/index.html new file mode 100644 index 000000000..2507379a1 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/index.html @@ -0,0 +1,69 @@ + + + + + +Zusätzliches + + + + + + + + + + + + + + + +

+ +

+

Zusätzliches

+

+
+ +

+


+ + + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/labels.pl b/gosa-plugins/addressbook/help/de/html/addressbook/labels.pl new file mode 100644 index 000000000..34bd4cc1b --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/labels.pl @@ -0,0 +1,13 @@ +# LaTeX2HTML 2002-2-1 (1.71) +# Associate labels original text with physical files. + + +1; + + +# LaTeX2HTML 2002-2-1 (1.71) +# labels from external_latex_labels array. + + +1; + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/list_ogroup.png b/gosa-plugins/addressbook/help/de/html/addressbook/list_ogroup.png new file mode 100644 index 0000000000000000000000000000000000000000..e50de8b7152378f7d8d1e792b57123ab3a57abdc GIT binary patch literal 728 zcmV;}0w?{6P)@k0WB<} zRn)G6Afh5_Q}h5Us1_A1iZp^=)TTtsD6I?&A2e#dW^{7qUhf^}{#!&)Q4m4D{W*N_ z9r&M9Yn~TwxDmKrec?qTcxU`QIlm^o;9T&;p0|3aZbFDNQ6VZXw!9`GGw-kXDcepR zS=1}U@(v*?+l5&1UWjGgLS&t8@5KJIMEac|B!umi3QYlc^Z}msfTls#>ilfUJ+t_? zf@c+E8i&fxHEhYhl7=~5ABTxV@OdG}2TB68eG#bZ+-rci@0{FNhWBt)=I*SGwdWnH zc2vwM%`28nN6~$IiDX$|S7FeA&M;_0HfmRhd6C8Mibrk*?gP5Kf9rxf8EZGyD(=)o zhWw!EERgyoqiui|*SBl65UBlve65*+#N2`nCcGV)ll#Y>s^o4_9gV-gG# zhaz!2xs~AuBcYoG+g%B2i!#l7jkLTTo<$X69X8Udd`rT8;j@Yr9FH;E4`@ow9 zg-an`C8h4*Ei+c{w(V_OKNf+f-FAc`n3d+ENG{-0Qg^zd>ZXI?aS%ZET(Em!@H33{ zF`=7b%kxHK!Xg-+Bt2;=ZigF>>Y;t`BYlB^N#%BHuz6QWQZ|+aaty}(V6y_!+Ct@s2#94xvEnx zrCu%)&SNu#w8~YFlk#5!lsz&lfs{WKuEdwR_erVJ#y=JOPx}gPAq|};qOmpr0000< KMNUMnLSTZJG*kZo literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/mailto.png b/gosa-plugins/addressbook/help/de/html/addressbook/mailto.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bc51c656609c00b1d06a298eb1f31c49408563 GIT binary patch literal 692 zcmV;l0!#ggP)I_S@67cN}px=lh9LJA3GSgBc-G+;HP0}Yrd&g6BbduQ&sb6Z@0FhN1J>xIL2 zIK1ciKHhWSzm>Rt^|JRbfZKQPg@LRDxH&KYfU<3rP)HAyPzYuDZlw@dsO|3d8UWXB z+yZC9NRw<77B?Z1CEXBhDgR2!BGGefF=RvU%o}YUZS(7k%Cc! zP>v6j5`;o2iS%+HTu?US_s1~JZz#3fv;?5DtB=TmAY;R$q*gwI%It=y6cPolLu~3f z!*@mq1cIDti=t`zj!y!hD;k{&e~*h^dYG=ld6MN)SoyC zfKe)oLHT^1AQ_IIYG5(8!O}vOCnFE2K6He_W}JBJ6JJ-;^j>KpysrksFmP2GAw)4q zIX0AqS(uyR%d$!PrCzd`HD)HCl3raW+FXYospZwgBWe%Z9BZuSd)hE$Z`;8t7!m*g0000 literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node1.html b/gosa-plugins/addressbook/help/de/html/addressbook/node1.html new file mode 100644 index 000000000..5e5a46195 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node1.html @@ -0,0 +1,102 @@ + + + + + +Adressbuch + + + + + + + + + + + + + + + +

+Adressbuch +

+ +

+Das Adressbuch dient dazu, die Adressdaten sowohl der verwalteten +Benutzer, als auch zusätzlicher Personen/Organisationen zentral zugängig +zu machen. Um Einträge zu erstellen oder bestehende Einträge zu verändern +(natürlich auch zur Einsicht), drücken Sie auf den Knopf Adressbuch +aus der Kategorie Zusätzliches (Menü am linken Rand des Bildschirms). +Bei Auswahl wird das Adressbuch angezeigt. Es finden sich die Spalten +Name, Telefon, Fax, Mobiltelefon, Privat sowie die Spalte Kontakt. +Die letztgenannte Spalte verfügt über die folgenden Knöpfe: + +

+ +

    +
  • Image save: Speichert bei Auswahl den Kontakt +als vcard-Datei. +
  • +
  • Image mailto: Ermöglicht bei Auswahl das Senden +einer Email an den Kontakt (sofern eine Email-Adresse angegeben ist). + +

    + +

    +
    +Um einen Benutzer auszuwählen, klicken Sie auf seinen Namen - Sie +befinden sich in der Detailansicht des Benutzers. + +

    +Um einen Eintrag zu erstellen, drücken Sie auf den Knopf Eintrag +hinzufügen aus dem Menü Aktionen Image action +am rechten Rand der Seite. + +

    +

  • +
+ +

+


+ +Subsections + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node2.html b/gosa-plugins/addressbook/help/de/html/addressbook/node2.html new file mode 100644 index 000000000..6085d7532 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node2.html @@ -0,0 +1,103 @@ + + + + + +Hinweis: Die Adressdaten bestehender Benutzer können hier +nicht verändert werden. + + + + + + + + + + + + + + + +

+Hinweis: Die Adressdaten bestehender Benutzer können hier +nicht verändert werden. +

+ +

+Es ist weiterhin möglich, die Anzeige der Benutzer mithilfe von Filter +einzuschränken - zu diesem Zweck dient der Kasten Filter Image rocket +am rechten Rand der Seite: +

+ +

    +
  • Nach Namen suchen: + +

    + +

      +
    • Klick auf * zeigt alle Einträge an +
    • +
    • Klick auf einen Buchstaben zeigt alle Einträge an, deren Name mit +dem gewählten Buchstaben beginnt +
    • +
    • Klick auf eine Ziffer zeigt alle Einträge an, deren Name mit der gewählten +Ziffer beginnt +
    • +
    +
  • +
  • Weitere Suchoptionen: + +

    + +

      +
    • Wählen Sie 'Zeige Benutzer der Organisation' um die Einträge +der regulären Benutzer anzuzeigen. +
    • +
    • Wählen 'Zeige Adressbuch-Einträge' um die Einträge des Adressbuch +anzuzeigen. +
    • +
    • Image dtree: Beschränken Sie die Anzeige auf die +gewählte Abteilung +
    • +
    • Image list_ogroup: Wählen Sie das Feld, auf das +die Suche angewendet werden soll +
    • +
    +* Komplexere Einschränkungen über reguläre Ausdrücke bietet das +Textfeld im unteren Bereich des Kastens Filter (beginnt mit dem Symbol +Image search). In dieses Feld können Sie beliebige +Buchstaben/Ziffern-Kombinationen eingeben, um die Suche einzuschränken. +Um die Suchergebnisse in der Liste anzeigen zu lassen, Klicken Sie +auf Filter anwenden. + +

    +

  • +
+ +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node3.html b/gosa-plugins/addressbook/help/de/html/addressbook/node3.html new file mode 100644 index 000000000..de344d92d --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node3.html @@ -0,0 +1,57 @@ + + + + + +Generelle Informationen + + + + + + + + + + + + + + + +

+Generelle Informationen +

+ +

+ +

    +
  • Um die Bearbeitung eines Eintrags (auch eines neuen Eintrags) abzuschliessen, +drücken Sie den Knopf Speichern unten rechts; Um den Vorgang +zu verwerfen, drücken Sie auf den Knopf Abbrechen, der sich +ebenfalls unten rechts befindet. +
  • +
  • Alle Felder, die mit einem roten Sternchen * enden, +sind Pflichtfelder und müssen daher zwingend ausgefüllt werden. +
  • +
  • Das Symbol Image closedlock zeigt an, dass Sie +sich im sicheren Modus befinden. +
  • +
+ + +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node4.html b/gosa-plugins/addressbook/help/de/html/addressbook/node4.html new file mode 100644 index 000000000..91e2e8f79 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node4.html @@ -0,0 +1,59 @@ + + + + + +Eintrag hinzufügen + + + + + + + + + + + + + + + +

+Eintrag hinzufügen +

+ +

+Wenn Sie den Knopf Eintrag hinzufügen gedrückt haben, wird +die Oberfläche für das Erzeugen eines neuen Eintrags geladen. Auf +dieser Seite können Sie verschiedene Eingaben treffen - zunächst sollten +Sie jedoch die Abteilung auswählen, in der dieser Benutzer gespeichert +werden soll (Hinweis: der gespeicherte Eintrag hat keinerlei +Verbindung zu den gespeicherten Benutzern - er ist lediglich ein Adresseintrag +im Adressbuch der Organisation). + +

+


+ +Subsections + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node5.html b/gosa-plugins/addressbook/help/de/html/addressbook/node5.html new file mode 100644 index 000000000..3e8b8f3f2 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node5.html @@ -0,0 +1,59 @@ + + + + + +Persönlich + + + + + + + + + + + + + + + +

+Persönlich +

+ +

+ + + + + + + + + + + + + +
Vorname*Der Vorname des Kontakts
Nachname*Der Nachname des Kontakts
InitialenDie Initialen des Kontakts
TitelAkademischer Titel des Kontakts
+ +

+ +

+
+ + +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node6.html b/gosa-plugins/addressbook/help/de/html/addressbook/node6.html new file mode 100644 index 000000000..e9c214909 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node6.html @@ -0,0 +1,53 @@ + + + + + +Privat + + + + + + + + + + + + + + + +

+Privat +

+ +

+ + + + + + + + + + + + + +
AdresseDie private Anschrift des Kontakts
TelefonDie private Telefonnummer des Kontakts
MobiltelefonDie private Mobil-Nummer des Kontakts
EmailDie Email-Adresse des Kontakts
+ +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node7.html b/gosa-plugins/addressbook/help/de/html/addressbook/node7.html new file mode 100644 index 000000000..1805f3f81 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node7.html @@ -0,0 +1,66 @@ + + + + + +Organisationsbezogen + + + + + + + + + + + + + + + +

+Organisationsbezogen +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FirmaFirmenname des Kontakts
AbteilungDie Abteilung des Kontakts
StadtDie Stadt der Firma
PostleitzahlDie Postleitzahl der Firma
LandDas Land der Firma
AdresseDie geschäftliche Anschrift des Kontakts
TelefonDie geschäftliche Telefonnummer des Kontakts
FaxDie geschäftliche Faxnummer des Kontakts
PagerDie geschäftliche Pagernummer des Kontakts
+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/node8.html b/gosa-plugins/addressbook/help/de/html/addressbook/node8.html new file mode 100644 index 000000000..40f48d1a7 --- /dev/null +++ b/gosa-plugins/addressbook/help/de/html/addressbook/node8.html @@ -0,0 +1,51 @@ + + + + + +About this document ... + + + + + + + + + + + + + + + +

+About this document ... +

+ Zusätzliches

+This document was generated using the +LaTeX2HTML translator Version 2002-2-1 (1.71) +

+Copyright © 1993, 1994, 1995, 1996, +Nikos Drakos, +Computer Based Learning Unit, University of Leeds. +
+Copyright © 1997, 1998, 1999, +Ross Moore, +Mathematics Department, Macquarie University, Sydney. +

+The command line arguments were:
+ latex2html -no_navigation -dir ../html/addressbook/ addressbook.tex +

+The translation was initiated by Jan Wenzel on 2008-03-13 +


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/de/html/addressbook/rocket.png b/gosa-plugins/addressbook/help/de/html/addressbook/rocket.png new file mode 100644 index 0000000000000000000000000000000000000000..838c38bf132796fbf9ca73fc12083ac5f9989487 GIT binary patch literal 828 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 literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/addressbook.html b/gosa-plugins/addressbook/help/en/html/addressbook/addressbook.html new file mode 100644 index 000000000..d25a91ea2 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/addressbook.html @@ -0,0 +1,65 @@ + + + + + +ADDONS + + + + + + + + + + + + + + + +

+ +

+

ADDONS

+
+ +
+ +

+


+ + + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/closedlock.png b/gosa-plugins/addressbook/help/en/html/addressbook/closedlock.png new file mode 100644 index 0000000000000000000000000000000000000000..04a05c1cb1fec55b1d037f11b7340d8d24f9b969 GIT binary patch literal 750 zcmVsmTOMf>H=7Ly%CAwRb5*>sq*K2!wDGwwax7f*>fu zMXOv`(8`V0A~f(jlp#%LhH>6F&-d=U?-tXHQ<7(O?mhqi?_AEgb^H_4({CefZQ+Nl zt<8^`n(D6s$g-NsW~G^2uK0R#@_|&Vch?@Kre3v#!=Xex-v4Z9s5csmwbRwrLU(t2 zb0FZmolfW7@%a7K#l?AX4v_JRTV6 z3rC~P3pr#qW2szP^{qWTcnL}KA-1` z5L&fy6`&|8hM^;bAd|_Tn5MZ}sm;zNva+mbnpQ&BbreOd&aFzid1*6*==2I{AFrA9 zOb*U%0ouXUQnRmynpc7Kn&0|}rGU^Uq{>J8Q>tjN`oP-7@?A{9g=Ag|YM z=vajMo0`Kx^;9W&3VX|jP+tr@+4$@M$V%LckKGz=>c|1dfD?q^P%R*a1?0hT0>zz< zJ73@Legn#YqnwSU?m#ieh2a2_z}k>F%7xBmaF}y23M%-t3(O7_OK@<4Avql8oHIba z=wKB!@QS|;m9CZziVnvr7#3E^MZQ=Aa2!B2z^{R;4r~WZyKFRV&@Ct#VAx<-pu4O5 z>KZZZGD-gjG>HG301Z<2_xC@Be}94W z&(941etlX15I`&-L*0$U8Gim^VEFlif#JtbApQZx-x(Ob1L^PIp%|GB#Q&HW7=8gg z3^bSFKNG~IjEtXv0=p6b0*Hx|jfLSS(6C=13^e>V2>*uSKMV|ifEefy2u5Q6L&7Mb z$;`^Y$iT(`5I`(^tp6FTB@r4x2K|8=@&^h3MrQv;(7%8G2kQgH7080WKrbv_$HV{- zKrH<13=9r(2n%P=p3RV&no2NoK!$(}`}YqRw*UTvF^K=`=YNKMN0=A@0*Hy6RDsJ- z7#pMjAb?mH{t;*JkEwE~$tnE-Rzo3t1_potV*3A&ymSn6EwZ5?_Ftelhz1BC7HmNQ z3TI@1EzA+Y@gEv-Fbg0C0|XEYHWw2UdDvWx925Wn#6nEuffU2S6gko`!xljU1Q5Yg zflVVmLqV1T1Bn43fbd2hE{(ViMFa&v0O1S@WKCc^M+ul!fjJhI{GxB5MH*Bc)S&oJsRDpzPA!c9=04)9g{Dsg!i{NY^{SR3VO8@)&4`*t+_2fGPKmak)s?GxlASMPH c0e}Dl0I565QA{BqJOBUy07*qoM6N<$f;X}fV*mgE literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/editpaste.png b/gosa-plugins/addressbook/help/en/html/addressbook/editpaste.png new file mode 100644 index 0000000000000000000000000000000000000000..636a4c5a0bd715d6437d3713d4b42752d46661ba GIT binary patch literal 990 zcmV<410np0P)qS(`QfKKi5c|M%a! z|Nb){1Zsc8^#3p10Du5u`Nzq#T*k%N=Ki+kz6Z>~@_s5UrSNAmBV-96S<0I_@l3jY26jp6U_e<0U_oy^4W3uquO z&`Lyff#tw~#=;;X!q314H1*G)zX<>V#PaX=UxxobzB2sz3Ut_KppD;w^q(IL{~3YS z3Lp$%W(HwqpaDz_f`a@E92{&6&z`+v00_VonWO*!!a!_<;{TuN&4Uyvc5(1zevm{e z96lFfY{2pIiwd2m8m<6h`Tq;(+^6pu{(SxePhyN916Y584TEX^ z_6-y+-+^BF$H2+S4i;x(VrBpcAeR4Mfd;($0agS9O#grZ`}YR}%!FUS0R9Dx3Xm6o zX$xo%L@~%dfB<4)_zjc*;=jKU1~C5p1(XEZ2Ic?x^9RUh0w*pI&B6i=aG(VM0mSn3 z9mD;5kN+3~(*#@t!|y)~zxn z>mSsFzrPrN@rbZU#xOG_f(&M7X9Wh_U$6m8KmnkGfqYOHFfafF5DQT3E(;?=J}`C| z{=(7$(4(wszM2OQUXB39*8jhMf#LoiB=w&GLjMD&ua6(Ud<6(F0J}kNf50^MxBvhE M07*qoM6N<$g0n-+82|tP literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/index.html b/gosa-plugins/addressbook/help/en/html/addressbook/index.html new file mode 100644 index 000000000..d25a91ea2 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/index.html @@ -0,0 +1,65 @@ + + + + + +ADDONS + + + + + + + + + + + + + + + +

+ +

+

ADDONS

+
+ +
+ +

+


+ + + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/labels.pl b/gosa-plugins/addressbook/help/en/html/addressbook/labels.pl new file mode 100644 index 000000000..34bd4cc1b --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/labels.pl @@ -0,0 +1,13 @@ +# LaTeX2HTML 2002-2-1 (1.71) +# Associate labels original text with physical files. + + +1; + + +# LaTeX2HTML 2002-2-1 (1.71) +# labels from external_latex_labels array. + + +1; + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/list_ogroup.png b/gosa-plugins/addressbook/help/en/html/addressbook/list_ogroup.png new file mode 100644 index 0000000000000000000000000000000000000000..e50de8b7152378f7d8d1e792b57123ab3a57abdc GIT binary patch literal 728 zcmV;}0w?{6P)@k0WB<} zRn)G6Afh5_Q}h5Us1_A1iZp^=)TTtsD6I?&A2e#dW^{7qUhf^}{#!&)Q4m4D{W*N_ z9r&M9Yn~TwxDmKrec?qTcxU`QIlm^o;9T&;p0|3aZbFDNQ6VZXw!9`GGw-kXDcepR zS=1}U@(v*?+l5&1UWjGgLS&t8@5KJIMEac|B!umi3QYlc^Z}msfTls#>ilfUJ+t_? zf@c+E8i&fxHEhYhl7=~5ABTxV@OdG}2TB68eG#bZ+-rci@0{FNhWBt)=I*SGwdWnH zc2vwM%`28nN6~$IiDX$|S7FeA&M;_0HfmRhd6C8Mibrk*?gP5Kf9rxf8EZGyD(=)o zhWw!EERgyoqiui|*SBl65UBlve65*+#N2`nCcGV)ll#Y>s^o4_9gV-gG# zhaz!2xs~AuBcYoG+g%B2i!#l7jkLTTo<$X69X8Udd`rT8;j@Yr9FH;E4`@ow9 zg-an`C8h4*Ei+c{w(V_OKNf+f-FAc`n3d+ENG{-0Qg^zd>ZXI?aS%ZET(Em!@H33{ zF`=7b%kxHK!Xg-+Bt2;=ZigF>>Y;t`BYlB^N#%BHuz6QWQZ|+aaty}(V6y_!+Ct@s2#94xvEnx zrCu%)&SNu#w8~YFlk#5!lsz&lfs{WKuEdwR_erVJ#y=JOPx}gPAq|};qOmpr0000< KMNUMnLSTZJG*kZo literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/mailto.png b/gosa-plugins/addressbook/help/en/html/addressbook/mailto.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bc51c656609c00b1d06a298eb1f31c49408563 GIT binary patch literal 692 zcmV;l0!#ggP)I_S@67cN}px=lh9LJA3GSgBc-G+;HP0}Yrd&g6BbduQ&sb6Z@0FhN1J>xIL2 zIK1ciKHhWSzm>Rt^|JRbfZKQPg@LRDxH&KYfU<3rP)HAyPzYuDZlw@dsO|3d8UWXB z+yZC9NRw<77B?Z1CEXBhDgR2!BGGefF=RvU%o}YUZS(7k%Cc! zP>v6j5`;o2iS%+HTu?US_s1~JZz#3fv;?5DtB=TmAY;R$q*gwI%It=y6cPolLu~3f z!*@mq1cIDti=t`zj!y!hD;k{&e~*h^dYG=ld6MN)SoyC zfKe)oLHT^1AQ_IIYG5(8!O}vOCnFE2K6He_W}JBJ6JJ-;^j>KpysrksFmP2GAw)4q zIX0AqS(uyR%d$!PrCzd`HD)HCl3raW+FXYospZwgBWe%Z9BZuSd)hE$Z`;8t7!m*g0000 literal 0 HcmV?d00001 diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node1.html b/gosa-plugins/addressbook/help/en/html/addressbook/node1.html new file mode 100644 index 000000000..b1348fba9 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node1.html @@ -0,0 +1,169 @@ + + + + + +Addressbook + + + + + + + + + + + + + + + +

+Addressbook +

+ +

+The administrator can create or modify the user data or access to +informations about users when clicking on Addressbook +button in the Addons on the left. TheAddress book page is displayed. You will +find on this page the name, the phone, the fax, the mobile and the +private number of users. The last column contains the following icons +: + +

+ +

    +
  • Image save save entry as vcard, +
  • +
  • Image mailto send a mail to the user. +
  • +
+To select an user you have to click on his name, it will show you +the complete data of the selected user. + +

+To create or modify an entry, the administrator can use the following +icon within the box Actions Image action: + +

+ +

    +
  • Image editpaste Add entry, +
  • +
+Pay attention, the users created in the Administration part can't +be modified here, only the consultation of data is allowed. + +

+Below the Actions +Image actionbox you will find a box called Filters +Image rocket. +

+ +

    +
  • This table purpose is to change the display of the +users and their data : +

    +- Click on a letter to show all the users name starting +with this letter; +

    +- Click on the asterisk and the list of user name +will be ordoned alphabetically. +

    +

  • +
  • Lower, others possibilities of display exist : + +

    +- Check one or more options to get a restricted selection : + +

    +Check 'Show organizational entries' and all the users created +in the Administration part are displayed. + +

    +Check 'Show addressbook entries' and all the users created +on the addressbook are displayed. + +

    +- Image dtree You can search by department; + +

    +- Image list_ogroup Your search can be based on +informations of one or many users; + +

    +- Your search can be based on one element. Insert a letter or a number +followed by an asterisk or a name in the field Image search. +Then Click on the Apply filter button to display users. + +

    +

  • +
+All the fields followed by a red asterisk must be filled. + +

+The icon Image closedlock show you are in secure +mode. + +

+ + +

+


+ +Subsections + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node2.html b/gosa-plugins/addressbook/help/en/html/addressbook/node2.html new file mode 100644 index 000000000..87180e7ae --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node2.html @@ -0,0 +1,67 @@ + + + + + +Add entry + + + + + + + + + + + + + + + +

+Add entry +

+ +

+When clicking on 'Add entry', the interface creating a new +entry in display. The administrator has to fill the fields with informations +about the user. This new entry has no link with users created in the +Administration part. This entry is only build into the addressbook +of the organization. + +

+Before the administrator can choose the department where the new entry +will be saved, he can make a choice of department on the scroll list +int the title bar. + +

+To save data click on the Save button, to delete data click +on the Cancel button and you come back at the complete list +of users. + +

+


+ +Subsections + + + +

+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node3.html b/gosa-plugins/addressbook/help/en/html/addressbook/node3.html new file mode 100644 index 000000000..507fd0a59 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node3.html @@ -0,0 +1,59 @@ + + + + + +Personal + + + + + + + + + + + + + + + +

+Personal +

+ +

+ + + + + + + + + + + + + +
Last name*Insert the user's name
First name*Insert the first name of the user
InitialsInsert the initials of the user
Personal titleMention the professional title of the person
+ +

+ +

+
+ + +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node4.html b/gosa-plugins/addressbook/help/en/html/addressbook/node4.html new file mode 100644 index 000000000..62798ca52 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node4.html @@ -0,0 +1,53 @@ + + + + + +Private + + + + + + + + + + + + + + + +

+Private +

+ +

+ + + + + + + + + + + + + +
AddressInsert the user's private address
TéléphoneInsert the user's private phone
PortableInsert the user's mobile phone
EmailInsert the user's email address
+ +

+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node5.html b/gosa-plugins/addressbook/help/en/html/addressbook/node5.html new file mode 100644 index 000000000..9a517f29a --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node5.html @@ -0,0 +1,66 @@ + + + + + +Organizational + + + + + + + + + + + + + + + +

+Organizational +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CompanyInsert the company's name of the user
DepartmentInsert the department where the user is located
CityInsert the city where the company is
Postal codeInsert the postal code of the company
CountryInsert the country where the company is implanted
AddressInsert company's address
PhoneInsert the user's phone number
FAXInsert the user's fax number
PagerInsert the user's pager
+


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/node6.html b/gosa-plugins/addressbook/help/en/html/addressbook/node6.html new file mode 100644 index 000000000..37860a642 --- /dev/null +++ b/gosa-plugins/addressbook/help/en/html/addressbook/node6.html @@ -0,0 +1,51 @@ + + + + + +About this document ... + + + + + + + + + + + + + + + +

+About this document ... +

+ ADDONS

+This document was generated using the +LaTeX2HTML translator Version 2002-2-1 (1.71) +

+Copyright © 1993, 1994, 1995, 1996, +Nikos Drakos, +Computer Based Learning Unit, University of Leeds. +
+Copyright © 1997, 1998, 1999, +Ross Moore, +Mathematics Department, Macquarie University, Sydney. +

+The command line arguments were:
+ latex2html -no_navigation -dir ../html/addressbook/ addressbook.tex +

+The translation was initiated by Jan Wenzel on 2008-03-13 +


+
+Jan Wenzel +2008-03-13 +
+ + diff --git a/gosa-plugins/addressbook/help/en/html/addressbook/rocket.png b/gosa-plugins/addressbook/help/en/html/addressbook/rocket.png new file mode 100644 index 0000000000000000000000000000000000000000..838c38bf132796fbf9ca73fc12083ac5f9989487 GIT binary patch literal 828 zcmV-C1H=4@P)ly+{r?!l-wo#(-WlaHd_Q)K;X(6~ z3#>mG9K#qGJ^%y|GfeX|pv^*3T+7{4bvYyr6&b{I6d3ql9b{nr^^xJz@+%CSvfmlb zzn5lsUY2v=_xGQUF+j~AeESsyn+#Vr z{bUf*|M2Mt!?6Po9~|8OOo5Z-FM}xG zKZZSPJ}?NYGchRXura(*i)1*v^+;zK1H%DiZvzAnI1FkS7z&}ZgMbjHgPw%~!;%^2 z7}WIy7&P=)8JKiE7#KdXG5lm;xPTt$009IK#PdlE1zhqv^%t+mGfbVdpTW>tia|q( zo#7WZ7X!zyuM7t( z{y&gCADdo)0Ae~A&S1c&sUX1c`w0WXpQj9xYD^3-ws$e;T7bjl7XxKi;u0+}?1J;mxhLiB4-69@K!s=F}6Mnn3^{fLMP2 zVaUI~=jw%zj~PDv`o?epm@p=~t!H=ul?Q2lfG?i_1Q-A!p8pI-KF#$20000z2EII1t zv6KTi=X_hKK;(-m!mIc1))F1wys>JuP=N?_93LETG$)Z2s+CVG8ad~v*X!JW@Tjn9 zS=DNFJCTS`tJM$@L|$iZ zGyougSbqLx^nN3t+bE>3!>BCxkAa&5sQCv2!}|}v8QA!^8Q3MwWnO>%IPJsbi+2B+ z7@sjPpc(=YKun*Qc=Om*)EO0||1+qGGco81Ffs5jGcd?Y1HHlfpFvcDnL*M@NBK7s zli&BR-xz-U_=$o60*K`so1n3{7&ikK$3F%kpcC1D{byihWn>WMVr2Ni!^ptK_@9AK zLz>|nD~tQb51(f+v$3JL03d)^{;=_~bFuwn`0(*B!?_>-7`V8Y7^L`^7=RQ57f=D) ze+C8?W+sMTKYsFj{Pcx^l^xXpfB<6o{r>q6MpkCdzrX%6`~&LZ;sm+^=mjRAMq!Wv zK>X|PKZY+KK7RQ0`6~m<&p!-|Kv%&4Kmakly>;p6w|AcyelsvL{QS+p@DCVOKYu`Vp*WKt{y(e@aW#t&EJ8V|9tdJu1q{qg91J=#e`O86ZC3d9 zoAKKBpZ~vo0|xewU;h{Y0suh(zW)RP0s;X3`}v*Gtf|uD%*b;ZBONyh3kU=D>+bO6 z+TX4n9UjUV67*vu|HM)vAr3?K*6%d?{svzE0RQm+00963hy@f7jLghH=D*V)pFN9U z{11!?UT%gD&t5WodiRk*OZ7hk^Ys-H%AxW>I*!o{Y^#_0zB>AT$%~Jy2|%rH00Ic) z1w@npqliaPfPsUPgW>m&9}K^KF)%3ce`4Tyed5-w+wZu=m1He69V{4lKHO5f|M08E ztFO#^00IbM05E2lSXdZ1`FMeOi4_>aUx5Mli$PA5m4WBW&EGFR{M&iz$Sr -- 2.30.2