Hi
How would you like following layout of table export?
http://cihar.liten.cz/pma_export.html
Hi Michael!
How would you like following layout of table export?
Like it, I think it's a lot better! I am only missing the 'fields terminated by, enclosed by' options for CSVs, and maybe the space inside the 'sql options to the next two boxes inside of it could be a bit larger, if this is configurable for fieldsets?
BTW, how well does it look using a Non-IE6/Mozilla Browser? I have no older versions available here...
Regards, Garvin.
Hi
On Saturday 01 of March 2003 20:43, Garvin Hicking wrote:
Hi Michael!
Ehm.. Michal
Like it, I think it's a lot better! I am only missing the 'fields terminated by, enclosed by' options for CSVs,
You should see them, you have to select CSV export to see CSV options (if this doesn't work there is something wrong, probably in my scripts ;-)).
and maybe the space inside the 'sql options to the next two boxes inside of it could be a bit larger, if this is configurable for fieldsets?
Sure, should be now done.
BTW, how well does it look using a Non-IE6/Mozilla Browser? I have no older versions available here...
I tested it only in Mozilla + Konqueror 3 + Links ;-). IE 5x should be ok, I'm not sure how Opera handles fieldsets...
Maybe the charset option should look something like this.
<select name="charset_of_file" size="1"> <option value="iso-8859-1">iso-8859-1 (West European)</option> <option value="iso-8859-2">iso-8859-2 (Central European)</option> <option value="iso-8859-3">iso-8859-3 (South European)</option> <option value="iso-8859-4">iso-8859-4 (North European)</option> <option value="iso-8859-5">iso-8859-5 (Cyrillic)</option> <option value="iso-8859-6">iso-8859-6 (Arabic)</option> <option value="iso-8859-7">iso-8859-7 (Greek)</option> <option value="iso-8859-8">iso-8859-8 (Hebrew)</option> <option value="iso-8859-9">iso-8859-9 (Turkish)</option> <option value="iso-8859-10">iso-8859-10 (Nordic)</option> <option value="iso-8859-11">iso-8859-11 (Thai)</option> <option value="iso-8859-12">iso-8859-12 (Celtic)</option> <option value="iso-8859-13">iso-8859-13 (Baltic Rim)</option> <option value="iso-8859-14">iso-8859-14 (Sami)</option> <option value="iso-8859-15">iso-8859-15 (West European)</option> <option value="windows-1250">windows-1250 (Central European)</option> <option value="windows-1251">windows-1251 (Cyrillic)</option> <option value="windows-1252">windows-1252 (Western)</option> <option value="windows-1257">windows-1257 (Baltic)</option> <option value="koi8-r">koi8-r (Cyrillic)</option> <option value="big5">big5 (Traditional Chinese)</option> <option value="gb2312">gb2312 (Simplified Chinese)</option> <option value="utf-8" selected="selected">utf-8</option> <option value="utf-7">utf-7</option> <option value="x-user-defined">x-user-defined</option> <option value="euc-jp">euc-jp (Japanese)</option> <option value="ks_c_5601-1987">ks_c_5601-1987 (Korean)</option> <option value="tis-620">tis-620 (Thai)</option> <option value="SHIFT_JIS">SHIFT_JIS (Japanese)</option> </select>
Brendan
-----Original Message----- From: phpmyadmin-devel-admin@lists.sourceforge.net [mailto:phpmyadmin-devel-admin@lists.sourceforge.net] On Behalf Of Michal Cihar Sent: Saturday, March 01, 2003 2:08 PM To: phpmyadmin-devel@lists.sourceforge.net Subject: [Phpmyadmin-devel] Layout of table export
Hi
How would you like following layout of table export?
http://cihar.liten.cz/pma_export.html
This version works well in ie6, ns6 and works with op6, ie4, moz5.
I changed a number of things to increase support for opera and for moz5 and ns4.
http://knightsweb.net/export.html
Brendan
Hi Brendan!
Don't know what you changed under the hood, but the spacing and bold headlines look better this way. What I personally like better about the first approach were the checkboxes in front of 'dump structure' and 'dump data', instead after them. I think standard GUI-behavior is in favor of the first version.
Maybe you could get the format in a way so that the box on the right will be the same size as the left box, so the bottom of the page doesn't move to the top when selecting another option on the left...
Regards, Garvin.
Don't know what you changed under the hood, but the spacing and bold headlines look
better this way.
1. For browsers who don’t support <fieldset>, all the options are just piled on top of each other. I changed the way the “no options appears” so “this format has no options.” Does not appear on the page for browsers who do not support <fieldset>. To do this I made the no options container blank and loaded the “”this format has no options” into the container with InnerHTML.
2. Added the bold text so when the piled effect happens, there is some way to tell what is a header.
3. added some css to style the fieldset so it looks good on every browser.
4. added <br style=”font-size:5px;”> after each <legend> so underprivileged browsers don’t stack the contents of <legend> on to the next line.
What I personally like better about the first approach were the
checkboxes in front of 'dump structure' and 'dump data', instead after them. I think
standard GUI-behavior is in favor of the first version.
That is not a big deal. You may not have noticed but there was some extra space added in front of the check boxes under the header boxes. This is b/c browsers that can not handle the <fieldset> there is no indication that the lower boxes are "under" the header boxes. I guess a better way of dealing with this is to have the boxes "grayed out" if the header box is not checked.
Maybe you could get the format in a way so that the box on the right will be the
same size as the left box, so the bottom of the page doesn't move to the top when
selecting another option on the left...
There are a number of ways we could do it. I am not sure if any of them are better then what we all ready have though.
1. move the dump # info to under the export format.
2. have the options scroll if they get to long.
This may be hard to accomplish with js, but if we use an iframe it
could increase browser support. I have no idea how you
would pass the values in the iframe to the main page.
3. extend the spacing below the export format (the result will be a gap in the page.)
4. add more options to export. What about tab separated values?
Brendan
Regards,
Garvin.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
What do you think of this?
It may help for those who’s mouse does not know vertical mode, and even for those who do.
At the very least, it is something to think about.
Sorry, but this script does not work in ns or op. If you would like to test it in another browser, you will have to disable the ie only statement.
Brendan
Hi Brendan & list,
-----Original Message----- From: Ferguson
What do you think of this?
It may help for those whos mouse does not know vertical mode, and even for those who do.
At the very least, it is something to think about.
Sorry, but this script does not work in ns or op. If you would like to test it in another browser, you will have to disable the ie only statement.
Your page just causes JS errors here (with IE 6.0 SP1), nothing else.
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
I was aware of the script errors but they weren't effecting the page on my computer. Here is the same page with the functions.js file embedded, that should fix the js errors. If not, just let me know.
Look just below the table of data for the resize idea.
Brendan Ferguson
-----Original Message----- From: phpmyadmin-devel-admin@lists.sourceforge.net [mailto:phpmyadmin-devel-admin@lists.sourceforge.net] On Behalf Of Rabus Sent: Monday, March 03, 2003 3:49 AM To: brendan@knightsweb.net; phpmyadmin-devel@lists.sourceforge.net Subject: RE: [Phpmyadmin-devel] Resize Example
Hi Brendan & list,
-----Original Message----- From: Ferguson
What do you think of this?
It may help for those who’s mouse does not know vertical mode, and even for those who do.
At the very least, it is something to think about.
Sorry, but this script does not work in ns or op. If you would like to test it in another browser, you will have to disable the ie only statement.
Your page just causes JS errors here (with IE 6.0 SP1), nothing else.
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Brendan!
I was aware of the script errors but they weren't effecting the page on my computer. Here is the same page with the functions.js file embedded, that should fix the js errors. If not, just let me know.
This works for me pretty good...
Look just below the table of data for the resize idea.
...and I love the idea! Maybe we should think about where we could place that field, it currently is somehow 'out of design'. Maybe a dropdown would suffice and thereby not taking up to much space.
But, I really like the idea and would love to see that implemented. Can you tell if the script works in mozilla? I think we could drop NS support for this feature but it should be able to work with Mozilla...?!
Regards, Garvin.
Hi Brendan!
I was aware of the script errors but they weren't effecting the page
on
my computer. Here is the same page with the functions.js file
embedded,
that should fix the js errors. If not, just let me know.
This works for me pretty good...
Look just below the table of data for the resize idea.
...and I love the idea! Maybe we should think about where we could place that field, it currently is somehow 'out of design'. Maybe a dropdown would suffice and thereby not taking up to much space.
But, I really like the idea and would love to see that implemented. Can you tell if the script works in mozilla? I think we could drop NS support for this feature but it should be able to work with Mozilla...?!
As far as I know, (please correct me if I am wrong) moz and ns support identical if not very similar js. I am less familiar with moz then I am with ns but ns started supporting the js code type needed to accomplish something like this in version 6.
I will further look into moz and ns support. This also means op support as it uses ns js in version 6.
I will try to get it done quickly but I have a lack of good ns "how to" web sites and the code I used for ie was not the most commonly used code in the world.
Brendan
Regards, Garvin.
...and I love the idea! Maybe we should think about where we could place
that field,
it currently is somehow 'out of design'. Maybe a dropdown would suffice
and thereby
not taking up to much space.
What about something like this. Ideally the rotate headers should be done without a page reload but I didn’t find a way to do that. The repeat headers should also be displayed without a page reload, but this may take some time to implement and error test.
But, I really like the idea and would love to see that implemented. Can
you tell if
the script works in mozilla? I think we could drop NS support for this
feature but
it should be able to work with Mozilla...?!
This version works in ie4,(5 on mac) ns6 and moz (around version 1.0.0) This is what I gathered from the online help for the js I used. The only browser here that I have tested is ns6.
Brendan
Brendan,
some tests:
WinNT4 IE 6.0.2800.1106: no resize Netscape 6.2: OK Mozilla 1.2.1: no resize
Win2K IE 5.5: OK
Linux Konqueror 2.2.2: no resize Mozilla 0.9.8: moz crash :)
Marc
Ferguson wrote:
...and I love the idea! Maybe we should think about where we could place
that field,
it currently is somehow 'out of design'. Maybe a dropdown would suffice
and thereby
not taking up to much space.
What about something like this. Ideally the rotate headers should be done without a page reload but I didn’t find a way to do that. The repeat headers should also be displayed without a page reload, but this may take some time to implement and error test.
But, I really like the idea and would love to see that implemented. Can
you tell if
the script works in mozilla? I think we could drop NS support for this
feature but
it should be able to work with Mozilla...?!
This version works in ie4,(5 on mac) ns6 and moz (around version 1.0.0) This is what I gathered from the online help for the js I used. The only browser here that I have tested is ns6.
Michal Cihar wrote:
Hi
How would you like following layout of table export?
Yes I like it very much. However in Mozilla 1.2.1, Michal's version and Brendan's version have display problems: when going from SQL to CSV, the bottom part starting with Dump is not correctly displayed.
Marc
Hi
On Sunday 02 of March 2003 01:57, Marc Delisle wrote:
Yes I like it very much. However in Mozilla 1.2.1, Michal's version and Brendan's version have display problems: when going from SQL to CSV, the bottom part starting with Dump is not correctly displayed.
I use Mozilla 1.2.1 (on linux) and I don't have any problems with this....
Michal
Michal Cihar wrote:
Hi
On Sunday 02 of March 2003 01:57, Marc Delisle wrote:
Yes I like it very much. However in Mozilla 1.2.1, Michal's version and Brendan's version have display problems: when going from SQL to CSV, the bottom part starting with Dump is not correctly displayed.
I use Mozilla 1.2.1 (on linux) and I don't have any problems with this....
Michal
The problem happens (at least) on Moz 1.2.1/Win98 SE.
I see the letters "Du" and the first half of the "m" on one line, and the second half of "m" followed by "p" and the box, on another line...
Same thing for "Character set".
Marc
Marc Delisle wrote:
Michal Cihar wrote:
Hi
On Sunday 02 of March 2003 01:57, Marc Delisle wrote:
Yes I like it very much. However in Mozilla 1.2.1, Michal's version and Brendan's version have display problems: when going from SQL to CSV, the bottom part starting with Dump is not correctly displayed.
I use Mozilla 1.2.1 (on linux) and I don't have any problems with this....
Michal
The problem happens (at least) on Moz 1.2.1/Win98 SE.
I see the letters "Du" and the first half of the "m" on one line, and the second half of "m" followed by "p" and the box, on another line...
Same thing for "Character set".
Marc
But Netscape 6.2/Win98 SE is ok.
Marc
Hi Michal, Marc & list
-----Original Message----- From: Marc Delisle
Yes I like it very much. However in Mozilla 1.2.1, Michal's version and Brendan's version have display problems: when going from SQL to CSV, the bottom part starting with Dump is not correctly displayed.
Mozilla 1.3 beta (Win32) renders this part fine, here.
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
Hi Michal & list,
-----Original Message----- From: Michal Cihar
Hi
How would you like following layout of table export?
I attached a revised version of your layout, perhaps you could have a look at it. Good job,
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
begin 666 pma_export.html M/"%$3T-465!%(&AT;6P@4%5"3$E#("(M+R]7,T,O+T141"!82%1-3" Q+C @ M5')A;G-I=&EO;F%L+R]%3B(*(" @(")H='1P.B\O=W=W+G<S+F]R9R]44B]X M:'1M;#$O1%1$+WAH=&UL,2UT<F%NVET:6]N86PN9'1D(CX*/&AT;6P@&UL M;G,](FAT=' Z+R]W=W<N=S,N;W)G+S$Y.3DO>&AT;6PB('AM;#IL86YG/2)E M;B(@;&%N9STB96XB(&1I<CTB;'1R(CX*"CQH96%D/@H=&ET;&4^<&AP37E! M9&UI;CPO=&ET;&4^"CQM971A(&AT=' M97%U:78](D-O;G1E;G0M5'EP92(@ M8V]N=&5N=#TB=&5X="]H=&UL.R!C:&%R<V5T/75T9BTX(B O/@H\8F%S92!H M<F5F/2)H='1P.B\O<W%L+F-I8R\B("^"CQS='EL92!T>7!E/2)T97AT+V-S M<R(^"CPA+2T*8F]D>2!["B @("!F;VYT+69A;6EL>3H@87)I86PL(&AE;'9E M=&EC82P@9V5N979A+"!S86YS+7-E<FEF.PH@(" @9F]N="US:7IE.B!S;6%L M;#L*(" @(&-O;&]R.B C,# P,# P.PH@(" @8F%C:V=R;W5N9"UI;6%G93H@ M=7)L*"<N+VEM86=E<R]V97)T:6-A;%]L:6YE+G!N9R<I.PH@(" @8F%C:V=R M;W5N9"UR97!E870Z(')E<&5A="UY.PH@(" @8F%C:V=R;W5N9"UC;VQO<CH@ M(T8U1C5&-0I]"G!R92P@='0@(" @(" @("![9F]N="US:7IE.B!S;6%L;'T* M=&@@(" @(" @(" @(" @('MF;VYT+69A;6EL>3H@87)I86PL(&AE;'9E=&EC M82P@9V5N979A+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z('-M86QL.R!F;VYT M+7=E:6=H=#H@8F]L9#L@8V]L;W(Z(",P,# P,# [(&)A8VMG<F]U;F0M8V]L M;W(Z("-$,T1#13-]"G1D(" @(" @(" @(" @("![9F]N="UF86UI;'DZ(&%R M:6%L+"!H96QV971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@9F]N="US:7IE M.B!S;6%L;'T*9F]R;2 @(" @(" @(" @('MF;VYT+69A;6EL>3H@87)I86PL M(&AE;'9E=&EC82P@9V5N979A+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z('-M M86QL?0II;G!U=" @(" @(" @(" @>V9O;G0M9F%M:6QY.B!A<FEA;"P@:&5L M=F5T:6-A+"!G96YE=F$L('-A;G,M<V5R:68[(&9O;G0M<VEZ93H@<VUA;&Q] M"FEN<'5T+G1E>'1F:65L9"![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I M8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@9F]N="US:7IE.B!S;6%L;#L@8V]L M;W(Z(",P,# P,# [(&)A8VMG<F]U;F0M8V]L;W(Z("-&1D9&1D9]"G-E;&5C M=" @(" @(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E M;F5V82P@<V%N<RUS97)I9CL@9F]N="US:7IE.B!S;6%L;#L@8V]L;W(Z(",P M,# P,# [(&)A8VMG<F]U;F0M8V]L;W(Z("-&1D9&1D9]"G1E>'1A<F5A(" @ M(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V82P@ M<V%N<RUS97)I9CL@9F]N="US:7IE.B!S;6%L;#L@8V]L;W(Z(",P,# P,# [ M(&)A8VMG<F]U;F0M8V]L;W(Z("-&1D9&1D9]"F@Q(" @(" @(" @(" @("![ M9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V82P@<V%N<RUS M97)I9CL@9F]N="US:7IE.B!L87)G93L@9F]N="UW96EG:'0Z(&)O;&1]"F@R M(" @(" @(" @(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L M(&=E;F5V82P@<V%N<RUS97)I9CL@9F]N="US:7IE.B!M961I=6T[(&9O;G0M M=V5I9VAT.B!B;VQD?0IH,R @(" @(" @(" @(" @>V9O;G0M9F%M:6QY.B!A M<FEA;"P@:&5L=F5T:6-A+"!G96YE=F$L('-A;G,M<V5R:68[(&9O;G0M<VEZ M93H@<VUA;&P[(&9O;G0M=V5I9VAT.B!B;VQD?0IA.FQI;FL@(" @(" @(" @ M>V9O;G0M9F%M:6QY.B!A<FEA;"P@:&5L=F5T:6-A+"!G96YE=F$L('-A;G,M M<V5R:68[(&9O;G0M<VEZ93H@<VUA;&P[('1E>'0M9&5C;W)A=&EO;CH@;F]N M93L@8V]L;W(Z(",P,# P1D9]"F$Z=FES:71E9" @(" @("![9F]N="UF86UI M;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@9F]N M="US:7IE.B!S;6%L;#L@=&5X="UD96-O<F%T:6]N.B!N;VYE.R!C;VQO<CH@ M(S P,#!&1GT*83IH;W9E<B @(" @(" @('MF;VYT+69A;6EL>3H@87)I86PL M(&AE;'9E=&EC82P@9V5N979A+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z('-M M86QL.R!T97AT+61E8V]R871I;VXZ('5N9&5R;&EN93L@8V]L;W(Z("-&1C P M,#!]"F$N;F%V.FQI;FL@(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV M971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@8V]L;W(Z(",P,# P,#!]"F$N M;F%V.G9I<VET960@("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L M(&=E;F5V82P@<V%N<RUS97)I9CL@8V]L;W(Z(",P,# P,#!]"F$N;F%V.FAO M=F5R(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V M82P@<V%N<RUS97)I9CL@8V]L;W(Z("-&1C P,#!]"F$N:#$Z;&EN:R @(" @ M("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V82P@<V%N M<RUS97)I9CL@9F]N="US:7IE.B!L87)G93L@9F]N="UW96EG:'0Z(&)O;&0[ M(&-O;&]R.B C,# P,# P?0IA+F@Q.F%C=&EV92 @(" @>V9O;G0M9F%M:6QY M.B!A<FEA;"P@:&5L=F5T:6-A+"!G96YE=F$L('-A;G,M<V5R:68[(&9O;G0M M<VEZ93H@;&%R9V4[(&9O;G0M=V5I9VAT.B!B;VQD.R!C;VQO<CH@(S P,# P M,'T*82YH,3IV:7-I=&5D(" @('MF;VYT+69A;6EL>3H@87)I86PL(&AE;'9E M=&EC82P@9V5N979A+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z(&QA<F=E.R!F M;VYT+7=E:6=H=#H@8F]L9#L@8V]L;W(Z(",P,# P,#!]"F$N:#$Z:&]V97(@ M(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I8V$L(&=E;F5V82P@ M<V%N<RUS97)I9CL@9F]N="US:7IE.B!L87)G93L@9F]N="UW96EG:'0Z(&)O M;&0[(&-O;&]R.B C1D8P,# P?0IA+F@R.FQI;FL@(" @(" @>V9O;G0M9F%M M:6QY.B!A<FEA;"P@:&5L=F5T:6-A+"!G96YE=F$L('-A;G,M<V5R:68[(&9O M;G0M<VEZ93H@;65D:75M.R!F;VYT+7=E:6=H=#H@8F]L9#L@8V]L;W(Z(",P M,# P,#!]"F$N:#(Z86-T:79E(" @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H M96QV971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@9F]N="US:7IE.B!M961I M=6T[(&9O;G0M=V5I9VAT.B!B;VQD.R!C;VQO<CH@(S P,# P,'T*82YH,CIV M:7-I=&5D(" @('MF;VYT+69A;6EL>3H@87)I86PL(&AE;'9E=&EC82P@9V5N M979A+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z(&UE9&EU;3L@9F]N="UW96EG M:'0Z(&)O;&0[(&-O;&]R.B C,# P,# P?0IA+F@R.FAO=F5R(" @(" @>V9O M;G0M9F%M:6QY.B!A<FEA;"P@:&5L=F5T:6-A+"!G96YE=F$L('-A;G,M<V5R M:68[(&9O;G0M<VEZ93H@;65D:75M.R!F;VYT+7=E:6=H=#H@8F]L9#L@8V]L M;W(Z("-&1C P,#!]"F$N9')O<#IL:6YK(" @("![9F]N="UF86UI;'DZ(&%R M:6%L+"!H96QV971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@8V]L;W(Z("-F M9C P,#!]"F$N9')O<#IV:7-I=&5D("![9F]N="UF86UI;'DZ(&%R:6%L+"!H M96QV971I8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@8V]L;W(Z("-F9C P,#!] M"F$N9')O<#IH;W9E<B @("![9F]N="UF86UI;'DZ(&%R:6%L+"!H96QV971I M8V$L(&=E;F5V82P@<V%N<RUS97)I9CL@8V]L;W(Z("-F9F9F9F8[(&)A8VMG M<F]U;F0M8V]L;W(Z(V9F,# P,#L@=&5X="UD96-O<F%T:6]N.B!N;VYE?0ID M9FX@(" @(" @(" @(" @>V9O;G0M<W1Y;&4Z(&YO<FUA;'T*9&9N.FAO=F5R M(" @(" @('MF;VYT+7-T>6QE.B!N;W)M86P[(&-U<G-O<CH@:&5L<'T*+FYA M=B @(" @(" @(" @('MF;VYT+69A;6EL>3H@87)I86PL(&AE;'9E=&EC82P@ M9V5N979A+"!S86YS+7-E<FEF.R!C;VQO<CH@(S P,# P,'T*+G=A<FYI;F<@ M(" @(" @('MF;VYT+69A;6EL>3H@87)I86PL(&AE;'9E=&EC82P@9V5N979A M+"!S86YS+7-E<FEF.R!F;VYT+7-I>F4Z('-M86QL.R!F;VYT+7=E:6=H=#H@ M8F]L9#L@8V]L;W(Z("-&1C P,#!]"G1D+G1O<&QI;F4@(" @("![9F]N="US M:7IE.B Q<'A]"G1D+G1A8B @(" @(" @("!["B @("!B;W)D97(M=&]P.B Q M<'@@<V]L:60@(SDY.3L*(" @(&)O<F1E<BUR:6=H=#H@,7!X('-O;&ED(",V M-C8["B @("!B;W)D97(M;&5F=#H@,7!X('-O;&ED(",Y.3D["B @("!B;W)D M97(M8F]T=&]M.B!N;VYE.PH@(" @8F]R9&5R+7)A9&EU<SH@,G!X.PH@(" @ M+6UO>BUB;W)D97(M<F%D:75S.B R<'@["GT*=&%B;&4N=&%B<R @(" @('L* M(" @(&)O<F1E<BUT;W Z(&YO;F4["B @("!B;W)D97(M<FEG:'0Z(&YO;F4[ M"B @("!B;W)D97(M;&5F=#H@;F]N93L*(" @(&)O<F1E<BUB;W1T;VTZ(#%P M>"!S;VQI9" C-C8V.PI]"@HN<')I;G1[9F]N="UF86UI;'DZ87)I86P[9F]N M="US:7IE.CAP=#M]"@HN<WEN=&%X('MF;VYT+69A;6EL>3H@<V%N<RUS97)I M9CL@9F]N="US:7IE.B!X+7-M86QL.WT*+G-Y;G1A>%]C;VUM96YT(" @(" @ M(" @(" @>WT*+G-Y;G1A>%]D:6=I=" @(" @(" @(" @(" @>WT*+G-Y;G1A M>%]D:6=I=%]H97@@(" @(" @(" @>WT*+G-Y;G1A>%]D:6=I=%]I;G1E9V5R M(" @(" @>WT*+G-Y;G1A>%]D:6=I=%]F;&]A=" @(" @(" @>WT*+G-Y;G1A M>%]P=6YC=" @(" @(" @(" @(" @>WT*+G-Y;G1A>%]A;'!H82 @(" @(" @ M(" @(" @>W1E>'0M=')A;G-F;W)M.B!L;W=E<F-A<V4[?0HN<WEN=&%X7V%L M<&AA7V-O;'5M;E1Y<&4@("![=&5X="UT<F%N<V9O<FTZ('5P<&5R8V%S93M] M"BYS>6YT87A?86QP:&%?8V]L=6UN071T<FEB('MT97AT+71R86YS9F]R;3H@ M=7!P97)C87-E.WT*+G-Y;G1A>%]A;'!H85]R97-E<G9E9%=O<F0@>W1E>'0M M=')A;G-F;W)M.B!U<'!E<F-A<V4[(&9O;G0M=V5I9VAT.B!B;VQD.WT*+G-Y M;G1A>%]A;'!H85]F=6YC=&EO;DYA;64@>W1E>'0M=')A;G-F;W)M.B!U<'!E M<F-A<V4[?0HN<WEN=&%X7V%L<&AA7VED96YT:69I97(@("![?0HN<WEN=&%X M7V%L<&AA7W9A<FEA8FQE(" @("![?0HN<WEN=&%X7W%U;W1E(" @(" @(" @ M(" @("![?0HN<WEN=&%X7W%U;W1E7V)A8VMT:6-K(" @("![?0HN<WEN=&%X M7V-O;6UE;G0@>V-O;&]R.B C.# X,# P.WT*+G-Y;G1A>%]C;VUM96YT7VUY M<W%L('M]"BYS>6YT87A?8V]M;65N=%]A;G-I('M]"BYS>6YT87A?8V]M;65N M=%]C('M]"BYS>6YT87A?9&EG:70@>WT*+G-Y;G1A>%]D:6=I=%]H97@@>V-O M;&]R.B!T96%L.WT*+G-Y;G1A>%]D:6=I=%]I;G1E9V5R('MC;VQO<CH@=&5A M;#M]"BYS>6YT87A?9&EG:71?9FQO870@>V-O;&]R.B!A<75A.WT*+G-Y;G1A M>%]P=6YC="![8V]L;W(Z(&9U8VAS:6$[?0HN<WEN=&%X7V%L<&AA('M]"BYS M>6YT87A?86QP:&%?8V]L=6UN5'EP92![8V]L;W(Z("-&1CDY,# [?0HN<WEN M=&%X7V%L<&AA7V-O;'5M;D%T=')I8B![8V]L;W(Z(",P,# P1D8[?0HN<WEN M=&%X7V%L<&AA7W)E<V5R=F5D5V]R9"![8V]L;W(Z(",Y.3 P.3D[?0HN<WEN M=&%X7V%L<&AA7V9U;F-T:6]N3F%M92![8V]L;W(Z("-&1C P,# [?0HN<WEN M=&%X7V%L<&AA7VED96YT:69I97(@>V-O;&]R.B!B;&%C:SM]"BYS>6YT87A? M86QP:&%?=F%R:6%B;&4@>V-O;&]R.B C.# P,# P.WT*+G-Y;G1A>%]Q=6]T M92![8V]L;W(Z(",P,#@P,# [?0HN<WEN=&%X7W%U;W1E7V1O=6)L92![?0HN M<WEN=&%X7W%U;W1E7W-I;F=L92![?0HN<WEN=&%X7W%U;W1E7V)A8VMT:6-K M('M]"BYS>6YT87A?:6YD96YT,"![;6%R9VEN+6QE9G0Z(#!E;3M]"BYS>6YT M87A?:6YD96YT,2![;6%R9VEN+6QE9G0Z(#%E;3M]"BYS>6YT87A?:6YD96YT M,B![;6%R9VEN+6QE9G0Z(#)E;3M]"BYS>6YT87A?:6YD96YT,R![;6%R9VEN M+6QE9G0Z(#-E;3M]"BYS>6YT87A?:6YD96YT-"![;6%R9VEN+6QE9G0Z(#1E M;3M]"BYS>6YT87A?:6YD96YT-2![;6%R9VEN+6QE9G0Z(#5E;3M]"BYS>6YT M87A?:6YD96YT-B![;6%R9VEN+6QE9G0Z(#9E;3M]"BYS>6YT87A?:6YD96YT M-R![;6%R9VEN+6QE9G0Z(#=E;3M]"F9I96QD<V5T('L*(" @(&)O<F1E<CH@ M(" @(",V.#8X-C@@<V]L:60@,7!X.PH@(" @<&%D9&EN9SH@(" @,"XU96T[ M"GT*9FEE;&1S970@9FEE;&1S970@>PH@(" @;6%R9VEN.B @(" @,"XX96T[ M"GT*+R\M+3X*/"]S='EL93X*"CQS8W)I<'0@='EP93TB=&5X="]J879A<V-R M:7!T(B!L86YG=6%G93TB:F%V87-C<FEP="(^"CPA+2T*+R@57!D871E<R!T M:&4@=&ET;&4@;V8@=&AE(&9R86UE<V5T(&EF('!O<W-I8FQE("AN<S0@9&]E M<R!N;W0@86QL;W<@=&AI<RD*:68@*'1Y<&5O9BAP87)E;G0N9&]C=6UE;G0I M("$]("=U;F1E9FEN960G("8F('1Y<&5O9BAP87)E;G0N9&]C=6UE;G0I("$] M("=U;FMN;W=N)PH@(" @)B8@='EP96]F*'!A<F5N="YD;V-U;65N="YT:71L M92D@/3T@)W-T<FEN9R<I('L*(" @('!A<F5N="YD;V-U;65N="YT:71L92 ] M("=T97-T+G1E<W0@<G5N;FEN9R!O;B!L;V-A;&AO<W0@+2!P:'!->4%D;6EN M(#(N-"XQ+61E=B<["GT*"B\O(&IS(&9O<FT@=F%L:61A=&EO;B!S='5F9@IV M87(@97)R;W)-<V<P(" @/2 G36ES<VEN9R!V86QU92!I;B!T:&4@9F]R;2 A M)SL*=F%R(&5R<F]R37-G,2 @(#T@)U1H:7,@:7,@;F]T(&$@;G5M8F5R(2<[ M"G9A<B!E<G)O<DUS9S(@(" ]("<@:7,@;F]T(&$@=F%L:60@<F]W(&YU;6)E M<B$G.PIV87(@;F]$<F]P1&)-<V<@/2 G(D123U @1$%404)!4T4B('-T871E M;65N=',@87)E(&1I<V%B;&5D+B<["G9A<B!C;VYF:7)M37-G(" ]("=$;R!Y M;W4@<F5A;&QY('=A;G0@=&@)SL*+R\M+3X*/"]S8W)I<'0^"CQS8W)I<'0@ M<W)C/2)L:6)R87)I97,O9G5N8W1I;VYS+FIS(B!T>7!E/2)T97AT+VIA=F%S M8W)I<'0B(&QA;F=U86=E/2)J879A<V-R:7!T(CX+W-C<FEP=#X*"CQS8W)I M<'0^"@H@(" @:68@*'1O<"YF<F%M97,N<75E<GEF<F%M92D@>PH@(" @(" @ M('1O<"YF<F%M97,N<75E<GEF<F%M92YD;V-U;65N="YQ=65R>69R86UE9F]R M;2YD8BYV86QU92 ](")T97-T(CL*(" @(" @("!T;W N9G)A;65S+G%U97)Y M9G)A;64N9&]C=6UE;G0N<75E<GEF<F%M969O<FTN=&%B;&4N=F%L=64@/2 B M=&5S="(["B @("!]"@H@(" @9G5N8W1I;VX@<F5L;V%D7W%U97)Y=VEN9&]W M("@I('L*(" @(" @("!I9B H=&]P+F9R86UE<RYQ=65R>69R86UE("8F('1O M<"YF<F%M97,N<75E<GEF<F%M92YQ=65R>7=I;F1O=R F)B A=&]P+F9R86UE M<RYQ=65R>69R86UE+G%U97)Y=VEN9&]W+F-L;W-E9" F)B!T;W N9G)A;65S M+G%U97)Y9G)A;64N<75E<GEW:6YD;W<N;&]C871I;VXI('L*"B @(" @(" @ M(" @('1O<"YF<F%M97,N<75E<GEF<F%M92YQ=65R>7=I;F1O=RYD;V-U;65N M="YQ=65R>7=I;F1O=RYD8BYV86QU92 ](")T97-T(CL*(" @(" @(" @(" @ M=&]P+F9R86UE<RYQ=65R>69R86UE+G%U97)Y=VEN9&]W+F1O8W5M96YT+G%U M97)Y=VEN9&]W+G%U97)Y7VAI<W1O<GE?;&%T97-T7V1B+G9A;'5E(#T@(G1E M<W0B.PH@(" @(" @(" @("!T;W N9G)A;65S+G%U97)Y9G)A;64N<75E<GEW M:6YD;W<N9&]C=6UE;G0N<75E<GEW:6YD;W<N=&%B;&4N=F%L=64@/2 B=&5S M="(["B @(" @(" @(" @('1O<"YF<F%M97,N<75E<GEF<F%M92YQ=65R>7=I M;F1O=RYD;V-U;65N="YQ=65R>7=I;F1O=RYQ=65R>5]H:7-T;W)Y7VQA=&5S M=%]T86)L92YV86QU92 ](")T97-T(CL*"@H@(" @(" @(" @(" @(" @(" @ M(" @("!T;W N9G)A;65S+G%U97)Y9G)A;64N<75E<GEW:6YD;W<N9&]C=6UE M;G0N<75E<GEW:6YD;W<N<W5B;6ET*"D["B @(" @(" @?0H@(" @?0H*(" @ M(&9U;F-T:6]N(&9O8W5S7W%U97)Y=VEN9&]W*"D@>PH@(" @(" @(&EF("AT M;W N9G)A;65S+G%U97)Y9G)A;64@)B8@=&]P+F9R86UE<RYQ=65R>69R86UE M+G%U97)Y=VEN9&]W("8F("%T;W N9G)A;65S+G%U97)Y9G)A;64N<75E<GEW M:6YD;W<N8VQO<V5D("8F('1O<"YF<F%M97,N<75E<GEF<F%M92YQ=65R>7=I M;F1O=RYL;V-A=&EO;BD@>PH@(" @(" @(" @("!T;W N9G)A;65S+G%U97)Y M9G)A;64N<75E<GEW:6YD;W<N9F]C=7,H*3L*(" @(" @("!](&5L<V4@:68@ M*'1O<"YF<F%M97,N<75E<GEF<F%M92D@>PH@(" @(" @(" @("!T;W N9G)A M;65S+G%U97)Y9G)A;64N<75E<GEW:6YD;W<]=VEN9&]W+F]P96XH)W%U97)Y M=VEN9&]W+G!H<#,_;&%N9SUE;BUU=&8M."9A;7 [<V5R=F5R/3$F86UP.V-O M;G9C:&%R<V5T/6ES;RTX.#4Y+3(F9&(]=&5S="9T86)L93UT97-T)RP@)VIS M7W%U97)Y=VEN9&]W)RPG=&]O;&)A<CTP+&QO8V%T:6]N/3 L9&ER96-T;W)I M97,],"QS=&%T=7,],2QM96YU8F%R/3 L<V-R;VQL8F%R<SUY97,L<F5S:7IA M8FQE/7EE<RQW:61T:#TU-3 L:&5I9VAT/3,Q,"<I.PH*(" @(" @(" @(" @ M:68@*"%T;W N9G)A;65S+G%U97)Y9G)A;64N<75E<GEW:6YD;W<N;W!E;F5R M*2!["B @(" @(" @(" @(" @('1O<"YF<F%M97,N<75E<GEF<F%M92YQ=65R M>7=I;F1O=RYO<&5N97(@/2!T;W N9G)A;65S+G%U97)Y9G)A;64["B @(" @ M(" @(" @('T*"B @(" @(" @(" @(')E;&]A9%]Q=65R>7=I;F1O=R@I.PH@ M(" @(" @('T*(" @('T*"B @("!R96QO861?<75E<GEW:6YD;W<H*3L*(" @ M('-E;&8N9F]C=7,H*3L*"@H+W-C<FEP=#X*/"]H96%D/@H*"CQB;V1Y(&)G M8V]L;W(](B-&-48U1C4B/@H:#$^"B @("!$871A8F%S92 @/&D^/&$@8VQA M<W,](F@Q(B!H<F5F/2)D8E]D971A:6QS7W-T<G5C='5R92YP:' S/VQA;F<] M96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC;VYV8VAA<G-E=#UI<V\M.#@U M.2TR)F%M<#MD8CUT97-T(CYT97-T/"]A/CPO:3X*(" @("T@5&%B;&4@/&D^ M/&$@8VQA<W,](F@Q(B!H<F5F/2)T8FQ?<')O<&5R=&EE<U]S=')U8W1U<F4N M<&AP,S]L86YG/65N+75T9BTX)F%M<#MS97)V97(],29A;7 [8V]N=F-H87)S M970]:7-O+3@X-3DM,B9A;7 [9&(]=&5S="9A;7 [=&%B;&4]=&5S="(^=&5S M=#PO83X+VD^"B @("!R=6YN:6YG(&]N(#QI/CQA(&-L87-S/2)H,2(@:')E M9CTB;6%I;BYP:' S/VQA;F<]96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC M;VYV8VAA<G-E=#UI<V\M.#@U.2TR(CYL;V-A;&AO<W0+V$^/"]I/@H+V@Q M/@H*/"$M+2!T;W @;65N=2 M+3X*/'1A8FQE(&)O<F1E<CTB,"(@8V5L;'-P M86-I;F<](C B(&-E;&QP861D:6YG/2(S(B!W:61T:#TB,3 P)2(@8VQA<W,] M(G1A8G,B/@H@(" @/'1R/@H@(" @(" @(#QT9"!W:61T:#TB."(^)FYB<W [ M/"]T9#X*(" @(" @(" =&0@8F=C;VQO<CTB(T1&1$9$1B(@86QI9VX](F-E M;G1E<B(@=VED=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@8VQA<W,](G1A8B(^ M"B @(" @(" @(" @(#QA(&AR968](G1B;%]P<F]P97)T:65S7W-T<G5C='5R M92YP:' S/VQA;F<]96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC;VYV8VAA M<G-E=#UI<V\M.#@U.2TR)F%M<#MD8CUT97-T)F%M<#MT86)L93UT97-T)F%M M<#MG;W1O/71B;%]P<F]P97)T:65S7V5X<&]R="YP:' S)F%M<#MB86-K/71B M;%]P<F]P97)T:65S7V5X<&]R="YP:' S(CX;F]B<CX\8CY3=')U8W1U<F4\ M+V(^/"]A/CPO;F]B<CX*(" @(" @(" +W1D/@H@(" @(" @(#QT9"!W:61T M:#TB."(^)FYB<W [/"]T9#X*(" @(" @(" =&0@8F=C;VQO<CTB(T1&1$9$ M1B(@86QI9VX](F-E;G1E<B(@=VED=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@ M8VQA<W,](G1A8B(^"B @(" @(" @(" @(#QA(&AR968](G-Q;"YP:' S/VQA M;F<]96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC;VYV8VAA<G-E=#UI<V\M M.#@U.2TR)F%M<#MD8CUT97-T)F%M<#MT86)L93UT97-T)F%M<#MG;W1O/71B M;%]P<F]P97)T:65S7V5X<&]R="YP:' S)F%M<#MB86-K/71B;%]P<F]P97)T M:65S7V5X<&]R="YP:' S)F%M<#MS<6Q?<75E<GD]4T5,14-4*R4R02M&4D]- M*R4V,'1E<W0E-C F86UP.W!O<STP(CX;F]B<CX\8CY"<F]W<V4+V(^/"]A M/CPO;F]B<CX*(" @(" @(" +W1D/@H@(" @(" @(#QT9"!W:61T:#TB."(^ M)FYB<W [/"]T9#X*(" @(" @(" =&0@8F=C;VQO<CTB(T1&1$9$1B(@86QI M9VX](F-E;G1E<B(@=VED=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@8VQA<W,] M(G1A8B(^"B @(" @(" @(" @(#QA(&AR968](G1B;%]P<F]P97)T:65S+G!H M<#,_;&%N9SUE;BUU=&8M."9A;7 [<V5R=F5R/3$F86UP.V-O;G9C:&%R<V5T M/6ES;RTX.#4Y+3(F86UP.V1B/71E<W0F86UP.W1A8FQE/71E<W0F86UP.V=O M=&]=&)L7W!R;W!E<G1I97-?97AP;W)T+G!H<#,F86UP.V)A8VL]=&)L7W!R M;W!E<G1I97-?97AP;W)T+G!H<#,B/CQN;V)R/CQB/E-13#PO8CX+V$^/"]N M;V)R/@H@(" @(" @(#PO=&0^"B @(" @(" @/'1D('=I9'1H/2(X(CXF;F)S M<#L+W1D/@H@(" @(" @(#QT9"!B9V-O;&]R/2(C1$9$1D1&(B!A;&EG;CTB M8V5N=&5R(B!W:61T:#TB-C0B(&YO=W)A<#TB;F]W<F%P(B!C;&%S<STB=&%B M(CX*(" @(" @(" @(" @/&$@:')E9CTB=&)L7W-E;&5C="YP:' S/VQA;F<] M96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC;VYV8VAA<G-E=#UI<V\M.#@U M.2TR)F%M<#MD8CUT97-T)F%M<#MT86)L93UT97-T)F%M<#MG;W1O/71B;%]P M<F]P97)T:65S7V5X<&]R="YP:' S)F%M<#MB86-K/71B;%]P<F]P97)T:65S M7V5X<&]R="YP:' S(CX;F]B<CX\8CY396QE8W0+V(^/"]A/CPO;F]B<CX* M(" @(" @(" +W1D/@H@(" @(" @(#QT9"!W:61T:#TB."(^)FYB<W [/"]T M9#X*(" @(" @(" =&0@8F=C;VQO<CTB(T1&1$9$1B(@86QI9VX](F-E;G1E M<B(@=VED=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@8VQA<W,](G1A8B(^"B @ M(" @(" @(" @(#QA(&AR968](G1B;%]C:&%N9V4N<&AP,S]L86YG/65N+75T M9BTX)F%M<#MS97)V97(],29A;7 [8V]N=F-H87)S970]:7-O+3@X-3DM,B9A M;7 [9&(]=&5S="9A;7 [=&%B;&4]=&5S="9A;7 [9V]T;SUT8FQ?<')O<&5R M=&EE<U]E>'!O<G0N<&AP,R9A;7 [8F%C:SUT8FQ?<')O<&5R=&EE<U]E>'!O M<G0N<&AP,R(^/&YO8G(^/&(^26YS97)T/"]B/CPO83X+VYO8G(^"B @(" @ M(" @/"]T9#X*(" @(" @(" =&0@=VED=&@](C@B/B9N8G-P.SPO=&0^"B @ M(" @(" @/'1D(&)G8V]L;W(](G-I;'9E<B(@86QI9VX](F-E;G1E<B(@=VED M=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@8VQA<W,](G1A8B(^"B @(" @(" @ M(" @(#QA(&AR968](G1B;%]P<F]P97)T:65S7V5X<&]R="YP:' S/VQA;F<] M96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M<#MC;VYV8VAA<G-E=#UI<V\M.#@U M.2TR)F%M<#MD8CUT97-T)F%M<#MT86)L93UT97-T)F%M<#MG;W1O/71B;%]P M<F]P97)T:65S7V5X<&]R="YP:' S)F%M<#MB86-K/71B;%]P<F]P97)T:65S M7V5X<&]R="YP:' S(CX;F]B<CX\8CY%>'!O<G0+V(^/"]A/CPO;F]B<CX* M(" @(" @(" +W1D/@H@(" @(" @(#QT9"!W:61T:#TB."(^)FYB<W [/"]T M9#X*(" @(" @(" =&0@8F=C;VQO<CTB(T1&1$9$1B(@86QI9VX](F-E;G1E M<B(@=VED=&@](C8T(B!N;W=R87 ](FYO=W)A<"(@8VQA<W,](G1A8B(^"B @ M(" @(" @(" @(#QA(&AR968](G1B;%]P<F]P97)T:65S7V]P97)A=&EO;G,N M<&AP,S]L86YG/65N+75T9BTX)F%M<#MS97)V97(],29A;7 [8V]N=F-H87)S M970]:7-O+3@X-3DM,B9A;7 [9&(]=&5S="9A;7 [=&%B;&4]=&5S="9A;7 [ M9V]T;SUT8FQ?<')O<&5R=&EE<U]E>'!O<G0N<&AP,R9A;7 [8F%C:SUT8FQ? M<')O<&5R=&EE<U]E>'!O<G0N<&AP,R(^/&YO8G(^/&(^3W!E<F%T:6]N<SPO M8CX+V$^/"]N;V)R/@H@(" @(" @(#PO=&0^"B @(" @(" @/'1D('=I9'1H M/2(X(CXF;F)S<#L+W1D/@H@(" @(" @(#QT9"!B9V-O;&]R/2(C1$9$1D1& M(B!A;&EG;CTB8V5N=&5R(B!W:61T:#TB-C0B(&YO=W)A<#TB;F]W<F%P(B!C M;&%S<STB=&%B(CX*(" @(" @(" @(" @/&$@:')E9CTB=&)L7W!R;W!E<G1I M97-?;W!T:6]N<RYP:' S/VQA;F<]96XM=71F+3@F86UP.W-E<G9E<CTQ)F%M M<#MC;VYV8VAA<G-E=#UI<V\M.#@U.2TR)F%M<#MD8CUT97-T)F%M<#MT86)L M93UT97-T)F%M<#MG;W1O/71B;%]P<F]P97)T:65S7V5X<&]R="YP:' S)F%M M<#MB86-K/71B;%]P<F]P97)T:65S7V5X<&]R="YP:' S(CX;F]B<CX\8CY/ M<'1I;VYS/"]B/CPO83X+VYO8G(^"B @(" @(" @/"]T9#X*(" @(" @(" \ M=&0@=VED=&@](C@B/B9N8G-P.SPO=&0^"B @(" @(" @/'1D(&)G8V]L;W(] M(B-$1D1&1$8B(&%L:6=N/2)C96YT97(B('=I9'1H/2(V-"(@;F]W<F%P/2)N M;W=R87 B(&-L87-S/2)T86(B/@H@(" @(" @(" @(" \82!H<F5F/2)S<6PN M<&AP,S]L86YG/65N+75T9BTX)F%M<#MS97)V97(],29A;7 [8V]N=F-H87)S M970]:7-O+3@X-3DM,B9A;7 [9&(]=&5S="9A;7 [=&%B;&4]=&5S="9A;7 [ M9V]T;SUT8FQ?<')O<&5R=&EE<U]E>'!O<G0N<&AP,R9A;7 [8F%C:SUT8FQ? M<')O<&5R=&EE<U]E>'!O<G0N<&AP,R9A;7 [<W%L7W%U97)Y/41%3$5412M& M4D]-*R4V,'1E<W0E-C F86UP.WIE<F]?<F]W<SU486)L92MT97-T*VAA<RMB M965N*V5M<'1I960B(&-L87-S/2)D<F]P(B!O;F-L:6-K/2)R971U<FX@8V]N M9FER;4QI;FLH=&AI<RP@)T1%3$5412!&4D]-(&!T97-T8"<I(CX;F]B<CX\ M8CY%;7!T>3PO8CX+V$^/"]N;V)R/@H@(" @(" @(#PO=&0^"B @(" @(" @ M/'1D('=I9'1H/2(X(CXF;F)S<#L+W1D/@H@(" @(" @(#QT9"!B9V-O;&]R M/2(C1$9$1D1&(B!A;&EG;CTB8V5N=&5R(B!W:61T:#TB-C0B(&YO=W)A<#TB M;F]W<F%P(B!C;&%S<STB=&%B(CX*(" @(" @(" @(" @/&$@:')E9CTB<W%L M+G!H<#,_;&%N9SUE;BUU=&8M."9A;7 [<V5R=F5R/3$F86UP.V-O;G9C:&%R M<V5T/6ES;RTX.#4Y+3(F86UP.V1B/71E<W0F86UP.W1A8FQE/71E<W0F86UP M.V=O=&]=&)L7W!R;W!E<G1I97-?97AP;W)T+G!H<#,F86UP.V)A8VL]9&)? M9&5T86EL<RYP:' S)F%M<#MR96QO860],29A;7 [<'5R9V4],29A;7 [<W%L M7W%U97)Y/4123U K5$%"3$4K)38P=&5S="4V,"9A;7 [>F5R;U]R;W=S/51A M8FQE*W1E<W0K:&%S*V)E96XK9')O<'!E9"(@8VQA<W,](F1R;W B(&]N8VQI M8VL](G)E='5R;B!C;VYF:7)M3&EN:RAT:&ES+" G1%)/4"!404),12!@=&5S M=& G*2(^/&YO8G(^/&(^1')O<#PO8CX+V$^/"]N;V)R/@H@(" @(" @(#PO M=&0^"B @(" @(" @/'1D('=I9'1H/2(X(CXF;F)S<#L+W1D/@H+W1R/CPO M=&%B;&4^/&)R("^"@H*"@H(2TM($1U;7 @;V8@82!T86)L92 M+3X*/&@R M/@H@(" @5FEE=R!D=6UP("AS8VAE;6$I(&]F('1A8FQE"CPO:#(^"@H\9F]R M;2!M971H;V0](G!O<W0B(&%C=&EO;CTB=&)L7V1U;7 N<&AP,R(@;F%M93TB M=&)L7V1U;7 B/@H@(" @/&EN<'5T('1Y<&4](FAI9&1E;B(@;F%M93TB;&%N M9R(@=F%L=64](F5N+75T9BTX(B O/@H@(" @/&EN<'5T('1Y<&4](FAI9&1E M;B(@;F%M93TB<V5R=F5R(B!V86QU93TB,2(@+SX*(" @(#QI;G!U="!T>7!E M/2)H:61D96XB(&YA;64](F-O;G9C:&%R<V5T(B!V86QU93TB:7-O+3@X-3DM M,B(@+SX*(" @(#QI;G!U="!T>7!E/2)H:61D96XB(&YA;64](F1B(B!V86QU M93TB=&5S="(@+SX*(" @(#QI;G!U="!T>7!E/2)H:61D96XB(&YA;64](G1A M8FQE(B!V86QU93TB=&5S="(@+SX*(" @(#QT86)L92!C96QL<&%D9&EN9STB M-2(@8F]R9&5R/2(P(B!C96QL<W!A8VEN9STB,"(^"B @(" @(" @/'1R/@H\ M<V-R:7!T('1Y<&4](G1E>'0O:F%V87-C<FEP="(^"CPA+2T*+RH@1$A434P@ M9G5N8W1I;VYS("HO"F0]9&]C=6UE;G0[;#TH9"YL87EE<G,I/S$Z,#MO<#UN M879I9V%T;W(N=7-E<D%G96YT+G1O3&]W97)#87-E*"DN:6YD97A/9B@G;W!E M<F$G*2$]+3$["B\J($=E="!%;&5M96YT(" @("HO(" @(&9U;F-T:6]N(&=% M*&4L9BE[:68H;"E[9CTH9BD_9CIS96QF.U8]9BYD;V-U;65N="YL87EE<G,[ M:68H5EME72ER971U<FX@5EME73MF;W(H5STP.VD\5RYL96YG=&@[5RLK*7)E M='5R;BAG12AE+%9;5UTI*3M]:68H9"YA;&PI<F5T=7)N(&0N86QL6V5=.W)E M='5R;B!D+F=E=$5L96UE;G1">4ED*&4I.WT*+RH@4VAO=R!%;&5M96YT(" @ M*B@(" @9G5N8W1I;VX@<T4H92E[:68H;"EE+G9I<VEB:6QI='D])W-H;W<G M.V5L<V4@92YS='EL92YV:7-I8FEL:71Y/2=V:7-I8FQE)SM]"B\J($AI9&4@ M16QE;65N=" @("HO(" @(&9U;F-T:6]N(&A%*&4I>VEF*&PI92YV:7-I8FEL M:71Y/2=H:61E)SME;'-E(&4N<W1Y;&4N=FES:6)I;&ET>3TG:&ED9&5N)SM] M"B\J(%-E="!0;W-I=&EO;B!8("HO(" @(&9U;F-T:6]N('-8*&4L>"E[:68H M;"EE+FQE9G0]>#ME;'-E(&EF*&]P*64N<W1Y;&4N<&EX96Q,969T/7@[96QS M92!E+G-T>6QE+FQE9G0]>"LG<'@G.WT*+RH@1V5T(%!O<VET:6]N(%@@*B@ M(" @9G5N8W1I;VX@9U@H92E[:68H;"ER971U<FX@92YL969T.V5L<V4@:68H M;W I<F5T=7)N(&4N<W1Y;&4N<&EX96Q,969T.V5L<V4@<F5T=7)N('!A<G-E M26YT*&4N<W1Y;&4N;&5F="D[?0HO*B!3970@4&]S:71I;VX@62 J+R @("!F M=6YC=&EO;B!S62AE+'DI>VEF*&PI92YT;W ]>3ME;'-E(&EF*&]P*64N<W1Y M;&4N<&EX96Q4;W ]>3ME;'-E(&4N<W1Y;&4N=&]P/7DK)W!X)SM]"B\J($=E M="!0;W-I=&EO;B!9("HO(" @(&9U;F-T:6]N(&=9*&4I>VEF*&PI<F5T=7)N M(&4N=&]P.V5L<V4@:68H;W I<F5T=7)N(&4N<W1Y;&4N<&EX96Q4;W [96QS M92!R971U<FX@<&%R<V5);G0H92YS='EL92YT;W I.WT*+RH@4V5T(%=I9'1H M(" @(" @*B@(" @9G5N8W1I;VX@<U<H92QW*7MI9BAL*64N8VQI<"YW:61T M:#UW.V5L<V4@:68H;W I92YS='EL92YP:7AE;%=I9'1H/7<[96QS92!E+G-T M>6QE+G=I9'1H/7<[?0HO*B!'970@5VED=&@@(" @(" J+R @("!F=6YC=&EO M;B!G5RAE*7MI9BAL*7)E='5R;B!E+F-L:7 N=VED=&@[96QS92!I9BAO<"ER M971U<FX@92YS='EL92YP:7AE;%=I9'1H.V5L<V4@<F5T=7)N('!A<G-E26YT M*&4N<W1Y;&4N=VED=&@I.WT*+RH@4V5T($AE:6=H=" @(" @*B@(" @9G5N M8W1I;VX@<T@H92QH*7MI9BAL*64N8VQI<"YH96EG:'0]:#ME;'-E(&EF*&]P M*64N<W1Y;&4N<&EX96Q(96EG:'0]:#ME;'-E(&4N<W1Y;&4N:&5I9VAT/6@[ M?0HO*B!'970@2&5I9VAT(" @(" J+R @("!F=6YC=&EO;B!G2"AE*7MI9BAL M*7)E='5R;B!E+F-L:7 N:&5I9VAT.V5L<V4@:68H;W I<F5T=7)N(&4N<W1Y M;&4N<&EX96Q(96EG:'0[96QS92!R971U<FX@<&%R<V5);G0H92YS='EL92YH M96EG:'0I.WT*+RH@5W)I=&4@:"!T;R!E(" @*B@(" @9G5N8W1I;VX@=T@H M92QH*7MI9BAL*7M9/64N9&]C=6UE;G0[62YW<FET92AH*3M9+F-L;W-E*"D[ M?6EF*&4N:6YN97)(5$U,*64N:6YN97)(5$U,/6@[?0H*9G5N8W1I;VX@:&ED M95]T:&5M7V%L;"@I('L*(" @(&=%*")C<W9?;W!T:6]N<R(I+G-T>6QE+F1I M<W!L87D@/2 G;F]N92<["B @("!G12@B<W%L7V]P=&EO;G,B*2YS='EL92YD M:7-P;&%Y(#T@)VYO;F4G.PH@(" @9T4H(FYO;F5?;W!T:6]N<R(I+G-T>6QE M+F1I<W!L87D@/2 G;F]N92<["GT*+R\M+3X*/"]S8W)I<'0^"B @(" @(" @ M(" @(#PA+2T@1F]R;6%T<R!T;R!E>'!O<G0@=&@+2T^"B @(" @(" @(" @ M(#QT9"!N;W=R87 ](FYO=W)A<"(@=F%L:6=N/2)T;W B/@H@(" @(" @(" @ M(" @(" @/&9I96QD<V5T/@H@(" @(" @(" @(" @(" @/&QE9V5N9#Y%>'!O M<G0@9F]R;6%T/"]L96=E;F0^"B @(" @(" @(" @(" @(" (2TM(%-13" M M+3X*(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)R861I;R(@;F%M93TB M=VAA="(@=F%L=64](G-Q;"(@:60](G)A9&EO7V1U;7!?<W%L(B!C:&5C:V5D M/2)C:&5C:V5D(B!O;F-L:6-K/2)I9BAT:&ES+F-H96-K960I('L@:&ED95]T M:&5M7V%L;"@I.R!G12@G<W%L7V]P=&EO;G,G*2YS='EL92YD:7-P;&%Y(#T@ M)V)L;V-K)SL@?3L@<F5T=7)N('1R=64B("^"B @(" @(" @(" @(" @(" \ M;&%B96P@9F]R/2)R861I;U]D=6UP7W-Q;"(^4U%,/"]L86)E;#X*(" @(" @ M(" @(" @(" @(#QB<B O/CQB<B O/@H*(" @(" @(" @(" @(" @(#PA+2T@ M3&%495@@=&%B;&4@+2T^"B @(" @(" @(" @(" @(" :6YP=70@='EP93TB M<F%D:6\B(&YA;64](G=H870B('9A;'5E/2)L871E>"(@:60](G)A9&EO7V1U M;7!?;&%T97@B("!O;F-L:6-K/2)I9BAT:&ES+F-H96-K960I('L@:&ED95]T M:&5M7V%L;"@I.R!G12@G;F]N95]O<'1I;VYS)RDN<W1Y;&4N9&ES<&QA>2 ] M("=B;&]C:R<[('T[(')E='5R;B!T<G5E(B O/@H@(" @(" @(" @(" @(" @ M/&QA8F5L(&9O<CTB<F%D:6]?9'5M<%]L871E>"(^3&%495@+VQA8F5L/@H@ M(" @(" @(" @(" @(" @/"$M+2!F;W(@;F]W('=E(&AA=F4@;VYL>2!O;F4@ M96YV:7)O;FUE;G0@<W5P<&]R=&5D("TM/@H@(" @(" @(" @(" @(" @/&EN M<'5T('1Y<&4](FAI9&1E;B(@;F%M93TB96YV:7)O;FUE;G0B('9A;'5E/2)L M;VYG=&%B;&4B("^"B @(" @(" @(" @(" @(" \8G(@+SX\8G(@+SX*"B @ M(" @(" @(" @(" @(" (2TM($5X8V5L($-35B M+3X*(" @(" @(" @(" @ M(" @(#QI;G!U="!T>7!E/2)R861I;R(@;F%M93TB=VAA="(@=F%L=64](F5X M8V5L(B!I9#TB<F%D:6]?9'5M<%]E>&-E;"(@(&]N8VQI8VL](FEF*'1H:7,N M8VAE8VME9"D@>R!H:61E7W1H96U?86QL*"D[(&=%*"=N;VYE7V]P=&EO;G,G M*2YS='EL92YD:7-P;&%Y(#T@)V)L;V-K)SL@?3L@<F5T=7)N('1R=64B("^ M"B @(" @(" @(" @(" @(" ;&%B96P@9F]R/2)R861I;U]D=6UP7V5X8V5L M(CY#4U8@9F]R($U3($5X8V5L/"]L86)E;#X*(" @(" @(" @(" @(" @(#QB M<B O/CQB<B O/@H@(" @(" @(" @(" @(" @/"$M+2!'96YE<F%L($-35B M M+3X*(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)R861I;R(@;F%M93TB M=VAA="(@=F%L=64](F-S=B(@:60](G)A9&EO7V1U;7!?8W-V(B @;VYC;&EC M:STB:68H=&AI<RYC:&5C:V5D*2![(&AI9&5?=&AE;5]A;&PH*3L@9T4H)V-S M=E]O<'1I;VYS)RDN<W1Y;&4N9&ES<&QA>2 ]("=B;&]C:R<[('T[(')E='5R M;B!T<G5E(B O/@H@(" @(" @(" @(" @(" @/&QA8F5L(&9O<CTB<F%D:6]? M9'5M<%]C<W8B/D-35CPO;&%B96P^"B @(" @(" @(" @(" @(" \8G(@+SX\ M8G(@+SX*(" @(" @(" @(" @(" @(#PA+2T@6$U,("TM/@H@(" @(" @(" @ M(" @(" @/&EN<'5T('1Y<&4](G)A9&EO(B!N86UE/2)W:&%T(B!V86QU93TB M>&UL(B!I9#TB<F%D:6]?9'5M<%]X;6PB(&]N8VQI8VL](FEF*'1H:7,N8VAE M8VME9"D@>R!H:61E7W1H96U?86QL*"D[(&=%*"=N;VYE7V]P=&EO;G,G*2YS M='EL92YD:7-P;&%Y(#T@)V)L;V-K)SL@?3L@<F5T=7)N('1R=64B("^"B @ M(" @(" @(" @(" @(" ;&%B96P@9F]R/2)R861I;U]D=6UP7WAM;"(^6$U, M/"]L86)E;#XF;F)S<#LF;F)S<#L*(" @(" @(" @(" @(" @(#PO9FEE;&1S M970^"B @(" @(" @(" @(#PO=&0^"@H@(" @(" @(" @(" (2TM($]P=&EO M;G,@+2T^"B @(" @(" @(" @(#QT9"!V86QI9VX](G1O<"(@:60](F]P=&EO M;G-?=&0B('=I9'1H/2(T,# B/@H@(" @(" @(" @(" @(" @/&9I96QD<V5T M(&ED/2)S<6Q?;W!T:6]N<R(^"B @(" @(" @(" @(" @(" @(" @/&QE9V5N M9#Y344P@;W!T:6]N<R H/&$@:')E9CTB+B]$;V-U;65N=&%T:6]N+FAT;6PC M9F%Q97AP;W)T(B!T87)G970](F1O8W5M96YT871I;VXB/D1O8W5M96YT871I M;VX+V$^*3PO;&5G96YD/@H*(" @(" @(" @(" @(" @(" @(" (2TM($9O M<B!S=')U8W1U<F4@+2T^"B @(" @(" @(" @(" @(" @(" @/&9I96QD<V5T M/@H@(" @(" @(" @(" @(" @(" @(" @(" ;&5G96YD/@H@(" @(" @(" @ M(" @(" @(" @(" @(" @(" @/&EN<'5T('1Y<&4](F-H96-K8F]X(B!N86UE M/2)S<6Q?<W1R=6-T=7)E(B!V86QU93TB<W1R=6-T=7)E(B!I9#TB8VAE8VMB M;WA?<W%L7W-T<G5C='5R92(@8VAE8VME9#TB8VAE8VME9"(@;VYC;&EC:STB M:68H(71H:7,N8VAE8VME9" F)B A9T4H)V-H96-K8F]X7W-Q;%]D871A)RDN M8VAE8VME9"D@<F5T=7)N(&9A;'-E.R!E;'-E(')E='5R;B!T<G5E.R(@+SX* M(" @(" @(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H96-K M8F]X7W-Q;%]S=')U8W1U<F4B/D1U;7 @<W1R=6-T=7)E/"]L86)E;#X\8G(@ M+SX*(" @(" @(" @(" @(" @(" @(" @(" @/"]L96=E;F0^"B @(" @(" @ M(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)C:&5C:V)O>"(@;F%M93TB M9')O<"(@=F%L=64](C$B(&ED/2)C:&5C:V)O>%]D=6UP7V1R;W B("^"B @ M(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H96-K8F]X7V1U M;7!?9')O<"(^061D("=D<F]P('1A8FQE)SPO;&%B96P^/&)R("^"B @(" @ M(" @(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)C:&5C:V)O>"(@;F%M M93TB=7-E7V)A8VMQ=6]T97,B('9A;'5E/2(Q(B!I9#TB8VAE8VMB;WA?9'5M M<%]U<V5?8F%C:W%U;W1E<R(@8VAE8VME9#TB8VAE8VME9"(@+SX*(" @(" @ M(" @(" @(" @(" @(" @(" @/&QA8F5L(&9O<CTB8VAE8VMB;WA?9'5M<%]U M<V5?8F%C:W%U;W1E<R(^16YC;&]S92!T86)L92!A;F0@9FEE;&0@;F%M97,@ M=VET:"!B86-K<75O=&5S/"]L86)E;#X\8G(@+SX*(" @(" @(" @(" @(" @ M(" @(" @(" @/&EN<'5T('1Y<&4](F-H96-K8F]X(B!N86UE/2)U<V5?8V]M M;65N=',B('9A;'5E/2(Q(B!I9#TB8VAE8VMB;WA?9'5M<%]U<V5?8V]M;65N M=',B("^"B @(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H M96-K8F]X7V1U;7!?=7-E7V-O;6UE;G1S(CY);F-L=61E(&-O;'5M;B!C;VUM M96YT<R!A<R!I;FQI;F4@4U%,+6-O;6UE;G1S/"]L86)E;#X\8G(@+SX*(" @ M(" @(" @(" @(" @(" @(" +V9I96QD<V5T/@H*(" @(" @(" @(" @(" @ M(" @(" (2TM($9O<B!D871A("TM/@H@(" @(" @(" @(" @(" @(" @(#QF M:65L9'-E=#X*(" @(" @(" @(" @(" @(" @(" @(" @/&QE9V5N9#X*(" @ M(" @(" @(" @(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)C:&5C:V)O M>"(@;F%M93TB<W%L7V1A=&$B('9A;'5E/2)D871A(B!I9#TB8VAE8VMB;WA? M<W%L7V1A=&$B(&-H96-K960](F-H96-K960B(&]N8VQI8VL](FEF*"%T:&ES M+F-H96-K960@)B8@(6=%*"=C:&5C:V)O>%]S<6Q?<W1R=6-T=7)E)RDN8VAE M8VME9"D@<F5T=7)N(&9A;'-E.R!E;'-E(')E='5R;B!T<G5E.R(@+SX*(" @ M(" @(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H96-K8F]X M7W-Q;%]D871A(CY$=6UP(&1A=&$+VQA8F5L/CQB<B O/@H@(" @(" @(" @ M(" @(" @(" @(" @(" +VQE9V5N9#X*(" @(" @(" @(" @(" @(" @(" @ M(" @/&EN<'5T('1Y<&4](F-H96-K8F]X(B!N86UE/2)S:&]W8V]L=6UN<R(@ M=F%L=64](GEE<R(@:60](F-H96-K8F]X7V1U;7!?<VAO=V-O;'5M;G,B("^ M"B @(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H96-K8F]X M7V1U;7!?<VAO=V-O;'5M;G,B/D-O;7!L971E(&EN<V5R=',+VQA8F5L/CQB M<B O/@H@(" @(" @(" @(" @(" @(" @(" @(" :6YP=70@='EP93TB8VAE M8VMB;W@B(&YA;64](F5X=&5N9&5D7VEN<R(@=F%L=64](GEE<R(@:60](F-H M96-K8F]X7V1U;7!?97AT96YD961?:6YS(B O/@H@(" @(" @(" @(" @(" @ M(" @(" @(" ;&%B96P@9F]R/2)C:&5C:V)O>%]D=6UP7V5X=&5N9&5D7VEN M<R(^17AT96YD960@:6YS97)T<SPO;&%B96P^/&)R("^"B @(" @(" @(" @ M(" @(" @(" @/"]F:65L9'-E=#X*(" @(" @(" @(" @(" @(#PO9FEE;&1S M970^"B @(" @(" @(" @(" @(" \9FEE;&1S970@:60](F-S=E]O<'1I;VYS M(CX*(" @(" @(" @(" @(" @(" @(" ;&5G96YD/D-35B!O<'1I;VYS/"]L M96=E;F0^"B @(" @(" @(" @(" @(" @(" @/'1A8FQE(&)O<F1E<CTB,"(@ M8V5L;'-P86-I;F<](C$B(&-E;&QP861D:6YG/2(P(CX*(" @(" @(" @(" @ M(" @(" @(" @(" @/'1R/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @ M/'1D/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @($9I96QD<R!T M97)M:6YA=&5D(&)Y)FYB<W ["B @(" @(" @(" @(" @(" @(" @(" @(" @ M(" +W1D/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @/'1D/@H@(" @ M(" @(" @(" @(" @(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E/2)T97AT M(B!N86UE/2)S97!A<F%T;W(B('-I>F4](C(B('9A;'5E/2([(B!C;&%S<STB M=&5X=&9I96QD(B O/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @/"]T M9#X*(" @(" @(" @(" @(" @(" @(" @(" @/"]T<CX*(" @(" @(" @(" @ M(" @(" @(" @(" @/'1R/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @ M/'1D/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @($9I96QD<R!E M;F-L;W-E9"!B>29N8G-P.PH@(" @(" @(" @(" @(" @(" @(" @(" @(" @ M/"]T9#X*(" @(" @(" @(" @(" @(" @(" @(" @(" @(#QT9#X*(" @(" @ M(" @(" @(" @(" @(" @(" @(" @(" @(" :6YP=70@='EP93TB=&5X="(@ M;F%M93TB96YC;&]S960B('-I>F4](C(B('9A;'5E/2(F<75O=#LB(&-L87-S M/2)T97AT9FEE;&0B("^"B @(" @(" @(" @(" @(" @(" @(" @(" @(" \ M+W1D/@H@(" @(" @(" @(" @(" @(" @(" @(" +W1R/@H@(" @(" @(" @ M(" @(" @(" @(" @(" ='(^"B @(" @(" @(" @(" @(" @(" @(" @(" @ M(" =&0^"B @(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @1FEE;&1S M(&5S8V%P960@8GDF;F)S<#L*(" @(" @(" @(" @(" @(" @(" @(" @(" @ M(#PO=&0^"B @(" @(" @(" @(" @(" @(" @(" @(" @(" =&0^"B @(" @ M(" @(" @(" @(" @(" @(" @(" @(" @(" @/&EN<'5T('1Y<&4](G1E>'0B M(&YA;64](F5S8V%P960B('-I>F4](C(B('9A;'5E/2)<(B!C;&%S<STB=&5X M=&9I96QD(B O/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @/"]T9#X* M(" @(" @(" @(" @(" @(" @(" @(" @/"]T<CX*(" @(" @(" @(" @(" @ M(" @(" @(" @/'1R/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @/'1D M/@H@(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @($QI;F5S('1E<FUI M;F%T960@8GDF;F)S<#L*(" @(" @(" @(" @(" @(" @(" @(" @(" @(#PO M=&0^"B @(" @(" @(" @(" @(" @(" @(" @(" @(" =&0^"B @(" @(" @ M(" @(" @(" @(" @(" @(" @(" @(" @/&EN<'5T('1Y<&4](G1E>'0B(&YA M;64](F%D9%]C:&%R86-T97(B('-I>F4](C(B('9A;'5E/2)<;B(@8VQA<W,] M(G1E>'1F:65L9"(@+SX*(" @(" @(" @(" @(" @(" @(" @(" @(" @(#PO M=&0^"B @(" @(" @(" @(" @(" @(" @(" @(#PO='(^"B @(" @(" @(" @ M(" @(" @(" @/"]T86)L93X*(" @(" @(" @(" @(" @(" @(" :6YP=70@ M='EP93TB8VAE8VMB;W@B(&YA;64](G-H;W=C<W9N86UE<R(@=F%L=64](GEE M<R(@:60](F-H96-K8F]X7V1U;7!?<VAO=V-S=FYA;65S(B O/@H@(" @(" @ M(" @(" @(" @(" @(#QL86)E;"!F;W(](F-H96-K8F]X7V1U;7!?<VAO=V-S M=FYA;65S(CY0=70@9FEE;&1S(&YA;65S(&%T(&9I<G-T(')O=SPO;&%B96P^ M"B @(" @(" @(" @(" @(" +V9I96QD<V5T/@H@(" @(" @(" @(" @(" @ M/&1I=B!I9#TB;F]N95]O<'1I;VYS(CX*(" @(" @(" @(" @(" @(" @("!4 M:&ES(&9O<FUA="!H87,@;F@;W!T:6]N<RX*(" @(" @(" @(" @(" @(#PO M9&EV/@H<V-R:7!T('1Y<&4](G1E>'0O:F%V87-C<FEP="(^"CPA+2T*(" @ M(&=%*"=C<W9?;W!T:6]N<R<I+G-T>6QE+F1I<W!L87D@/2 G;F]N92<["B @ M("!G12@G<W%L7V]P=&EO;G,G*2YS='EL92YD:7-P;&%Y(#T@)VYO;F4G.PH@ M(" @9T4H)VYO;F5?;W!T:6]N<R<I+G-T>6QE+F1I<W!L87D@/2 G;F]N92<[ M"B @("!I9B H9&]C=6UE;G0N9V5T16QE;65N=$)Y260H)W)A9&EO7V1U;7!? M<W%L)RDN8VAE8VME9"D@>PH@(" @(" @(&=%*"=S<6Q?;W!T:6]N<R<I+G-T M>6QE+F1I<W!L87D@/2 G8FQO8VLG.PH@(" @?2!E;'-E(&EF("AD;V-U;65N M="YG971%;&5M96YT0GE)9"@G<F%D:6]?9'5M<%]C<W8G*2YC:&5C:V5D*2![ M"B @(" @(" @9T4H)V-S=E]O<'1I;VYS)RDN<W1Y;&4N9&ES<&QA>2 ]("=B M;&]C:R<["B @("!](&5L<V4@>PH@(" @(" @(&=%*"=N;VYE7V]P=&EO;G,G M*2YS='EL92YD:7-P;&%Y(#T@)V)L;V-K)SL*(" @('T*+R\M+3X*/"]S8W)I M<'0^"B @(" @(" @(" @(#PO=&0^"B @(" @(" @/"]T<CX*"B @(" @(" @ M/'1R/@H@(" @(" @(" @(" =&0@8V]L<W!A;CTB,B(@86QI9VX](F-E;G1E M<B(^"B @(" @(" @(" @(" @(" \9FEE;&1S970^"B @(" @(" @(" @(" @ M(" @(" @1'5M<" :6YP=70@='EP93TB=&5X="(@;F%M93TB;&EM:71?=&\B M('-I>F4](C4B('9A;'5E/2(X(B!C;&%S<STB=&5X=&9I96QD(B!S='EL93TB M=F5R=&EC86PM86QI9VXZ(&UI9&1L92(@;VYF;V-U<STB=&AI<RYS96QE8W0H M*2(@+SX@<F]W*',I('-T87)T:6YG(&%T(')E8V]R9" C(#QI;G!U="!T>7!E M/2)T97AT(B!N86UE/2)L:6UI=%]F<F]M(B!V86QU93TB,"(@<VEZ93TB-2(@ M8VQA<W,](G1E>'1F:65L9"(@<W1Y;&4](G9E<G1I8V%L+6%L:6=N.B!M:61D M;&4B(&]N9F]C=7,](G1H:7,N<V5L96-T*"DB("^+@H@(" @(" @(" @(" @ M(" @/"]F:65L9'-E=#X*(" @(" @(" @(" @/"]T9#X*(" @(" @(" +W1R M/@H*(" @(" @(" ='(^"B @(" @(" @(" @(#PA+2T@17AP;W)T('1O('-C M<F5E;B!O<B!T;R!F:6QE("TM/@H@(" @(" @(" @(" =&0@8V]L<W!A;CTB M,B(^"B @(" @(" @(" @(" @(" \9FEE;&1S970^"B @(" @(" @(" @(" @ M(" @(" @/&QE9V5N9#X*(" @(" @(" @(" @(" @(" @(" @(" @/&EN<'5T M('1Y<&4](F-H96-K8F]X(B!N86UE/2)A<V9I;&4B('9A;'5E/2)S96YD:70B M(&ED/2)C:&5C:V)O>%]D=6UP7V%S9FEL92(@+SX*(" @(" @(" @(" @(" @ M(" @(" @(" @/&QA8F5L(&9O<CTB8VAE8VMB;WA?9'5M<%]A<V9I;&4B/E-A M=F4@87,@9FEL93PO;&%B96P^"B @(" @(" @(" @(" @(" @(" @/"]L96=E M;F0^"@H@(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(](G-E;&5C=%]C M:&%R<V5T7V]F7V9I;&4B/D-H87)A8W1E<B!S970@;V8@=&AE(&9I;&4Z/"]L M86)E;#X*(" @(" @(" @(" @(" @(" @(" <V5L96-T(&ED/2)S96QE8W1? M8VAA<G-E=%]O9E]F:6QE(B!N86UE/2)C:&%R<V5T7V]F7V9I;&4B('-I>F4] M(C$B/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)I M<V\M.#@U.2TQ(CYI<V\M.#@U.2TQ/"]O<'1I;VX^"B @(" @(" @(" @(" @ M(" @(" @(" @(#QO<'1I;VX@=F%L=64](FES;RTX.#4Y+3(B/FES;RTX.#4Y M+3(+V]P=&EO;CX*(" @(" @(" @(" @(" @(" @(" @(" @/&]P=&EO;B!V M86QU93TB:7-O+3@X-3DM,R(^:7-O+3@X-3DM,SPO;W!T:6]N/@H@(" @(" @ M(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)I<V\M.#@U.2TT(CYI M<V\M.#@U.2TT/"]O<'1I;VX^"B @(" @(" @(" @(" @(" @(" @(" @(#QO M<'1I;VX@=F%L=64](FES;RTX.#4Y+34B/FES;RTX.#4Y+34+V]P=&EO;CX* M(" @(" @(" @(" @(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB:7-O+3@X M-3DM-B(^:7-O+3@X-3DM-CPO;W!T:6]N/@H@(" @(" @(" @(" @(" @(" @ M(" @(" ;W!T:6]N('9A;'5E/2)I<V\M.#@U.2TW(CYI<V\M.#@U.2TW/"]O M<'1I;VX^"B @(" @(" @(" @(" @(" @(" @(" @(#QO<'1I;VX@=F%L=64] M(FES;RTX.#4Y+3@B/FES;RTX.#4Y+3@+V]P=&EO;CX*(" @(" @(" @(" @ M(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB:7-O+3@X-3DM.2(^:7-O+3@X M-3DM.3PO;W!T:6]N/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N M('9A;'5E/2)I<V\M.#@U.2TQ,"(^:7-O+3@X-3DM,3 +V]P=&EO;CX*(" @ M(" @(" @(" @(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB:7-O+3@X-3DM M,3$B/FES;RTX.#4Y+3$Q/"]O<'1I;VX^"B @(" @(" @(" @(" @(" @(" @ M(" @(#QO<'1I;VX@=F%L=64](FES;RTX.#4Y+3$R(CYI<V\M.#@U.2TQ,CPO M;W!T:6]N/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E M/2)I<V\M.#@U.2TQ,R(^:7-O+3@X-3DM,3,+V]P=&EO;CX*(" @(" @(" @ M(" @(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB:7-O+3@X-3DM,30B/FES M;RTX.#4Y+3$T/"]O<'1I;VX^"B @(" @(" @(" @(" @(" @(" @(" @(#QO M<'1I;VX@=F%L=64](FES;RTX.#4Y+3$U(CYI<V\M.#@U.2TQ-3PO;W!T:6]N M/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)W:6YD M;W=S+3$R-3 B/G=I;F1O=W,M,3(U,#PO;W!T:6]N/@H@(" @(" @(" @(" @ M(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)W:6YD;W=S+3$R-3$B/G=I;F1O M=W,M,3(U,3PO;W!T:6]N/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T M:6]N('9A;'5E/2)W:6YD;W=S+3$R-3(B/G=I;F1O=W,M,3(U,CPO;W!T:6]N M/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)W:6YD M;W=S+3$R-3<B/G=I;F1O=W,M,3(U-SPO;W!T:6]N/@H@(" @(" @(" @(" @ M(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)K;VDX+7(B/FMO:3@M<CPO;W!T M:6]N/@H@(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)B M:6<U(CYB:6<U/"]O<'1I;VX^"B @(" @(" @(" @(" @(" @(" @(" @(#QO M<'1I;VX@=F%L=64](F=B,C,Q,B(^9V(R,S$R/"]O<'1I;VX^"B @(" @(" @ M(" @(" @(" @(" @(" @(#QO<'1I;VX@=F%L=64](G5T9BTX(B!S96QE8W1E M9#TB<V5L96-T960B/G5T9BTX/"]O<'1I;VX^"B @(" @(" @(" @(" @(" @ M(" @(" @(#QO<'1I;VX@=F%L=64](G5T9BTW(CYU=&8M-SPO;W!T:6]N/@H@ M(" @(" @(" @(" @(" @(" @(" @(" ;W!T:6]N('9A;'5E/2)X+75S97(M M9&5F:6YE9"(^>"UU<V5R+61E9FEN960+V]P=&EO;CX*(" @(" @(" @(" @ M(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB975C+6IP(CYE=6,M:G +V]P M=&EO;CX*(" @(" @(" @(" @(" @(" @(" @(" @/&]P=&EO;B!V86QU93TB M:W-?8U\U-C Q+3$Y.#<B/FMS7V-?-38P,2TQ.3@W/"]O<'1I;VX^"B @(" @ M(" @(" @(" @(" @(" @(" @(#QO<'1I;VX@=F%L=64](G1I<RTV,C B/G1I M<RTV,C +V]P=&EO;CX*(" @(" @(" @(" @(" @(" @(" @(" @/&]P=&EO M;B!V86QU93TB4TA)1E1?2DE3(CY32$E&5%]*25,+V]P=&EO;CX*(" @(" @ M(" @(" @(" @(" @(" +W-E;&5C=#X*"B @(" @(" @(" @(" @(" @(" @ M/&9I96QD<V5T/@H@(" @(" @(" @(" @(" @(" @(" @(" ;&5G96YD/D-O M;7!R97-S:6]N/"]L96=E;F0^"@H@(" @(" @(" @(" @(" @(" @(" @(" \ M:6YP=70@='EP93TB<F%D:6\B(&YA;64](F-O;7!R97-S:6]N(B!V86QU93TB M;F]N92(@:60](G)A9&EO7V-O;7!R97-S:6]N7VYO;F4B(&-H96-K960](F-H M96-K960B("^"B @(" @(" @(" @(" @(" @(" @(" @(#QL86)E;"!F;W(] M(G)A9&EO7V-O;7!R97-S:6]N7VYO;F4B/FYO;F4+VQA8F5L/B9N8G-P.PH* M(" @(" @(" @(" @(" @(" @(" @(" @/&EN<'5T('1Y<&4](G)A9&EO(B!N M86UE/2)C;VUP<F5S<VEO;B(@=F%L=64](GII<"(@:60](G)A9&EO7V-O;7!R M97-S:6]N7WII<"(@+SX*(" @(" @(" @(" @(" @(" @(" @(" @/&QA8F5L M(&9O<CTB<F%D:6]?8V]M<')E<W-I;VY?>FEP(CYZ:7 +VQA8F5L/B9N8G-P M.PH*(" @(" @(" @(" @(" @(" @(" @(" @/&EN<'5T('1Y<&4](G)A9&EO M(B!N86UE/2)C;VUP<F5S<VEO;B(@=F%L=64](F=Z:7 B(&ED/2)R861I;U]C M;VUP<F5S<VEO;E]G>FEP(B O/@H@(" @(" @(" @(" @(" @(" @(" @(" \ M;&%B96P@9F]R/2)R861I;U]C;VUP<F5S<VEO;E]G>FEP(CY'>FEP/"]L86)E M;#XF;F)S<#L*"B @(" @(" @(" @(" @(" @(" @(" @(#QI;G!U="!T>7!E M/2)R861I;R(@;F%M93TB8V]M<')E<W-I;VXB('9A;'5E/2)B>FEP(B!I9#TB M<F%D:6]?8V]M<')E<W-I;VY?8GII<"(@+SX*(" @(" @(" @(" @(" @(" @ M(" @(" @/&QA8F5L(&9O<CTB<F%D:6]?8V]M<')E<W-I;VY?8GII<"(^0GII M<#PO;&%B96P^"@H@(" @(" @(" @(" @(" @/"]F:65L9'-E=#X*(" @(" @ M(" @(" @/"]T9#X*(" @(" @(" +W1R/@H*(" @(" @(" ='(^"B @(" @ M(" @(" @(#QT9"!C;VQS<&%N/2(R(B!A;&EG;CTB8V5N=&5R(CX*(" @(" @ M(" @(" @(" @(#QI;G!U="!T>7!E/2)S=6)M:70B('9A;'5E/2)';R(@+SX* M(" @(" @(" @(" @/"]T9#X*(" @(" @(" +W1R/@H@(" @/"]T86)L93X* ;/"]F;W)M/@H*"CPO8F]D>3X*"CPO:'1M;#X* ` end
Hi
On Sunday 02 of March 2003 12:41, Rabus wrote:
I attached a revised version of your layout, perhaps you could have a look at it.
Thanks, it looks better. I will merge this (+ probably bold titles) into cvs (probably) tommorow...
Hi Michal & list,
-----Original Message----- From: Michal Cihar
On Sunday 02 of March 2003 12:41, Rabus wrote:
I attached a revised version of your layout, perhaps you could have a look at it.
Thanks, it looks better. I will merge this (+ probably bold titles) into cvs (probably) tommorow...
About the bold legends: IE automatically renders the <legend> tag using just a cornflowerblue-like font color. Imho this looks much better than the bold variant. Using CSS, we should be able to use this style for other browsers, too.
Regards,
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+