|
|
|
|
<%
openconn
'sessionpage = formatSQLInput(Request.QueryString("sessionpage"))
sessionpage=replace(request.QueryString("sessionpage"),"'","''")
set rs= server.CreateObject("adodb.recordset")
rs.open "SELECT * FROM tblgiaphangoai where idmodule='"&sessionpage&"'", conn
if not rs.eof then
%>
| THÔNG TIN VỀ <% if rs("gioitinh")=1 then %>ÔNG <% elseif rs("gioitinh")=2 then %>BÀ <% end if %> <%=rs("name")%> |
Về trang trước |
|
|
| <% if rs("diachi")="" then %><% else %>Quê quán: <%=rs("diachi")%><% end if %><% if rs("nghenghiep")="" then %><% else %> | Nghề nghiệp: <%=rs("nghenghiep")%><% end if %> |
| <% if rs("gioitinh")=1 then %>Ông <% elseif rs("gioitinh")=2 then %>Bà <% end if %><%=rs("name")%> là <% if rs("kieu")=0 then %>con thứ <%else%><% if rs("gioitinh")=1 then %>chồng thứ <% elseif rs("gioitinh")=2 then %>vợ thứ <% end if %><% end if %><%=rs("positions")%> của
<%
openconn
id=replace(request.QueryString("id"),"'","''")
set rs4= server.CreateObject("adodb.recordset")
rs4.open "select * from tblgiapha where idmodule = "&rs("idgiapha")&"", conn
if not rs4.eof then
%>
<% if rs4("gioitinh")=1 then %>Ông <% elseif rs4("gioitinh")=2 then %>Bà <% end if %>" class="tintuc4" title="Xem thông tin về <% if rs4("gioitinh")=1 then %>Ông <% elseif rs4("gioitinh")=2 then %>Bà <% end if %> <%=rs4("name")%>"><%=rs4("name")%>
<%
end if
rs4.close
%>
|
|
 |
|
| Họ và tên |
<%=rs("name")%> |
| Tên tự |
<%=rs("tentu")%> |
| Giới tính |
<% if rs("gioitinh")=1 then %>Nam<% elseif rs("gioitinh")=2 then %>Nữ<% else %>Không rõ<% end if %> |
| Điện thoại |
<%=rs("dienthoai")%> |
| Email |
<%=rs("email")%> |
|
|
| Tình trạng |
<% if rs("tinhtrang")=1 then %>Còn sống<% elseif rs("tinhtrang")=2 then %>Đã mất<% else %>Không rõ<% end if %> |
| Năm sinh |
<%=rs("namsinh")%> |
<% if rs("tinhtrang")=2 then %>
| Năm mất |
<%=rs("nammat")%> |
| Hưởng thọ |
<%=rs("huongtho")%> tuổi |
| An táng tại |
<%=rs("noiantang")%> |
<% else %>
<% end if %>
|
|
|
| Tiểu sử, Sự nghiệp, Công đức, Ghi chú |
|
| <%= rs("tieusu") %> |
<%
end if
rs.close
%>
|
 |