Initial import.

This commit is contained in:
Ziver Koc 2012-06-13 17:59:22 +00:00
parent bce93523ca
commit d3b4793113
308 changed files with 23679 additions and 0 deletions

25
WebContent/page_chat.jsp Normal file
View file

@ -0,0 +1,25 @@
<%@ 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://me.tokbox.com/vc/c4340coqrrmcsma9/10" width="100%" height="600">
<param name="movie" value="http://me.tokbox.com/vc/c4340coqrrmcsma9/10" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="guestList=false&textChat=true&inviteButton=false&invitingUser=false&showAddFriends=false" />
</object>
</DIV><!-- #content -->
</DIV><!-- #container -->
</DIV><!-- #main -->
<jsp:include page="footer.jsp" flush="true" />