| <%
if Version=empty then
Response.write getName(rs("UserName"),"")
else
if rs("UserNameEn")<>empty then
Response.write rs("UserNameEn")
else
Response.write getName(rs("UserName"),"english")
end if
end if%> <%=rs("Technical_Post"&left(Version,2))%> |
<%' if rs("Institution")<>"" and Version=empty then%>
<%' end if%>
<%
dim i,temp
if Version=empty then
for i=0 to 7
temp=rs(getName(Tinfo(i),"en"))
temp1=rs(getName(Tinfo(i),"en")&"En")
if (temp<>empty) or (temp1<>empty) then
%>
| <%=getName(Tinfo(i),"")%> |
<%
if (temp<>empty) then
response.write(toHTML(temp))
else
response.write(toHTML(temp1))
end if
%>
|
<% end if
next
else
for j=0 to 7
'response.write "english versiondfsf"
'response.end
temp=rs(getName(Tinfo(j),"en")&"En")
'response.write temp
'response.end
if temp<>empty then
%>
| <%=TinfoEn(j)%> |
<%=toHTML(temp)%> |
<% end if
next
end if %>
<% if rs("Office_phone")<>"" then%>
<%
if Version=empty then
response.write "| 办公电话"
else
response.write " | Phone"
end if%> |
empty then response.write "class=en"%>><%=toHTML(rs("Office_phone"))%> |
<% end if%>
<% if rs("Email")<>"" then%>
<%
if Version=empty then
response.write "| 电子邮件"
else
response.write " | E-mail"
end if%> |
empty then response.write "class=en"%>>
" class=categuide><%=toHTML(rs("Email"))%>
|
<% end if%>
<% if rs("Home_Page")<>"" then%>
<%
if Version=empty then
response.write "| 个人主页"
else
response.write " | HomePage"
end if%> |
class=linkto<%=left(Version,2)%>><%=rs("Home_Page")%> |
<% end if%>
<% if not rs2.eof then%>
<%
if Version=empty then %>
| target=_blank >主要论著
<%else%>
| target=_blank >Treatise
<%end if%>
|
<%end if%>
<%
if Version=empty then
if trim(rs("Introduction")&"")<>"" or trim(rs("IntroductionEn")&"")<>"" then%>
| 个人简介 |
|
<%
if trim(rs("Introduction")&"")="" then
response.write(toHTML(rs("IntroductionEn")))
else
response.write(toHTML(rs("Introduction")))
end if
%>
|
<% end if
else
if rs("IntroductionEn")<>"" then%>
| Introduction
|
| <%=toHTML(rs("IntroductionEn"))%> |
<%
end if
end if
%>