anygui-users Mailing List for anygui - Generic GUI Module for Python (Page 3)
Brought to you by:
mlh
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(9) |
Feb
(27) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(4) |
Nov
(1) |
Dec
(3) |
2003 |
Jan
(3) |
Feb
(2) |
Mar
(19) |
Apr
(15) |
May
(11) |
Jun
(2) |
Jul
|
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
(2) |
2004 |
Jan
|
Feb
(5) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
From: Magnus L. H. <ma...@he...> - 2003-03-29 11:49:22
|
Clark, Chris <Chr...@ca...>: > [snip] > > >From the new docs it looks like this can be done programmatically > >in the newer version. Actually, that isn't implemented yet... The new doc is a bit ahead of the implementation :] > Chris -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Scott P. <sco...@ea...> - 2003-03-27 20:11:09
|
OK; thanks. That link helps. FYI -- those that install anygui 0.1.1 do not get this guide. The file does not exist on the hard drive, nor is there a "program group" with a browser link to online documentation. These comments are intended to be understood -not- as complaints but as suggestions. :-) What is the "state" of anygui 0.2? Are there major limitations or regressions that would cause problems for users? Or is it simply no one's had time to QA & package it? At this time I don't know what the version differences are. cheers, Scott ----- Original Message ----- From: "Clark, Chris" <Chr...@ca...> To: "Scott Prive" <sco...@ea...> Cc: <any...@li...> Sent: Thursday, March 27, 2003 2:15 PM Subject: RE: [Anygui-users] Tutorial: in mswgui, click Event generates traceback (AS Python 2.2) Check out the anygui manual that you installed (or check out this one but I think this reflects the CVS version of anygui not the .1 version http://www.idi.ntnu.no/~mlh/anygui/anygui.html ) for the ANYGUI_WISHLIST OS variable. E.g. open dos prompt/command window and issue: set ANYGUI_WISHLIST=wx REM run your script from here REM E.g. cd c:\ python myscript.py From the new docs it looks like this can be done programmatically in the newer version. Chris -----Original Message----- From: Scott Prive [mailto:sco...@ea...] Sent: Wednesday, March 26, 2003 9:19 AM To: any...@li... Subject: [Anygui-users] Tutorial: in mswgui, click Event generates traceback (AS Python 2.2) ...... I installed wxWindows and attempted to re-run the application. This did not help -- same error. Here I assume because the tutorial code doesn't specify the toolkit, the "native" UI has a higher priority than wxWindows. (If I can specify a default GUI here, I have a potential workaround). ...... ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Anygui-users mailing list Any...@li... https://lists.sourceforge.net/lists/listinfo/anygui-users |
From: Clark, C. <Chr...@ca...> - 2003-03-27 19:15:39
|
Check out the anygui manual that you installed (or check out this one = but I think this reflects the CVS version of anygui not the .1 version = http://www.idi.ntnu.no/~mlh/anygui/anygui.html ) for the ANYGUI_WISHLIST = OS variable.=20 E.g. open dos prompt/command window and issue: set ANYGUI_WISHLIST=3Dwx REM run your script from here REM E.g. cd c:\ python myscript.py From the new docs it looks like this can be done programmatically in the = newer version. Chris -----Original Message----- From: Scott Prive [mailto:sco...@ea...] Sent: Wednesday, March 26, 2003 9:19 AM To: any...@li... Subject: [Anygui-users] Tutorial: in mswgui, click Event generates traceback (AS Python 2.2) ...... I installed wxWindows and attempted to re-run the application. This did not help -- same error. = Here I assume because the tutorial code doesn't specify the toolkit, the = "native" UI has a higher priority than wxWindows. (If I can specify a default GUI here, I have a potential workaround). ...... |
From: Scott P. <sco...@ea...> - 2003-03-26 16:58:54
|
The final tutorial code does not run on my system -- I get a traceback: E:\scott>python anygui2.py Traceback (most recent call last): File "G:\Python22\Lib\site-packages\anygui\backends\mswgui.py", line 498, in _ wndproc return window._WM_COMMAND(hwnd, msg, wParam, lParam) File "G:\Python22\Lib\site-packages\anygui\backends\mswgui.py", line 379, in _ WM_COMMAND child_window._WM_COMMAND(hwnd, msg, wParam, lParam) File "G:\Python22\Lib\site-packages\anygui\backends\mswgui.py", line 174, in _ WM_COMMAND send(self, 'click') File "G:\Python22\Lib\site-packages\anygui\Events.py", line 105, in send result = handler(**args) File "G:\Python22\Lib\site-packages\anygui\References.py", line 73, in __call_ _ return self.func(*args, **kwds) TypeError: handler() got an unexpected keyword argument 'source' -------------------- source code was the same as on the webpage, (I even did a straight copy->paste) System info: WinXP Pro NO GUI toolkits installed ActiveState Python 2.2 Additionally (before sending this email), I installed wxWindows and attempted to re-run the application. This did not help -- same error. Here I assume because the tutorial code doesn't specify the toolkit, the "native" UI has a higher priority than wxWindows. (If I can specify a default GUI here, I have a potential workaround). thanks for any ideas, Scott |
From: Magnus L. H. <ma...@he...> - 2003-03-26 14:13:40
|
Scott Prive <sco...@ea...>: > > AH. Never mind. This behavior was described in the tutorial as "freeze", but > it did not 'click' in my head. Oops. :-) :) Feel free to ask if you encounter further trouble. -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Scott P. <sco...@ea...> - 2003-03-26 13:52:31
|
AH. Never mind. This behavior was described in the tutorial as "freeze", but it did not 'click' in my head. Oops. :-) ----- Original Message ----- From: "Scott Prive" <sco...@ea...> To: <any...@li...> Sent: Wednesday, March 26, 2003 9:06 AM Subject: Tutorial hang with Python 2.2 need help > Hello, > > Anygui is quite an interesting library -- I downloaded it, and look forward > to using it. I have a technical problem and cannot proceed. > > Following the tutorial, I entered the code from step 2 and saved it to a > file anygui1.py > > Next I run this using `python -i anygui1.py` > In the interactive mode, I can execute the loaded script using: > sentence()So far so good. > > In step 3, > app = Application() > win = Window() > app.add(winwere accepted commands and did not return an error. > > When the interpreter runs app.run(), the interpreter "hangs". The window is > created but the interpreter does not return. I cannot proceed further. > > System info: > Windows XP Pro > Activestate Python 2.2 > Anygui 0.1 (via win32 installer) > > > NO other GUI toolkit installed, but this should fall back to native GUI > correct (I get the window part)? > > Suggestions or workarounds? > > Best regards, > > Scott Prive > |
From: Scott P. <sco...@ea...> - 2003-03-26 13:51:14
|
Hello, Anygui is quite an interesting library -- I downloaded it, and look forward to using it. I have a technical problem and cannot proceed. Following the tutorial, I entered the code from step 2 and saved it to a file anygui1.py Next I run this using `python -i anygui1.py` In the interactive mode, I can execute the loaded script using: sentence()So far so good. In step 3, app = Application() win = Window() app.add(winwere accepted commands and did not return an error. When the interpreter runs app.run(), the interpreter "hangs". The window is created but the interpreter does not return. I cannot proceed further. System info: Windows XP Pro Activestate Python 2.2 Anygui 0.1 (via win32 installer) NO other GUI toolkit installed, but this should fall back to native GUI correct (I get the window part)? Suggestions or workarounds? Best regards, Scott Prive |
From: Magnus L. H. <ma...@he...> - 2003-03-14 16:13:50
|
gombo bayartsogt <go...@ho...>: > > > > To the anygui community > > Dillema: Is it possible to bind the <enter> or <return> button, we have > tried linking with the three default events. I am beggining to feel that > anygui doe not support key-binding You're right. Anygui supports very few events at present. In TextField it does support the 'enterkey' event as default, though. Is this the component you're having trouble with? > -Gombo Bayartsogt -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: gombo b. <go...@ho...> - 2003-03-14 16:10:11
|
To the anygui community Dillema: Is it possible to bind the <enter> or <return> button, we have tried linking with the three default events. I am beggining to feel that anygui doe not support key-binding -Gombo Bayartsogt _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Magnus L. H. <ma...@he...> - 2003-03-11 08:32:36
|
Andy Dent <de...@oo...>: > [snip] > Batch validation as used by CGI is NOT sufficient. Fine. You could also use a model -- which would be updated when the text field lost focus. It could then reset the text field if the value happened to be unacceptable. (Note that the way models work differs between the CVS version and 0.1.1) -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Magnus L. H. <ma...@he...> - 2003-03-10 07:52:19
|
Ernesto Revilla <ae...@re...>: > > Hi, > has anygui simple validations, like integer, float and list? No; not yet, anyway. > How could this be provided? (Which events do I have to use, or what > other mechanisms are available?) In the present version I don't think there is an elegant solution. You'd have to use some sort of CGI-like thing; e.g. when pressing some form of submit button (like "OK" or something) you'd check whether the fields were OK. > Is there a list of which events are treated? There aren't that many yet... Only 'click', 'select', and 'enterkey' :) We're working on a more complete list, but there's no telling when that will be finished and implemented. > Please reply to ae...@re... as I'm not on the mailing list. > Thanx, > Erny > Spain -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Ernesto R. <ae...@re...> - 2003-03-09 22:26:35
|
Hi, has anygui simple validations, like integer, float and list? How could this be provided? (Which events do I have to use, or what other mechanisms are available?) Is there a list of which events are treated? Please reply to ae...@re... as I'm not on the mailing list. Thanx, Erny Spain --- Mensaje no contiene virus (AVG6). Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/03 |
From: Magnus L. H. <ma...@he...> - 2003-03-07 08:25:08
|
gombo bayartsogt <go...@ho...>: > > Hail Everyone Hi, there. Please use plain text (and not HTML) when posting to email lists such as this... That makes it easier for those of us with text-only email programs. > I am a student in Yorktown High School, I am currently working on a > program title PyJotto, it is a python version of the game Jotto. I > am using anyGui for the GUI, I have encountered a problem - I wish > to link the <return> / <enter> button to a handler function, yet I > do not know how to link it, with the link(source, event, handler) > type situation, because I could not find adequate notes or tutorials > on the types of events (i.e. 'click' or 'select'). Any help with > this would be appreciated. In a TextField you can use the 'enterkey' event. As this is the default for TextField, you could also simply use link(textfield, handler) Hope that helps :) -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: gombo b. <go...@ho...> - 2003-03-07 03:19:13
|
<html><div style='background-color:'><DIV> <P>Hail Everyone</P> <P>I am a student in Yorktown High School, I am currently working on a program title PyJotto, it is a python version of the game Jotto. I am using anyGui for the GUI, I have encountered a problem - I wish to link the <return> / <enter> button to a handler function, yet I do not know how to link it, with the link(source, event, handler) type situation, because I could not find adequate notes or tutorials on the types of events (i.e. 'click' or 'select'). Any help with this would be appreciated.</P> <P> </P></DIV></div><br clear=all><hr>Tired of spam? Get <a href="http://g.msn.com/8HMKEN/2734">advanced junk mail protection</a> with MSN 8.</html> |
From: Magnus L. H. <ma...@he...> - 2003-03-06 07:24:20
|
Clark, Chris <Chr...@ca...>: > > Hi, > > I'm a new anygui user and I'm really impressed with it, its great > for testing/developing my simple home-brew apps that run under a > portable Zaurus and a desktop. I'm glad to hear it. > However I've hit a problem with terminating the application (the OS > close window works ok) I need to be able to close/terminate the > application run loop. There isn't really any way of doing that directly -- you have to close all the windows. > From the mailing list (and from examples such as > http://www.digitaldarknet.net/python/anyCalc.py , it is in the links > section from the anygui web page) the advice is to close all > window(s) using destroy(). Yes. > This works great under win32 (msw backend). However when I run the > examples (and my code) under a different backend, say tk under win32 > (I'm using win98) or qt (on a Sharp Zaurus) the application loop > does NOT terminate. I'm using anygui so I can deploy under a non msw > backends :-) Is this a bug or a feature? Can I do anything about it > in my code? It sounds suspisciously like a bug... Have you tried test/test_window.py? Just to see whether the loop exits when you close all windows manually... (There may be something with the destroy method.) If you just want to exit the program you could use sys.exit(). If you want to exit the event loop but not the program, and the intended Anygui mechanism doesn't work, the following hack might: try: app.run() except SystemExit: pass # Continue here... Not that I'd recommend it, though... :) If you've got the time, perhaps you could try out the CVS version? There's a good chance that it's even less stable than 0.1.1, but, pragmatically, there's a greater chance of getting any bugs fixed. > While I'm here I've another question on textarea's under qt (and tk) > the multi-line text area has a scroll bar, under msw there is not > scroll bar (you can use the curor keys to scroll the text area > though) is there any way around this too? Is there no scroll bar when you fill the text area with more lines than it can hold? [snip] > Chris -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Clark, C. <Chr...@ca...> - 2003-03-05 21:15:47
|
SGksDQogDQpJJ20gYSBuZXcgYW55Z3VpIHVzZXIgYW5kIEknbSByZWFsbHkgaW1wcmVzc2VkIHdp dGggaXQsIGl0cyBncmVhdCBmb3IgdGVzdGluZy9kZXZlbG9waW5nIG15IHNpbXBsZSBob21lLWJy ZXcgYXBwcyB0aGF0IHJ1biB1bmRlciBhIHBvcnRhYmxlIFphdXJ1cyBhbmQgYSBkZXNrdG9wLiBI b3dldmVyIEkndmUgaGl0IGEgcHJvYmxlbSB3aXRoIHRlcm1pbmF0aW5nIHRoZSBhcHBsaWNhdGlv biAodGhlIE9TIGNsb3NlIHdpbmRvdyB3b3JrcyBvaykgSSBuZWVkIHRvIGJlIGFibGUgdG8gY2xv c2UvdGVybWluYXRlIHRoZSBhcHBsaWNhdGlvbiBydW4gbG9vcC4gRnJvbSB0aGUgbWFpbGluZyBs aXN0IChhbmQgZnJvbSBleGFtcGxlcyBzdWNoIGFzIGh0dHA6Ly93d3cuZGlnaXRhbGRhcmtuZXQu bmV0L3B5dGhvbi9hbnlDYWxjLnB5ICwgaXQgaXMgaW4gdGhlIGxpbmtzIHNlY3Rpb24gZnJvbSB0 aGUgYW55Z3VpIHdlYiBwYWdlKSB0aGUgYWR2aWNlIGlzIHRvIGNsb3NlIGFsbCB3aW5kb3cocykg dXNpbmcgZGVzdHJveSgpLg0KIA0KVGhpcyB3b3JrcyBncmVhdCB1bmRlciB3aW4zMiAobXN3IGJh Y2tlbmQpLiBIb3dldmVyIHdoZW4gSSBydW4gdGhlIGV4YW1wbGVzIChhbmQgbXkgY29kZSkgdW5k ZXIgYSBkaWZmZXJlbnQgYmFja2VuZCwgc2F5IHRrIHVuZGVyIHdpbjMyIChJJ20gdXNpbmcgd2lu OTgpIG9yIHF0IChvbiBhIFNoYXJwIFphdXJ1cykgdGhlIGFwcGxpY2F0aW9uIGxvb3AgZG9lcyBO T1QgdGVybWluYXRlLiBJJ20gdXNpbmcgYW55Z3VpIHNvIEkgY2FuIGRlcGxveSB1bmRlciBhIG5v biBtc3cgYmFja2VuZHMgOi0pIElzIHRoaXMgYSBidWcgb3IgYSBmZWF0dXJlPyBDYW4gSSBkbyBh bnl0aGluZyBhYm91dCBpdCBpbiBteSBjb2RlPw0KIA0KV2hpbGUgSSdtIGhlcmUgSSd2ZSBhbm90 aGVyIHF1ZXN0aW9uIG9uIHRleHRhcmVhJ3MgdW5kZXIgcXQgKGFuZCB0aykgdGhlIG11bHRpLWxp bmUgdGV4dCBhcmVhIGhhcyBhIHNjcm9sbCBiYXIsIHVuZGVyIG1zdyB0aGVyZSBpcyBub3Qgc2Ny b2xsIGJhciAoeW91IGNhbiB1c2UgdGhlIGN1cm9yIGtleXMgdG8gc2Nyb2xsIHRoZSB0ZXh0IGFy ZWEgdGhvdWdoKSBpcyB0aGVyZSBhbnkgd2F5IGFyb3VuZCB0aGlzIHRvbz8NCiANCkknbSB1c2lu ZyB0aGUgZG93bmxvYWRhYmxlICAwLjEuMSA8aHR0cDovL3NvdXJjZWZvcmdlLm5ldC9wcm9qZWN0 L3Nob3dub3Rlcy5waHA/cmVsZWFzZV9pZD03NDA5Nz4gIHZlcnNpb24uIEFueSBoZWxwL2Fkdmlj ZSBhcHByZWNpYXRlZC4NCiANCiANCkNocmlzDQogDQogDQogDQogDQo= |
From: Magnus L. H. <ma...@he...> - 2003-02-16 02:04:57
|
Paul E. Lehmann <ple...@fr...>: > > I have downloaded and installed Anygui on Windows XP Home Edition. Which version of Anygui do you have -- 0.1.1? > I have a problem when trying to run the example program in the tutorial. Which back-end are you using? If you don't know, try doing the following in an interactive Python terminal: >>> from anygui import * >>> backend() (At least I think that should work in 0.1.1.) > The output window flickers like it is stuck in a loop and finally > stops with the hour glass symbol showing. If I click in the window > the title bar says (not responding). > > Is this a problem with Windows XP or a Anygui problem. I have taken > just the part of the sample program and just created a window and > ran the program with the same results. Sounds like a bug in Anygui. If you're using 0.1.1, the problem may well be fixed in 0.2a0, but that version is not yet considered stable in any way, and may not be released for a while. You can still download it (either from CVS or the nightly snapshot from tne Web site). Please also try the following code: app = Application() win = Window() app.add(win) app.run() The order is important -- i.e. create the application before the window. If you did it the other way around, this may solve your problem... I see that this is handled the wrong way in the tutorial -- I'll fix that promptly. (It didn't matter originally, but it does now.) -- Magnus Lie Hetland "Nothing shocks me. I'm a scientist." http://hetland.org -- Indiana Jones |
From: Paul E. L. <ple...@fr...> - 2003-02-15 15:37:58
|
I have downloaded and installed Anygui on Windows XP Home Edition. I have a problem when trying to run the example program in the tutorial. The output window flickers like it is stuck in a loop and finally stops = with the hour glass symbol showing. If I click in the window the title bar = says (not responding). =20 Is this a problem with Windows XP or a Anygui problem. I have taken just the part of the sample program and just created a window = and ran the program with the same results. |
From: Magnus L. H. <ma...@he...> - 2003-01-26 12:57:24
|
sylvain HELLEGOUARCH <she...@pr...>: > > > Hi, > > I'm totally new here and I wonder if anygui is stil active or wheter it's > over ? It's not dead -- it's just resting (to paraphrase the parrot sketch ;) The developers have been quite busy lately (I can only speak for myself, but I'm trying to finish my Ph.D) so there hasn't been much activity -- but the project has not been abandoned. Hopefully, things will pick up in the not-too-distant future. > Because I find the idea so great indeed Great :) > that I would be disapointed if anygui was dead. Me too. > Bye for now > - Sylvain -- Magnus Lie Hetland http://hetland.org |
From: sylvain H. <she...@pr...> - 2003-01-26 11:40:11
|
Hi, I'm totally new here and I wonder if anygui is stil active or wheter it's over ? Because I find the idea so great indeed that I would be disapointed if anygui was dead. Bye for now - Sylvain |
From: Jitka M. <aff...@ma...> - 2003-01-07 19:46:07
|
Hello! My name is Jitka Mansfeldova and I'm writing to you from AllPosters.com = - The World's Largest Poster and Print Store. I noticed that you are = linking to other websites and I thought that you might be interested in = joining our Affiliates Program. You can earn up to 25% commission on all = sales from your website; plus you can choose from over 100,000 images to = add to your site for free. Go here to join now! http://affiliates.allposters.com/link/redirect.asp?aid=3D0&parentaid=3D2&= rid=3Dad81e29b-0797-49eb-8ff5-32b2bbe38e8d&rc=3D101,122,290,1013 As an affiliate you can link to our site and earn between 20% and 25% of = every sale you make. Our top affiliates earn thousands of dollars in = commission each month. The affiliates program is absolutely free to = join. The way it works is that you display poster images and links on your = site. When users click on your links and come to AllPosters.com and make = a purchase, you earn commission on the sale. Building links is easy and it will take you only a few minutes to sign = up.=20 Go here to join now! http://affiliates.allposters.com/link/redirect.asp?aid=3D0&parentaid=3D2&= rid=3Dad81e29b-0797-49eb-8ff5-32b2bbe38e8d&rc=3D101,122,290,1013 I'm looking forward to working with you! Sincerely, Jitka=20 Jitka Mansfeldova Affiliates Program Manager AllPosters.com The World's Largest Poster and Print Store Email: aff...@al... Tel: (510) 740-1310 http://www.allposters.com P.S. I'm sending you this invitation because your e-mail address is = listed for contact at "http://anygui.sourceforge.net/". Please click on = the link below or cut and past it into your browser to remove yourself = from any further invitations: http://affiliates.allposters.com/email/RecruitMailTracker.asp?TrackerID=3D= ad81e29b-0797-49eb-8ff5-32b2bbe38e8d&O=3D1 |
From: Sales2 <Sa...@in...> - 2002-12-18 12:02:23
|
PGh0bWw+DQoNCjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50 PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9d2luZG93cy0xMjUyIj4NCjxtZXRhIG5hbWU9IkdFTkVSQVRP UiIgY29udGVudD0iTWljcm9zb2Z0IEZyb250UGFnZSA0LjAiPg0KPG1ldGEgbmFtZT0iUHJvZ0lk IiBjb250ZW50PSJGcm9udFBhZ2UuRWRpdG9yLkRvY3VtZW50Ij4NCjx0aXRsZT5NU04gSG9tZTwv dGl0bGU+DQo8L2hlYWQ+DQoNCjxib2R5Pg0KDQo8dGFibGUgY2VsbFNwYWNpbmc9IjAiIGNlbGxQ YWRkaW5nPSIwIiBib3JkZXI9IjAiPg0KICA8dGJvZHk+DQogICAgPHRyPg0KICAgICAgPHRkIGJn Q29sb3I9IiM5M2JlZTIiPjxpbWcgaGVpZ2h0PSIxIiBzcmM9Imh0dHA6Ly82NC40LjMyLjI0Ny9z cGFjZXIuZ2lmIiB3aWR0aD0iNjEyIj48L3RkPg0KICAgICAgPHRkIGJhY2tncm91bmQ9Imh0dHA6 Ly82NC40LjMyLjI0Ny9mLnMuZ2lmIiBiZ0NvbG9yPSIjMzM2Njk5Ij48aW1nIHNyYz0iaHR0cDov LzY0LjQuMzIuMjQ3L2Yucy5naWYiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiPjwvdGQ+DQogICAgPC90 cj4NCiAgICA8dHIgdkFsaWduPSJ0b3AiPg0KICAgICAgPHRkIHZBbGlnbj0idG9wIiB3aWR0aD0i MTAwJSI+PCEtLSBGSUxFOiB0aXRsZS5hc3AtLT4NCiAgICAgICAgPHNjcmlwdCBsYW5ndWFnZT0i SmF2YVNjcmlwdCI+DQp2YXIgU2F2ZUFkZExpbmsgPSAnL2NnaS1iaW4vZG9tc2dhZGRyZXNzZXM/ Y3VybWJveD1GMDAwMDAwMDAxJmE9ZDZhZWZiMjIyMzM0NjMyYmNmNTFjYTJmNWM3N2EzZmQmbXNn PU1TRzEwMzIzMDI4MTYuNyZzdGFydD0xMjczMTIwJmxlbj03NzY1JmFjdGlvbj1Nb2RpZnkmbXNn PU1TRzEwMzIzMDI4MTYuNyc7DQpmdW5jdGlvbiBEb1ByaW50RnJpZW5kbHkoKQ0Kew0KaWYgKGRv Y3VtZW50LmF0dGFjaGJvZHkpDQpkb2N1bWVudC5hdHRhY2hib2R5LnN1Ym1pdCgpOwkNCmVsc2UN CndpbmRvdy5sb2NhdGlvbi5yZXBsYWNlKCJodHRwOi8vcHYwZmQucGF2MC5ob3RtYWlsLm1zbi5j b20vY2dpLWJpbi9nZXRtc2c/Y3VybWJveD1GMDAwMDAwMDAxJmE9ZDZhZWZiMjIyMzM0NjMyYmNm NTFjYTJmNWM3N2EzZmQmbXNnPU1TRzEwMzIzMDI4MTYuNyZwcmludGY9MSIpOw0KfQ0KPC9zY3Jp cHQ+DQogICAgICAgICAgPHRhYmxlIGNlbGxTcGFjaW5nPSIwIiBjZWxsUGFkZGluZz0iMSIgd2lk dGg9IjEwMCUiIGJnQ29sb3I9IiM5M2JlZTIiIGJvcmRlcj0iMCI+DQogICAgICAgICAgICA8dGJv ZHk+DQogICAgICAgICAgICA8L3Rib2R5Pg0KICAgICAgICAgIDwvdGFibGU+DQogICAgICAgICAg PHRhYmxlIGNsYXNzPSJXZiIgY2VsbFNwYWNpbmc9IjAiIGNlbGxQYWRkaW5nPSIzIiB3aWR0aD0i MTAwJSIgYWxpZ249ImNlbnRlciIgYm9yZGVyPSIwIiBub3dyYXA+DQogICAgICAgICAgICA8dGJv ZHk+DQogICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICA8dGQ+DQogICAgICAgICAg ICAgICAgICA8ZGl2Pg0KICAgICAgICAgICAgICAgICAgICA8c2NyaXB0Pg0KPCEtLQ0KZnVuY3Rp b24gRmlsdGVyZWQoKQ0Kew0KcmV0dXJuIDANCn0NCi8vLS0+DQo8L3NjcmlwdD4NCiAgICAgICAg ICAgICAgICAgICAgPHRhYmxlIGNlbGxTcGFjaW5nPSIwIiBjZWxsUGFkZGluZz0iMCIgd2lkdGg9 IjUwMCIgYm9yZGVyPSIwIj4NCiAgICAgICAgICAgICAgICAgICAgICA8dGJvZHk+DQogICAgICAg ICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD48YSBo cmVmPSJodHRwOi8vd3d3Lmlua2pldHNjZW50cmFsLmNvbSI+PGltZyBzcmM9Imh0dHA6Ly93d3cu Zmxvd2dvLmNvbS9hZHMvZW1haWwvYWxseW91Y2FuaW5rL3RvcC5naWYiIHdpZHRoPSI1MDAiIGhl aWdodD0iNTgiPjwvYT48L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC90cj4NCiAgICAg ICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkPg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBjZWxsU3BhY2luZz0iMCIgY2VsbFBh ZGRpbmc9IjAiIHdpZHRoPSIxMDAlIiBiZ0NvbG9yPSIjY2NmZmNjIiBib3JkZXI9IjAiPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRib2R5Pg0KICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdp ZHRoPSIyJSI+PGltZyBoZWlnaHQ9IjYwMCIgc3JjPSJodHRwOi8vd3d3LmZsb3dnby5jb20vYWRz L2VtYWlsL2FsbHlvdWNhbmluay9sZWZ0LmdpZiIgd2lkdGg9IjExIj48L3RkPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB3aWR0aD0iOTYlIj4NCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIDx0YWJsZSBjZWxsU3BhY2luZz0iMCIgY2VsbFBhZGRpbmc9 IjAiIHdpZHRoPSI5MCUiIGFsaWduPSJjZW50ZXIiIGJvcmRlcj0iMCI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDx0Ym9keT4NCiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8dHI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8dGQ+Jm5ic3A7PC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0 cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBhbGlnbj0iY2VudGVy Ij4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVm PSJodHRwOi8vNjQuNC4zMi4yNTEvY2dpLWJpbi9saW5rcmQ/X2xhbmc9RU4mbGFoPWRiNDAxNDRi NWExMGYxOWIzZTU1Mjg5NDA2M2IzOWNiJmxhdD0xMDMyMzYzNzA4JmhtX19fYWN0aW9uPWh0dHAl M2ElMmYlMmZ3d3clMmVxa3NydiUyZW5ldCUyZmNsaWNrJTJkMTAyMTI0MiUyZDU3NjUxNzgiIHRh cmdldD0iX2JsYW5rIj48aW1nIHNyYz0iaHR0cDovL3d3dy5mbG93Z28uY29tL2Fkcy9lbWFpbC9h bGx5b3VjYW5pbmsvcHJpbnRlci5naWYiIGJvcmRlcj0iMCIgdGFyZ2V0PSJfYmxhbmsiIHdpZHRo PSI0MjUiIGhlaWdodD0iMjIwIj48L2E+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Ry Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBhbGlnbj0iY2VudGVyIj4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD48Zm9udCBmYWNlPSJBcmlh bCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iIzk5MDA5OSIgc2l6ZT0iMyI+PGI+SGF2 ZQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHlvdSByZXBs YWNlZCB5b3VyIGluayBjYXJ0cmlkZ2UNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICBsYXRlbHk/PC9iPjwvZm9udD48L3A+DQogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGI+PGZvbnQgZmFjZT0iQXJpYWwsIEhlbHZl dGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+SWYNCiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICB5b3UgaGF2ZSwgeW91IGtub3cgSVQgQUlOJ1QgQ0hFQVAuPGJy Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZm9udD48 L2I+PGZvbnQgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+PGI+ SG93DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FuIHNv bWV0aGluZyBzbyBMSVRUTEUgPGZvbnQgc2l6ZT0iMyI+Y29zdA0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIFNPIE1VQ0g/IT88L2ZvbnQ+PC9iPjwvZm9udD48 L3A+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGZv bnQgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+PGI+RE9OJ1QN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgcmV0YWls IHN0b3JlcyB0YWtlIHlvdSBmb3IgYQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIHJpZGUuPC9iPjwvZm9udD48Zm9udCBmYWNlPSJBcmlhbCwgSGVsdmV0aWNh LCBzYW5zLXNlcmlmIiBjb2xvcj0iI2ZmMDAwMCIgc2l6ZT0iMiI+PGI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9iPjwvZm9udD48YSBocmVmPSJodHRw Oi8vV1dXLklOS0pFVFNDRU5UUkFMLkNPTSIgdGFyZ2V0PSJfYmxhbmsiPjxmb250IGZhY2U9IkFy aWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjMDAwMGZmIiBzaXplPSIzIiB0YXJn ZXQ9Il9ibGFuayI+PGI+R2V0DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgdGhlIHByaW50ZXIgcHJvZHVjdHMgeW91IG5lZWQgYXQNCiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBGQUlSIGFuZCBSRUFTT05BQkxFIHByaWNl cy48L2I+PC9mb250PjwvYT48L3A+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgPHA+PGZvbnQgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIg Y29sb3I9IiM5OTAwOTkiIHNpemU9IjMiPjxiPkhvdw0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIHJlYXNvbmFibGU/PC9iPjwvZm9udD48L3A+DQogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRhYmxlIGNlbGxTcGFjaW5n PSI1IiBjZWxsUGFkZGluZz0iMCIgd2lkdGg9IjYwJSIgYm9yZGVyPSIwIj4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0Ym9keT4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxk aXYgYWxpZ249ImNlbnRlciI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8Zm9udCBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5z LXNlcmlmIiBjb2xvcj0iIzAwMDBmZiI+PGI+JDYuOTU8L2I+PC9mb250Pjxmb250IGZhY2U9IkFy aWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjZmYwMDAwIj48Yj4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxmb250 IHNpemU9IjIiPmNvbXBhcmVkDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICB0bzwvZm9udD4gJDIyLjk5PC9iPjwvZm9udD4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rp dj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgPGxpPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIDxkaXYgYWxpZ249ImNlbnRlciI+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Zm9udCBmYWNlPSJBcmlhbCwgSGVs dmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iIzAwMDBmZiI+PGI+JDcuOTU8L2I+PC9mb250Pjxm b250IGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjZmYwMDAwIj48 Yj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDxmb250IHNpemU9IjIiPmNvbXBhcmVkDQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0bzwvZm9udD4gJDI1LjM1PC9iPjwv Zm9udD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L2Rpdj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgPGxpPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIDxkaXYgYWxpZ249ImNlbnRlciI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Zm9udCBmYWNl PSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBjb2xvcj0iI2ZmMDAwMCI+PGI+PGZvbnQg Y29sb3I9IiMwMDAwZmYiPiQ5Ljk1PC9mb250Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGZvbnQgc2l6ZT0iMiI+Y29tcGFyZWQN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIHRvPC9mb250PiAkMjguOTk8L2I+PC9mb250Pg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90Ym9keT4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RhYmxlPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxiPjxmb250IGZh Y2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPkFuZA0KICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoZXJlIGFyZSA8Zm9udCBjb2xvcj0iIzk5MDA5 OSIgc2l6ZT0iNCI+TkFNRQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIEJSQU5EPC9mb250PiBwcm9kdWN0cy48L2ZvbnQ+PC9iPjxicj4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Zm9udCBmYWNlPSJBcmlhbCwgSGVs dmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIyIj48Yj5IUCwNCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICBDYW5vbiwgRXBzb24sIENvbXBhcS4gTmFtZXMgeW91 DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAga25vdyBhbmQg cHJvZHVjdHMgeW91IHRydXN0LiBCdXQgPGZvbnQgY29sb3I9IiM5OTAwOTkiPnlvdQ0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRvbid0IGhhdmUgdG8gc2Fj cmlmaWNlIENBU0ggZm9yDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgUVVBTElUWSE8L2ZvbnQ+PC9iPjwvZm9udD48L3A+DQogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+PGI+PGZvbnQgZmFjZT0iQXJpYWwsIEhlbHZl dGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+Q29tcGFyZQ0KICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIHByaWNlcyBzaWRlIGJ5IHNpZGUgYW5kIHRoZQ0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNhdmluZ3MgYXJlIE9C VklPVVMuPC9mb250Pjxmb250IGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPjxi cj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Zm9udCBj b2xvcj0iIzk5MDA5OSIgc2l6ZT0iNCI+WW91DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgc2F2ZSB1cCB0byA3NSUhPC9mb250PjwvZm9udD48L2I+PC9wPg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPjxhIGhyZWY9 Imh0dHA6Ly9XV1cuSU5LSkVUU0NFTlRSQUwuQ09NIiB0YXJnZXQ9Il9ibGFuayI+PGZvbnQgZmFj ZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgY29sb3I9IiMwMDAwZmYiIHRhcmdldD0i X2JsYW5rIj48Yj5DbGljaw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIGhlcmUgdG8gZmluZCBNT1JFIGRlYWxzIGp1c3QgbGlrZQ0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoZXNlITwvYj48L2ZvbnQ+PC9hPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD4NCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD48YSBocmVmPSJodHRwOi8v V1dXLklOS0pFVFNDRU5UUkFMLkNPTSIgdGFyZ2V0PSJfYmxhbmsiPjxmb250IGZhY2U9IkFyaWFs LCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGNvbG9yPSIjMDAwMGZmIiB0YXJnZXQ9Il9ibGFuayI+ PGI+d3d3Lmlua2pldHNjZW50cmFsLmNvbTwvYj48L2ZvbnQ+PGJyPg0KICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT4NCiAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+DQogICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Rib2R5Pg0K ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIDx0ZCB3aWR0aD0iMiUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgPGRpdiBhbGlnbj0icmlnaHQiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICA8aW1nIGhlaWdodD0iNjAwIiBzcmM9Imh0dHA6Ly93d3cuZmxvd2dvLmNvbS9hZHMvZW1h aWwvYWxseW91Y2FuaW5rL3JpZ2h0LmdpZiIgd2lkdGg9IjExIj4NCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgIDwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+DQogICAgICAg ICAgICAgICAgICAgICAgICAgICAgICA8L3Rib2R5Pg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgIDwvdGFibGU+DQogICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+DQogICAgICAgICAg ICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHRyPg0KICAgICAg ICAgICAgICAgICAgICAgICAgICA8dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cuZmxvd2dvLmNvbS9h ZHMvZW1haWwvYWxseW91Y2FuaW5rL2JvdHRvbS5naWYiIHdpZHRoPSI1MDAiIGhlaWdodD0iMzMi PjwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgICAg ICAgIDwvdGJvZHk+DQogICAgICAgICAgICAgICAgICAgIDwvdGFibGU+DQogICAgICAgICAgICAg ICAgICAgIDxpbWcgc3JjPSJodHRwOi8vd3d3LnFrc3J2Lm5ldC9pbWFnZS0xMDIxMjQyLTU3NjUx NzgiIGJvcmRlcj0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+DQogICAgICAgICAgICAgICAgICAg IDxwPiZuYnNwOw0KICAgICAgICAgICAgICAgICAgICA8aHIgU0laRT0iMSI+DQogICAgICAgICAg ICAgICAgICAgIDxmb250IGZhY2U9Ik1TIFNhbnMgU2VyaWYsIEFyaWFsLCBIZWx2ZXRpY2EiIHNp emU9Ii0yIj48YSB0YXJnZXQ9Il9ibGFuayIgaHJlZj0ibWFpbHRvOkFkbWluaXN0cmF0b3JAaW5r amV0c2NlbnRyYWwuY29tIj5Zb3UNCiAgICAgICAgICAgICAgICAgICAgcmVjZWl2ZWQgdGhpcyBl bWFpbCBiZWNhdXNlIHlvdSBzaWduZWQgdXAgYXQgb25lIG9mIEUmYW1wO1INCiAgICAgICAgICAg ICAgICAgICAgTWVkaWEgcGFydG5lciB3ZWJzaXRlcyBvciB5b3Ugc2lnbmVkIHVwIHdpdGggYSBw YXJ0eSB0aGF0DQogICAgICAgICAgICAgICAgICAgIGhhcyBjb250cmFjdGVkIHdpdGggRSZhbXA7 UiBNZWRpYS4gVG8gdW5zdWJzY3JpYmUgZnJvbSB0aGlzDQogICAgICAgICAgICAgICAgICAgIGxp c3QgY2xpY2sgaGVyZTwvYT48L2ZvbnQ+DQogICAgICAgICAgICAgICAgICAgIDxwPiZuYnNwOzwv cD4NCiAgICAgICAgICAgICAgICAgICAgPHA+PGltZyBzcmM9Imh0dHA6Ly93d3cuZXZhbHVlbWFp bC5jb206ODA4MC9jbGlja29wZW4/bXNnaWQ9MTY5NyI+PGJyPg0KICAgICAgICAgICAgICAgICAg ICA8YnI+DQogICAgICAgICAgICAgICAgICAgIDxmb250IGNvbG9yPSIjMDAwMDAwIj48L3A+DQog ICAgICAgICAgICAgICAgICAgIDwvZGl2Pg0KICAgICAgICAgICAgICAgICAgPC9mb250PjwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICA8L3Rib2R5Pg0KICAgICAgICAgIDwv dGFibGU+DQogICAgICAgICAgPGZvcm0gbmFtZT0ibW92ZTIiIGFjdGlvbj0iaHR0cDovL3B2MGZk LnBhdjAuaG90bWFpbC5tc24uY29tL2NnaS1iaW4vZ2V0bXNnIj4NCiAgICAgICAgICAgIDxpbnB1 dCB0eXBlPSJoaWRkZW4iIHZhbHVlPSJGMDAwMDAwMDAxIiBuYW1lPSJjdXJtYm94Ij48aW5wdXQg dHlwZT0iaGlkZGVuIiB2YWx1ZT0iTVNHMTAzMjMwMjgxNi43IiBuYW1lPSJtc2ciPjxpbnB1dCB0 eXBlPSJoaWRkZW4iIG5hbWU9ImpzIj48aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJzdGF0aW9u ZXJ5Ij48aW5wdXQgdHlwZT0iaGlkZGVuIiB2YWx1ZT0iTW92ZVRvIiBuYW1lPSJfSE1hY3Rpb24i PjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9ImNtZCI+DQogICAgICAgICAgPC90ZD4NCiAgICAg ICAgICA8dGQgYmFja2dyb3VuZD0iaHR0cDovLzY0LjQuMzIuMjQ3L2Yucy5naWYiPjxpbWcgc3Jj PSJodHRwOi8vNjQuNC4zMi4yNDcvZi5zLmdpZiIgd2lkdGg9IjUiIGhlaWdodD0iMSI+PC90ZD4N CiAgICAgICAgPC90cj4NCiAgICAgIDwvdGJvZHk+DQogICAgPC90YWJsZT4NCiAgICA8aW1nIHNy Yz0iaHR0cDovL2gubXNuLmNvbS9jLmdpZj9SRj1odHRwJTNhJTJmJTJmcHYwZmQlMmVwYXYwJTJl aG90bWFpbCUyZW1zbiUyZWNvbSUyZmNnaSUyZGJpbiUyZnByZW1haWwlMmYzNjc4JlBJPTQ0MzY0 JkRJPTc0NzQmUFM9ODMxNyI+DQogICAgPCEtLSBIOiBGMzUucGF2MC5pbnRlcm5hbC5ob3RtYWls LmNvbSAtLT4NCiAgICA8IS0tIFY6IFdJTjJLIDA5LjA1LjUwLjAwMzAgaSAtLT4NCiAgICA8IS0t IEQ6IFNlcCAxMiAyMDAyIDE5OjQ0OjE0LS0+DQoNCiAgPC9ib2R5Pg0KDQo8L2h0bWw+DQogICAg DQoNCjxodG1sPg0KPGJyPg0KKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKio8YnI+DQpTY2FubmVkIGJ5ICBlU2NhbiAgQ29udGVudC1T ZWN1cml0eSAgYW5kICBBbnRpLVZpcnVzIFNvZnR3YXJlLjxicj4NClZpc2l0IGh0dHA6Ly93d3cu bXd0aS5uZXQgZm9yIG1vcmUgaW5mbyBvbiBlU2NhbiBhbmQgTWFpbFNjYW4uPGJyPg0KKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKio8 YnI+DQo8YnI+DQo8L2h0bWw+DQo= |
From: <Sa...@in...> - 2002-12-17 19:54:31
|
=20 =20 =20 =20 =20 =20 =20 =20 =20 Haveyou replaced your ink cartridgelately? Ifyou have, you know IT AIN'T CHEAP. Howcan something so LITTLE costSO MUCH?!? DON'Tlet retail stores take you for aride.Getthe printer products you = need atFAIR and REASONABLE prices. Howreasonable? =20 $6.95comparedto $22.99 $7.95comparedto $25.35 $9.95comparedto $28.99 Andthere are NAMEBRAND products. HP,Canon, Epson, Compaq. Names youknow and products you trust. But = youdon't have to sacrifice CASH forQUALITY! Compareprices side by side and thesavings are OBVIOUS. Yousave up to 75%! Clickhere to find MORE deals just likethese! www.inkjetscentral.com =20 =20 Youreceived this email because you signed up at one of E&RMedia partner = websites or you signed up with a party thathas contracted with E&R = Media. To unsubscribe from thislist click here =20 =20 ************************************************************** Scanned by eScan Content-Security and Anti-Virus Software. Visit http://www.mwti.net for more info on eScan and MailScan. ************************************************************** |
From: Tony S. S. <Ton...@BC...> - 2002-12-04 13:02:28
|
-+-+-+-+-+-+-+- Business Computer Projects - Disclaimer -+-+-+-+-+-+-+- This message, and any associated attachment is confidential. If you have received it in error, please delete it from your system, do not use or disclose the information in any way, and notify either Tony S. Sykes or the postmaster <mailto:Dav...@BC...> immediately. The contents of this message may contain personal views which are not necessarily the views of Business Computer Projects Ltd., unless specifically stated. Whilst every effort has been made to ensure that emails and their attachments are virus free, it is the responsibility of the recipient(s) to verify the integrity of such emails. Business Computer Projects Ltd BCP House 151 Charles Street Stockport Cheshire SK1 3JY Tel: +44 (0)161 355-3000 Fax: +44 (0)161 355-3001 Web: http://www.bcpsoftware.com <http://www.bcpsoftware.com/> |
From: <ma...@th...> - 2002-11-12 19:56:03
|
Dear Sir/Madam =20 =20 RbnGroup.Com US$ 615=20 =20 Please note that after years, the registration on the domain name RbnGro= up.Com was not renewed and this domain had become available to register= . =20 =20 Consequently, we have been approached to market this domain name that ha= s beentracked an RbnGroup.Com now available from us for IMMEDIATE tran= sfer. =20 =20 With so many companies that could benefit from this domain, along with = what many would consider to be a "wholesale price", we hope to secure a= quick transfer. =20 =20 Please note that the domain name market is extremely solid at the moment= and similar domains are currently selling on afternic.com, greatdomai= ns.com (domain auction sites) and by domain name brokers, in some cases= , for many thousands =20 of US dollars. =20 =20 Please note that transfers take just 15 minutes and are extremely straig= htforward - absolutely NO technical knowledge required! For our client= 's peace of mind, we use an escrow service for all transactions and doma= ins are ALWAYS secured by the buyer prior to us receiving any funds. W= e pay all fees connected with the escrow process. =20 =20 If you would like to use Www.RbnGroup.Com for your online business, plea= se contact us at your earliest convenience. We will be on hand should yo= u require any further assistance or information. We thank you for your a= ttention and sincerely apologise if this e-mail has not=20 been of interest to you. =20 =20 =20 Yours sincerely, =20 =20 Maggie, =20 =20 Sales, =20 =20 Marketing ThePortal=20 |