' var tmpstr='' var addlist=Selectlist.split(",") var aa=6 var tmpcount=new Array(); tmpcount[0]=0 tmpcount[1]=0 tmpcount[2]=0 tmpcount[3]=0 tmpcount[4]=0 tmpcount[5]=0 if(addlist.length>0) { if(Selectlist.indexOf("stats",1)!=-1){tmpstr+=Strings[5]+'{$stats}
';tmpcount[0]=aa;aa++} if(Selectlist.indexOf("startime",1)!=-1){tmpstr+=Strings[6]+'{$startime}
';tmpcount[1]=aa;aa++} if(Selectlist.indexOf("lastimebk",1)!=-1){tmpstr+=Strings[7]+'{$lastimebk}
';tmpcount[2]=aa;aa++} if(Selectlist.indexOf("browser",1)!=-1){ tmpstr+=Strings[8]+'{$browser0}
' tmpstr+=Strings[9]+'{$browser1}
' tmpcount[3]=aa;aa++ } if(Selectlist.indexOf("actCome",1)!=-1){tmpstr+=Strings[11]+'{$actCome}
';tmpcount[5]=aa;aa++} if(Selectlist.indexOf("IP",1)!=-1){tmpstr+=Strings[10]+'{$ip}
';tmpcount[4]=aa;aa++} } var k=0 str=str.split("%#!&") for (i=0;i') str[i]=str[i].split("^&%&") var showstring=tmpstr if(tmpcount[0]!=0){showstring=showstring.replace(/{\$stats}/gi,str[i][tmpcount[0]]);} if(tmpcount[1]!=0){showstring=showstring.replace(/{\$startime}/gi,str[i][tmpcount[1]]);} if(tmpcount[2]!=0){showstring=showstring.replace(/{\$lastimebk}/gi,str[i][tmpcount[2]]);} if(tmpcount[3]!=0){ str[i][tmpcount[3]]=str[i][tmpcount[3]].split("|") showstring=showstring.replace(/{\$browser0}/gi,str[i][tmpcount[3]][0]); showstring=showstring.replace(/{\$browser1}/gi,str[i][tmpcount[3]][1]); } if(tmpcount[5]!=0){showstring=showstring.replace(/{\$actCome}/gi,str[i][tmpcount[5]]);} if(tmpcount[4]!=0){showstring=showstring.replace(/{\$ip}/gi,str[i][tmpcount[4]]);} if ((username!=''&&(str[i][4])!=0&&str[i][3]=='2')||(master==1&&(str[i][4])!=0)) { showstring+='查看资料  给他留言' } showstring = "' } else { if (master==1) { parentstr+='' } else { if(str[i][3]=='1') {parentstr+=''} else { parentstr+='' } } } if(k==6) { k=0 parentstr+='' } } if (k!=0) { for(i=0;i<6-k;i++) { parentstr+='' } parentstr+='' } parentstr+='
 '+showonline_face((str[i][2]),str[i][5],str[i][3])+''+str[i][1]+' '+showonline_face((str[i][2]),str[i][5],str[i][3])+''+str[i][1]+' '+showonline_face((str[i][2]),str[i][5],str[i][3])+''+Strings[3]+' '+showonline_face((str[i][2]),str[i][5],str[i][3])+''+str[i][1]+'
  
' if (Count>PageSize) { parentstr+='' parentstr+='' parentstr+='

' parentstr+='
  共有在线记录 '+Count+' 条,每页显示 '+PageSize+' 条,共 '+pageCount+' 页,当前为第 '+page+' 页。转到:' if (page!=1) { parentstr+='[首页] ' } if (page>2) { parentstr+='[上一页] ' } if (page<(pageCount-1)) { parentstr+='[下一页] ' } if(page!=pageCount) { parentstr+='[尾页] ' } parentstr+='
' } parentDIV.innerHTML=''; parentDIV.innerHTML=parentstr } function showonline_face(GroupID,Group,hideen) { if (hideen=='1') { Group=Strings[3] return(''+Group+'  ') } else { return(''+Group+'  ') } }