Index: lams_tool_whiteboard/web/pages/learning/learning.jsp =================================================================== diff -u -r4b9716d28667d58ca04bcef7da9e500248d7344d -r81f928586161dd03042b6353f68c7d7b8279ccde --- lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision 4b9716d28667d58ca04bcef7da9e500248d7344d) +++ lams_tool_whiteboard/web/pages/learning/learning.jsp (.../learning.jsp) (revision 81f928586161dd03042b6353f68c7d7b8279ccde) @@ -1,8 +1,9 @@ <%@ include file="/common/taglibs.jsp"%> + <%-- param has higher level for request attribute --%> - + @@ -12,338 +13,323 @@ - - - - <%@ include file="/common/header.jsp"%> - - + .full-screen-content-div.fullscreen .full-screen-flex-div, + .full-screen-content-div.fullscreen .full-screen-main-div, + .full-screen-content-div.fullscreen #whiteboard-frame { + height: 100%; + width: 100%; + } + - - - - - + + + + + + function whiteboardFullScreenChanged() { + var fullscreenElement = document.fullscreenElement || document.mozFullScreenElement || document.webkitFullscreenElement; + $('.full-screen-content-div').toggleClass('fullscreen', fullscreenElement && fullscreenElement != null); + } + + <%@ include file="websocket.jsp"%> - <%@ include file="websocket.jsp"%> - - + - + + + + + + + + - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - + - + + + - + + + + + + + + - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - + + + + - - - - - - - - - - - - - - + + + + + + + title="" + onClick="javascript:location.href = location.href + '&galleryWalk=forceStart'" + + + title="" + + + > + + + - - - - - - - - - + + + + + - - - - - - - title="" - onClick="javascript:location.href = location.href + '&galleryWalk=forceStart'" - - - title="" - - - > - - - - - - - - - - <%-- show no button for non-leaders until leader will finish activity --%> - - + + <%-- show no button for non-leaders until leader will finish activity --%> + + + style="display: none" > - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - \ No newline at end of file + + \ No newline at end of file
- - - -
- -