[Biopython-dev] Notification: incoming/126

biopython-bugs at bioperl.org biopython-bugs at bioperl.org
Tue Mar 18 20:27:17 EST 2003


JitterBug notification

new message incoming/126

Message summary for PR#126
	From: =?GB2312?B?vsXW3c7v18rQxc izfg=?= <remove at jzwx.com>
	Subject: none
	Date: Tue, 18 Mar 2003 20:27:09 -0500
	0 replies 	0 followups

====> ORIGINAL MESSAGE FOLLOWS <====

>From remove at jzwx.com Tue Mar 18 20:27:16 2003
Received: from jzwx.com ([61.183.173.88])
	by pw600a.bioperl.org (8.12.6/8.12.6) with ESMTP id h2J1R3Gh028057
	for <biopython-bugs at bioperl.org>; Tue, 18 Mar 2003 20:27:09 -0500
Date: Tue, 18 Mar 2003 20:27:09 -0500
Message-Id: <200303190127.h2J1R3Gh028057 at pw600a.bioperl.org>
From: =?GB2312?B?vsXW3c7v18rQxc+izfg=?= <remove at jzwx.com>
Subject: 
 =?GB2312?B?YmlvcHl0aG9uLWJ1Z3MsxPq6w6OhttTE+sn60uLT0LDv1vqjrLb4x9K++LbU?=

 =?GB2312?B?w+K30aOh?=
To: biopython-bugs at bioperl.org
Content-Type: text/html;charset="GB2312"
Date: Wed, 19 Mar 2003 09:28:06 +0800
X-Priority: 3
X-Mailer: Microsoft Outlook Express 6.00.2600.0000

<HTML><HEAD><TITLE>¾ÅÖÝÎï×ÊÐÅÏ¢Íø--Ê×Ò³</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content=´ÓÊÂÐÅÏ¢·þÎñ¡¢ÍøÉϽ»Òס¢ÍøÉÏ·ÖÏú¡¢ÍøÉϲɹº¡¢ÍøÕ¾½¨Éè¡¢½â¾ö·½°¸µÈ£¬ÊÇÒ»¸öרעÓÚ¸ÖÌúÒµµÄµç×ÓÉÌÎñ¹«Ë¾¡£ 
name=DESCRIPTION>
<META content=¸ÖÌú,¸Ö³§,ÉúÌú£¬Â¯ÁÏ,ÌúºÏ½ð,½ðÊô,Ò±½ð,·Ï¸Ö,ÐÅÏ¢,µç×ÓÉÌÎñ,ERP,²Ö´¢,ÅäËÍ,½¹Ì¼, name=keywords>
<SCRIPT language=javascript>
function openUser(id) {
	var Win = window.open("dispuser.asp?name="+id,"openScript");
}

function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}

function openDis(bid,rid,id){
	self.location="GBook_read.asp?boardid="+bid+"&RootID="+rid+"&id="+id
}

function PopWindow()
{ 
openScript('messanger.asp?action=newmsg',420,320); 
}
var nn = !!document.layers;
var ie = !!document.all;

if (nn) {
  netscape.security.PrivilegeManager.enablePrivilege("UniversalSystemClipboardAccess");
  var fr=new java.awt.Frame();
  var Zwischenablage = fr.getToolkit().getSystemClipboard();
}

function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}
</SCRIPT>

<SCRIPT language=JavaScript>
//***********ĬÈÏÉèÖö¨Òå.*********************
tPopWait=50;//Í£ÁôtWaitºÀÃëºóÏÔʾÌáʾ¡£
tPopShow=5000;//ÏÔʾtShowºÀÃëºó¹Ø±ÕÌáʾ
showPopStep=20;
popOpacity=99;

//***************ÄÚ²¿±äÁ¿¶¨Òå*****************
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;

document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText {  background-color: #F8F8F5;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");


function showPopupText(){
var o=event.srcElement;
	MouseX=event.x;
	MouseY=event.y;
	if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
        if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
	if(o.dypop!=sPop) {
			sPop=o.dypop;
			clearTimeout(curShow);
			clearTimeout(tFadeOut);
			clearTimeout(tFadeIn);
			clearTimeout(tFadeWaiting);	
			if(sPop==null || sPop=="") {
				dypopLayer.innerHTML="";
				dypopLayer.style.filter="Alpha()";
				dypopLayer.filters.Alpha.opacity=0;	
				}
			else {
				if(o.dyclass!=null) popStyle=o.dyclass 
					else popStyle="cPopText";
				curShow=setTimeout("showIt()",tPopWait);
			}
			
	}
}

function showIt(){
		dypopLayer.className=popStyle;
		dypopLayer.innerHTML=sPop;
		popWidth=dypopLayer.clientWidth;
		popHeight=dypopLayer.clientHeight;
		if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24
			else popLeftAdjust=0;
		if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
			else popTopAdjust=0;
		dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;
		dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;
		dypopLayer.style.filter="Alpha(Opacity=0)";
		fadeOut();
}

function fadeOut(){
	if(dypopLayer.filters.Alpha.opacity<popOpacity) {
		dypopLayer.filters.Alpha.opacity+=showPopStep;
		tFadeOut=setTimeout("fadeOut()",1);
		}
		else {
			dypopLayer.filters.Alpha.opacity=popOpacity;
			tFadeWaiting=setTimeout("fadeIn()",tPopShow);
			}
}

function fadeIn(){
	if(dypopLayer.filters.Alpha.opacity>0) {
		dypopLayer.filters.Alpha.opacity-=1;
		tFadeIn=setTimeout("fadeIn()",1);
		}
}
document.onmouseover=showPopupText;
</SCRIPT>

<STYLE type=text/css>A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: red; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.navPoint {
	COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt
}
.t {
	LINE-HEIGHT: 1.4
}
.newwhite {
	COLOR: #ffffff; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.white1 {
	COLOR: #ffffff; FONT-SIZE: 12px; LINE-HEIGHT: 220%; TEXT-DECORATION: none
}
BODY {
	COLOR: #000000; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px; SCROLLBAR-HIGHLIGHT-COLOR: #84B1D2; SCROLLBAR-SHADOW-COLOR: #84B1D2; SCROLLBAR-3DLIGHT-COLOR: #84B1D2; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #84B1D2; scrollbar-Base-Color: #84B1D2
}
TD {
	COLOR: #000000; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
P {
	COLOR: #000000; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
DIV {
	COLOR: #000000; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
BR {
	COLOR: #000000; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
FORM {
	FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
OPTION {
	FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
LI {
	COLOR: #094366; FONT-SIZE: 9pt; LINE-HEIGHT: 16px; LIST-STYLE: url(images/dot1.gif); TEXT-INDENT: 5pt
}
INPUT {
	BORDER-BOTTOM-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #cccccc; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #cccccc; BORDER-TOP-WIDTH: 1px; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px; HEIGHT: 15pt; PADDING-BOTTOM: 1px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; PADDING-TOP: 1px
}
TEXTAREA {
	BACKGROUND-COLOR: #efefef; BORDER-BOTTOM-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #000000; BORDER-TOP-WIDTH: 1px; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
SELECT {
	BACKGROUND-COLOR: #eeeeee; BORDER-BOTTOM-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #000000; BORDER-TOP-WIDTH: 1px; FONT-FAMILY: "ËÎÌå"; FONT-SIZE: 12px
}
.input1 {
	BACKGROUND-COLOR: #e7e7e7; BORDER-BOTTOM-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-STYLE: solid; BORDER-TOP-STYLE: solid
}
</STYLE>
<!-- background-color: #E4E4E4;border-width: 0 ; -->
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<style fprolloverstyle>A:hover {color: red; font-weight: bold}
</style>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 link="#0000FF" vlink="#990066" alink="#FF0000">
<div align="left">
<TABLE border=0 cellPadding=0 cellSpacing=0 height=68 width=768>
  <TBODY>
  <TR>
    <TD align=middle class=button rowSpan=2 vAlign=center width=163 height="68">
        <p align="center"><img border="0" src="http://www.jzwx.com/emailsend/logo4.jpg" width="150" height="100"></p>
    </TD>
    <TD align=right class=button colSpan=2 vAlign=center height="25">
      <TABLE border=0 cellPadding=0 cellSpacing=0 height=20 width="100%">
        <TBODY>
        <TR>
          <TD>
            <P align=right><a href="http://www.jzwx.com">http://www.jzwx.com&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;               
            &nbsp;<A href="http://www.jzwx.com/"               
            target=_parent>Ê×Ò³</A> | <A                            
            href="http://www.jzwx.com/Member_agree.asp" target=_parent>»áÔ±×¢²á</A>                            
            | <A href="http://www.jzwx.com/Service.asp" target=_parent>¿Í»§·þÎñ</A>                            
           
====> MESSAGE TRUNCATED AT 8192 <====




More information about the Biopython-dev mailing list