Re: [webmin-devel] Select button
"PEOPLES, MICHAEL P" <[email protected]> Wed, 20 Mar 2013 21:49:20 +0000
| Newsgroups | gmane.comp.web.webmin.devel |
|---|---|
| Message-ID | <B49D6855C20D22429FFD34954457A0141485A751@MISOUT7MSGUSR9F.ITServices.sbc.com> |
--===============4157745603138669264== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_B49D6855C20D22429FFD34954457A0141485A751MISOUT7MSGUSR9F_" --_000_B49D6855C20D22429FFD34954457A0141485A751MISOUT7MSGUSR9F_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I've been where you're at and gave up on some things. Your best bet may be to go out and find a JavaScript framework (Dojo, JQuer= y, etc.) and try to incorporate that functionality into your code. I'm not= entirely sure how the Webmin web server will react to this however. This = won't be easy, but once you've figured out how to make it work within the W= ebmin environment, you can use other functionality it provides to enhance y= our modules. There are lots of neat widgets and components to work with. Then, you can share what you did with the rest of us and be a hero! Michael Peoples (mp4783) iGEMS COE, Deployment, Engineering, Application Support and Security Global Service Assurance, M5 AT&T Business Solutions Office: +1 614-886-0923 Mobile: +1 614-886-0923 Senior Systems Manager [email protected]<mailto:[email protected]> This e-mail and any files transmitted with it are AT&T property, are confid= ential, and are intended solely for the use of the individual or entity to = whom this email is addressed. If you are not one of the named recipient(s) = or otherwise have reason to believe that you have received this message in = error, please notify the sender and delete this message immediately from yo= ur computer. Any other use, retention, dissemination, forwarding, printing,= or copying of this e-mail is strictly prohibited." From: Emma wasanzy [mailto:[email protected]] Sent: Wednesday, March 20, 2013 4:12 PM To: Webmin development list Cc: Webmin users list Subject: Re: [webmin-devel] Select button Yea, I did but didn't find anything closer to it. I based on the download a= nd upload module to write the jsp uploading module but only that part I am = struggling with. On Wed, Mar 20, 2013 at 7:23 PM, PEOPLES, MICHAEL P <[email protected]<mailto:= [email protected]>> wrote: What I always do is look through all of the other modules to see if I can f= ind a function like the one I want, or at least one that is similar. Then, examine the code in that module and modify it to your requirements. If you're curious as to which modules might contain such functions, search = for JavaScript references in the files. You can do this finding all the fi= les containing source code, creating a list of them, then looping through t= he list, searching each file for the "jsp" or other relevant tags. This may not always work for you, but it's how I created my custom modules. Michael Peoples (mp4783) iGEMS COE, Deployment, Engineering, Application Support and Security Global Service Assurance, M5 AT&T Business Solutions Office: +1 614-886-0923<tel:%2B1%20614-886-0923> Mobile: +1 614-886-0923<tel:%2B1%20614-886-0923> Senior Systems Manager [email protected]<mailto:[email protected]> This e-mail and any files transmitted with it are AT&T property, are confid= ential, and are intended solely for the use of the individual or entity to = whom this email is addressed. If you are not one of the named recipient(s) = or otherwise have reason to believe that you have received this message in = error, please notify the sender and delete this message immediately from yo= ur computer. Any other use, retention, dissemination, forwarding, printing,= or copying of this e-mail is strictly prohibited." From: Emma wasanzy [mailto:[email protected]<mailto:emma.wasanzy@gmail= .com>] Sent: Wednesday, March 20, 2013 3:15 PM To: Webmin development list; Webmin users list Subject: [webmin-devel] Select button Hello, In the module am writing for tomcat, I want to provide two select menu(drop= down menu). There a so many tomcat instance and each of them has applicatio= ns under them. Now, if someone want to upload a new jsp to a particular tom= cat say /var/lib/tomcat5/webapps/myapp is where the jsp will be uploaded to= . I want the first select menu to provide the list of all the tomcat instan= ces on the server(This I have done successfully). The second select menu should contain all the applications under the select= ed tomcat instance from the first menu select. so if I select tomcat5, the= second select menu should load automatically all the applications under to= mcat5. I know there is a javascript function that can do something like that (onch= ange or so). But how can I do this? Any help will be appreciated much. I have my two menu select with the code below: print &ui_table_row($text{'inst_select'}, &ui_select("inst", $in{'inst'}, [ map { [ $_ ] } @insts ] ) ); This is not working yet. print &ui_table_row( $text{'select_app'}, &ui_select("ap", $in{'inst'}, [ map { [ $_ ] } @apps ] ) ); I will be using the two select menu to construct the directory to which the= jsp is to be saved. Cheers! ---------------------------------------------------------------------------= --- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar - Forwarded by the Webmin development list at [email protected]<mailto:= [email protected]> To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-devel --_000_B49D6855C20D22429FFD34954457A0141485A751MISOUT7MSGUSR9F_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:= //www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"= > <meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)"> <style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {mso-style-priority:99; mso-style-link:"Balloon Text Char"; margin:0in; margin-bottom:.0001pt; font-size:8.0pt; font-family:"Tahoma","sans-serif";} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Courier New"; color:#0707B9;} span.BalloonTextChar {mso-style-name:"Balloon Text Char"; mso-style-priority:99; mso-style-link:"Balloon Text"; font-family:"Tahoma","sans-serif";} .MsoChpDefault {mso-style-type:export-only;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body lang=3D"EN-US" link=3D"blue" vlink=3D"purple"> <div class=3D"WordSection1"> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9">I’ve been where you’re at and gave up on some thi= ngs.<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9">Your best bet may be to go out and find a JavaScript framewor= k (Dojo, JQuery, etc.) and try to incorporate that functionality into your = code. I’m not entirely sure how the Webmin web server will react to this however. This won’t be easy, but onc= e you’ve figured out how to make it work within the Webmin environmen= t, you can use other functionality it provides to enhance your modules.&nbs= p; There are lots of neat widgets and components to work with.<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9">Then, you can share what you did with the rest of us and be a= hero! <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">Michael Peoples (mp4783)<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">iGEMS COE, Deployment, Engineering, Application Support and Secu= rity<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">Global Service Assurance, M5<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">AT&T Business Solutions<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">Office: +1 614-886-0923<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">Mobile: +1 614-886-0923<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:blue">Senior Systems Manager<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Co= urier New";color:blue"><a href=3D"mailto:[email protected]"><span style= =3D"font-size:12.0pt">[email protected]</span></a></span><span style=3D"font= -size:11.0pt;font-family:"Courier New";color:#0707B9"><o:p></o:p>= </span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#0707B9"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><i><span style=3D"font-size:10.0pt;font-family:"= ;Arial","sans-serif";color:black">This e-mail and any files = transmitted with it are AT&T property, are confidential, and are intend= ed solely for the use of the individual or entity to whom this email is addressed. If you are not one of the named recipient(s) or otherw= ise have reason to believe that you have received this message in error, pl= ease notify the sender and delete this message immediately from your comput= er. Any other use, retention, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited.&qu= ot;</span></i><span style=3D"font-size:11.0pt;font-family:"Calibri&quo= t;,"sans-serif";color:blue"><o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Courier New";c= olor:#0707B9"><o:p> </o:p></span></p> <div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in"> <p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"= ;Tahoma","sans-serif"">From:</span></b><span style=3D"font-s= ize:10.0pt;font-family:"Tahoma","sans-serif""> Emma was= anzy [mailto:[email protected]] <br> <b>Sent:</b> Wednesday, March 20, 2013 4:12 PM<br> <b>To:</b> Webmin development list<br> <b>Cc:</b> Webmin users list<br> <b>Subject:</b> Re: [webmin-devel] Select button<o:p></o:p></span></p> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> <div> <p class=3D"MsoNormal">Yea, I did but didn't find anything closer to it. I = based on the download and upload module to write the jsp uploading module b= ut only that part I am struggling with.<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><o:p> </o:p></p> <div> <p class=3D"MsoNormal">On Wed, Mar 20, 2013 at 7:23 PM, PEOPLES, MICHAEL P = <<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>&= gt; wrote:<o:p></o:p></p> <div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= What I always do is look through all of the other modules to see if I can f= ind a function like the one I want, or at least one that is similar.</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= Then, examine the code in that module and modify it to your requirements.&n= bsp; </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= If you’re curious as to which modules might contain such functions, s= earch for JavaScript references in the files. You can do this finding all the files containing source code, creating a list of t= hem, then looping through the list, searching each file for the “jsp&= #8221; or other relevant tags.</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= This may not always work for you, but it’s how I created my custom mo= dules.</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">Mic= hael Peoples (mp4783)</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">iGE= MS COE, Deployment, Engineering, Application Support and Security</span><o:= p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">Glo= bal Service Assurance, M5</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">AT&= amp;T Business Solutions</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">Off= ice: <a href=3D"tel:%2B1%20614-886-0923" target=3D"_blank">+1 614-= 886-0923</a></span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">Mob= ile: <a href=3D"tel:%2B1%20614-886-0923" target=3D"_blank">+1 614-886-0923</= a></span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">&nb= sp;</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:blue">Sen= ior Systems Manager</span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-size:10.0pt;font-family:"Courier New"= ;;color:blue"><a href=3D"mailto:[email protected]" target=3D"_blank"><span s= tyle=3D"font-size:12.0pt">[email protected]</span></a></span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-size:11.0pt;font-family:"Calibri",&q= uot;sans-serif";color:#0707B9"> </span><o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><i><span style=3D"font-size:10.0pt;font-family:"Arial",&= quot;sans-serif"">This e-mail and any files transmitted with it are AT= &T property, are confidential, and are intended solely for the use of the individual or entity to whom this email is addressed. If yo= u are not one of the named recipient(s) or otherwise have reason to believe= that you have received this message in error, please notify the sender and= delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, p= rinting, or copying of this e-mail is strictly prohibited."</span></i>= <o:p></o:p></p> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><span style=3D"font-family:"Courier New";color:#0707B9">= </span><o:p></o:p></p> <div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in"> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"><b><span style=3D"font-size:10.0pt;font-family:"Tahoma",= "sans-serif"">From:</span></b><span style=3D"font-size:10.0pt;fon= t-family:"Tahoma","sans-serif""> Emma wasanzy [mailto:<= a href=3D"mailto:[email protected]" target=3D"_blank">emma.wasanzy@gma= il.com</a>] <br> <b>Sent:</b> Wednesday, March 20, 2013 3:15 PM<br> <b>To:</b> Webmin development list; Webmin users list<br> <b>Subject:</b> [webmin-devel] Select button</span><o:p></o:p></p> </div> <div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">Hello,<o:p></o:p></p> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">In the module am writing for tomcat, I want to provide two select = menu(dropdown menu). There a so many tomcat instance and each of them has a= pplications under them. Now, if someone want to upload a new jsp to a particular tomcat say /var/lib/tomcat5/webap= ps/myapp is where the jsp will be uploaded to. I want the first select menu= to provide the list of all the tomcat instances on the server(This I have = done successfully).<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">The second select menu should contain all the applications under t= he selected tomcat instance from the first menu select. so if I selec= t tomcat5, the second select menu should load automatically all the applications under tomcat5.<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">I know there is a javascript function that can do something like t= hat (onchange or so). But how can I do this? Any help will be appreciated m= uch.<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">I have my two menu select with the code below:<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> print &ui_table_row($text{'inst_select'},<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> &ui_se= lect("inst", $in{'inst'},<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> &nb= sp; [ map { [ $_ ] } @insts ] ) );<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">This is not working yet.<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">print &ui_table_row( $text{'select_app'},<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> &nb= sp; &ui_select("ap", $in{'inst'},<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> &nb= sp; [ map { [ $_ ] } @apps ] ) );<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">I will be using the two select menu to construct the directory to = which the jsp is to be saved.<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto">Cheers!<o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> <div> <p class=3D"MsoNormal" style=3D"mso-margin-top-alt:auto;mso-margin-bottom-a= lt:auto"> <o:p></o:p></p> </div> </div> </div> </div> </div> </div> <p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><br> ---------------------------------------------------------------------------= ---<br> Everyone hates slow websites. So do we.<br> Make your web apps faster with AppDynamics<br> Download AppDynamics Lite for free today:<br> <a href=3D"http://p.sf.net/sfu/appdyn_d2d_mar" target=3D"_blank">http://p.s= f.net/sfu/appdyn_d2d_mar</a><br> -<br> Forwarded by the Webmin development list at <a href=3D"mailto:webmin-devel@= webmin.com"> [email protected]</a><br> To remove yourself from this list, go to<br> <a href=3D"http://lists.sourceforge.net/lists/listinfo/webadmin-devel" targ= et=3D"_blank">http://lists.sourceforge.net/lists/listinfo/webadmin-devel</a= ><o:p></o:p></p> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> </div> </div> </body> </html> --_000_B49D6855C20D22429FFD34954457A0141485A751MISOUT7MSGUSR9F_-- --===============4157745603138669264== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar --===============4157745603138669264== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline - Forwarded by the Webmin development list at [email protected] To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-devel --===============4157745603138669264==--