zallery/WebContent/page_geni.jsp

32 lines
1.2 KiB
Text
Raw Normal View History

2012-06-13 17:59:22 +00:00
<%@ 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>
&nbsp;&nbsp;|&nbsp;&nbsp;
<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" />