|
|
|
|
<%
openconn
'sessionpage = formatSQLInput(Request.QueryString("sessionpage"))
sessionpage=replace(request.QueryString("sessionpage"),"'","''")
set rs= server.CreateObject("adodb.recordset")
rs.open "SELECT * FROM tblgiapha 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 %><% if rs("tinhtrang")=1 then %>Thường trú tại: <% else %>Lúc còn sống thường trú tại: <% end if %><%=rs("diachi")%><% end if %><% if rs("nghenghiep")="" then %><% else %> | Nghề nghiệp: <%=rs("nghenghiep")%><% end if %> |
| <% if rs("dienthoai")="" then %><% else %>Điện thoại: <%=rs("dienthoai")%><% end if %><% if rs("dienthoai")="" or rs("email")="" then %><% else %> | <% end if %><% if rs("email")="" then %><% else %>Email: <%=rs("email")%><% end if %> |
<% if rs("idparrent")=0 then %>
| <% if rs("gioitinh")=1 then %>Ông <% elseif rs("gioitinh")=2 then %>Bà <% end if %><%=rs("name")%> là THỦY TỔ THẦN - ĐỜI THỨ I |
<% else %>
| <% if rs("gioitinh")=1 then %>Ông <% elseif rs("gioitinh")=2 then %>Bà <% end if %><%=rs("name")%> là con <% if rs("gioitinh")=1 then %>trai thứ <% elseif rs("gioitinh")=2 then %>gái thứ <% end if %><%=rs("positions")%> của
<%
openconn
'sessionpage = formatSQLInput(Request.QueryString("sessionpage"))
sessionpage=replace(request.QueryString("sessionpage"),"'","''")
set rs3= server.CreateObject("adodb.recordset")
rs3.open "SELECT * FROM tblgiapha where idmodule='"&rs("idparrent")&"'", conn
if not rs3.eof then
%>
<% if rs3("gioitinh")=1 then %>Ông <% elseif rs3("gioitinh")=2 then %>Bà <% end if %>" class="tintuc4" title="Xem thông tin về <% if rs3("gioitinh")=1 then %>Ông <% elseif rs3("gioitinh")=2 then %>Bà <% end if %> <%=rs3("name")%>"><%=rs3("name")%>
<%
end if
rs3.close
%>
|
<% end if %>
|
 |
|
| Họ và tên |
<%=rs("name")%> |
| Tên tự (hiệu/thụy) |
<%=rs("tentu")%> |
| Giới tính |
<% if rs("gioitinh")=1 then %>Nam<% elseif rs("gioitinh")=2 then %>Nữ<% else %>Không rõ<% end if %> |
| Thuộc đời thứ |
<%=rs("iddoi")%> |
| Là con thứ |
<%=rs("positions")%> trong gia đình |
|
|
| 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 %>
|
|
|
|
|
|
<% if rs("gioitinh") = 1 then %>
<% else %>
<% end if %>
|
|
|
| Tiểu sử, Sự nghiệp, Công đức, Ghi chú |
|
| <%= rs("tieusu") %> |
<%
end if
rs.close
%>
|
 |