updated geni embed
This commit is contained in:
parent
0102f6d70d
commit
16fefa7e0e
3 changed files with 11 additions and 35 deletions
|
|
@ -108,7 +108,6 @@ UserMessage message = UserMessage.getUserMessage(session);
|
|||
<li class="cat-item"><a href="profile" title="Your profile page">Profile</a></li>
|
||||
<% if( user != null ){ %>
|
||||
<li class="cat-item"><a href="page_geni.jsp" title="Family tree">Geni</a></li>
|
||||
<li class="cat-item"><a href="page_chat.jsp" title="Video chat with other users">Chat</a></li>
|
||||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
<%@ 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">
|
||||
|
||||
<iframe id="videoEmbed" src="http://api.opentok.com/hl/embed/1emba2c3e4bdcf952b00441ab94125c86364c4a0" width="100%" height="600" style="border:none" frameborder="0">
|
||||
</iframe>
|
||||
|
||||
</DIV><!-- #content -->
|
||||
</DIV><!-- #container -->
|
||||
</DIV><!-- #main -->
|
||||
|
||||
<jsp:include page="footer.jsp" flush="true" />
|
||||
22
WebContent/page_geni.jsp
Normal file → Executable file
22
WebContent/page_geni.jsp
Normal file → Executable file
|
|
@ -11,18 +11,16 @@ if( session.getAttribute("user") == null ){
|
|||
<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>
|
||||
<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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue