Initial import.
This commit is contained in:
parent
bce93523ca
commit
d3b4793113
308 changed files with 23679 additions and 0 deletions
31
WebContent/page_geni.jsp
Normal file
31
WebContent/page_geni.jsp
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<%@ 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" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue