Author: sebawagner
Date: Sat Jan 21 12:07:00 2012
New Revision: 1234308
URL: http://svn.apache.org/viewvc?rev=1234308&view=rev
Log:
accidently deleted wrong room type
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/library.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/library.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/library.lzx?rev=1234308&r1=1234307&r2=1234308&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/library.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/library.lzx
Sat Jan 21 12:07:00 2012
@@ -21,4 +21,5 @@
<include href="restrictedConferenceRoom.lzx" />
<include href="interviewConferenceRoom.lzx" />
+
</library>
Added:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx?rev=1234308&view=auto
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
(added)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
Sat Jan 21 12:07:00 2012
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<library>
+
+<class name="restrictedConferenceRoom" extends="baseConferenceRoom">
+
+ <handler name="oninit">
+ new lz.restrictedConferenceMenubar(canvas._conferencemenu);
+
+ new lz.moderationPanel(canvas._conferencemenu,{
+ name:'_moderationPanel',align:'right',
+ allowUserQuestions:this.roomobj.allowUserQuestions
+ });
+
+ canvas._conferencemenu.setAttribute('visibility','visible');
+
+ if ($debug) Debug.write("this.roomobj ",this.roomobj);
+
+ if(this.roomobj.appointment){
+ canvas.appointmentNotificationPopUp =
+ new lz.appointmentNotificationPopUp(canvas.conferenceView,{
+ name:'appDetail', roomobj:this.roomobj });
+ } else{
+ if ($debug) Debug.write("no appointed meeting");
+ }
+
+ if (this.roomobj.isDemoRoom) {
+ if (this.roomobj.demoTime != null) {
+ if ($debug) Debug.warn("THIS IS A DEMO ROOM THAT SHOULD CLOSE
AFTER SEC: ",this.roomobj.demoTime);
+ this.meetingTimer = new
lz.meetingTimer(canvas,{refObj:this,roomobj:this.roomobj});
+ }
+ }
+
+ this._chatPanelStrict.toggleopen();
+
+ canvas.currentBaseConferenceRoom = this;
+
+
canvas._videocontainer.setAttribute("allowUserQuestions",this.roomobj.allowUserQuestions);
+
+ </handler>
+
+ <handler name="ontabcontentleave">
+ if ($debug) Debug.write("################# ontabcontentleave:",this);
+
+ canvas.currentBaseConferenceRoom = null;
+
+ //reset the right to draw on WHiteboard as the RoomClient Object will
be destroyed also
+ //on server-Side the canDraw status will be false again when you
relogin the same room
+ canvas.isAllowedToDraw = true;
+
+ _mainScrollBar.setAttribute("visibility","visible");
+
+ if (canvas._videocontainer!=null){
+ canvas._videocontainer.resetAllValues();
+ canvas._videocontainer = null;
+ }
+ if (canvas._chatcontent!=null){
+ canvas._chatcontent = null;
+ }
+ if (canvas._mymod!=null){
+ canvas._mymod = null;
+ }
+
+ if (this.meetingTimer != null) {
+ this.meetingTimer.close();
+ }
+
+ if (canvas._drawarea.letterObjectIsActive){
+ canvas._drawarea.currentletterObj.destroy();
+ }
+
+ if (canvas.currentFileExplorer != null) {
+ canvas.currentFileExplorer = null;
+ }
+
+ if (canvas.currentActivityList != null) {
+ canvas.currentActivityList = null;
+ }
+
+ canvas._screens.clearAllSessions();
+ this.logicalRoomLeave.doCall();
+ if ($debug) Debug.write("############ this.logicalRoomLeave
",this.logicalRoomLeave);
+ </handler>
+
+ <netRemoteCallHib name="logicalRoomLeave" funcname="logicalRoomLeave"
remotecontext="$once{ canvas.thishib }" >
+ <handler name="ondata" args="value">
+ if ($debug) Debug.write("############# logicalRoomLeave: ",value);
+ //this.parent.destroy();
+ canvas.thishib.reconnectAfterRoomleft = true;
+ canvas.thishib.reconnectedRoomInstance = this.parent;
+
+ // Reconnect User to default Scope
+ canvas.thishib.userScope = "hibernate";
+ var src =
hib.protocollName+'://'+canvas.rtmphostlocal+':'+hib.protocollPort+'/'+canvas.webAppRootKey+'/'+hib.userScope;
+ canvas.thishib.setAttribute('src',src);
+ canvas.thishib.disconnect();
+ canvas._mainbgcontentNavi.setAttribute('height',canvas.naviHeight);
+ canvas.setAttribute('naviHeightDelta',canvas.naviHeight);
+ canvas._conferencemenu.removeAll();
+ canvas._conferencemenu.setAttribute('visibility','hidden');
+ </handler>
+ </netRemoteCallHib>
+
+ <restrictedRoomSidebar name="_sidePanel" restricted="true"
+ listType="eventUserListTableWithNames" />
+
+ <view name="_videoviewcontent_hideWhiteboard" y="0" x="${
parent._sidePanel.width }"
+ width="${canvas.width-parent._sidePanel.width}"
height="${canvas.height-(parent._chatPanelStrict.height) -
+ ((parent._chatPanelStrict.visibility == 'hidden') ? 5:28)}"
clip="true"
+ visibility="${((canvas.currentRoomObj.hideWhiteboard) ?
'visible':'hidden')}">
+ <commonVideoViewContentHideWhiteboard name="_inn"
width="${parent.width}">
+ <!--<wrappinglayout axis="x" spacing="10"/>-->
+ </commonVideoViewContentHideWhiteboard>
+ <vscrollbar name="_attenddeescrollbar"
visibility="visible"></vscrollbar>
+ </view>
+
+ <baseTabChatPanel name="_chatPanelStrict" labelid="616"
+ height="200" x="${ parent._sidePanel.width }"
+ y="${ canvas.height - (this.height) - 28 }"
+ width="${ canvas.width - parent._sidePanel.width }" />
+
+ <fixedFileExplorerWhiteboardPanel name="_whiteboard" labelid="615"
+ y="0" x="${ parent._sidePanel.width }" restricted="true"
+ width="${ canvas.width - parent._sidePanel.width }"
+ height="${ canvas.height - (parent._chatPanelStrict.height) -
((parent._chatPanelStrict.visibility == 'hidden') ? 0:28) }" />
+
+ <!--
+ ###############################
+ This is the container for all Videos
+ -->
+ <commonVideoViewContent name="_videoviewcontent" />
+
+</class>
+
+</library>
\ No newline at end of file