29 lines
1.2 KiB
Text
Executable file
29 lines
1.2 KiB
Text
Executable file
<%@ page import="zall.bean.*" %>
|
|
<%
|
|
if( session.getAttribute("user") == null ){
|
|
response.sendRedirect("login");
|
|
return;
|
|
}
|
|
%>
|
|
<jsp:include page="header.jsp" flush="false" />
|
|
|
|
<DIV id="main">
|
|
<DIV id="container">
|
|
<DIV id="content">
|
|
|
|
<object type="application/x-shockwave-flash" data="https://www.geni.com/family-tree/embed?base_url=https%3A%2F%2Fwww.geni.com&public_token=6000000050502057886&t=6000000050502057886" width="1200" height="800">
|
|
<param name="movie" value="https://www.geni.com/family-tree/embed?base_url=https%3A%2F%2Fwww.geni.com&public_token=6000000050502057886&t=6000000050502057886"></param>
|
|
</object>
|
|
<div style="width:600px;text-align:center;">
|
|
<span style="font:10px arial,helvetica,clean,sans-serif;">
|
|
<a href="https://www.geni.com/share?t=6000000050502057886">View more of Ziver's tree</a>
|
|
|
|
|
<a href="https://www.geni.com">Get your own family tree at Geni.com</a>
|
|
</span>
|
|
</div>
|
|
|
|
</DIV><!-- #content -->
|
|
</DIV><!-- #container -->
|
|
</DIV><!-- #main -->
|
|
|
|
<jsp:include page="footer.jsp" flush="true" />
|