31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
<%@ 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="http://www.geni.com/family-tree/embed?base_url=http%3A%2F%2Fwww.geni.com&public_token=6000000002398129168&t=6000000002398129168" width="100%" height="600">
|
|
<param name="movie" value="http://www.geni.com/family-tree/embed?base_url=http%3A%2F%2Fwww.geni.com&public_token=6000000002398129168&t=6000000002398129168"></param>
|
|
</object>
|
|
<div style="width:600px;text-align:center;">
|
|
<span style="font:10px arial,helvetica,clean,sans-serif;">
|
|
<a href="http://www.geni.com/share?t=6000000002398129168">
|
|
View more of Ziver's tree
|
|
</a>
|
|
|
|
|
<a href="http://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" />
|