PassportSC._drawLoginForm = function()
{
	if(js_i=='o'){
	this.cElement.innerHTML='<form id="csloginform" method="post" onsubmit="return PassportSC.doLogin();" name="loginform">'+
							'<table><tr><td>用户名(SOHU通行证)</td><td ><input name="email" id="csemail" type="text" autocomplete="off" disableautocomplete /></td>'+
							'<td>密　码</td><td><input id="cspassword" name="password" style= "width:60px;" type="password" autocomplete="off" disableautocomplete /></td>'+
							'<td><input type="submit" value="登 录" onfocus="this.blur()" src="http://www.sohu.com/passport/images/spacer.gif" alt="登 录" /></td>'+
							'<td><span class="cclick" style="text-decoration : underline;" onclick="Role.showCoverLogin(\'regsdom\')">注册</span></td><td><div class="error" id="pperrmsg"></div></td>'+
							'</tr></table></form>';
	}
	else {
		this.cElement.innerHTML='<form id="csloginform" method="post" onsubmit="return PassportSC.doLogin();" name="loginform">'+
							'<table align="right"><tr></td><td style="width:50px; height="20"">用户名:</td><td colspan="2"><input name="email"  style="width:100px; height:14px; border:1px solid #494949"  id="csemail" type="text" autocomplete="off" disableautocomplete />'+
							'</td></tr><tr><td height="20">密　码:</td><td colspan="2"><input id="cspassword" name="password" style="width:100px; height:14px; border:1px solid #494949" type="password" autocomplete="off" disableautocomplete />'+
							'</td></tr><tr><td width="38"><input type="image" onfocus="this.blur()" width="43" height="13" src="http://go.sohu.com/intel45nm/Public/image/csintel_18.jpg" alt="登 录" />'+
							'</td><td  align="center" ><a href="javascript:Role.showCoverLogin(\'regsdom\')"><img src="http://go.sohu.com/intel45nm/Public/image/csintel_20.jpg" width="38" height="13" /></a></td><td><div class="error" id="pperrmsg"></div></td>'+
							'</tr></table></form>';
	
	}
	checkmver();
};
PassportSC.csmver="1";

PassportSC.drawPassportWait = function (str) 
{
    this.cElement.innerHTML='<div class="ppWaitMsg">' + str + '</div>';
};

PassportSC._drawPassportCard =  function () 
{
	var html ='<div><span>欢迎您:   '+ this.cookie['userid'] + '    </span><a class="ppacss" id="mverinfo"';
	html+=' style="display:none;text-decoration:underline;"';
	  html+= 'href="javascript:Role.showCoverLogin(\'mverdom\');"> 激活帐号参加活动</a>';
	  if(js_i!='o'){html+= ' <br> ';}
		html+= '    <a href="javascript:uploadIntel();" class="ppacss" style="text-decoration:underline;"> 上传个人作品</a>&nbsp;&nbsp;&nbsp;';
		html += '        <a href="javascript:PassportSC.doLogout();" class="ppacss" style="text-decoration:underline;">退 出</a></div>';
	this.cElement.innerHTML = html;
	checkmver();
};

PassportSC.drawPassportInfo = function ()
{
};


