From 391cc31f877ef7ffbf60cd0c57435b7c3deb08a9 Mon Sep 17 00:00:00 2001
From: Ron Lucke <rlucke@uos.de>
Date: Mon, 23 Mar 2020 14:42:53 +0100
Subject: [PATCH] first commit

---
 COPYING                         | 339 ++++++++++++++++++++++++++++++++
 ToolAssistant.php               |  38 ++++
 assets/assistant.css            |  39 ++++
 assets/studip-tn-rundmail.jpg   | Bin 0 -> 28635 bytes
 controllers/assistant.php       |  85 ++++++++
 plugin.manifest                 |   6 +
 views/assistant/corona_info.php |  24 +++
 views/assistant/index.php       | 319 ++++++++++++++++++++++++++++++
 views/assistant/mail_info.php   |  21 ++
 9 files changed, 871 insertions(+)
 create mode 100644 COPYING
 create mode 100644 ToolAssistant.php
 create mode 100644 assets/assistant.css
 create mode 100644 assets/studip-tn-rundmail.jpg
 create mode 100644 controllers/assistant.php
 create mode 100644 plugin.manifest
 create mode 100644 views/assistant/corona_info.php
 create mode 100644 views/assistant/index.php
 create mode 100644 views/assistant/mail_info.php

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..d511905
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/ToolAssistant.php b/ToolAssistant.php
new file mode 100644
index 0000000..bfeb72c
--- /dev/null
+++ b/ToolAssistant.php
@@ -0,0 +1,38 @@
+<?PHP
+/*
+ * ToolAssistant.class.php - ToolAssistant plugin for Stud.IP
+ * Copyright (c) 2007  Elmar Ludwig
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ */
+
+class ToolAssistant extends StudIPPlugin implements StandardPlugin
+{
+    public function __construct()
+    {
+        parent::__construct();
+
+        if ($this->isActivated() && Navigation::hasItem('/course/admin')) {
+            $navigation = new Navigation(_('Online-Lehre'), PluginEngine::getURL($this, null, 'assistant'));
+            Navigation::insertItem('/course/assistant', $navigation, 'admin');
+        }
+    }
+
+    public function getIconNavigation($course_id, $last_visit, $user_id)
+    {
+        return null;
+    }
+
+    public function getInfoTemplate($course_id)
+    {
+        return null;
+    }
+
+    public function getTabNavigation($course_id)
+    {
+        return null;
+    }
+}
diff --git a/assets/assistant.css b/assets/assistant.css
new file mode 100644
index 0000000..b558162
--- /dev/null
+++ b/assets/assistant.css
@@ -0,0 +1,39 @@
+.assistant-section {
+    float: left;
+    margin: 0 2em 4em 2em;
+    max-width: 50em;
+    min-width: 30em;
+    width: 42%;
+}
+
+.assistant-section h1 {
+    border-bottom: 0;
+}
+
+.accordion {
+    border: 1px solid black;
+}
+
+.ui-accordion .ui-accordion-header {
+    font-size: inherit;
+    font-weight: bold;
+    padding: 0.5em;
+}
+
+.ui-accordion .ui-icon {
+    margin-top: 0;
+    padding: 0;
+}
+
+.ui-accordion .ui-accordion-content {
+    padding: 1em;
+}
+
+.ui-accordion .ui-accordion-content li {
+    margin: 0.5em 0;
+}
+
+.ui-accordion .ui-accordion-content .button {
+    float: right;
+    margin: 0.6em;
+}
diff --git a/assets/studip-tn-rundmail.jpg b/assets/studip-tn-rundmail.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a3ecbc471501bae6843107bfe0c15c3343988728
GIT binary patch
literal 28635
zcmex=<NpH&0WUXCHwH!~MurN83I>M%{}_aPTpe9P{QZ4`70QeZ^b8pO-)3lGU}a_H
zVCCRpXXoMJ<mBYx<>BGs;UxhuvT|^6v2%e8;N{^WNh`#b|3?@XF)%Q)GJ*jE6fiO|
zv#_$Ub8vETGcquPr9cEk7D-Zofr*isnTds&m6e5sfq}7>k%^gsMUYiU(a@1iI53f2
zsZhkIapFP_Wv7h?MT0JWP%%y_YU1P)6PJ*bQdLve(9|+9H8Z!cv~qTFb#wRd^a>6M
z4GWKmj7m;PO-s+n%qlJ^Ei136tZHs)ZENr7?3y%r%G7DoXUv?nXz`Mz%a*TLxoXqq
zEnBy3-?4Mop~FXx9y@;G<f%)SuUx%${l?8(4<9{#^7PsB7cXCZ{Pg+D*Kgl{{QM=z
zz{JSJ!otkL4stRhQ#k`86SE)-tD+&BkYgZwVxh2-Q6q<l)5L`v4{|CS2YnDtD!Rxe
zreg9?^&`mDU`G?@<|eWn4R<r#$^Q>92y!s&WlUsd6l7o$WMmd({C|sqhnbOqNsw8P
z!Jgr_UIQ0{2Ezg-s!>lLb#iHHS@9jdv_0oU{iOMK<4*(@wnOLwepUNj`zI`VAm>$I
zTCeDOz-G$7SO1*48!9#bUj5T5&hRPt_v)WqdW=t&e-Hm862pAb|K0j08avoWuy*Nf
z^Is|dXDF=yA{epv{>tp6ql&Ez#Q}eh{%0tu*Sb4%UcCJg$weR8zZLY^zd1TL=iX!9
zJ+W4XT+(%C7anlpN+~M7v|BSURP*z;pHG%+W#&BQi@v}2eZ}qS<7b|)4!k@mFubSI
zcJbS{mTU7>Cgpv<xmK^QE4S#Gz0mO`O#4%-#dg^1pMAy|Y4@!vq2y?ypH|4~kZB*L
z1iejLbobx4OiPPXbHZ;G`9GCjf22S9<GYzl9Az&0vYww^Fd;GBu_1y}UcoF(z_HH2
zXu+m;Y^&yKhRkaARa;+eD>`?+@2ySm*RD?!p4F17E8W*+e$R9D@vG|Pi?>aWTBh`4
zMpo3?t^1~yC)zI7X)6(G+o2;e)lh2^hXl*-yz^Ow%N|SanmB7y%(`pgd*{A?wg2JC
zDc5(cJY`;V)%?=+@444b`M-NvoNMF1)U))P$nNdgbKZVBvT}F1@8Ws!_J{29vrans
z7O&VB`#wFp{LAMX7f%`1Y|6Ad`>%HXWbXUInNitBv9Y%gecZHqwa3D#Gg2L6-aRS4
zyxdmPO=#+z;PPEzv0LhkFaGS^D*f4H&E)I8a`$WJ?!K|Hd|gCD^xCIqj~GUuY?@@!
zCHl$8Oy<u|nckfzo-dWz^z6yzXK&N%cX%$_c{yh9`{nmcvTqeO>K#2JpFZ<Q;pt~;
z$BO4D<UB5Ce|oOMrqH=%(NC$Yu%fM7H{JcE_nT?bq-VY+TlUYs{MG5@u6Og-h>M8}
z+?mlQ<M!%kEhobl+t~}>_?mONYI^Ca-!=Vfuc+y|FXVFeX4BP1hses@%t@F3y41hZ
z|JS6gzWb|gPQ(&}1$@l0*MuD}J-Z_RFT#1M+&Tx2{U6j7>P$EL`8wH)%-8y~KYr4l
zeJ;mNN7iUs+Pkc~zWQe6mWnxXf*(cx$!B~_etPcyEtUCOYB!%%@ZeDX?&QSaVA$uO
zZgYKg&{8c^rN2+#)LuQE7p=X#`qibqceg(c+aJeOIJeaN-M_zgKga#rnjM{5GV5#k
z-9=lUUVYxXe(kf%YM=C$UzG7YaC(=ok~d$4;m;mEnIcA6MzvOn3lV)8pMyg)PrC1k
z$=v$-^zFB%d5e1HTxG3`Tpna|e#sQwdhNCOd-6-mdUfM|9eRDZs^r>*?usw3f0yj)
z&eY8du9#uZ+L3lxsIus=y_rMduA|3_%3D4Br^QOutkd4s^{Z@mlx^tR_SIh3=7=uY
z^|@H(>F56pjTf$7ebO9!-Q?$%pcy+azyCA6w`N29si`5KRyp!mO)$K^wCK|*k&gni
z$^)0&y6<ki_0{9$e}osF(yPckx?1aMaNUIX>3__gE32NHYu>i-!rMpow@+*7Pf|=Q
z*xb44-1!ZKn{D1b5a9gjXPv8=q!>5*@2Sm2yPiIMvN`^T+_v}YXP%XIn(7rgec#XN
z+Tlf$r#{aAU3TlM=kZn6wetRLucNQGJ}Eq_<e0O2ZfJ*Y-tBLbjF?4P9!nnhB6=_^
zW=E)2x%aK`>}8ko?8}|kO^Ls@;?T17H-r6tz5c!BKZE)AdG*VFPTO`%ZE>mQwoQG~
zGg=Qj=?O{pe0p4xB4EDmYS=M1BfFQ%7v}C=n^C*dX|i`-%A$3XKV99gp0}Ju|ILDb
zXSA+7dwu%MbnWa_d;iMqzV&NX>(VLHICa+^+~4#*W~-6dHUp=K#ho@=6qL1_nBPjA
zIQYtVu3l<XkE&c;RO#CC@^r1T{UKBL-j6j)+p6<0u5jw@9^p-!c2(bBU0e5Wd3|=S
z==|Q9x)+neFKs&2prPWoK!}a4fZ-R{)8?YXS9kAS?RNcTh5qOI%Do|rgZUn<eRno<
z*}UJ|pMKXn@m1=v6?wHF){K%RzhnQq{-@EKjiMYx7+RPND%l$NrZCK4crNqhd=*0}
zgCawZoZ|xKr3|_ZA`AhH4y>e8IZ^d1`au=J1=p1CbxYTFi?oR_wz4icD>ZR5Ye>(=
za|ZS|?9Xk@jp-Kp+g1O~{{6E5439KpEB`aZ8*Jv^=>PBd-!J$7xQfTsUq7RB_)YMC
zhK>IjYR&&M2)bUM|MfGs!EcfO3~%c1`~GJ*5?K2DZ_S}Ic1P`h%YVOI|50Srn9;Bq
z_;h2UYk$T4-=qHwFO(L(`|A}grpcqhw0HThj{gjI;{UP)SMLwh?F)N+T&i~7wtaHD
zKI=Z8WLmLwV%cGBL;KzCw$U3bZk^v{a4&)DE?3W7`&?<0c`Nhw-1@isP5N7*>B<+s
zywU4?+-rYCYU;V^iO;-prijlCHxSbaotPq%$G)sUo`1uHmPsY4eu8t}?A#VxoBKCH
zInc|`@a6S|H?AA5<lTEFJoDLsms&z@PZCZ~RgFmXlni4LywSw3G%0hb#;aMoveV{=
z{914HoHMv)s?uZC?3HS>cKK#}y=rp3<gyU=iahU*SQSIdKHnbc<OWW+gVr%joWV_u
zk}?-&Wqm9U&-Qz{<@&13<u{kLYk1Aw`RMUkQH{H%6}xYF{XTm0=33dAw#G(#uih~;
zocS(RvD1U~Zqo{#gCRl%mPsO2lh}hjw@Sy}daL^E_9pMMdxc(Qauu)E^9n4Qw(g?u
zZk5{?%RIL~Sr@S^Eo}FmX8+E0dP_VMeex!`g}9z%NS)DO<iV^y$zf$t;5A>>lC5P|
zUrax9ZLa0DNlV>~=G?p3RWy0i?oHwOF83Fv2pm?PP$d|;t>?r#y@$rq0WY7g;^e7r
z`zS56>S<N0&Kl-qmL_&*Pm|l8uchNp{aXEPSCmw><qEBJ`V+T{YTJdYOfK}#UUE6R
zWY)WgWogi|(zUQqc1ga?n~g_>rk5v)hK8ih?0lfXFv*{xI9O9dFVkewt1qsHgjTBh
z%_^EQE3hj(cYDgDsBQN;l{mIaXD*FUo@O@nk?<-u)*hV#RR)<U>J4`}ADg^e_xPIG
zu2<`;V@vkV-7A?l)x-Ukmr%g7f@hga&rQ9fzuhQm>)!4uXS}9g|ByLh>)Fd4i+mSs
zJja;EwU}9DT9OC@r%HoX%#_^n>{EtuMUy@CXV<U3aBHgO^-0UU^nx;X>s|Eo{iQOy
z&SPouBVD~y!TH6N**vFvFP^mVcwE4eDtVZviQ~i*0e7~=x19d$xw!XjUTXEXt>4Yt
z_=Ur`)@q5SvR8YVJbU!!&6`WxdQJXZHoe;1aLSP-Meu~e7lmJ8yJey?jxJzo(2k9B
zOj`9_NJZ=2#+7AUl6M{or1Wf-6XElG5VCEu=Wa`D*YdKw)4Mn2-E*6;+-iErqo=3E
z)lbddlC)maI%m?=y_4>24grNUTUNH2QA@@<#X^&{EU76@a-rv5Olc}sdYiN0XB(fp
zC|BWheVxhAeUF{BOW9ty?Pck<<H3io^&3sKT+Xrb)W=CrTh?ZJz4q9>+I;b@cmB!s
zY)d(IY%SFBiC~j_)f3pp!6KTf<;c*)YjM)ga87B@q)D}x!~Ng=Tsv=BX{KMxU9F9U
zv$kIT?B)IBvTwPs(cQofjCxY^Ej<6vzWb{a+(_m62JbQXzWeL4%|`uEf9D_DYROBb
zr?X!yjoG{QN}<z(^nN4p-wr}<ci4S;z9dZ2(0=uB<<;(QQ<jSDyAqxK<m#5%`Oo^S
zHaCAyn?HHeA5*h`k`>dPD#X1m=;l3c)2ZAp?9Qd^bwhHRzs2-v&J8QNj_|MsbRUc8
zDi!`VHC1}=r2Kr<-0AgKRt5F$OqjcScm2HQ8?VnPoyY#*cjq3(oLRd!+f7~(b7$!T
zo4=C^%S{4f)-N$)n0U_c(+2mGER9bR<FCHF*mD2fs^Ddh?*G}nQbX<0eUFf;WnX%J
z9rcdCP%PnYyxK-ZC}NMTm0$0cZ(rtem8$!GU&;1VtNzTK#d~L7$S^M#+n6mJ<(rvf
zzwMpP$@koqhDVZ`^+cl#-p*YZy0o)WC+2~6w(lvC>3b#gb32|Dzx@4cn`fNX+m~ym
zPIo(RF3MG^mGCf3G^_qltz1+|?s?1NtDAQB{0v=pJ7D%j?d+0m{}}}Iq;5Tvm~}Z|
zPuI75r*2gjoz66lUA3jiOl8K34)M=U9yblA@)%DHT&sDAOJ>jKwN{?59%i_ny|V4w
z6W>qE_ni+~J~g=2t9Zrgzy%+^8j2<co!cWSuBxGZjC1E!Ik$(hs%3Mx&Of#>>q3Tk
za=^4}&!25EoRK)`PW$f|>#2u*3%LH?u~7I_G>2!`o|nP<wWn`iczRFp_iK}WtX;b`
z{L-(?b&=VJy(PV0eOT>Vbp3hooUE5`($mFOUb<d=baifKUasq!tX*a6bC<o!%{HlO
z5f^gHeKbj}&AVQAro^60odIha*tw;}BsJJY?s^`)+OjjcRX$r%<#Dz5)T75|#rc}*
zz5E^%bok-w#H^$ZtJbKxEw%6snUl6$YE{{k%0xa-b>5^qSLaQto|AjL<7@SQ25#^5
zS%#UPqEF`ZP3z}ACHd#Y^fObo>^3t$cUmC!<nK)>DuP}`(>J%g(y*&cTq_;xe#>uG
z-rHAi^)g=UjO(9uz3z@dMU>^7qBlAp1?Oa)Gg`A;!c@+4UxX_6O8qju+*@ID7fkkf
z^Ym(|t#|N_%O=ydZSD5!lefxzI4SAVnWdLB9(yj}>Xu-=v(qv`w1Cs<bI59~K0Ymj
z=}OQ1{E7m5mb_cCX1Y<d+1-1`o4G8iB(f~lB&`mrXgB8wo|C!a5U=a0ps7~Vi>6*l
zniSTZ7p*LMIdt-obJNae^B%mUTk})SGPOsrxOAe3lgG?vbEi-1uF995e5|3lYes+C
zrSQddDNomLo;u0%xcl1s-m0hGm%dPM>x*R%Gfm}R7yhItmBVv=x^v{&W0@vv7c~dv
zz82Yf@aosI{xKUbr`*kDIk|S}lKs0TUR>T38JZe@e=&#O*|UPyClxruWu7dzI?o+u
zv+?=!sk8Df^;%t=w&&ExtUs&W=FZN$R{N!3M~-Sts@bY@@_|z$sz3BhwVJS8o&EPt
z{fwP!mhHW3$6jkYweG6y_H#*-UMAZ#Ty(mW+{ZcdvD4kkiBsw;t}oV06+fAm7q`oO
z)~)T?Tcuy;Mn%QGs|kO1*H>h*=jrT~XPy4O<v8V8>1uxC^IPMi*O|kby>{-typ_3J
z=4oq3!nI3>7Jl=b-T7U4-Geo!h4bQfU)vE{{`<sAx0)?WgN*vRK4w~+EcX66+1Gn<
z*sEIEntj~dHmOz?v$*EGT>AD_)*3ByQH`jn)}D6JOP;OOJ@YzWJiFOr^GDwEH};(^
z`gT%xOQG+xoO!M-CnlTRcFs%q7uY&QFZ^usXW5YF;*RI1Pusj)Y*Oa&TTU;R-P`qU
z&6>HBbBpb|X4VP6wwSZ4f7`byi=zToYC2Ed6<GXaswwxa)6?gM`0lTss9*Ax*U!5n
zH>KK{>&)t@*-fXper;)Gd%J394o}`OZUyVMuhKpF;-XvcZ1eiHZ+d3Vy2;gBYPPa+
zhV*1>?l51qZ1U_ki);1nPW`&=TiNDMw(duZvc#&6P1Zd-ZIQ71j-B4!f?L^7suVdZ
z{rt{gHFwPt56-Zs?xIhxt$eF-y*n$WZ|YLnCCl}$mlYP4Z_Zq{&F)kiYvSt%h7*^@
zwVN5uwG3XrX3G?H$)mrm{HLx<c`tjdC#7mrMpRRlk!I=E4|{^9va@bG#Su`QXCe7^
z&h^l!d56~NEeg-Rp|X3Y*P5igdRPB+{@Q&kpifNK^~zZ-xA&=4QTr!dyX$*a`{=Ib
zJGWF%I~Pq~r#wx&+ImOSl}*Oll1s}y7l$#Kt14M0ygr~Eb*SiD*OXb4vf{oZYpgh>
z^)1Wyp3!E{7w@yzmVAEwpy1Wq%)sE~THdqtmR1>uPMXy1CD4<~x#j1jXDhZ8=6##E
z{n6ClVGEbs*#B##zFfKdJ+o_{PD@R^!&zp3mGQ0b>$q9fZlYPLf1jT8wV$-=)@O?k
z`8N|kZoPhNrPHk1saYFZ{{1L+|93BY<-xnJ!=&^!uJ>FS>0Qk@?TBH7@-)@EnOu$9
zr%uZx&ghG2edk-?R?ws6R`BfEkr1z!8r$_;MV_iny1x3>>z!W$4u>60-1OpM_OU5f
zt=_5!1<u}D)w{!u^OUdZmf*=ZmGck1uYK5dsYJ6SYx>F+XI^klII!ZRj=^z-+@;Bp
z+YApgH*RP!s@C`%TzJU$vsFdKcHO)utBSt9SoAaW>fbAW`mLo_JicaZwCrhB@nI*u
zQ(DVSR5`Cq$t`*I^0R8m)xU3Jr_PN(7XFQQHHVP6RqnajJX{YCr0)K0Kl7P^%Jc7Q
zM5orpak?L56V2Qzt#S8JtZd$Ny=m{$*L|yhsMHqgw(5}8q*<Xal2-X1pSok0-R<d9
zO}6~KwJSe1Xi9!*R=!Y{o&0{WTZg0XIO<M4du!{KAeW1?1J<gfc$zG7O)1=Xd|EkQ
z0JF>LU3OPPx9pv(pEW03_wT!KvDs7Cy-lzC{w`HUlqXd*oMn|$wxCyYXu9Oe>bSf}
zb*Yk{QH9?Z{hT^)(&f0|xLwyub<KUR=-;}Su=|S1PuD$x9xAPIsTGZLm!(eKHbF(s
zCs}1`4v(S6mEIVmRgdm(>-`xVHhuHT($(eBua~XNxP1A_VP{Uab;kT{p*vqDZY=mV
zd5%olW52-J-?HY!2xsp2_o*u5>fLKkpLdx~=?>Z7{HE!)>&}Th{xZuVA9q<SEl?3!
zb?Bf>Ywo1BoKyk++2(OeH1{|M7WR4`JQ`~*ac!#g=eU!%ZWV1Ut^R#y<D=z`hfXaM
z=eEy%TNtv?)Ko(wc+OJ`w~tTq3X6JgJ!|&PH2ZRK)Ag?&rrgrm{~0!&<Xg{j>BxrT
zD!I%@IyKzOCpj8Tsa<-cQ1-AQ!_VxMRufk0*!)aY^*yJnE?RNYEiiMZb)4r)-JH1>
zPX}|i&6C?(W4^U#!&S{gHJ@6hdR&>Z@T|l!fr9Bq`?aTBox5}PmBr%S>)w3z_U1ml
z*68hewF=d3o9{l4+IOrZ>8$lkVa<)F4>F!+V)(svs@2*ny^>zS&wB1YT&}ZV=bGy#
z>t;RkeDQAEotM+%{gz2>Q)`t8RrNBQlNGjIHDl*7qfH@?7V1~eR1I3RDRbX)d(j8`
zVwD_4%zj*dH#tSH<HFCRx8|ZOf8L1e-9K{ELROo{`gw)sP4`)Sil2@~X?w1AEs2V|
zdpmuxRo&6YFF&8Fe-k2a>RIf4uc9*QSH}8`b)72ZaS}||gRZ`r+%f5$cB}kdbF+^p
z6~3KWcweUI$@i1555MHR{F3Xc(*DD$Tq|qldg|+L**g9F<GsHmY@B~Ab-Y|xcWTW;
z@&61BMaM5`Z@e8I_^=gy{D(0PHvX!)_x_4$N4uQ47}jV0TV(%T{6B-E$i4Shyptb)
z*?wJd$F9p;b=Cee1YJ_yIrEzSW<NQxOo`67YJ!uc%e6SW0z68sxAQOBYqr=Tq(@6-
z>$9+`T-DlolghG5c}CrZyI*|y?ElN>+J`4qf8Xt2wq#cBz1d4{-eK#y6YV#_#o)k6
zoxbKXQ=UJc<vhvr*oDH#E8hy2n=P00T^nz-`;(`w_#`cxcZJ`hx~jCT^<VG&I<<m*
zS@A6O_T)=j&cB&?>aNS#g7~7`@aWDZQztA;f52%bSC^B{Y$5Y;si>Pp<?oBV76-rV
z*9pmgS{+|&{nb{-O)vDLzO=7Z@!#vZOUuRm<|xdXI_;gz?ab=z?0rVZANGH9@s#bo
zpmyt@_YKxFY!wZYSQ}imI2UJ1sm2^PC`q+Hd~ahfXYjW?W51BUtM)9e%g@$JSDP|*
z+5VZf`MN?=r*Dt8{B`BIj;q*IA6qNoZ=s@==3JXrJ(sMu)L6MQs-SRE_IhV8e@5wv
zm8xfNn_hkMZM&zH)5h7=-J#sl$7atk;$6U!6rC2jq)g4L?(j6To>`Mty>|0e&-BvL
zHC;5R?(4OAZ+4c)oS&K2C3j5Z#Zs@SR$Eei&+gCk+Op)Sq}R!ncIlP6mRke6zI$)K
zCv|0Ox8|C!+Ap4b?y<I+?I@D@<jkgNT9;2M@0ras|K2K%CvF}pFJ7LCSy!~X*Q?Yd
z%+o36&dS*R)vI%Fd#kSf`7&7}G3(Gav6e|)E9TqgReIkFE{IxH(332^ZMyR0>QmRY
z?fuvK?XBPWkk4kdP1Z|3eM>*{+w0iQ`#W-PK7B47T~@WuGHB^p%~Ri=FL{}}_37EO
z`}VF~zVfuU=$j2!H_X}o?ebE+?Az0C7Qf84{#^XNG`n=)j7=5VXFi<xaQv2GN09uM
z%J{nlzxS*+-e=fv+_&>>xK+)ER_ognFP3lncPwDqUCW)i*RH?LtzJB{=$XFhx9Tf%
z{?51mthV<2=}W&qy}q%z^5O0sUpY-}m0s#R-PLFDE-1Qwi@RdCl4S_zf|RKtQ|yhE
z_3o?-SF4?~SaVlUU~tV@i_cMEfzSF@UH6PNxt#UfRwq_}_2om!nqF%%c3K6s`lo8F
zym^lA!-}QsDoeHm`F)!@w|kov%d}mcSDx)K7c!k<*1OBp>8!}6Q>m&Pj(bk`c1v*g
zyt6!TN#My;&$xdVFW1ePSa^N+)OT+t#fok_wN5i+!G;aX7D`-O85!lfWR;s>fLD0k
zd-WqvZtq*|y|2!n$zqe(g;<t(y1rj6mS&VIludmiXp<DGx4<&!kc)a7L+!2Sz3d!;
zJt{j_e2(04*VBKl_3G7`wx%ziRcRY{uhrVBY3{d7%p&q&$d;WU%6u8;CoXx<^5&t+
zw(G^quas1p=4!?2y-R);<8a}mP3F^2ryNWBixY}ZiCanr-Fdckt^e)dlJ#j<O1FOP
z_Iq3EyEgf%*}BRSLvHTQHoYmfw@O7GbK2z!@9Lg9_13?<&~@8hB;2ZSdztrUz23V;
z`EQQSvRJr%>n9~mow!H~W3Pihf;{r|nX`^9*GUVR^HlSk*Qe!HWr16gmOQ%LwY#cl
z_p-ZRw(HI}FZC(4PmSkynsRBqR`HZqVc#Y{Yx(&-<iV`+?9j92<(3%}YDDKU-9G%E
zA>%(of7teX>r=n~Go;T{`_B;mtY-JOx4)m~6`wN<dwKuH>pzk~)9#CJ?$_P3et&dj
z|8MWV+qNaX`Ona^TF<Y({nnwtA3IB*KHGn2eRk%~?T>1?{|Q+Or#|EGpDD8H%)BJA
zF4qY<6U72ma>Ds$PgmYAvg&fFrA(BcaL?82Ceh)Syk5PIdv)&o!lO+`YrVE_d-}{z
zxY;Xal2>72p77=;v;00zox5A+?fIrWQ%=1+eZ7mz_FPWA+|hOWbeHOcN$aH~=bpPW
z_tdA2MHLm-xeVvYo(=Vjx*GEC?dD}qzJ%XgsVkjpy)SK6;Frv2AuqH{UIb=|6b2kw
zm$m2e?5@o{OBPDJPR(@VR9)ON_sN^>jSuJLUN@SVn5$W`y+`fRDe1x~cAvM*JH6$t
zh4p!_YfD8#uNCE8-Dwhi^x(;5^TR9EwrrcVyjXRn-yEeC$EOt@-4l{py?V!|PZl?0
z%ge83rtU2Fy7;wPtjoIBF@5WH2`=4GwW$tTO_e>HG;bMryNdWcVe(*UUJ~k;m$f<Q
z;)}(n%l=)y7Mu50F0@{kuj=cEts-}2jF$)HTJJg+(7gBQn+FTU)^7@)>nd`~>sw|`
zXrj&Q?Ao-p=w7RrYJw{nPD-~mm9R`Oe(H6`$jys!;;c^BRZ~_Sk2dGje-{$7_CLez
zNl)f4iH~OETBEf3;c8E}xmA8PXU!H{n1;<RyLRV8VA;M&c}KSGlj@RQ>-DHi_~_~x
z+Yg;=SS`EjzzM&{dn_dFwH{kMU#oGktL3Hty`JZm`{v8*&Hl2j-~HA#k&m0E+URI5
z=X@A4C2i^IqSabmo{>d6w&&h`TdzE?|G@RK?2KIfhS}bgM`xeSOXbeCYBjseZz~ns
z7^1T3;s!3p;A;zm=ES6}iYshhuIXj|y!CRwk#F_K%<7X%^;U;f8J$@fQaUxp`pFTk
zqSX>1PwH;X&cAi=x21;WPVZTK#^IAQ-%Or;py<5phaG#2&aS)@8DlfgX@%RCirHC<
zPOu#pWQm!3ah<uz8gAoWzPR|RKU=TXhOND2-Zw33%iXt2-{$IF|F$GqOYU61jz-XW
zFT-!Wcf)#J&)n`mDxY~)S697SLv7N%t9uOPHrDgLIsbdb+I4H=WOsfRd!e-P{*K&R
z0zJ7o?_L?6wBlN_%F<RV@SCr$)SjI?C%?b#E4TecLBO%oyiOsS$M2P{4C{ISVOPwx
zm~GeIh3~z(cJsbD4?dXw*|u$0?YTuNTQ4u$K8-;)G$nO=X^Q8Q&$BBzb~C$eEN(CO
z&rmjNxuxG+ugyUvPnIsJ44Kv4ogemd?svaa@9*X=mv?*?qHOi`#lxLhNt#z%Zm+tN
z^xAc$*PKdmt!FjojEXPc?e2TFXP>}lovqRG_VTxl&g=bW(EsZ{m!~i}f9CJA`{Ld_
zHJ+1@tfuNbtNZZhs83VY=RaHZ>els_b<y|FpLp7qc(UVA(%$*M*JvJ|KKt>v;yLf@
z;>-Sg+qyJ6?%g-PD>X`{k~%TxF812pd&Io4;GCX9g!$_Ce{ZXq_fP#)@mSI-Z0Xyl
zLAg7AdxdJ=%-i`?vRM6TcGRu=Ph4fnH?(GGW%;f3GBvGozZp_$8I${7GwyuE?K6)}
z`T6f>WG=qVxo}su_tm~j91FxcwcXQ8mA4*g^KMcxIIPUp8_NB}BqzqERLb{CYv#$g
zS+l$hpZ4oKJh^Ch=JNEtYj%c&J&%n!HD}*ut&p^(UERS`z3yE+x@+RfcTsa}k7gI0
zo)z|V%Ozj$;KTbQ`vWg;IsGD!e~RAhaG#@1rz<9%+A#51%~I9_tp9S}{%*EO_iNwy
zO>pnu7OlhC#npbf<(KZ<&aTeuTsiZ1WRmKewQpYpE&O<Y`pw_=)epn>Z~jrT^?TX%
zr60ET9#Q-B?<<e-D{+7QX&!18$)QcG)}GQmf$TX#Mo-eVEEMPRo*5Nfv{Lm}sO**6
zWLA#-Cg*HQBYZC|bo?B=(9IyobE)Qbt*I*O)AK5KtX{ile(>tG=T$Hk1fdV9>I6vy
zuvYtj75vYzWB)IXW#8)-fu>#_)r3A?EzdpU(ZolS%4bR36E-^b@u=p(IlXJV6rS`j
zxPRn&w6>#_TkUf0lB;hn)n~8k{*}J7>2!AT&ZVLj2c3#~uE;Fbbj|d&URs&EdwW{x
zH1lh}rf8R@EBUj`yseTWDV;59kvO5?K=TVn(W{c0>oQC(-&`B`BxI?TaLH=dLs{2*
zCi}*!t(#wR`Ah1m%?b-xc=#L?9<Seitw9X31cHT!Q$cXzm2$}itP7YLcpgDSF{gc>
z*m(bEP~;W<cc|z;!^_2?tD^1wuQEQf;%(c#ICERz&9jy4Qxg|3ihP{8Nci5lYuisM
zc`S1Ewg}U75%lJtd~!l-;<mf9>(+m`;lA!ia?t$Hji1+TlU%f8&$hB&uf<!J-uc$%
z8gwqi^U3>Lk=x$gp4@XS-*GOh0>(-#^qDO11TSj0;P`p(^*;{(6ZYSjJNu1&w&v3r
z`!D`Gx?e7%V8{8XpWAtNpZUpOVt0J=!Z(&%o;|(y>vME=)yuqFKj+w7wOzV(>+j6G
z{|p7EukXEX<5{@mby={-{`~FLnu%K*Rz*8~5=xspHS*ykvz~piA3`T+<WKl{qeoQg
z%fcW%t-viy?roYJpLTD1*qiDIozsGib3NQ=9txbJESI)eE`Qsaw`aCwez)t|wyo`)
zA@42~L%p&kS%Pk!>RbyLCwW@PO!5zoS*fwwRb{uX;CahaOXj@tJmp`mcDpPrJU@2J
z7YqNkbSvk{{~7GJ@BbC7S{9yVu;^ZAz_R;y&Q<(p5ZnK^e*TM8`Oei(%@%Epu1{BK
zwcHa}b+P@%<+balx!rl%B-zr_Tp-gJE+t;jGCO$gnko4bJ8QIp_RrcoIWT|iOrw>j
z&!3na@^kX;&C~Udo>=pK^V7XM*DhVxb*paqiW~8-Cue@!80#*2VV2vp$0tujd-zY6
zh*+xggsJF}3A4PRN^9J!h2FQ!MV3aVmj8*2z4bD(YTGYe)8&<qRNt(*v-08F^3=7e
zxjFZ?zkPLa%RkF`@4PiiR@-m2Tbh#h_`XJGGUEh;soU&C*p!RfRKKl=F?(PoGijyd
zsZ+Ci@2)S^%Z`jMPfe|zo%?&&p;dD<&+2Ab9@V?luKV@vnysJ0e0PiL*(sb_U-;y3
zM!3J4<&o>Bc{cfU@tn++Y~6EE@|5<8i<}aP4hL6;JU+F`TrcwO@oC~U(>KkTdUgGN
zt=-#KxfXlRzPV)QrGC?=87n<Ci<YO|og7}~X_n#sSbA;H>o>D(*OW7^)qO7(xz1*a
z;GKNM2%VsP{~4yRa;;f1?cNEId|5eH^T6Aa7B9OLp1b0h_q4aVdEc|HMc;Q>rCDv~
zTA%4ZKh`qW(sB8|vn9Uwy-O9_kFT%JPRn^){z|IlvctCXdRKbac5}B^Hkl>&=Q&24
zwn$)VK9JY-Y}51|E03)=-FIZo;&=BSP1$>8{l(qiZI^3JH~RiK_-4`a>hs}?|AmS?
zxw~$6Y0TI49V!<}V~c~XCPpl2y6?xPk@`9G=AI`#Dt!}Wtd0JD37Ydnz$kyJ*A&f5
z<;81Nc23uwuWEhooYzTp?fdz*9Fw!Qqz1dn*gUzlXYbXZUm0`Xzgv1OHs@Vwlz-2?
zSHEPfKI#g-7rZ65Wl!{iwNmdhmdS;<%BOj4dhe#?V0o;#Wa^R!Pk!p$eeh^j{<M$f
z)n@Bv`JH=O?OpU)Wy*Z5@9Qpap0sQ0noC(P_m;fs-ly_0;-a4J8^wsYS8uGF3oW)a
zSv)@Wd{WRPId4`Mm$c-04QZQ}vj?7Dk}x^%dfn$tjdg2p-Vd1+ZZ>D9P=2N7G40%`
zPj0`Ml)Y^2l07?hy^o4jJ>3#`Kib{o+ODm0cdLZ^eAJn=!7#?vB&#jt){&Ny_!&kP
z5@$<;mpryA&D^$gaoD*)FV90pMcv)G*{SKPGVhkU+j=hb+mbf<X-mqbsaF<jYG<ch
z_O)Ie_j<G0@{e^(-qz);NuH*w7AX`y>Gi44EQL#!xGa+7pSg8Y`5VVi4{uE4KDSVm
zBV?u8l=X{xZ*6%h_TB5$^?UC_bA_w#?&@n1eKJLE-Rb*XlcLS5@8;$T=f?YV&lk=L
z|8;EIuN;qS*QW)?ED4IWQ3`m;oR%7)5?WE7Wcd5Q%_J$izXnSsY<#r#CM;Mtsb=*p
z)3efB*KEu7)?0HZRA!-5$@Sxw@7}(5;`>nM?{fG3+FQ3>&b9l0bX&M8?oQP0h-TK_
zGt)l%U2Z*hm1kd&$j>{^pYfdNp8E5g-@S5QH?Ad1Kf3uDdWSvMRIM%P-V}a4?92DO
zug_}UP4ap@dFFjr$zw+QuII)@MQ1FpuR76v<X7w3w`-TJO_yDirRLgly!g45r<A0b
z&ps~&odpjUO>*Tu=2z_8Vwv_>?XHF8{<4!tO_rW|U#mB7WBAK!Cr<@#nUgDS%KP`p
z)4H%rm(JZ)d6QaysC0$x-hGQ%d-T)mi?&_+z3!&kolhnipB8K_bxmrS>OOHovhq5U
zkZ_}=mZs)><*5}*7M{EMb8`OlwUhQukBaqLt~KY;dI|4|cW-V#xALyGt>wJyyQ6L|
zh^ui<sb03V>+0Jt-z%PcULPj;ETjFs>lVA<HjbiIDHVT?NyL<{=rwuFdG@5{Yq^Ne
zQMxz1qE^ROYj4?FePg-$nU_m;E}CxoH1*7-nw7WSUH3e>WZm0~vjl(a`y9M`(q;E8
zeGh|f-Fo3`dVJDsy}+9xtzF^w${sod?XTFqj3Mo1wW)gG?P*I^Zkc+!FtG0Jt@zA)
zZ%ekmd#kl*`sRTD4AZAvb*<IeIVaw9-Iq-_&C9M$yT0(lxgGnIFF(2>%A@A{>f$8n
z<YRB8*F9iJkmQqQR%T~jnjR!~F3j)cij&q+uRJ|7FBdJ;%S%<wbn+95zIpuos;u+R
z@~){Zge;k2pY)^t(6y+%m8^R&7`!s$)x9Eg<f-zNg&9k?{dPSPsjYg4vnY9%n_Sjr
z<t0s$dp0hv%G~}$`Pyp3Iqi-6at%(|J^8+C?veD(u7xXO&kOeleDvsBzC+=v?Z5XY
z`1UQqY#N{q!GV|KR{m$`FP%M?`OtUqZ@y3OxQlT0H<bO{bW|{LPETu5xN>uIY>C3E
zuz+c2_a8L>B@r^YM`qf$_}+=1k2n8GUCV17aV2H%&RN;k9xY0daW3w&N_tKR-dOfE
z=B=t9=byh_TQWZfH+6Xhm2dL;7QU^WM_t=1yxiM+-<t>S{WeZ~^;_0gJpX5>di?2b
z`F5|@-$eFLvM)0DHu+!r_swtax7|8=Ztug}*1xZP)>DZTy)U8r)K|r^&*DxfWAfci
z)z{BHQdoI)it?hc?Pt}0&D*MJ>1e+Hr?sS%SpTDVeur-XYBNoAZ9cVCcTcVH)%I*!
zofRS=EhA+6V)oK7gI0Id(|#s*Csk`(+oe9wZMxj^%8#@9tEy?))%Bao{I@O2tP{Ix
zVsUJ4F5k?;oJodV&mMR_SMmA%%|=^Hwd78ygug@r+XH^KxgJ*vr@E`EOq#B{RxdQ=
z>aC}_s<kSUZ#^oUQn^#-=bR;z^Y0XuXXjUG`QCn5cG;J&>G<L6VrN$yn^atRs?Wz=
zv*5Oh{hm`jvZwq{@5w!Qu3}x~Nv|G_^<8$?{_g#`Q{Q&puKYVM`gh0Q{yRG`?Dg**
zD^B}vkILTm&Dh5Bq4r+6TD!=3V$rgOZ<gFR=Q(vr=V7(LVmW~)8^cb@>jzoAy4LF+
zder`&m2cdwBF*Ks^?TN4f4%XzS6$*__tux^*34gWb?TP;d*41S5_~w<-D~GAs}if)
zyL;cfFIx7w%9CYMvC^Ljr=Pn-<b~c9X7YM2Z*a({yG8T-EWKGz{j|O}m3uC`x@3L!
z-MiZRj(zg=z0$Vl+MejGOBO9IdGjSx?dq25QuC6tT#wF&%?_G!`03g7>^w1r)18W$
z-V<5`CeD4F@L96q!IzVkk5-<VwQp<X)vw<xm8H#>?=8J`e}ct!t>UupnHFBRs?RN+
zd+EBj-Ma6;&-q<GXf<!T=+d*RZ`*#GUtVqCp2=c#xZ><i?vB$-8oeI;%vsnd)92T<
zrli|{>V;O#w<Rz4Wt_6TRKBY$*Ir4LT|LP2=B{^ZY^4edr>8wuU$uAs+AGuL*sqwj
zUs-x3WqX&em$kk2iO(|5x{Iy#-Wvv=iJ5Y`X7{JZr+s*q2AN#7PcPRhjrFfO>1pAn
z8yR;?ZP%Bnckcu|c;)qZQ}<#mU-hz`OV7+I3*Y>G-?@G7PS5-@OSf;O?4iAHx6RC#
z$#S+`KjYJh9|tsdX}D-qst6m)@1FR5mCD2PQ_t6(ymdM@@7>QmTVnsTO}RSx>E+7o
z^5q`4-D|(r2E}^p@qBo@`}XbHr~}cb3$rFUeTYpzHA|9fqx4l3!xKFVCvG#aRBY4A
zJU@A!(T}vn)%oILx3c#ixf~vqb9zqYmE0u@)m3kPR+Uu$<hg8Hc6zPGy&w63S9KFT
zCmp)xQ7Rq1cG|xLM;<=ODJPQIBKxiVrwWxw{!?C~&Q;tqd9tUk*_*9XR7ErH-ppEG
zY5ncevEZIn!K?i)`V|KDt$nL<-+0qy_mpXK?|!+k`NP|zd!n}FT%5eh-(<ssZK5gL
z`$UCmnpup5%HB&CII1_cJXz`|a_wWV|MtC>C!?RL)?3d$es|sL{jICK?$(z}+v`?k
zzfR_|=gQiZc}Y*Fcg^OPWxnY~-YP34^(Jaglub%YSS$H6QecDfgsReA7pHo?z3a4H
zZ=0X@w7lq8-QaD%?0TN|TDncu$UN&+n!0=Qx31f_Ufr_YdNnh(_O1Ql@6*bDElCP#
z%XNG9C_|-ZqhaMnC1tbFx{}m8PEV30a=tuSsj3m&Qg^6)-*mqv%X3Y`yEj)aua3L*
z<zUg(sgY5azE$OaIAmCT(>84GwQo0`=<MOI%(iX)eEUZ9$z{83-ZP&zJ^S!etmLiq
zHZz@b&N_ba?}eYOyRi1Aj!WWORk^&#;8{I7Q<Cn^3iDmQb={=wEjzb74@ouUDth`X
zc-dXI+eMqNy<L4YyKLR%%o@$?qc5(nUb-Y|?(WR+?VJ40ZFBMcyJ(ZY;e83$sf+s_
zGUuj8hcGa4i~gKl%A4$d|H+dUS&ywJPc2%nz4b%ht>W;vwLHtUe|zoHEI#KY95(gJ
ze63AYCs%9yUVC?K+?p>l{ur*z6pmRppKoqye!0zbj_dQ1PUn4^dr6T~q$%TY>V*8x
zHV<_P<yJ2}f#v2ZFW0#|n*6M*D%M=uQ$73D-1W<j2M0Zy>aqIst)T9*EkA>DO_r9t
zEnB<z_Rfnhqh!8Wt-ZETv-|YU?VCHp3{E*mcRJ5)5$Nz~PT+gO;CPJD=-Eyg(f<sc
znyX(g?onFzW%u{kFWa9?*DhXeo?kY(dE30t^Gz>Zzq`G>{!Bc3#^fK>zTVQ)+$W~)
zC`#4|7do%9`m~lzYk~CB*K>p{wU%7@nfon~V}Ha^*FWpF$Rs_s+Vs+D(yT9K_s{#=
z2d`M;>jdd4^W<hbH%Ir1xlQ6+P;bQD5utLyv&r1;h|!-@Uc0RJ1Ziq38O;gyJCN-C
z@UC}2aPG=1UDd@*>t(kvU5gC)5axL;Qie^w;&ykLt>_dX&AYl2`gTbK-7{@d<&?=1
z3@H!|Npz5HU|@V3WaNdpEs4lch(p(FT(cj3>GGa?Ms1#Uf$}Y{EyuaeNM7f#@93Fe
z#T*f`TFTQhK2qal?)}=Z_Bv_KV2P(vVKEctx;-tK)wJ8|<URjIe*$-`k;x0<uswKU
z?O#5zSr=a%UEm05a9}RgHgQ|Hy@6S7IkWxzD27t>c|5F(yNQ|HJ0SjO+SdOJobBJl
zC$wFD+jjlbjYENQfA?qHpZ~7z_p-zC%#wVz^{a!w$z6Ltd-|;Jm;SE(QNI69VRdA+
zpLb?;<*$Fs)V5Y8K6)<{lNq%}@K&62eJ<-}j(2g<-4*v7l}>NHWg4mc>8^}QVqmve
zf;qpk=rpIT7D<Zfx~gXP=B$3Rbos3J#V<F#d9{u4Jioer`e{=?O<gVT%x#x%zRvAm
zobx3**6jFiqoclScdcH<F|%2HM&!(iC)0R$-fTR1@a3gVJ<5Js0%2V@^`rmk7dLIK
zn$guS7#H(ZcHOP0n=0!jd8bT#`sqiR%SWClk1JdAH=j(@J^7!(Z+iWV$;TxQ*OzC@
z^prj~eR-^Wc~G9fo>-H;SHJCi|DR#W;?pbT+&wkD?@zgW^{s@acFoOe5f#fWU3Q!t
z%JeKk$L7ZEbE(yxHk~{^N4pcd1t&x{DzD>Bw%F-4|Ipk}-z8HgJ>L`_YrR|g(8()J
zxxdu|&A#qeDk}T*VtrDNo$l`0N7Vhjv!`wOEfbW>bp2_jn(|wnV+sE}d^7{Rp9nws
zqBd1!VNmdt;MTb4-`6}Hw~MFlnYZ$7cI?`~$t&Lb9@AYJJmt;W@^bE|w>9RIs@BF$
z_j+|_p51njCwsi3cbeQ#$#}BQwd0W4w&SJF26G>|oyZgt+G8lmY$~|qzSfk*l78n5
zr@s5SPx_{*Twa&2ZRneutEbMn5<Fe?=g!>aT6-q#jyY#rnZJ4K>F_w?HtBDd-mYDj
zpC_m|{X18y&C1Q4+*>*phBI4Q&n~zj{Y;@(>~c|-rtcxY@UTgNWtnPUcYk?0_3hFt
zt2Az1pFG9#(e%(ty=~j>=4|yY^Dea6)wf%8iQZ|pxq>@(a2;WvR&eq5ksr#60p6Oy
z6DLY4FZB@$nCpJ+%EQ-7mg`S?(p6Pcbfx&7$n~&S-hT}DByIVZx$W)Jzw<*PKK33d
z+huy^^4=qc#|6`>-8c&t2%hn&;JrQXrl>&p9HFg0A55w?dopSNv|Y2lOrMhW&r5fA
z<?VcH5&5H;nN}~$u3evgT|1lSfkL;M`JLTMrbQ<8#^n6mZlHI@jP2*fEh~3gO|ID(
zu;QWaCBIW)U7p+KzM16v;+M?FNj;hCD?cBeWq!?9ZTg-s;jeCIR^DCm-9$EzU*MMR
z+YKc_=XxeFY;sr03A}hfhgqA6k5iVz!gS7qms`tbO$zFcw%9xC-*%r%M$ex4nrfUp
z=J{^P_NdI~%bz90R6OIT`MGH8u6d_Ux%EBzWZHeo&AF3nwa;d+jq+c6Mf}*LB@eFZ
zwM%8!bhEp3rz`y0yNgw7i<W#V%KGQ18F@<3&re<`?9!>XSy!J-`xu^``$gmQBW+u)
z?;-m#_0^)Svptt|S8d(lDcWVaDJ8dz*+@*m@EC8@a#dE}C9~H&ESqmN`Ds}F-I&w9
zUp`%vnLH;Z`X9?Gm3`t8+ur|E&sN{M-Q?lNNv3DQCP&_jp1oz_TdB}i*W*)W-xPH@
z`e@?xXD)M-RBGQY@9IyvG}%ut!1I*mwoAF%_wKAa`}@w?+vgoZg`ZY^@?EiVujs8^
z`)_%E$<4m-+{9k)jLGY}-oe{<e#+I;tFPR4L+jY&j!O(exyL*X*BqUmdCPy+bIDsF
zLA|V!dYOmj-rxJ)^5nYG<%hS;vVYe-_w%)Wowc0){$;Ok9yAwUf8<tmZ1%3`l8Zmq
zc`g)oU7p4N%tJ`z)8b&IsXD5vPea;t_%?6Joy2x$4o|FJ*kVmr+seuHylWR<4tt-n
z`0T3bu0>Za`vv+Q_cqz5eg9$fZSU=Rp=rCebOaw4Tbq?`a7Xvh-ER3!qW$N82Obn`
zepYFrRo=<7$abdn?!Y&5A4+Vw@>p~EDlfzR#^s*t!q!|}UpBS%+;n@Z!h)x}s<xlc
z^NxD?xmY_p@7so>AMft*Et`JrdYHRkugaWL3aN65M?BgjpBmZhKe*NFiD+7IgMaFh
zRJNsO^*okV@60Ssn|9sr-L0%GyZNfUr+FT`Se$$76!+|Vx#r7vUG{qSD`GQ$_Z1Jt
zy<2u|nB<W%Ptc;}=V_t$rNJVX-b@XDW_WUA!^t-VOZg(sc?C{a+A}48QQq}%Pt#hx
z^}F7MsGiqwJFB@bVtek}YLnTSx8BBT-~8&T9WU=#pqpOpeM09ed!I&Ls>d{AmBkus
z76luvmY<qpSebKYwTNQhy5^v%<{F=mdVYFcws`f+?3=N!Teb5h?=lRX+`iTGQ|6g3
zTk_tn+rFvFY_j*xd*O<gpeyTfQ=)G%*IM(bACvlXPyEA^TT3^s_GJlZ;XTzh@o|SC
zLr<&zZpr5o>sAGXX06IkyZg^`|Ak{kPnsv)RsHdzLcg_6B|F^g*RqWjA7i|i-%_8#
zyNC1hS)*f1=UH5G>YP+o*&z4t-r5*jlZSqqOEs-uee?PoyY-93!Z2U2ymP00#ls4f
zA3g76IrQMX;1r(x-@5DG?!SBY$-CQcq;~CF?R95c+1s=FpN+m<-urIf(|_*Q{xMyD
z_R+3AdsWP;HJ4Ynb03=46{)1do_pIod0T;n=;x~sR)$Qqc(XQtmj72<tD@&!lkflI
zZJF)0Ghf(sCCh&XS6{0LDc{pa*4pH)-d^@E)boybzJ$6>proqb61h($x8fguoBn&}
z^!p1|xt_e3{l;tY^hr~M;;Uo%xN7;Mw_nWvW69b%<Gk+aqs7k;OxRQGks3dB{#l{V
zo0AoMK3&rK9IfdTcc^H({^pRys%dv0s;;_pPQUiD*DuTJ#n+72T-vqbm6yKDbQ|6D
ztESc3YO}Ykj9oXe<gL5!_2hkhSKsA6zx-fxS)WJv$&%^Cn>$s4LKIah6Hg0nDLw15
zQ|r)Pb-hrlb(uF`i?hq>%-jCr(#89W-7>wnS|;sY?s@Ro>qmJ;(YvGF=FYyI8~RD<
z($?L)LjGKbQ=h$yT>EJ6=LKT_T+SUoJCVEdNXI0Bz@*$WJHr&7SXzWn(K;71?OR^q
z=DaU&KSV~ZELt6V?E3ZdE>B(0Pb`iLRpkx3mV4^*?%#TT-+Vo_OVfQ9yeNLLYwDeI
zOV`#NO=Jm5G4{xvlsfrI&^dnXD>X;{EZw<sb*Ptc+4s3wQ!T^RUFy+Y*Ijb`bZW81
zrNX%qYZp4--1a5r&iB_(*M9q~|HJQC$ku7!zVehuO<7-PWbt!i^piF<_K8mqtXS&r
zcK5j2<`t8AGSucIN?YeV*RNXq^W>J@N0lSCJ=eOm`qag}mjl{&^Iglk^WOEn=gc_e
z52dRzu3wuaJ4fKo-2(wSo-%Gud=6>W;(Z=>4ura`nX~Y`+GD8+lXvH8dz!s{vVPlA
zjibdTlP0%%+`DxzAX9(#_E%AtzI3n7&3&KZyTNRBZk~LR{JrBUJ+HSI<}owxmiDVq
z+cM?R!zj(yI!<%Sui5m*pN{K~SC%-sKC$#eV8Qe$a~8dQzNl*TdZT!j%<w4NIUnw+
zPx%xdduDObw&ZDPDLIP`q^CS*X_Mt(+q_a$BcQA5P>-U%rn>fe+wb9VY1{t3t^6`K
z^OXLc*foE)-Ml%+c6-Z{OFrL<Gnqq${7oj@S$iaKvAgl~n*}NpW2J15dU`D7*>Q`L
zC2Unz;If@RWt1gOz1;oj#ZqbYUEBJu)mBYZ&Ac*S-)PR9t7}W1?uos1^WG)jyS9@r
zY+qXu^soNymaPpe`!;TBx*FzjXtUG0b<M?^0W%pSnV77~kGd@hSDt(|Db&+!>(jm3
zCvW{{IISz3@9(`XY^m6!z=*6VZ?*+ZH`fWfm9=&2?i;VZ&Q*K$KKSChMBj^%o&}e;
zJ&|U<ZIV?GA$EF#ox_n*3z=&Hv$|K^{;^PH&+R$#Pi9{^Jt^+cT<hwKbH%RB(ojFU
z?pFM=zj}r0j#rQMu6*Hiw%gzK$c1xi4elD#o~pP8r0^|Idvx?F)70ZC*EY_{ZJS(H
zGF9Sa<o!EypL_}16t;DC{??0IE<ZnFvToI`OWl{>Ufz=Qb?^JdmrhsT4&MARL~2fd
zhOXG7Xod6NPP}>6$35*Q`{Zrm(}a}y=Nq_d*%=f$n4b4NJ}<BANA0n9kCvWYZxr>%
zp079Vdo=4(sluLeKP}IwKdba!>AtMXi+)|UPi(8rxz8?pFDFjB<>6y4HE%P^wXE+s
zpAr?rlfNChw5OP%ul0_{(awk?3s%dWIO}~=<=x9edzPOT6+QK3Q}3ind4ZQsy)5>1
zy?4{kX4RToThdlI*_=K3xmfq^ZQr78vvOT;s=b+fVY>J1u)g1iKi!rvjeOMh<*e?5
zJ&}86hPcaI;&_zNE-lF7wcFe16JK#q;J4BT@3}%v+x2ztJi0QgynJ%(-K&eX_&trh
z7qWcuTED=c{pMQTzL}{RD?P23u6??vuj#n!=Wfx9b_ca?pIMZtr&zRUkE@xJ@+7B&
z-vwg-Oc0;9UpG1M_vFBp)vGmbF8g{b+*5b`;;P%rmTlQG*W5zCEc4{cQ){nTpZuw<
zt@d@-=Gx=!`S%?!z7f;86LEgoo|pUVC+42|dA#iJ+Rf}OX}W(DS1-KMeB{)sy2qtD
zZ~k3Tn>KCV+NIl9o|Gzzh?<i7eyhsV>rtzs-)`IePks6IIprAZC(-*|SmvuWm@RHb
zzcS0tEf*;l*yX;<GBCyM_SUv11tAX`5+@#H=yO=TyJx-F<=s~^PHxIN8!Phg!?yl>
znF&Xe(`AYqHZ8jCv|1r}r%RUrJJ)>!9uD@2XM<OoT`rz_?cV3hmt$E^iZ1H<J+XV`
z3pufimn`*lOnywu3}UfQ?A)x=&auNIqWAdDLw!#|&I?;*T3(s8+q3%8-8WmTG#<*S
zo-)Zi=4UYF>4(*BRwrNQ?$(WWDZN$}_NzoYH&dkS!?LpDLOL0{JCnBxuu3LHJSg&1
zpOk6#<h|PMcVE*qHC{}eJ~3@cBKGd8$ons^V}q3Qt3}EMCUJTO#ui!0uHiWGrmFAC
z<-)AMi)&|HTtA~Ed-2_p6sx@6<i*-*^YeLE?L5tq9PwT7!nO<Mg7Y}fX)U$%yYngU
zcI@^fk!0DVN&8ciy%uaB<`fZP`tWi(`z8ASsNDb1|9A3V`L}7O&+^rrH$L-e&)M09
zPv5^Xl2AW8$?fvXzro+*ZqJU3%P!fvK0mrnU47g4pSnxm)*pCQ<Gv!Q;(FwK|Hx$<
z=bid@?QW3weLd^eNR__uraQ;X{CZYD-B6yUx16iOPETKNu7}fBOV4|kCiz|L3ETd4
z^ZgUQ?yR?H<G&TKnk!QyBw%vWl&6-tVqa={UtCXq5v%SSD|c1rlIQY>?Ma?bj85I2
zIsaJ^V~*IZJp~K+uDID96YDqG8JzX*Q}yon5AOYOn~z*6T`J*t>fRgW)2u1eCPwF$
z-@Q98|6#9x*hjCw`*edOR3q=7y<B&myCd1tOX7)T^n#~u?~SW^k1*_59~9UsDwkn-
z^r*SXt=*IS?`*v`eUq>Gvh6n4o?3?Vq@L6`71)zAZ(^BW_|?x*@24(Vziid9Yf~Se
z(9d80HdRO^%+F@oZ{16OIvJ(~8*ix=Y~<Y-e_CgES^Eifb+0SQkz31N#TL8W**Gb1
z+xEQk_dK`Fd!@GL{@!m~za4Y_X~uoObjs}MmU;bQv!hG;A6ZMh)m?wfN%#Fcmd0&%
zk?RbfGVLzcd($(GLH}dY;+vkn7q{=*xo+LQQ$<y87x{QCiIGkDdt%w`%`f$0x8HZ3
z`_aC4%^ThI3${%PF3)6Ha8h*7rK2pz%nWrl>-aO7z1`z+fcbFJ!r&=WQl%r$X@@O7
zGv(5(u3Yn_-+pFgpOrZ27U#QU_LjJFVSA@;y>=^m+oFu9Ba>sIXRp5V{^En(({3&d
z4T#SBy|}P}&F`sU0mIJ?4C}f!_So)SyhPhVGyY*%uG8JTt<QeSY+0%`al!ldUUP44
z{ds?9`QO`?OH=pzEju><v8-|MEDME7#vON`*i8F;ROGj#?h|j7Oqm@FbCiX`r=DQB
zmN(^6dDPOfbvq}$dt8^YHF~YpjqA7E7hn3bee=_2*ZuO_-krPk`a;wF<58xkH@RCX
zsZLy4EVIa>#kILJRYTcL+LP;yWE)qLr04u}Rk`ZSjICSmo9pfj`}AYdMQiii%dVgG
z^3%Ufo)Y!uarNCd(|3K%Rh#-vC!%7%@0IvdolD&_ZlwrE-*J3)WPw<P&&35(9Teuy
z?&B-$Quhmata(z~`H|<c$NyAjXK&kEawlNYN{vHOJ9oR@T&jN4bG6;?x9g5Z`^#lq
zU(3;!u32_!!l{J036(ObNuO^S3QXVV^t-vHg-v3uELZ1_E$b$i?b;o9cWL$3XH#cg
z&2Zn^x^w-q&fV79yY<qub*m?4|1;irdD6RUmMZ397dDo4aW3<aU7RdFSIO<8i|4_=
zj~Uo?8zWW~O{sjGoi#aE`(#P)t=;=(#mAaoxa(y&C(&N*lJ8cr@0mGk*X=dE(eC*%
zN9<SFT(!k2ljH8)a@C*CW8`bnemZQDzt%mogavb^-4c*vUs`f)Y1UOm-zbCp@>J1k
z?NffY-fZ1%@#0F}l=Q$?PgQnrTk^#-KQ;Si=Jnz=mrcEMlNd|W{-yYMoRjoORgH|4
z&|bWf#b{F-`-*j$jt6hW24$zssy4aSYxm-1&y@9feP>NB`{vE6T9y=BaoKD0EDx1Q
zKG8e+GJ`npal|}+GV7soMzXSU*>~yU&q?b<o|?=F+OnnhR?Pi}zRUHs^DjM`GDUCR
z%h;Rdr`A^QR?juPzHGN>d~CPxzAI_F_ukD;<=xYt|E-2Qb%ObOmQ&om&mPQOY;EXg
z_+9Af_qpMs+PA|`XGEvwrM|cSEL`_#^W~dfH7ny@>E0{<5*8T!E_&<7dDF`cws(1&
z@3PsLw|z(GTxH3!?P(o4KV<&B*qL~$P3BU`a*-$359g(po|Q{ac`E%`d*93GwT*td
zN7X-CyS_ekcYUgU+qcgKU-Ub|reE70UcUQ*x94){eP>HnD0sF6Zni!aaH?GI$6@y1
zImZ@yNS*5L$u!N&JSKB`mf7>!Sr@NAynXL#eZ~BYovYlVK?T{i7Lld3Cgsnz#Liu_
z=H74S<5J$P&s8SvnprdBQ1l&RpC7uvTOzuBb~{=>=9%%ljN@F~sVeQP%VoQKRZo}e
z*52=|39GtY%l*7--!8XPf2GSeb>H&+w7>0le6Hu^V^YyK=Q?=Z3p)L+Xql$Vy}H6D
zmC`ovO(q#i_#P?lDfYZPsjzk3vz?36W))t0_wv@MbML;zI{KMS-n-LI`>ttq)XST%
zOY^>8=(~MvR_MvOH76CbO+M?feETj?seSv5(UGpDji>a=EuK0aJn-_AVerLeKZAX}
zKJ8sIDR+CVRJ84PR+XnGSC#FZm38Xu-McD_Q@)l(*?Q{iiC=c#&?PguP}py^?cO77
z9wDhqI((%nS241@x#Q;MuGASkMP#YUTKTTC=JFp^ZbzH0k7Y6nF6^nhy(M;5P@V6R
zdEdWWPujY?Z%g&_R>i5O?r!i%HSpWusm#+ct*pl-<xOzig98htkKNktl)2^7p5WZr
zxQq8Z<KEe2My?ILwxl{D($iMj>sy&$wA$O0Uy-kC&+XfJwh1yQ&xDP_R?)JnKJpjn
z=Xw#8b=2l@u1IvS#hpt=E)8>Jc+YVsq)Q$*z34Z8>xz~4uII;l@4s*==t;kMN`-pc
zp1NIAcC~lrm)vHwo1L?%Q?d72`ZV{5<kNfl*jd^NC2JQmG#>oAD&T3rLdjE?$~I@6
zR4rdR{cg2P;L5tJKEqwH=KGE-|7YONN?ySmxn-};y(a#-Pko;im_4^EGk^Qj`N0O6
zbeVAXtKs^apU>CNUR@VmDOsIcxih)$Tm7@z_=oy}{}~PiE_PhK#?5T5%#23%=e_sL
zxcu0-7v74N5!@|v{d`#SVok^F++A_6UVparD*D#x`Lg!U*3CB8;{_`wEWc4Q`?hTL
zxsJ6bw;ObD?f9%R>8+v6#vDHJXSF{WLxhi~ioEnQ3RQj+dgtmtjV-tPH&=Z&&+9&W
z+r2fuPN-+W-=(wKre{UFd1bqbe7$#9_sXr!T@|LX`Tmo*8-6X$+djoval2N|x4g_l
zGcG@uHi#~J#Afw)?(Z8B$ISMq#%{Uge{WXdrn0=(p}8hj!cUI;_KcqvczDUB+&ICf
zbKh1+uG@P#+~?5eb@?W>%AVfZPj_5?_vK;nzFV$+ig~a4?j<s&1b;v562tQI&VqH<
z9)0B7HKkHzmC3vHmBDkTZufh4e%7g9+S?{R|8z<sYl}?0?UFT9|1&&&HTCk%)wyZ+
zqa)4M9Lp=2YaD*z-nmcNyI1Dl6YsivPjk`}Lr<FzHXA|=c-B1pv@kTXBkIwl(9DN#
z9_^iyc`S3c$;<OIcjsN1emLd*wbQ{D{3q@8-163H&c{vrCIx!wz7-c+^K+JG<h>*L
z4{!f<?A_$5;ug>Cnk9R2BI~h_zo!*3MB49Zc^5dzO*`_We!gn@znfg0vDFv5e0O}0
zinLw7^jsC^(Znm0!wz3<E~|SyC(|{4Rd#sp-|M-(yh7J*y?v9gqdDrg@9JaEERP(z
zbt_^@?=kn=%x;z;pXQ!k%^=RwSX}q#)uDi=S!I*A8wcMr`>}IY)_2eNu(vA(V>a|^
zu8g%%oBA_fY*yy_@~Ia0YqxB!;^{uTefm89otGcAF5W%u(X&9|X5o|Del86tXK<e_
z)zDL+74kec>Dl67{=nVG=49N}&HcUG+wWuUsoQsRi%Z2dlNN8cd9AU1^RwQ`pS!E#
zvtu?Vvo2d|Q>0^c`A+mvYyI0|rCsb5k&+Upx5myeyDIQ=r$wGf-pW-=rAjMfqzVdm
zZGAG^@1*ug>m_$D-MYT7_2ScSQ$nsR&YCbe>eIoa_ufUhoeo`m)pl)l$b9cTcEXo(
zU4$z?oLw%dB)EU3glEXklG{6-_#!q)yQ_=dc`m<h<!8O<{Z+5-ADVPO_siD{k9(pH
zg|yB$?%uR*{r8hEw%?BT^;DSj*wr`Pd)lRUneW%-E#F>|P^mOiFPYKUKrTvR<JKeV
zmhj}VOwevzS7owjmfsvpwb`3}EzMQ7Pd6%$S-I`Yoj2XzO7Gm-HF>$l)^!(pD&;@j
z3amQ0;&t`X)yFqq(lgn1dHwq2E6Lk)<!)U)JL~N8=(FNyf-)AdCG^kpaNg$1*zh`b
z@|0Ao58b^_BmH!5PxGEWb@kgb^H#kNxx01eQ9s?_rE0UDe%m<ds%LS?v!HEnP1d}<
zsP<*!D><Rf+qZ6=_;%6m);#q|VdA@6&OOhX$+b~$;kPE{mbxV?&fA1ae^0tod*i0Y
zt&_34V>7FFzqob1_S}xBPm`WqUA?`u+EwLJ)vc4dK~-g&ZH`^`j5X6<s~y@MF>&dR
z9jVcV*0=Av+VmW3R`?Xywe6<MdAUnQe*DtQ-zs}go@n7Dn3bnJDPY^`*%kNi`I%qc
ztEc`hWVLy<U(uYHymw2sWtnGrM{N0$buCxS^sLYe-a75->Nd}k*Bon)PkWbQxTNbu
z4|C<ZIqWwgnkrvMxn=Gunlkm@*7JI^%sqEzr!8K5^>+Hr35!o_Xe?W_VQS)fx1Vdp
zzQ)|ntll@>TDR<6WofQZ#N)C)&ODzrD~=}fW}I5)#>~N8v$#+)kKMFI%5UqfYjY-j
zuDdjQ)4MmbzxbS<`ZsP$&d(_?%+{{*wBEKWdVSt<wuD_$Y-<-uM{h2>ZXT>5c4@|4
zm0fQBdJaof^jbEA=#;G%?kV09HR+Jws|&pxr{1c~nq9Oj?_1a1t+~F>-Uf?i|ND4-
zj+Eb7ulc)IU3&Xs+V@M>ZJCdJ|9-1*bJGRi{B+II9Xqyd&0d+v(R|9KHF=80#7(=;
z7->D=U9523L}<?Qb6>qa`Yu_nt{Xi0*6G;GQ@>OhgtuxGt*yPW*R-cHI@i7I-K1BG
ztGArjpLXlhE$OzDJ?6!)r+vO@vhm3FpxoBTXC7ro^OZT8+ntnMC53WIwXBsM|DLil
zxW|wy%RI}Vd{^Gvn<tNl+`au>+E>!EUMlacmqjV3_uafKuWJ{zSDP)mR2KJlYg+5u
z)vwETwRU*lf4h6h_FWb47Iob}*K{rPwv3$5B$ow6`%QYDxt&z0y>oTtu26C9rCw{F
zp1M7$xVztUmVat#YPRdr^1b%e^MrTJ^$Kc{nH0Ds-gHZT*wgp1Z}mE*w|%>|YtFo!
zg4aPY2lI;p?&-Xi(N)ovcB^^2$i3jU)8S`L1;q`#iGf}QE7Sch_3Q6Gb!Y0kN#6Iu
zvVJYi-G1TLWWS|)sVY|<tId5YHu>u5hg)YynODEf?krvwJD)G3>@~}>?CM_4r9E!H
z9}7<X%+uX_LU``e2JSx*>sET%N6mS+Ge7Lyt6P_6MZH~}srT+UPqJ#uN^ZM!$;imN
z|GwIa{my>5^7YhbauYC4OF^75hHd`&$li-@P5+wzwh!n(w{51<z1ee(H!SJ?>~`ug
z->QnlISEgMv_ma}r`yQR$~%AEZ;8c9_i52Gf0rM&=eyxpn3<osN&2eG+?wB$_a+y-
zFuE)jW5BKvGOuOg(X5Z6DOcuf?Yrgf{qjbu7pKXz{@VDTGq&4v)kvm@uFFksjlE`S
z6nkeudY-7r)&r*vABGfFbLC5i*^6A-y=hn1)i>MjtVj$EyJ}T5+4JOz&(^Macei=3
zzA4wb_{Fz*@>}}-FF*d2yYTKtbL+SF-YVBzGPXRuSuWzSg#-iF^Epq0{EEx-%ePN=
zS}ZDhT2{#96&J=jdj`bFh0)ervCC1t$-Besf;*K<%DX)7Ffkw3@tLHYFmY<)gn}Zi
z#p>*5#naRF2H!RLl6gC=<<g{rs^#hVrkg)yFOGVDcVcFp{N_t4l@Ek$J~ga2`RrY&
z8LG0Xa<Wa2fbfJar{{ChXKlCiEP65Zeae*J>e!pwyEDr_sXD5kUHdk*?C!L0;d$4q
zcISOJTdi~mTeA+St%q$TV)&N-41w~$yZ<vR=*lmDrMmH%^P^|e|L*<I!11v!;a>gC
znm_u}pTGO`?JaxRW%ZN$WeYsGr^((Aoxl0p_2}a0wcGz}-FW`(;<G2$ecM0tM8&#a
z^^&iIBQwQ|``?`Y?eVnXF#EJg>=UCNNpk<(RH-YS7Zw`iaqK~HoSZpl{It0qCqJDE
z%+gdpoxkP&xo>vIHI6^jsE#UK={`4j)!rq`RnM0$)eBv|H#@%gc22H-P7dpy=}g}~
ziuw3!aU9;6mhpW_1Y@{Xd*;c|^TDwKJ&Q#py=QrsU0uIE_30uTsmsg5R<HD$ziHXq
z3^%`+ZJyR%QM<R?+xw<Kf6b4zrXd&iKMH<!GUvPFpWS;KgIs%7{(V<2bfC|$@!DQh
zDL<q6``_(Y9cQ0C>#qH-%1KimJeaS)@5!`&zlfFAub-8L#VKtTQkz>@p89ur!zO2u
zRrZy4gUpN7FGlNj9Xvei^HNEx+FSc>znZ$G-1OPgEm;;T?WS-0&%oCo8@jiu#By!%
zQK`1cnYBghQ#H5kY2pY|dUsN$Uue^vm5JMOEEP1F7akN{s#Q2=h2u*7Ov_{bDVKt>
zC;p7Ov}2X$A=4#mfA0#M6CS-~{h9q!?|s}lJ9=*J`_7WJrd_f3q8(2C<~nJT;rur2
zma~Dv+tmDo1K&kk5;bp6(!KXv?OR!Wv2WEZv&A1x*5-b>ANqZ5c+uH!o0FFw+HO8w
z;P#;(H&rGnX{V&*COPEvxfvg~)zmn7dZPN-b<@f(*P35m5gR@4^>p9-WxKPt?X{ls
zZtJ5JZ;s6`OxN8rZTj}OkjZ(x5*@DEn{~PlG6v1rsKUUZd^xM+eNf0Nb?Km$);T{H
zEk3>9y?)*_rJ%U;w}LbGXZlHHt<{W*E{$*8p8H7G=o6>j+jnoDZf~BM;u$!}hUd>4
ziPp#SXUh~v?keu~3d}sYROE7a?vhELcYEE-SaH(pm9AZAd3v?V?A+T+CzpS!?b!cN
z>*9eaf45y1yYYE{z5KgRWxf9y%ui4IS@}<Y`g)Nfualp4d)~6Lja|RIR=BFf_f7LG
z^Gwr{bzh@&P3xl8?=9C|w>{z8{9D?^jGLM5>SxUhXJ`LDd)tQ!Wy|xjnHHyXojh0C
zPWF3$G4G$F*pk`ZzPh(=Mpu7R+WwJkc6r|Q4YAQDa|I8dnzUF+$bs>OnaC##i&wUp
zyNbI5r$iN9RGYVUcjo<AmgQozeWNtDuezvmJAc!r{3lkY<1cTOoOkWgt9zA?&i!~i
zRrWeNyVe?ygAYC)eDK+Ol9$b&_0#vx-FiFTZtn3jQ+Dd@+#Mfle);suQ$O|}H=Ct9
z_xKIHT$L*c8OLwlaxIr$)+-}%_3+cs856G-PBP%lcAK*5%95R_Z=PFwd0IzL^Lu&g
z_LBA6w%s|m=BmcoyPC&@C;5I2EQ-osyFPElD^q^K%vnCGS-;-hyJelxN}Y>~1^gHf
z8(66Kd|9)Y)9=s3yxTX;^LMXYGOKCNEzh^*`LEB^e%rk~bLQ{VGh#mi{xj^ID*PlV
zH2Rsc!UhGwD<3^wPkSu8RhFr~cYS`e+F#M*B~#z6O?!Xo)b+aQQ|i9nIdHAU|B0-b
zuj#`b&4GKp%O?8ISY{T<Epby?x>?WoGvf(m(=D3YgF;@Zt@T>+cJrQ)nDUqF&+nYG
zY^r@G+x+*Mhj(pRnwfjGj&(I}^_vedcV2xrGd#+AXTzF_9-)FE4I9r~5@0=Wl5h2K
zAD(M9E04`rnr`x7_GM4o($=kom))P7+Wl<hc9p2@C2QvIzi1nNZ}*~g8z1l0_ukg_
zPP;q1<6WLotJfVj5$zKzb!P9&S;KYvi39@=Tgo}N35zX#gEN<>-RpN*thVLf=YFlv
zRk5puwI=pjUhVdunlbsu(u#E<zi-9dHc#C;_w4NXLNCJ#j+fd#T~pvcU(0Qt!KCDM
z$L_W>?+hxuxB1C*bEWQQQCrhX=AB*F`CWgO&7SWu+qb@3Te@rC^-rd2-zn|tO>4Xs
zv4nBr#b#~h3#&C1nr}3BO`8+1GugMK%5d3|_2Q*>W$sO1_ogYbG<vou)2oc+3Kb=T
zmD2=IT$-mI8fK(n!B8!=Z0f>OODltet1`Y`3)r?!I&x$7S(CS?B|oiu^=;Gq%-FT!
zC4M#Wi`Hlt<-cVyGITArar9ottzo@!DvOXc6X%1jx^v}Eo=!JipKX2X+y13r_7@f(
zJNsE%J?-6^dEdTnTYCF!wcq7quUF4dkc*fisp`sR<kZeGajK33OMxdtsi@7S{aSu6
zZ(S?jy>Ht4cc=Z;Z<L4my*g_)_sgcIyZ7f;S^a0IEO&l<Ek|YRzYE?SybD-n9$ER6
zfsZfc+{NaDCm(#MTogD(UT3oJn_1=Mw@$D96<yFBw7c6^``%sMy}zUDowRl9eXk@=
zdUWX(=fehJ?c-Wj#~4(mYx!Ml@V9s%?6Od+?75%$t(U96aGdo0ba2^k^<w6@kME`~
zj`A&(J-YSG1&;p=1=|HzZ=BG(xc5lSlKotMSJfq+ZE4j!RoL7!Y0A#%&0BKbs{Lm;
zeEq!JMWK}v$AW#W9nWh2iF-XI=s$zpoW1W$W?FtUk?Q@rcHhL>W&YA8^E3M2a;qNJ
z@L7NJn!3UUh3WSUL{dsj9(x5on;PNk>V7v%H!A#hcs$?j?D`3F9;YnS_-v_r@8h+X
z(Qk8;qyGu%>crNk|6O<cZRPDJl^1{R-oJZu+1vYX9@|}=)v{#gW3k6~)pO0S=UUCO
zbkm>atG=xF=Id?qYOVWgtNr>?w`R{^d9T=-WVGzF2A3Dhxkm?#CK*oLQPt%oG;O2r
zYRimyC%4>R`dIZ-?F_TUOJ+qaUA=9S=h9b~eXG_z)~#_}dhd?3cJ=Peyl{mhlie;c
z?XSq?@eBX4<MBStPu|n#PyO_L^Va#%-#)Wz9Q|ZAW!u)T`?JeGDNR3W<szhG6nAS$
z-<hsno5XHyk<^1ZPb@Utzc<Qe^je;O&|RgzDBo?}{IglRTb4@1&t00HUY>2b>t}5I
z*0Zn9EI>4^Fpe()@0}=~b!;ztTS@s<y=IfJi;7x1?i}q}q;ZZd@@BYt<D6Ny1WME2
zJl>uE=Rbq8rKgk4`9*d$AO16R+E}lCWj;@Hx_5P^$%}v2mAfY^ZF#G-NVNTQug&$c
zbB`W6*ZlTQU44D7)rOu7&AXnT)|cIidLO+#Wlx{PDWSaOx@*_{t>sJk<MiS4Yv#CI
z$$wX$ar)`=Pk;8@E`RD1*3ZVDOS$5oDVLv({>`;Y?({9a=;(*n?yj%x`Mbn&=TFo7
zb$j0?zn15HeW7B$UvubIo{cdp6{Fv4Ya3b3DJa{u=}AH1#DnXZmdI*a72T~ry#BzK
z$EqevcFo!QAo<Y`CmF+w?+j}BZzUan9WuG1>Xr4qxx2Enwy7<h^5I-`wb%47-wJm=
zm$C`#U#ix<@|ACDiTaUk^=UnKx+j`FR7x_N=k#{#wbZ+x=I?EAc%Qp#%IkoBlcdEb
zE@!%G+&mVR>8cwtW$m@!bKc(#O$>`!=eOMK-ml4JQ>sqAI%l@qS39S3>pq>W?|<{$
zs(%r-)ujAj{q<A#=Q^#<{JQ@)+tU9GOI+TT%=SpVQseYq%Gmh0WYU63ZD;uod7QiR
zdHb@;qXk!T6CUQ;{&D`fQf>aKmp9%mn|#deKf~$vc=hVP-@@M~H(b2?R@mi=-aFsk
z6_;*Ftea;t&0_iI$}pogkDiGPtDfgMO<`y0`l?+ownuc%lNBd*=PX+J`($+3mHEbT
z<!>rOuD@Gx@{i%%?EOzCPYRqIyJpGyi{H$mjvaE_kX_yXRzvUWebbu@Lt0LLOXq*8
z;o5s)Q=8802`6{67i1lpZj!d>@yXL|>rd}DT{ml2-m7zeR(oqld&`RIYJ^OhZf+W5
zHT~0Fvw5rC?&K`p`*y{9@fCf)<2jhxFDj)mH=L16<te<<`dEEV;iXNB*NWE7xMlWf
zS95*!)$i#(TUK+|UyxJ&P%8c;KklZZ+|Gv=CN65-zK4M|fWbTCCIdr4Zj#q8;fZIh
z_h<H8{bTT-;qs;UY4c{~6sqi<CRtxuXOgb|{gh$dO52M^;v7!u9@*VvCRV3B%k!pE
zWSBti;!n>qx;9Pmj4l>hqM3WwE!!*CHSndn+ZKg;vwnwX++SSiXIK@T5*l*nwX62)
zwmFmT9-sPocj@(MK~eXoy|tFI`gAicbJyO#>lXf9t}|_et6`r?L|tTK&-6|fe+|~@
z(%q{BBpACwt}J+Yd5UGy>&w%&?|m=wX6btEOK-K!wqDt3s#mEQ7q~DoGj~pOc=oEy
zPs`q~-gxat+tu8yYXx;h6BDLiTy~U$>F;!{#S9D!H#mJ^pA)WBH0fy8?ULa8VSktP
zU*9ZKnapE7>3e8a_?Lp|ru&af+xu%?Y4OUJCm-y8Gb#Lckfy*Lhk%)vN_RP%Z0Zq<
z>G}6_!x96Bn~K>NH&4@Qjfy|$CzkE8;<sH~=;g@$?bWaImYeK7WziA(Pq{ZQb@$}&
zOP1!X)b{jFnfB_qqw>*Zud230ZT<DKx7_Tjup{@{vnxA8S&F>Y#HXKWQ&G<@64%M@
z)z5SjXsO&8^K;SqvyztEmS((OwYg_kbV-@#j<DkVsTP-?Ox~^?*cH^bOWW)1`mNPB
z*ZQvKf4S}3udj1FqMqt*G5w@E%XU-pTgA|AyH>m1=DU*^p?|9Ss#nmILZM7IzqO{S
z;>$lgtqm^U9bT)KC~>q};&{Z;*kiA*eP40wwD06B{cX35r)~?B+2FQ7OT9Z!G^9Wz
zH@U%zagraq%+<j15b67`g#Vmcxi$Yc=VANVy=MQu-L6YLU7@S8eb=;CA4^W={&B6;
z-Fl>JJ;zK32CwxU-=^v|otNb8T_?@(+;_)uo(DT;A1d1My?gSr?a^<uV{iSko2oK@
zd(W2stxMkR@(fz`=>D|t{@%CVeUn|4&A;-+h5K=9n5<)qZr5JnIGt}}c&2e(+oL1O
zwbzr*ELqOuX1GOJB6P{r$7eZzPr9djXzk)n_aAvK`TI8X%(ACe5i_*Crx|($-io?h
zdvD{-Ew?VaFHHOO@2=_RRnkv3ZrZh}S7+UsKu_kJN}C_kJVTb`MDsU<pOHPsu;!uI
z$}3AASAJgU#rNkN-<-<WX=~L>9$(xWxaL;T@*w>?fpaRSU0iwYeO>1%vn{(;+_Y=2
ze=s{b+t*smc<<dkn|-xBF8=iXyfaO3*%c<;-(8~8d__yvX=|;Edy_5~F5zaj_wLlU
zXIGbRown<y(!%U>f#uI;=f2Fosh*wjH9WU8=hJDAN!b-bu6*rBCq0c|;{WydgpFKw
zR+U$CtbwV$lh*sr*pDLDPoC<^e%80`);YG1Y<qW^SZ>;KE~I#$=Js#@Y*+98eLLLp
zz`Cs7HOkwjtqi)a;pF{pa&B4f=4G5Vsoeh=&hP(wX7SI=m&=YzK8*D`?ziLOx~=Yg
zD!zg(MQ6VU{=2|5_eqlR2BXzNJI@^`Iv^h|Fnek#@BIzCqPM&}c`|zKy|ucrv$yqp
zdih60`li2N-RXN>zTe)~PR`!NEKz%FgPRq1_Ua-Bw@+u3<aO@+tgdW+D^XPTxcA0^
zvx&Z|>Q2q|)zS*Rv~SM3ye~;#zo#rdGxcp=%C4JVuKazzZK`U;&cvT<*Bdqc{knhl
zy{CC6KWprb?cJO7?RNB)b?>*7d9Gb}G4Ijtd3s6ZiMu$q_fLJ|Ah|;))Q`_9T)BI>
z+oDyoo~?ABXe)0teZR`QZBMgwzm{2vEVkNFpT4?#zHzL=m5`+SKQ3okf88GV>)q`9
z%m*&NO+4nm*k)wuB5A*;$y2sN(l&Nx|7ziTyHwS`zOb|}4bMKQ?Wb9lGktEKRpGNk
zrlOTzE%RqjS-I^$gZ!%#H?QjFn)(L2?!2th6>%^6YozkQpwn58SI9j0>t1-Y_>-UE
zTCrJ^7rd>N+p2l{!iy;jRej%!b}X%~Z(E%Gu3mldRT;H@(Zw%47rm;Q92v{`QFs2$
z#pX&+e0O-v=v_WxcW&v-@|xxE69lZI^Ojm&Q9diN;*-g(Krgexsj~vTLshj)_dV0c
zQEB$=_PNx0;iJs9i!1k6uYA<y!~3vxiJQUNKlav>4Ey~29b-(TLo}9txK}hOHhkNp
zN$=jXT-|fOtmLpy$ofkX)#evJ>DFxZ-0yl*VxGKI?Hj4o?pLnrTc)vji*D`JQ<|s$
zb>a?>KTm?n*KFD+I%Qh=bJN>)`I%N1x~9aWXWsp^!_#!{&$6tG?<RS@lqvKK`evLb
zv?sW4&Z#WV&$_q2Z+-SJ?DnO{|4#G&QL1_~FDk!!uIJ2cy=Q{LZg?K^^x<9d_uh?l
zX}9{g&fR;;{<&1={@IK_TdW^VUfs3pKg0afPgcb0Prh3Ds#<Nr(Kl;v_IWlbdA{;=
zJ!vY@nsrs^qSoa943}oM@;?mz&%jduWlBc4;RVDhVXVulW?!qZ&wn&m;bnNPl5@d?
zcNtx)`*j~r$<<r8Sf@c|<ztJ32c?}BFSXB<jy2zR>uzPa@syCqr@ocles8hY`oXjQ
zWl^y=j+#E~5A=9EWy^$Vfg(+=pH6IN5IW3WwBfh|zv)$-n5P<NSKQOxy7<-Fb<4b3
zlI8?g{i>hX{hxv7Kf{9h^T!tcXQ<Ep&+t=h%df9~7k<zG&!FOd_2Iqv_MdWVAFk)W
z{Uh41+iOdvoOJE)sGv2^&rE!3-KC{}uZT^gu;<B>d0bOvBdsQFy}RwUYrfrapQHs-
z!cPB_xwEEQnA!5Ut?_*khAj*MOac-KpZJp<xE;U)t4s_c2|SE90+=o^Ht<!?VsK)7
zWmROmf-!?(0gHmc!6$OZ8kiU*l>279b;x0Llu!_S3DL<o>6Z@wigl}w{&~7RJ9cNh
z&aq26Efcqwy*<TNo-FyZ_-xeVo>bN?bE4l@e2%*RLwNs*nXaD4{NEHu|GOXP_n+Yh
z*S5RmrmMIF7#1@mRB<sxF)(l$STHYGz;fVR;d!6$M;UY()EF#}tM6q%ziR?xxG-tL
zp$5%En~!wO4tN`|^WL2Y$^R;^THBWX-v6LG$oKMphC=)IkLy3~imLp3|ATYDUHk9C
z|Nfc(XOLd(Z@>E=N0#*Re~;?#AN$YnxFqxW_xgjp&L#gD?)d-yasN+Vug$;rKNMHw
z&Hvr`pP^p*KSS@u<@4|UXJ9eqMHp=I`S<<@Z3}nRzf=GFC;y+h+r0YnKLS_G{r?{M
z&#=GuKf|#Xm(RcZ&(I{*_VPc&j``m|?*DODYScBOVMBJh3H+egW$Ju2)bY4a11o=c
Vf$9>21xUl}7>6N|EXV)<CIIRnnH~TD

literal 0
HcmV?d00001

diff --git a/controllers/assistant.php b/controllers/assistant.php
new file mode 100644
index 0000000..d549f4f
--- /dev/null
+++ b/controllers/assistant.php
@@ -0,0 +1,85 @@
+<?php
+/**
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * @author      Elmar Ludwig
+ * @license     http://www.gnu.org/licenses/gpl-2.0.html GPL version 2
+ */
+
+class AssistantController extends StudipController
+{
+    /**
+     * Callback function being called before an action is executed.
+     */
+    public function before_filter(&$action, &$args)
+    {
+        parent::before_filter($action, $args);
+
+        $this->course_id = Context::getId();
+        $this->plugin = $this->dispatcher->current_plugin;
+
+        if (!$GLOBALS['perm']->have_studip_perm('tutor', $this->course_id)) {
+            throw new AccessDeniedException(_('Sie besitzen keine Berechtigung, um die Veranstaltung zu konfigurieren.'));
+        }
+    }
+
+    /**
+     * Default action: show the tool assistant.
+     */
+    public function index_action()
+    {
+        Navigation::activateItem('/course/assistant');
+        PageLayout::setTitle(Context::getHeaderLine() . ' - ' . _('Online-Lehre'));
+        PageLayout::addStylesheet($this->plugin->getPluginURL() . '/assets/assistant.css?v=0.1');
+
+        $widget = new SidebarWidget();
+        $widget->setTitle(_vips('Online-Lehre'));
+        $widget->addElement(new WidgetElement(
+            _('Die Universität Osnabrück bietet über virtUOS und Rechenzentrum viele Möglichkeiten, Lehre online zu gestalten.
+               Für die hier vorgestellten Tools sind verlässlicher Betrieb und persönlicher Support gewährleistet und sie
+               ermöglichen eine datenschutzrechtlich unbedenkliche Nutzung.<br><br>
+               Hier finden Sie erste Informationen und können weitere Schritte direkt von hier aus starten.')
+        ));
+        Sidebar::get()->addWidget($widget);
+
+        $this->folder_id = Folder::findTopFolder($this->course_id)->id;
+    }
+
+    public function mail_info_action($view = 'example')
+    {
+        $this->view = $view;
+    }
+
+    public function files_info_action($view = 'example')
+    {
+        $this->view = $view;
+    }
+
+    public function corona_info_action($view = 'example')
+    {
+        $this->view = $view;
+    }
+
+    public function corona_action()
+    {
+        $db = DBManager::get();
+        $db->execute('UPDATE scm SET position = position + 1 WHERE range_id = ?', [$this->course_id]);
+
+        $scm = new StudipScmEntry();
+        $scm->tab_name = _('Corona-Info');
+        $scm->content = _('...');
+        $scm->user_id = $GLOBALS['user']->id;
+        $scm->range_id = $this->course_id;
+        $scm->store();
+
+        $modules = new AdminModules();
+        $bin = $modules->getBin($this->course_id);
+        $modules->setBit($bin, 12);
+        $modules->writeBin($this->course_id, $bin);
+
+        $this->redirect(URLHelper::getURL('dispatch.php/course/scm'));
+    }
+}
diff --git a/plugin.manifest b/plugin.manifest
new file mode 100644
index 0000000..af840ce
--- /dev/null
+++ b/plugin.manifest
@@ -0,0 +1,6 @@
+pluginname=Online-Lehre
+pluginclassname=ToolAssistant
+origin=virtUOS
+version=0.1
+studipMinVersion=4.2
+studipMaxVersion=4.4.99
diff --git a/views/assistant/corona_info.php b/views/assistant/corona_info.php
new file mode 100644
index 0000000..53e7c24
--- /dev/null
+++ b/views/assistant/corona_info.php
@@ -0,0 +1,24 @@
+<? if ($view === 'howto'): ?>
+    <p>
+        <?= _('Mit dem Stud.IP-Module "Informationen" können Sie in Ihrer Veranstaltung einen frei benannten Reiter neben "Teilnehmende", "Dateien" usw. einrichten und beliebig mit Informationen bestücken.') ?>
+    </p>
+    <p>
+        <?= _('Damit können Sie Informationen, die für den Kurs organisatorisch oder inhaltlich wichtig sind, gut sichtbar und prominent platzieren.') ?>
+    </p>
+    <p>
+        <?= _('Für die Studierenden stellt sich im kommenden Semester für jeden Kurs die Frage: "Wie beginnt das Semester in diesem Kurs? Was muss ich tun, wo finde ich Informationen?" Mit einer einheitlich platzierten und nach vergleichbarem Muster strukturierten "Corona-Infoseite" erleichtern Sie Ihren Teilnehmenden die Orientierung.') ?>
+    </p>
+    <p>
+        <?= _('Aktivieren Sie das Modul "Informationen" auf der "Mehr..."-Seite Ihres Kurses oder direkt mit dem Aktions-Knopf "Corona-Infoseite" einrichten.') ?>
+    </p>
+<? elseif ($view === 'tips'): ?>
+    <p>
+        <?= _('Sie können die Informationsseite auch für andere Informationen nutzen und sogar mehrere Unterrubriken anlegen.') ?>
+    </p>
+    <?= _('Typische und erprobte Verwendungsweisen sind z.B.:') ?>
+    <ul>
+        <li><?= _('Ablage einer zentralen und gut sichtbaren Literaturliste für den Kurs') ?></li>
+        <li><?= _('Hinterlegung wichtiger Links, z.B. auf andere Plattformen, externe Materialien etc.') ?></li>
+        <li><?= _('Angabe von Abgabefristen und Regelungen für Hausarbeiten in dem Kurs') ?></li>
+    </ul>
+<? endif ?>
diff --git a/views/assistant/index.php b/views/assistant/index.php
new file mode 100644
index 0000000..e54d1f1
--- /dev/null
+++ b/views/assistant/index.php
@@ -0,0 +1,319 @@
+<section class="assistant-section">
+    <h1>
+        <?= _('Zum Einstieg') ?>
+    </h1>
+
+    <div class="accordion">
+        <h1>
+            <?= _('Teilnehmende benachrichtigen') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Rundmail schreiben'),
+                    URLHelper::getURL('dispatch.php/messages/write', [
+                        'course_id'       => $course_id,
+                        'default_subject' => sprintf('[%s]', Context::get()->Name),
+                        'filter'          => 'all',
+                        'emailrequest'    => 1
+                    ]), ['data-dialog' => '']) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/mail_info/example') ?>" data-dialog="size=640x200"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/mail_info/howto') ?>" data-dialog="size=640x600"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/mail_info/tips') ?>" data-dialog="size=640x400"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Materialien online bereitstellen') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Datei hochladen'), '#', ['onclick' => "STUDIP.Files.openAddFilesWindow('$folder_id')"]) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/files_info/example') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/files_info/howto') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/files_info/tips') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Corona-Infoseite einrichten') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Corona-Infoseite einrichten'), $controller->url_for('assistant/corona')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/corona_info/howto') ?>" data-dialog="size=640x600"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('assistant/corona_info/tips') ?>" data-dialog="size=640x400"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+<section class="assistant-section">
+    <h1>
+        <?= _('Lehrmaterialien verwenden') ?>
+    </h1>
+
+    <div class="accordion">
+        <h1>
+            <?= _('OER-Portale zum Tauschen freier Materialien') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Portal öffnen'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Materialien zusammenstellen') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Urheberrecht beachten') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Informationen anzeigen'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+<section class="assistant-section" style="clear: both;">
+    <h1>
+        <?= _('Online-Zusammenarbeit') ?>
+    </h1>
+
+    <div class="accordion">
+        <h1>
+            <?= _('Online-Sitzungen und Online-Sprechstunden') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Kontinuierliche Gruppenkommunikation') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Messenger öffnen'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Gemeinsam an Texten arbeiten') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+<section class="assistant-section">
+    <h1>
+        <?= _('Online-Vorträge') ?>
+    </h1>
+
+    <div class="accordion">
+        <h1>
+            <?= _('Aufzeichnungen im Hörsaal ohne Publikum') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Live-Übertragung') ?>
+        </h1>
+        <div class="accordion_content">
+            <!-- <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?> -->
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Podcasts und Videos selbst aufzeichnen') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Anleitung herunterladen'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+<section class="assistant-section" style="clear: both;">
+    <h1>
+        <?= _('Aufgaben stellen') ?>
+    </h1>
+
+    <div class="accordion">
+        <h1>
+            <?= _('Einfache Abgaben: Hausaufgabenorder') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Hausaufgabenorder einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+
+        <h1>
+            <?= _('Übungsblätter und Aufgaben mit Abgabefrist') ?>
+        </h1>
+        <div class="accordion_content">
+            <?= Studip\LinkButton::create(_('Kurs dafür einrichten'), $controller->url_for('mail')) ?>
+            <ul>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Beispiel') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('So geht\'s') ?></a>
+                </li>
+                <li>
+                    <a href="<?= $controller->link_for('abc') ?>"><?= _('Tipps und Tricks') ?></a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</section>
+
+<section class="assistant-section">
+    <h1>
+        <?= Icon::create('question-circle', Icon::ROLE_INFO)->asImg(20, ['style' => 'vertical-align: text-bottom']) ?>
+        <?= _('Fragen Sie uns...') ?>
+    </h1>
+
+    <p>
+        <?= _('Wir haben hier nur die grundlegendsten Szenarien vorgestellt. Mit Stud.IP und anderen Diensten können Sie
+               Ihre Lehre auf viele weitere Arten unterstützen. Sprechen Sie uns einfach an:') ?>
+        <br><br>
+        <a href="mailto:virtuos@uni-osnabrueck.de">virtuos@uni-osnabrueck.de</a><br>
+        Tel. 0541/969-6666<br>
+        <a href="https://www.virtuos.uni-osnabrueck.de/digitale_lehre/covid_19.html" class="link-extern" target="_blank"
+            >https://www.virtuos.uni-osnabrueck.de/digitale_lehre/covid_19.html
+        </a>
+    </p>
+
+    <?= Studip\LinkButton::create(_('Anfrage stellen'),
+            URLHelper::getURL('dispatch.php/messages/write', ['rec_uname' => 'virtuos@studip']), ['data-dialog' => '']) ?>
+</section>
+
+<script>
+    $('.accordion').accordion();
+</script>
diff --git a/views/assistant/mail_info.php b/views/assistant/mail_info.php
new file mode 100644
index 0000000..f799336
--- /dev/null
+++ b/views/assistant/mail_info.php
@@ -0,0 +1,21 @@
+<? if ($view === 'example'): ?>
+    <?= _('Sie wollen Ihre Teilnehmenden per E-Mail und innerhalb von Stud.IP über wichtige Regelungen und kurzfristige Änderungen in Ihrem Kurs informieren.') ?>
+<? elseif ($view === 'howto'): ?>
+    <p>
+        <?= _('Auf der Seite "Teilnehmende" können Sie mit einem Klick eine Nachricht an alle verfassen, die anschließend sowohl in Stud.IP als auch per E-Mail verschickt werden.') ?>
+    </p>
+    <img src="<?= $plugin->getPluginURL() ?>/assets/studip-tn-rundmail.jpg">
+    <p>
+        <?= _('Hinweise:') ?>
+        <ul>
+            <li><?= _('Die Nachrichten werden nicht sofort und auf einmal als E-Mail verschickt, es kann also einige Zeit dauern, bis alle Mails ausgeliefert wurden (bis zu 1 Stunde).') ?></li>
+            <li><?= _('Die E-Mails werden an die Adresse geschickt, die die Personen selbst in Stud.IP hinterlegt haben. Standardmäßig ist das die Uni-E-Mail-Adresse.') ?></li>
+            <li><?= _('Bedenken Sie, dass die Nachrichten für Personen nicht zugreifbar sind, die erst nach dem Versand in die Veranstaltung eingetragen werden. Hier bieten sich Ankündigungen an (s. Tipps und Tricks)') ?></li>
+        </ul>
+    </p>
+<? elseif ($view === 'tips'): ?>
+    <ul>
+        <li><?= _('Über die Seite "Teilnehmende" können Sie auch Nachrichten an einzelner Personen oder Gruppen von Personen (alle Lehrenden, alle Tutor/-innen, nur Studierende) schicken. Dazu klicken Sie in der Teilnehmerliste rechts auf die Briefsymbole.') ?></li>
+        <li><?= _('Unter "Übersicht" können Sie Ankündigungen erstellen, die für eine wählbare Zeit für alle Teilnehmenden sichtbar sind. Ankündigungen werden nicht per Mail verschickt, sind aber auch für später in den Kurs kommende zugreifbar. In wichtigen Fällen, bei denen noch mit Kursnachzügler/-innen zu rechnen ist, empfiehlt es sich, sowohl eine Rundmail als auch eine Ankündigung zu schreiben.') ?></li>
+    </ul>
+<? endif ?>
-- 
GitLab