You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2012/07/14 19:39:29 UTC

Re: svn commit: r1360624 [1/2] - in /incubator/openmeetings/trunk/singlewebapp: WebContent/src/base/ WebContent/src/modules/conference/ WebContent/src/modules/conference/flexibleConferenceRoom/ WebContent/swf10/ docs/ src/META-INF/ xdocs/ xdocs/style

Hi Maxim,

the issue with the hotkeys and Flash is that Flash does not detect key-up
events sometimes.
And there is no workaround for that.

Try for example: Hold the ctrl key and now change the window focus using
Tab+Alt.
When you now click again in the Flash Plugin / OpenMeetings application
everytime you hit the "f" key your key combox event is thrown. Type for
example an f in the chat box now. You simply can't type the f without
throwing the key-combo.

So the method:
<handler name="onkeyup" reference="lz.Keys" args="keyCode">
=> Might be never called.

That is why we already removed all the other key combo shortcuts to the
menu entries.
Users started complaining that key-combos are executed just because they
write in the chat.

I would prefer if we could use single keys for those hot keys. In that way
we don't have any issue to handle as for single-key hot-keys we only need
to listen to the key-down event.

Sebastian

2012/7/12 <so...@apache.org>

> Author: solomax
> Date: Thu Jul 12 11:00:19 2012
> New Revision: 1360624
>
> URL: http://svn.apache.org/viewvc?rev=1360624&view=rev
> Log:
> OPENMEETINGS-350 is fixed
>
> Added:
>     incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html
>     incubator/openmeetings/trunk/singlewebapp/xdocs/HotKeys.xml
> Modified:
>
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
>
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
>
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
>
> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
>     incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
>     incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
>     incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
>     incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
>     incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
>     incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
>
> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
>     incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
>     incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
>     incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
>     incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
>     incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
>     incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
>
> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
>     incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
>     incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
>
> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
>     incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
>
> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
>     incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
>     incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
>     incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
>     incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html
>     incubator/openmeetings/trunk/singlewebapp/docs/MySQLConfig.html
>     incubator/openmeetings/trunk/singlewebapp/docs/Navigation.html
>     incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
>     incubator/openmeetings/trunk/singlewebapp/docs/OracleConfig.html
>     incubator/openmeetings/trunk/singlewebapp/docs/PortSettings.html
>     incubator/openmeetings/trunk/singlewebapp/docs/PostgresConfig.html
>     incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html
>     incubator/openmeetings/trunk/singlewebapp/docs/RestAPISample.html
>     incubator/openmeetings/trunk/singlewebapp/docs/RestrictedAccess.html
>     incubator/openmeetings/trunk/singlewebapp/docs/SakaiPlugin.html
>     incubator/openmeetings/trunk/singlewebapp/docs/SoapRestAPI.html
>     incubator/openmeetings/trunk/singlewebapp/docs/SugarCRMPlugin.html
>     incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html
>     incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
>     incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html
>     incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html
>     incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html
>     incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html
>     incubator/openmeetings/trunk/singlewebapp/docs/documentation.html
>     incubator/openmeetings/trunk/singlewebapp/docs/downloads.html
>     incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html
>     incubator/openmeetings/trunk/singlewebapp/docs/index.html
>     incubator/openmeetings/trunk/singlewebapp/docs/installation.html
>     incubator/openmeetings/trunk/singlewebapp/docs/license.html
>     incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html
>     incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html
>     incubator/openmeetings/trunk/singlewebapp/docs/svn.html
>     incubator/openmeetings/trunk/singlewebapp/docs/team-list.html
>     incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html
>
> incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html
>
> incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml
>     incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml
>     incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml
>     incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
> Thu Jul 12 11:00:19 2012
> @@ -445,8 +445,9 @@ and some more references to temp-objects
>
>  <attribute name="currentBaseConferenceRoom" value="null" />
>
> -<!--F12-->
> -<attribute name="GIVE_EXCLUSIVE_AUDIO_KEY" value="123"/>
> +<attribute name="CTRL_KEY" value="17"/> <!-- Ctrl -->
> +<attribute name="GIVE_EXCLUSIVE_AUDIO_KEY" value="123"/> <!-- F12 -->
> +<attribute name="ARRANGE_WINDOWS_KEY" value="70"/> <!-- F -->
>
>  <!--
>         Indicates if the Red5 SIP Integration is enabled or not and
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
> Thu Jul 12 11:00:19 2012
> @@ -185,7 +185,6 @@
>         if ($debug) Debug.write("closeWhiteboard :: ");
>          canvas.sendViaLocalConnection(canvas.vid_lc_name,
> "closeWhiteboard", null);
>      </method>
> -
>  </class>
>
>  </library>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
> Thu Jul 12 11:00:19 2012
> @@ -161,22 +161,42 @@
>      <method name="ringring">
>          if ($debug) Debug.write("ringring - ringring - ringring");
>      </method>
> -
> -    <handler name="onkeydown" reference="lz.Keys" args="keyCode">
> -        if (canvas.GIVE_EXCLUSIVE_AUDIO_KEY == keyCode) {
> -            if (canvas.ismoderator ||
> canvas.isAllowedToGiveExclusiveAudio) {
> -
> -                var obj =
> canvas._videocontainer.getVideoObjectByPublicSID(canvas.publicSID);
> -                if (null != obj) {
> -
>  obj._giveExclusiveAudioView._micButton.onclick.sendEvent();
> -                }
> -                return;
> -            } else {
> -                new
> lz.rpcErrorDialog(canvas.main_content._content.inner,{errorid:-54});
> -            }
> -        }
> -    </handler>
> -
> +
> +       <attribute name="ctrlPressed" type="boolean" value="false" />
> +       <handler name="onkeydown" reference="lz.Keys" args="keyCode">
> +       <![CDATA[
> +               if ($debug) Debug.write("onkeydown:: keyCode = ", keyCode);
> +               if (canvas.CTRL_KEY == keyCode) {
> +                       ctrlPressed = true;
> +                       return;
> +               }
> +
> +               // common keys are processed firstly
> +               if (ctrlPressed && canvas.ARRANGE_WINDOWS_KEY == keyCode) {
> +                       canvas.sendViaLocalConnection(canvas.vid_lc_name,
> "arrangeWindows", null);
> +                       return;
> +               }
> +
> +               if (canvas.GIVE_EXCLUSIVE_AUDIO_KEY == keyCode) {
> +                       if (canvas.ismoderator ||
> canvas.isAllowedToGiveExclusiveAudio) {
> +                               var obj =
> canvas._videocontainer.getVideoObjectByPublicSID(canvas.publicSID);
> +                               if (null != obj) {
> +
> obj._giveExclusiveAudioView._micButton.onclick.sendEvent();
> +                               }
> +                               return;
> +                       } else {
> +                               new
> lz.rpcErrorDialog(canvas.main_content._content.inner,{errorid:-54});
> +                       }
> +               }
> +       ]]>
> +       </handler>
> +
> +       <handler name="onkeyup" reference="lz.Keys" args="keyCode">
> +               if (canvas.CTRL_KEY == keyCode) {
> +                       ctrlPressed = false;
> +               }
> +       </handler>
> +
>      <screenSharingAdapter name="_screenSharingAdapter" />
>
>      <baseTabChatPanel name="_chatPanelStrict" labelid="616"
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
> Thu Jul 12 11:00:19 2012
> @@ -66,6 +66,7 @@
>              client.setExclusiveAudioAllowStatus =
> this.setExclusiveAudioAllowStatus;
>              client.exitRoom = this.exitRoom;
>              client.closeWhiteboard = this.closeWhiteboard;
> +            client.arrangeWindows = this.arrangeWindows;
>
>              var lc:LocalConnection = new LocalConnection();
>              lc.connect(canvas.vid_lc_name);
> @@ -539,6 +540,53 @@
>      </method>
>       -->
>
> +       <!-- works only for 1 or 2 windows -->
> +       <method name="arrangeWindows">
> +       <![CDATA[
> +               if ($debug) Debug.write("arrangeWindows");
> +               var windowsList = this.subviews;
> +               if (windowsList.length > 2 || 0 == windowsList.length) {
> +                       if ($debug) Debug.write("arrangeWindows:: invalid
> windows count: ", windowsList);
> +                       return;
> +               }
> +
> +               var offsetInPx = 40;
> +               //calculate new sizes of every window
> +               var windowWidth = canvas.width / windowsList.length -
> offsetInPx;
> +               var windowHeight = canvas.height - offsetInPx;
> +               if (windowHeight <= 0 || windowWidth <= 0) {
> +                       if ($debug) Debug.write("arrangeWindows:: invalid
> dimentions: ", windowHeight, windowWidth);
> +                       return;
> +               }
> +
> +               //calculate a new position of the first window
> +               var xPos = offsetInPx / 2;
> +               var yPos = offsetInPx / 2;
> +               if (windowHeight > windowWidth) {
> +                       yPos = (this.height / 2) - windowWidth/2;
> +                       windowHeight = windowWidth;
> +               } else {
> +                       xPos = xPos + (windowWidth/2) - (windowHeight/2);
> +                       windowWidth = windowHeight;
> +               }
> +
> +               // arrange windows with new positions and sizes
> +               for (var winIdx = 0; winIdx < windowsList.length;
> winIdx++) {
> +                       var window = windowsList[winIdx];
> +                       window.setAttribute("x", xPos);
> +                       window.setAttribute("y", yPos);
> +                       window.setAttribute("width", windowWidth);
> +                       window.setAttribute("height", windowHeight);
> +
> +                       if (window.minimized) {
> +                               window.setAttribute("initialHeight",
> windowHeight);
> +
> window._toolbar._maximize2.onclick.sendEvent();
> +                       }
> +
> +                       xPos = xPos + windowWidth + offsetInPx;
> +               }
> +       ]]>
> +       </method>
>  </class>
>
>  </library>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -454,7 +458,7 @@ limitations under the License.
>  <br/>
>
>           <a href="
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
> ">Tutorials</a>
>  <br/>
> -
>           <a href="./CommandLineAdmin.html">CommandLineAdmin</a>
> +
>           <a href="./CommandLineAdmin.html">Command Line Admin</a>
>  <br/>
>                                                 </div>
>                 <h3><a href="#Community">Community</a></h3>
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
> @@ -592,7 +598,7 @@ limitations under the License.
>        <tr><td>
>          <blockquote>
>                                      <p>To avoid intensive traffic
> utilization and save your time you can
> -                               use command line admin to achive following
> tasks:</p>
> +                               use command line admin to achieve
> following tasks:</p>
>                                                  <p>
>                                 <div class="xmlcode">
>   -v,--verbose                        verbose error messages<br />
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html Thu Jul
> 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html Thu
> Jul 12 11:00:19 2012
> @@ -307,6 +307,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -544,6 +548,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Added: incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html?rev=1360624&view=auto
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html (added)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html Thu Jul 12
> 11:00:19 2012
> @@ -0,0 +1,714 @@
> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
> http://www.w3.org/TR/html4/loose.dtd">
> +
> +<!--
> +Copyright 1999-2004 The Apache Software Foundation
> +Licensed under the Apache License, Version 2.0 (the "License");
> +you may not use this file except in compliance with the License.
> +You may obtain a copy of the License at
> +
> +http://www.apache.org/licenses/LICENSE-2.0
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +-->
> +
> +
> +<!-- Content Stylesheet for Site -->
> +
> +
> +<!-- start the processing -->
> +    <!--
> ====================================================================== -->
> +    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD!
> -->
> +    <!-- Main Page Section -->
> +    <!--
> ====================================================================== -->
> +    <html>
> +        <head>
> +            <meta http-equiv="Content-Type" content="text/html;
> charset=UTF-8"/>
> +
> +                                                    <meta name="author"
> value="
> +                       OpenMeetings Team
> +               ">
> +            <meta name="email" value="solomax@apache.org">
> +
> +
> +
> +
> +            <title>Apache OpenMeetings [Incubating] - Hot Keys</title>
> +            <link rel="stylesheet" type="text/css"
> href="css/openmeetings.css">
> +            <link rel="stylesheet" type="text/css"
> href="css/jquery-ui.css">
> +            <link rel="stylesheet" type="text/css"
> href="css/coin-slider-styles.css">
> +            <link rel="stylesheet" type="text/css"
> href="css/colorbox.css" />
> +
> +                       <!-- Add jQuery library -->
> +                       <script type="text/javascript"
> src="js/jquery-1.7.1.min.js"></script>
> +
> +                       <!-- Add coinslider plugins -->
> +                       <script type="text/javascript"
> src="js/coin-slider.min.js"></script>
> +
> +                       <!-- Add colorbox plugin -->
> +                       <script type="text/javascript"
> src="js/jquery.colorbox.js"></script>
> +
> +                       <script src="js/jquery.ui.core.js"></script>
> +                       <script src="js/jquery.ui.widget.js"></script>
> +
> +                       <script src="js/jquery.ui.accordion.js"></script>
> +
> +                       <script>
> +                       $(function() {
> +                               $( "#accordion" ).accordion({
> +                                       autoHeight: false,
> +                                       navigation: true,
> +                                       navigationFilter: function () {
> +                                               var sidebarHrefArray =
> this.href.split("/");
> +                                       var sideBarLastString =
> sidebarHrefArray[sidebarHrefArray.length - 1].toLowerCase();
> +
> +                                               if
> (sideBarLastString.indexOf("#") == -1) {
> +                                                       return false;
> +                                               }
> +
> +
>                       /* document.location.href */
> +                                               var currentSection = "";
> +
> +                                               var currentLocation = "";
> +                                               var currentLink = "";
> +                                               if (false) {
> +
> +                                               }
> +
> +                                                       else if
> (document.location.href.indexOf("/index.html") > 0) {
> +
> currentLocation = "General";
> +
> currentLink = "/index.html".substr(1, "/index.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/license.html") > 0) {
> +
> currentLocation = "General";
> +
> currentLink = "/license.html".substr(1, "/license.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("http://www.apache.org/") > 0) {
> +
> currentLocation = "General";
> +
> currentLink = "http://www.apache.org/".substr(1, "http://www.apache.org/
> ".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/downloads.html") > 0) {
> +
> currentLocation = "General";
> +
> currentLink = "/downloads.html".substr(1, "/downloads.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/commercial-support.html") > 0) {
> +
> currentLocation = "General";
> +
> currentLink = "/commercial-support.html".substr(1,
> "/commercial-support.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/installation.html") > 0) {
> +
> currentLocation = "InstallationandUpgrade";
> +
> currentLink = "/installation.html".substr(1, "/installation.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/Upgrade.html") > 0) {
> +
> currentLocation = "InstallationandUpgrade";
> +
> currentLink = "/Upgrade.html".substr(1, "/Upgrade.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings")
> > 0) {
> +
> currentLocation = "InstallationandUpgrade";
> +
> currentLink = "
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings".substr(1,
> "
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
> ".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/CommandLineAdmin.html") > 0) {
> +
> currentLocation = "InstallationandUpgrade";
> +
> currentLink = "/CommandLineAdmin.html".substr(1,
> "/CommandLineAdmin.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/get-involved.html") > 0) {
> +
> currentLocation = "Community";
> +
> currentLink = "/get-involved.html".substr(1, "/get-involved.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/team-list.html") > 0) {
> +
> currentLocation = "Community";
> +
> currentLink = "/team-list.html".substr(1, "/team-list.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/mail-lists.html") > 0) {
> +
> currentLocation = "Community";
> +
> currentLink = "/mail-lists.html".substr(1, "/mail-lists.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/") > 0) {
> +
> currentLocation = "Community";
> +
> currentLink = "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".substr(1,
> "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/svn.html") > 0) {
> +
> currentLocation = "Development";
> +
> currentLink = "/svn.html".substr(1, "/svn.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("
> http://issues.apache.org/jira/browse/OPENMEETINGS") > 0) {
> +
> currentLocation = "Development";
> +
> currentLink = "http://issues.apache.org/jira/browse/OPENMEETINGS".substr(1,
> "http://issues.apache.org/jira/browse/OPENMEETINGS".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/dependencies.html") > 0) {
> +
> currentLocation = "Development";
> +
> currentLink = "/dependencies.html".substr(1, "/dependencies.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/BuildInstructions.html") > 0) {
> +
> currentLocation = "Development";
> +
> currentLink = "/BuildInstructions.html".substr(1,
> "/BuildInstructions.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/JUnitTesting.html") > 0) {
> +
> currentLocation = "Development";
> +
> currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
> +
> currentLocation = "Integration";
> +
> currentLink = "/SoapRestAPI.html".substr(1, "/SoapRestAPI.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/RestAPISample.html") > 0) {
> +
> currentLocation = "Integration";
> +
> currentLink = "/RestAPISample.html".substr(1, "/RestAPISample.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/LdapAndADS.html") > 0) {
> +
> currentLocation = "Integration";
> +
> currentLink = "/LdapAndADS.html".substr(1, "/LdapAndADS.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/voip-sip-integration.html") > 0) {
> +
> currentLocation = "Integration";
> +
> currentLink = "/voip-sip-integration.html".substr(1,
> "/voip-sip-integration.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/ErrorsTable.html") > 0) {
> +
> currentLocation = "Integration";
> +
> currentLink = "/ErrorsTable.html".substr(1, "/ErrorsTable.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/MoodlePlugin.html") > 0) {
> +
> currentLocation = "Plugins";
> +
> currentLink = "/MoodlePlugin.html".substr(1, "/MoodlePlugin.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/SakaiPlugin.html") > 0) {
> +
> currentLocation = "Plugins";
> +
> currentLink = "/SakaiPlugin.html".substr(1, "/SakaiPlugin.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/JiraPlugin.html") > 0) {
> +
> currentLocation = "Plugins";
> +
> currentLink = "/JiraPlugin.html".substr(1, "/JiraPlugin.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/ConfluencePlugin.html") > 0) {
> +
> currentLocation = "Plugins";
> +
> currentLink = "/ConfluencePlugin.html".substr(1,
> "/ConfluencePlugin.html".length);
> +                                                       }
> +
> +
> +                                                       else if
> (document.location.href.indexOf("/SugarCRMPlugin.html") > 0) {
> +
> currentLocation = "Plugins";
> +
> currentLink = "/SugarCRMPlugin.html".substr(1,
> "/SugarCRMPlugin.html".length);
> +                                                       }
> +
> +
>
>
>
>                                                           else if
> (document.location.href.indexOf("/ApacheDerbyConfig.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/ApacheDerbyConfig.html".substr(1,
> "/ApacheDerbyConfig.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/IBMDB2Config.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/IBMDB2Config.html".substr(1, "/IBMDB2Config.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/OracleConfig.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/OracleConfig.html".substr(1, "/OracleConfig.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/MySQLConfig.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/MySQLConfig.html".substr(1, "/MySQLConfig.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/PostgresConfig.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/PostgresConfig.html".substr(1,
> "/PostgresConfig.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/Internationalisation.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/Internationalisation.html".substr(1,
> "/Internationalisation.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/LanguageEditor.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/LanguageEditor.html".substr(1,
> "/LanguageEditor.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/TimeZoneHandling.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/TimeZoneHandling.html".substr(1,
> "/TimeZoneHandling.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/EditTemplates.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/EditTemplates.html".substr(1, "/EditTemplates.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/PortSettings.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/PortSettings.html".substr(1, "/PortSettings.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/JVMPerformanceTuning.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/JVMPerformanceTuning.html".substr(1,
> "/JVMPerformanceTuning.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/themes-and-branding.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/themes-and-branding.html".substr(1,
> "/themes-and-branding.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/BrandingAndColors.html".substr(1,
> "/BrandingAndColors.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/Dashboard.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/Dashboard.html".substr(1, "/Dashboard.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/WebcamResolutions.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/WebcamResolutions.html".substr(1,
> "/WebcamResolutions.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/ConferenceRoomLayoutOptions.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/Navigation.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/Navigation.html".substr(1, "/Navigation.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/CalendarAndTimezone.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/CalendarAndTimezone.html".substr(1,
> "/CalendarAndTimezone.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/CustomRoomTypeHowTo.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/CustomRoomTypeHowTo.html".substr(1,
> "/CustomRoomTypeHowTo.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/GeneralConfiguration.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/GeneralConfiguration.html".substr(1,
> "/GeneralConfiguration.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/RestrictedAccess.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/RestrictedAccess.html".substr(1,
> "/RestrictedAccess.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/RTMPSAndHTTPS.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/RTMPSAndHTTPS.html".substr(1, "/RTMPSAndHTTPS.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/OpenOfficeConverter.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/OpenOfficeConverter.html".substr(1,
> "/OpenOfficeConverter.html".length);
> +                                                               }
> +
>                                               else if
> (document.location.href.indexOf("/FFMPEGVersionSwitch.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/FFMPEGVersionSwitch.html".substr(1,
> "/FFMPEGVersionSwitch.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/ClusteringManual.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/ClusteringManual.html".substr(1,
> "/ClusteringManual.html".length);
> +                                                               }
> +
>
>
>
>                           else if
> (document.location.href.indexOf("/GetVersionInfo.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/GetVersionInfo.html".substr(1,
> "/GetVersionInfo.html".length);
> +                                                               }
> +
> +                                       currentLink =
> currentLink.toLowerCase();
> +                                       currentLocation =
> currentLocation.toLowerCase();
> +
> +                                               return sideBarLastString
> == currentLink+"#"+currentLocation;
> +                                       }
> +                               });
> +                       });
> +                       </script>
> +
> +                       <script type="text/javascript">
> +                               $(document).ready(function() {
> +
> $('.fancybox-buttons').colorbox({rel:'fancybox-buttons',width:"75%",
> height:"75%"});
> +                                       $('#accordion a').each(function() {
> +                                     var a = $(this);
> +                                     var href = a.attr("href");
> +                                     if (href.indexOf("#") == -1) {
> +                                         var compareIt = href.substr(2,
> href.length);
> +                                             if
> (document.location.href.indexOf(compareIt)!= -1) {
> +                                              a.addClass('active');
> +                                             }
> +                                     }
> +                                   });
> +                                       $('#coin-slider').coinslider({
> width: 640,height: 400, delay: 4000  });
> +                               });
> +                       </script>
> +
> +                       <style type="text/css">
> +                               .fancybox-custom .fancybox-outer {
> +                                       box-shadow: 0 0 50px #222;
> +                               }
> +                       </style>
> +        </head>
> +
> +        <body bgcolor="#ffffff" text="#000000" link="#123465"
> vlink="#123465" alink="#000000">
> +               <div class="mainbody" with="100%">
> +               <div class="superbody" width="100%">
> +            <table border="0" width="100%" cellspacing="0">
> +                <!-- TOP IMAGE -->
> +                <tr>
> +                    <td align='LEFT'>
> +                    <td align="left">
> +<a href="http://incubator.apache.org/openmeetings/"><img
> src="./images/logo-2.jpg" alt="Apache OpenMeetings" border="0"/></a>
> +</td>
> +                    </td>
> +                    <td align='LEFT'>
> +                    <td width="80%" align="right" valign="top" >
> +       <a href="http://demo.openmeetings.de" target="_BLANK">Demo</a>
> +       <span>|</span>
> +       <a href="downloads.html" target="_PARENT">Download</a>
> +       <span>|</span>
> +       <a href="installation.html" target="_PARENT">Installation</a>
> +       <span>|</span>
> +       <a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS"
> target="_BLANK">Wiki</a>
> +       <span>&nbsp;</span>
> +</td>
> +                    </td>
> +                </tr>
> +            </table>
> +            <table border="0" width="100%" cellspacing="4">
> +                <tr><td colspan="2">
> +                    <hr noshade="" size="1"/>
> +                </td></tr>
> +
> +                <tr>
> +                    <!-- LEFT SIDE NAVIGATION -->
> +                    <td width="20%" valign="top" nowrap="true">
> +
> +                    <!-- special ACon Logo - leave here for next time
> +                    <a href="http://apachecon.com/2005/US/">
> +                        <img src="
> http://apache.org/images/ac2005us_blue_125x125.jpg" height="125"
> +                             width="125" border="0" alt="ApacheCon US
> 2005" />
> +                    </a>  -->
> +
> +                   <!-- regular menu -->
> +
> +
> +    <!-- ============================================================ -->
> +    <div id="accordion" width="100%">
> +
> +               <h3><a href="#General">General</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./index.html">Home</a>
> +<br/>
> +
>           <a href="./license.html">License</a>
> +<br/>
> +
>           <a href="http://www.apache.org/">ASF</a>
> +<br/>
> +
>           <a href="./downloads.html">Downloads</a>
> +<br/>
> +
>           <a href="./commercial-support.html">Commercial Support</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#InstallationandUpgrade">Installation and
> Upgrade</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./installation.html">Installation</a>
> +<br/>
> +
>           <a href="./Upgrade.html">Upgrade</a>
> +<br/>
> +
>           <a href="
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
> ">Tutorials</a>
> +<br/>
> +
>           <a href="./CommandLineAdmin.html">Command Line Admin</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#Community">Community</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./get-involved.html">Get Involved</a>
> +<br/>
> +
>           <a href="./team-list.html">Committers</a>
> +<br/>
> +
>           <a href="./mail-lists.html">Mailing Lists</a>
> +<br/>
> +
>           <a href="
> http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#Development">Development</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./svn.html">Source Code</a>
> +<br/>
> +
>           <a href="http://issues.apache.org/jira/browse/OPENMEETINGS">Bugs
> / Issues (JIRA)</a>
> +<br/>
> +
>           <a href="./dependencies.html">Dependencies</a>
> +<br/>
> +
>           <a href="./BuildInstructions.html">Build Instructions</a>
> +<br/>
> +
>           <a href="./JUnitTesting.html">JUnit Testing</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#Integration">Integration</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./SoapRestAPI.html">SOAP/REST API</a>
> +<br/>
> +
>           <a href="./RestAPISample.html">REST API Sample</a>
> +<br/>
> +
>           <a href="./LdapAndADS.html">Ldap and ADS</a>
> +<br/>
> +
>           <a href="./voip-sip-integration.html">VoIP and SIP</a>
> +<br/>
> +
>           <a href="./ErrorsTable.html">Errors table</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#Plugins">Plugins</a></h3>
> +       <div  width="100%">
> +                                                           <a
> href="./MoodlePlugin.html">Moodle Plugin</a>
> +<br/>
> +
>           <a href="./SakaiPlugin.html">Sakai Plugin</a>
> +<br/>
> +
>           <a href="./JiraPlugin.html">Jira Plugin</a>
> +<br/>
> +
>           <a href="./ConfluencePlugin.html">Confluence Plugin</a>
> +<br/>
> +
>           <a href="./SugarCRMPlugin.html">SugarCRM Plugin</a>
> +<br/>
> +                                               </div>
> +               <h3><a href="#Configuration">Configuration</a></h3>
> +       <div  width="100%">
> +                                                       <b>DB Sample
> Configurations</b><br/>
> +
>   <a href="./ApacheDerbyConfig.html">Apache Derby</a>
> +<br/>
> +
>   <a href="./IBMDB2Config.html">IBM DB2</a>
> +<br/>
> +
>   <a href="./OracleConfig.html">Oracle</a>
> +<br/>
> +
>   <a href="./MySQLConfig.html">MySQL</a>
> +<br/>
> +
>   <a href="./PostgresConfig.html">Postgres</a>
> +<br/>
> +
>                                       <b>Localization and languages</b><br/>
> +
>   <a href="./Internationalisation.html">Internationalisation</a>
> +<br/>
> +
>   <a href="./LanguageEditor.html">LanguageEditor</a>
> +<br/>
> +
>   <a href="./TimeZoneHandling.html">TimeZoneHandling</a>
> +<br/>
> +
>   <a href="./EditTemplates.html">EditTemplates</a>
> +<br/>
> +
>                                       <b>NAT Port Settings</b><br/>
> +
>   <a href="./PortSettings.html">Port settings</a>
> +<br/>
> +
>                                       <b>Performance</b><br/>
> +
>   <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
> +<br/>
> +
>                                       <b>User Interface</b><br/>
> +
>   <a href="./themes-and-branding.html">Themes</a>
> +<br/>
> +
>   <a href="./BrandingAndColors.html">Branding and Colors</a>
> +<br/>
> +
>   <a href="./Dashboard.html">Dashboard</a>
> +<br/>
> +
>   <a href="./WebcamResolutions.html">Webcam resolutions</a>
> +<br/>
> +
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
> +<br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
> +
>                                       <b>Customization</b><br/>
> +
>   <a href="./WebappNamePath.html">Webapp name/path</a>
> +<br/>
> +
>   <a href="./Navigation.html">Navigation</a>
> +<br/>
> +
>   <a href="./CalendarAndTimezone.html">Calendar and timezone</a>
> +<br/>
> +
>   <a href="./CustomRoomTypeHowTo.html">Custom room type</a>
> +<br/>
> +
>   <a href="./GeneralConfiguration.html">General Configuration</a>
> +<br/>
> +
>                                       <b>Security</b><br/>
> +
>   <a href="./RestrictedAccess.html">Restricted Access</a>
> +<br/>
> +
>   <a href="./RTMPSAndHTTPS.html">RTMPS and HTTPS</a>
> +<br/>
> +
>                                       <b>Converters</b><br/>
> +
>   <a href="./OpenOfficeConverter.html">OpenOffice Converter</a>
> +<br/>
> +
>   <a href="./FFMPEGVersionSwitch.html">FFMPEG Version Switch</a>
> +<br/>
> +
>                                       <b>Clustering</b><br/>
> +
>   <a href="./ClusteringManual.html">Clustering (Manual)</a>
> +<br/>
> +
>                                       <b>Misc</b><br/>
> +
>   <a href="./GetVersionInfo.html">Get version info</a>
> +<br/>
> +
>       </div>
> +
> +    </div>
> +
> +    <br/>
> +    <img src="images/apache-incubator-logo-no-borders.png"
> alt="apache-incubator-logo-no-borders.png" border="0"/>
> +
> +                    </td>
> +                    <td width="80%" align="left" valign="top">
> +
>  <table border="0" cellspacing="0" cellpadding="0" cellspacing="0"
> width="100%">
> +      <tr><td ><!-- bgcolor="#EEEEEE" -->
> +        <font color="#000000" face="verdana,arial,helvetica,sanserif">
> +          <a name="Keys table"><strong>Keys table</strong></a>
> +          <hr style="width:100%; color:#999999; background-color:#999999;
> height:1px; border:0px;"/>
> +        </font>
> +      </td></tr>
> +      <tr><td>
> +        <blockquote>
> +                                    <table>
> +                        <tr>
> +                        <th bgcolor="#039acc" colspan="" rowspan=""
> valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Key
> +            </font>
> +</th>
> +                                <th bgcolor="#039acc" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Functionality
> +            </font>
> +</th>
> +                                <th bgcolor="#039acc" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Configurable
> +            </font>
> +</th>
> +                                <th bgcolor="#039acc" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Config Key
> +            </font>
> +</th>
> +            </tr>
> +                                <tr>
> +                        <td bgcolor="#a0ddf0" colspan="" rowspan=""
> valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                F12 (code 123)
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                A hot key code for the 'give exclusive audio'
> functionality.
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Yes
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                exclusive.audio.keycode
> +            </font>
> +</td>
> +            </tr>
> +                                <tr>
> +                        <td bgcolor="#a0ddf0" colspan="" rowspan=""
> valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                Ctrl+F
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                If 1 or 2 video windows are present in the room they will
> be
> +                                               "rearranged" to take all
> the place available
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +                No
> +            </font>
> +</td>
> +                                <td bgcolor="#a0ddf0" colspan=""
> rowspan="" valign="top" align="left">
> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
> +
> +
> +            </font>
> +</td>
> +            </tr>
> +            </table>
> +                            </blockquote>
> +        </p>
> +      </td></tr>
> +      <tr><td><br/></td></tr>
> +    </table>
> +                                        </td>
> +                </tr>
> +
> +                <!-- FOOTER -->
> +                <tr><td colspan="2">
> +                    <hr noshade="" size="1"/>
> +                </td></tr>
> +                <tr><td colspan="2">
> +                    <div align="center"><font color="#123465"
> size="-1"><em>
> +                    Copyright &#169; 2003-2012, The Apache Software
> Foundation
> +                    </em></font></div>
> +                </td></tr>
> +            </table>
> +            </div>
> +            </div>
> +        </body>
> +    </html>
> +<!-- end the processing -->
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
> Thu Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html Thu Jul
> 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html Thu
> Jul 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
> (original)
> +++ incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html Thu Jul
> 12 11:00:19 2012
> @@ -309,6 +309,10 @@ limitations under the License.
>
> currentLocation = "Configuration";
>
> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
> "/ConferenceRoomLayoutOptions.html".length);
>                                                                 }
> +
>                                               else if
> (document.location.href.indexOf("/HotKeys.html") > 0) {
> +
> currentLocation = "Configuration";
> +
> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
> +                                                               }
>
>
>
>
>                           else if
> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>
> currentLocation = "Configuration";
>
> currentLink = "/WebappNamePath.html".substr(1,
> "/WebappNamePath.html".length);
> @@ -546,6 +550,8 @@ limitations under the License.
>  <br/>
>
>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>  <br/>
> +
>   <a href="./HotKeys.html">Hot Keys</a>
> +<br/>
>
>                                       <b>Customization</b><br/>
>
>   <a href="./WebappNamePath.html">Webapp name/path</a>
>  <br/>
>
>
>


-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: svn commit: r1360624 [1/2] - in /incubator/openmeetings/trunk/singlewebapp: WebContent/src/base/ WebContent/src/modules/conference/ WebContent/src/modules/conference/flexibleConferenceRoom/ WebContent/swf10/ docs/ src/META-INF/ xdocs/ xdocs/style

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Sebastian,

Thanks for pointing this out
I have changed the key to be F8 (code 119)

On Sun, Jul 15, 2012 at 12:39 AM, seba.wagner@gmail.com <
seba.wagner@gmail.com> wrote:

> Hi Maxim,
>
> the issue with the hotkeys and Flash is that Flash does not detect key-up
> events sometimes.
> And there is no workaround for that.
>
> Try for example: Hold the ctrl key and now change the window focus using
> Tab+Alt.
> When you now click again in the Flash Plugin / OpenMeetings application
> everytime you hit the "f" key your key combox event is thrown. Type for
> example an f in the chat box now. You simply can't type the f without
> throwing the key-combo.
>
> So the method:
> <handler name="onkeyup" reference="lz.Keys" args="keyCode">
> => Might be never called.
>
> That is why we already removed all the other key combo shortcuts to the
> menu entries.
> Users started complaining that key-combos are executed just because they
> write in the chat.
>
> I would prefer if we could use single keys for those hot keys. In that way
> we don't have any issue to handle as for single-key hot-keys we only need
> to listen to the key-down event.
>
> Sebastian
>
> 2012/7/12 <so...@apache.org>
>
>> Author: solomax
>> Date: Thu Jul 12 11:00:19 2012
>> New Revision: 1360624
>>
>> URL: http://svn.apache.org/viewvc?rev=1360624&view=rev
>> Log:
>> OPENMEETINGS-350 is fixed
>>
>> Added:
>>     incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html
>>     incubator/openmeetings/trunk/singlewebapp/xdocs/HotKeys.xml
>> Modified:
>>
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
>>
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
>>
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
>>
>> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
>>     incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/MySQLConfig.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/Navigation.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/OracleConfig.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/PortSettings.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/PostgresConfig.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/RestAPISample.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/RestrictedAccess.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/SakaiPlugin.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/SoapRestAPI.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/SugarCRMPlugin.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/documentation.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/downloads.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/index.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/installation.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/license.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/svn.html
>>     incubator/openmeetings/trunk/singlewebapp/docs/team-list.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html
>>
>> incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html
>>
>> incubator/openmeetings/trunk/singlewebapp/src/META-INF/mysql_persistence.xml
>>     incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml
>>     incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml
>>
>> incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
>> Thu Jul 12 11:00:19 2012
>> @@ -445,8 +445,9 @@ and some more references to temp-objects
>>
>>  <attribute name="currentBaseConferenceRoom" value="null" />
>>
>> -<!--F12-->
>> -<attribute name="GIVE_EXCLUSIVE_AUDIO_KEY" value="123"/>
>> +<attribute name="CTRL_KEY" value="17"/> <!-- Ctrl -->
>> +<attribute name="GIVE_EXCLUSIVE_AUDIO_KEY" value="123"/> <!-- F12 -->
>> +<attribute name="ARRANGE_WINDOWS_KEY" value="70"/> <!-- F -->
>>
>>  <!--
>>         Indicates if the Red5 SIP Integration is enabled or not and
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/commonVideoComponentAdapter.lzx
>> Thu Jul 12 11:00:19 2012
>> @@ -185,7 +185,6 @@
>>         if ($debug) Debug.write("closeWhiteboard :: ");
>>          canvas.sendViaLocalConnection(canvas.vid_lc_name,
>> "closeWhiteboard", null);
>>      </method>
>> -
>>  </class>
>>
>>  </library>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
>> Thu Jul 12 11:00:19 2012
>> @@ -161,22 +161,42 @@
>>      <method name="ringring">
>>          if ($debug) Debug.write("ringring - ringring - ringring");
>>      </method>
>> -
>> -    <handler name="onkeydown" reference="lz.Keys" args="keyCode">
>> -        if (canvas.GIVE_EXCLUSIVE_AUDIO_KEY == keyCode) {
>> -            if (canvas.ismoderator ||
>> canvas.isAllowedToGiveExclusiveAudio) {
>> -
>> -                var obj =
>> canvas._videocontainer.getVideoObjectByPublicSID(canvas.publicSID);
>> -                if (null != obj) {
>> -
>>  obj._giveExclusiveAudioView._micButton.onclick.sendEvent();
>> -                }
>> -                return;
>> -            } else {
>> -                new
>> lz.rpcErrorDialog(canvas.main_content._content.inner,{errorid:-54});
>> -            }
>> -        }
>> -    </handler>
>> -
>> +
>> +       <attribute name="ctrlPressed" type="boolean" value="false" />
>> +       <handler name="onkeydown" reference="lz.Keys" args="keyCode">
>> +       <![CDATA[
>> +               if ($debug) Debug.write("onkeydown:: keyCode = ",
>> keyCode);
>> +               if (canvas.CTRL_KEY == keyCode) {
>> +                       ctrlPressed = true;
>> +                       return;
>> +               }
>> +
>> +               // common keys are processed firstly
>> +               if (ctrlPressed && canvas.ARRANGE_WINDOWS_KEY == keyCode)
>> {
>> +                       canvas.sendViaLocalConnection(canvas.vid_lc_name,
>> "arrangeWindows", null);
>> +                       return;
>> +               }
>> +
>> +               if (canvas.GIVE_EXCLUSIVE_AUDIO_KEY == keyCode) {
>> +                       if (canvas.ismoderator ||
>> canvas.isAllowedToGiveExclusiveAudio) {
>> +                               var obj =
>> canvas._videocontainer.getVideoObjectByPublicSID(canvas.publicSID);
>> +                               if (null != obj) {
>> +
>> obj._giveExclusiveAudioView._micButton.onclick.sendEvent();
>> +                               }
>> +                               return;
>> +                       } else {
>> +                               new
>> lz.rpcErrorDialog(canvas.main_content._content.inner,{errorid:-54});
>> +                       }
>> +               }
>> +       ]]>
>> +       </handler>
>> +
>> +       <handler name="onkeyup" reference="lz.Keys" args="keyCode">
>> +               if (canvas.CTRL_KEY == keyCode) {
>> +                       ctrlPressed = false;
>> +               }
>> +       </handler>
>> +
>>      <screenSharingAdapter name="_screenSharingAdapter" />
>>
>>      <baseTabChatPanel name="_chatPanelStrict" labelid="616"
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/commonVideoViewContentSWF10.lzx
>> Thu Jul 12 11:00:19 2012
>> @@ -66,6 +66,7 @@
>>              client.setExclusiveAudioAllowStatus =
>> this.setExclusiveAudioAllowStatus;
>>              client.exitRoom = this.exitRoom;
>>              client.closeWhiteboard = this.closeWhiteboard;
>> +            client.arrangeWindows = this.arrangeWindows;
>>
>>              var lc:LocalConnection = new LocalConnection();
>>              lc.connect(canvas.vid_lc_name);
>> @@ -539,6 +540,53 @@
>>      </method>
>>       -->
>>
>> +       <!-- works only for 1 or 2 windows -->
>> +       <method name="arrangeWindows">
>> +       <![CDATA[
>> +               if ($debug) Debug.write("arrangeWindows");
>> +               var windowsList = this.subviews;
>> +               if (windowsList.length > 2 || 0 == windowsList.length) {
>> +                       if ($debug) Debug.write("arrangeWindows:: invalid
>> windows count: ", windowsList);
>> +                       return;
>> +               }
>> +
>> +               var offsetInPx = 40;
>> +               //calculate new sizes of every window
>> +               var windowWidth = canvas.width / windowsList.length -
>> offsetInPx;
>> +               var windowHeight = canvas.height - offsetInPx;
>> +               if (windowHeight <= 0 || windowWidth <= 0) {
>> +                       if ($debug) Debug.write("arrangeWindows:: invalid
>> dimentions: ", windowHeight, windowWidth);
>> +                       return;
>> +               }
>> +
>> +               //calculate a new position of the first window
>> +               var xPos = offsetInPx / 2;
>> +               var yPos = offsetInPx / 2;
>> +               if (windowHeight > windowWidth) {
>> +                       yPos = (this.height / 2) - windowWidth/2;
>> +                       windowHeight = windowWidth;
>> +               } else {
>> +                       xPos = xPos + (windowWidth/2) - (windowHeight/2);
>> +                       windowWidth = windowHeight;
>> +               }
>> +
>> +               // arrange windows with new positions and sizes
>> +               for (var winIdx = 0; winIdx < windowsList.length;
>> winIdx++) {
>> +                       var window = windowsList[winIdx];
>> +                       window.setAttribute("x", xPos);
>> +                       window.setAttribute("y", yPos);
>> +                       window.setAttribute("width", windowWidth);
>> +                       window.setAttribute("height", windowHeight);
>> +
>> +                       if (window.minimized) {
>> +                               window.setAttribute("initialHeight",
>> windowHeight);
>> +
>> window._toolbar._maximize2.onclick.sendEvent();
>> +                       }
>> +
>> +                       xPos = xPos + windowWidth + offsetInPx;
>> +               }
>> +       ]]>
>> +       </method>
>>  </class>
>>
>>  </library>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -454,7 +458,7 @@ limitations under the License.
>>  <br/>
>>
>>           <a href="
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>> ">Tutorials</a>
>>  <br/>
>> -
>>           <a href="./CommandLineAdmin.html">CommandLineAdmin</a>
>> +
>>           <a href="./CommandLineAdmin.html">Command Line Admin</a>
>>  <br/>
>>                                                 </div>
>>                 <h3><a href="#Community">Community</a></h3>
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/ClusteringManual.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>> @@ -592,7 +598,7 @@ limitations under the License.
>>        <tr><td>
>>          <blockquote>
>>                                      <p>To avoid intensive traffic
>> utilization and save your time you can
>> -                               use command line admin to achive
>> following tasks:</p>
>> +                               use command line admin to achieve
>> following tasks:</p>
>>                                                  <p>
>>                                 <div class="xmlcode">
>>   -v,--verbose                        verbose error messages<br />
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/ConfluencePlugin.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html Thu Jul
>> 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/ErrorsTable.html Thu
>> Jul 12 11:00:19 2012
>> @@ -307,6 +307,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -544,6 +548,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Added: incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html?rev=1360624&view=auto
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html (added)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/HotKeys.html Thu Jul
>> 12 11:00:19 2012
>> @@ -0,0 +1,714 @@
>> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
>> http://www.w3.org/TR/html4/loose.dtd">
>> +
>> +<!--
>> +Copyright 1999-2004 The Apache Software Foundation
>> +Licensed under the Apache License, Version 2.0 (the "License");
>> +you may not use this file except in compliance with the License.
>> +You may obtain a copy of the License at
>> +
>> +http://www.apache.org/licenses/LICENSE-2.0
>> +
>> +Unless required by applicable law or agreed to in writing, software
>> +distributed under the License is distributed on an "AS IS" BASIS,
>> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>> +See the License for the specific language governing permissions and
>> +limitations under the License.
>> +-->
>> +
>> +
>> +<!-- Content Stylesheet for Site -->
>> +
>> +
>> +<!-- start the processing -->
>> +    <!--
>> ====================================================================== -->
>> +    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs
>> INSTEAD! -->
>> +    <!-- Main Page Section -->
>> +    <!--
>> ====================================================================== -->
>> +    <html>
>> +        <head>
>> +            <meta http-equiv="Content-Type" content="text/html;
>> charset=UTF-8"/>
>> +
>> +                                                    <meta name="author"
>> value="
>> +                       OpenMeetings Team
>> +               ">
>> +            <meta name="email" value="solomax@apache.org">
>> +
>> +
>> +
>> +
>> +            <title>Apache OpenMeetings [Incubating] - Hot Keys</title>
>> +            <link rel="stylesheet" type="text/css"
>> href="css/openmeetings.css">
>> +            <link rel="stylesheet" type="text/css"
>> href="css/jquery-ui.css">
>> +            <link rel="stylesheet" type="text/css"
>> href="css/coin-slider-styles.css">
>> +            <link rel="stylesheet" type="text/css"
>> href="css/colorbox.css" />
>> +
>> +                       <!-- Add jQuery library -->
>> +                       <script type="text/javascript"
>> src="js/jquery-1.7.1.min.js"></script>
>> +
>> +                       <!-- Add coinslider plugins -->
>> +                       <script type="text/javascript"
>> src="js/coin-slider.min.js"></script>
>> +
>> +                       <!-- Add colorbox plugin -->
>> +                       <script type="text/javascript"
>> src="js/jquery.colorbox.js"></script>
>> +
>> +                       <script src="js/jquery.ui.core.js"></script>
>> +                       <script src="js/jquery.ui.widget.js"></script>
>> +
>> +                       <script src="js/jquery.ui.accordion.js"></script>
>> +
>> +                       <script>
>> +                       $(function() {
>> +                               $( "#accordion" ).accordion({
>> +                                       autoHeight: false,
>> +                                       navigation: true,
>> +                                       navigationFilter: function () {
>> +                                               var sidebarHrefArray =
>> this.href.split("/");
>> +                                       var sideBarLastString =
>> sidebarHrefArray[sidebarHrefArray.length - 1].toLowerCase();
>> +
>> +                                               if
>> (sideBarLastString.indexOf("#") == -1) {
>> +                                                       return false;
>> +                                               }
>> +
>> +
>>                       /* document.location.href */
>> +                                               var currentSection = "";
>> +
>> +                                               var currentLocation = "";
>> +                                               var currentLink = "";
>> +                                               if (false) {
>> +
>> +                                               }
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/index.html") > 0) {
>> +
>> currentLocation = "General";
>> +
>> currentLink = "/index.html".substr(1, "/index.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/license.html") > 0) {
>> +
>> currentLocation = "General";
>> +
>> currentLink = "/license.html".substr(1, "/license.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("http://www.apache.org/") > 0) {
>> +
>> currentLocation = "General";
>> +
>> currentLink = "http://www.apache.org/".substr(1, "http://www.apache.org/
>> ".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/downloads.html") > 0) {
>> +
>> currentLocation = "General";
>> +
>> currentLink = "/downloads.html".substr(1, "/downloads.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/commercial-support.html") > 0) {
>> +
>> currentLocation = "General";
>> +
>> currentLink = "/commercial-support.html".substr(1,
>> "/commercial-support.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/installation.html") > 0) {
>> +
>> currentLocation = "InstallationandUpgrade";
>> +
>> currentLink = "/installation.html".substr(1, "/installation.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/Upgrade.html") > 0) {
>> +
>> currentLocation = "InstallationandUpgrade";
>> +
>> currentLink = "/Upgrade.html".substr(1, "/Upgrade.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings")
>> > 0) {
>> +
>> currentLocation = "InstallationandUpgrade";
>> +
>> currentLink = "
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings".substr(1,
>> "
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>> ".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/CommandLineAdmin.html") > 0) {
>> +
>> currentLocation = "InstallationandUpgrade";
>> +
>> currentLink = "/CommandLineAdmin.html".substr(1,
>> "/CommandLineAdmin.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/get-involved.html") > 0) {
>> +
>> currentLocation = "Community";
>> +
>> currentLink = "/get-involved.html".substr(1, "/get-involved.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/team-list.html") > 0) {
>> +
>> currentLocation = "Community";
>> +
>> currentLink = "/team-list.html".substr(1, "/team-list.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/mail-lists.html") > 0) {
>> +
>> currentLocation = "Community";
>> +
>> currentLink = "/mail-lists.html".substr(1, "/mail-lists.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/") > 0) {
>> +
>> currentLocation = "Community";
>> +
>> currentLink = "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".substr(1,
>> "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/svn.html") > 0) {
>> +
>> currentLocation = "Development";
>> +
>> currentLink = "/svn.html".substr(1, "/svn.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("
>> http://issues.apache.org/jira/browse/OPENMEETINGS") > 0) {
>> +
>> currentLocation = "Development";
>> +
>> currentLink = "http://issues.apache.org/jira/browse/OPENMEETINGS".substr(1,
>> "http://issues.apache.org/jira/browse/OPENMEETINGS".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/dependencies.html") > 0) {
>> +
>> currentLocation = "Development";
>> +
>> currentLink = "/dependencies.html".substr(1, "/dependencies.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/BuildInstructions.html") > 0) {
>> +
>> currentLocation = "Development";
>> +
>> currentLink = "/BuildInstructions.html".substr(1,
>> "/BuildInstructions.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/JUnitTesting.html") > 0) {
>> +
>> currentLocation = "Development";
>> +
>> currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
>> +
>> currentLocation = "Integration";
>> +
>> currentLink = "/SoapRestAPI.html".substr(1, "/SoapRestAPI.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/RestAPISample.html") > 0) {
>> +
>> currentLocation = "Integration";
>> +
>> currentLink = "/RestAPISample.html".substr(1, "/RestAPISample.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/LdapAndADS.html") > 0) {
>> +
>> currentLocation = "Integration";
>> +
>> currentLink = "/LdapAndADS.html".substr(1, "/LdapAndADS.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/voip-sip-integration.html") > 0) {
>> +
>> currentLocation = "Integration";
>> +
>> currentLink = "/voip-sip-integration.html".substr(1,
>> "/voip-sip-integration.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/ErrorsTable.html") > 0) {
>> +
>> currentLocation = "Integration";
>> +
>> currentLink = "/ErrorsTable.html".substr(1, "/ErrorsTable.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/MoodlePlugin.html") > 0) {
>> +
>> currentLocation = "Plugins";
>> +
>> currentLink = "/MoodlePlugin.html".substr(1, "/MoodlePlugin.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/SakaiPlugin.html") > 0) {
>> +
>> currentLocation = "Plugins";
>> +
>> currentLink = "/SakaiPlugin.html".substr(1, "/SakaiPlugin.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/JiraPlugin.html") > 0) {
>> +
>> currentLocation = "Plugins";
>> +
>> currentLink = "/JiraPlugin.html".substr(1, "/JiraPlugin.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/ConfluencePlugin.html") > 0) {
>> +
>> currentLocation = "Plugins";
>> +
>> currentLink = "/ConfluencePlugin.html".substr(1,
>> "/ConfluencePlugin.html".length);
>> +                                                       }
>> +
>> +
>> +                                                       else if
>> (document.location.href.indexOf("/SugarCRMPlugin.html") > 0) {
>> +
>> currentLocation = "Plugins";
>> +
>> currentLink = "/SugarCRMPlugin.html".substr(1,
>> "/SugarCRMPlugin.html".length);
>> +                                                       }
>> +
>> +
>>
>>
>>
>>                                                           else if
>> (document.location.href.indexOf("/ApacheDerbyConfig.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/ApacheDerbyConfig.html".substr(1,
>> "/ApacheDerbyConfig.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/IBMDB2Config.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/IBMDB2Config.html".substr(1, "/IBMDB2Config.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/OracleConfig.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/OracleConfig.html".substr(1, "/OracleConfig.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/MySQLConfig.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/MySQLConfig.html".substr(1, "/MySQLConfig.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/PostgresConfig.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/PostgresConfig.html".substr(1,
>> "/PostgresConfig.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/Internationalisation.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/Internationalisation.html".substr(1,
>> "/Internationalisation.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/LanguageEditor.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/LanguageEditor.html".substr(1,
>> "/LanguageEditor.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/TimeZoneHandling.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/TimeZoneHandling.html".substr(1,
>> "/TimeZoneHandling.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/EditTemplates.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/EditTemplates.html".substr(1, "/EditTemplates.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/PortSettings.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/PortSettings.html".substr(1, "/PortSettings.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/JVMPerformanceTuning.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/JVMPerformanceTuning.html".substr(1,
>> "/JVMPerformanceTuning.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/themes-and-branding.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/themes-and-branding.html".substr(1,
>> "/themes-and-branding.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/BrandingAndColors.html".substr(1,
>> "/BrandingAndColors.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/Dashboard.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/Dashboard.html".substr(1, "/Dashboard.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/WebcamResolutions.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/WebcamResolutions.html".substr(1,
>> "/WebcamResolutions.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/ConferenceRoomLayoutOptions.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/Navigation.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/Navigation.html".substr(1, "/Navigation.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/CalendarAndTimezone.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/CalendarAndTimezone.html".substr(1,
>> "/CalendarAndTimezone.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/CustomRoomTypeHowTo.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/CustomRoomTypeHowTo.html".substr(1,
>> "/CustomRoomTypeHowTo.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/GeneralConfiguration.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/GeneralConfiguration.html".substr(1,
>> "/GeneralConfiguration.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/RestrictedAccess.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/RestrictedAccess.html".substr(1,
>> "/RestrictedAccess.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/RTMPSAndHTTPS.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/RTMPSAndHTTPS.html".substr(1, "/RTMPSAndHTTPS.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/OpenOfficeConverter.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/OpenOfficeConverter.html".substr(1,
>> "/OpenOfficeConverter.html".length);
>> +                                                               }
>> +
>>                                               else if
>> (document.location.href.indexOf("/FFMPEGVersionSwitch.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/FFMPEGVersionSwitch.html".substr(1,
>> "/FFMPEGVersionSwitch.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/ClusteringManual.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/ClusteringManual.html".substr(1,
>> "/ClusteringManual.html".length);
>> +                                                               }
>> +
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/GetVersionInfo.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/GetVersionInfo.html".substr(1,
>> "/GetVersionInfo.html".length);
>> +                                                               }
>> +
>> +                                       currentLink =
>> currentLink.toLowerCase();
>> +                                       currentLocation =
>> currentLocation.toLowerCase();
>> +
>> +                                               return sideBarLastString
>> == currentLink+"#"+currentLocation;
>> +                                       }
>> +                               });
>> +                       });
>> +                       </script>
>> +
>> +                       <script type="text/javascript">
>> +                               $(document).ready(function() {
>> +
>> $('.fancybox-buttons').colorbox({rel:'fancybox-buttons',width:"75%",
>> height:"75%"});
>> +                                       $('#accordion a').each(function()
>> {
>> +                                     var a = $(this);
>> +                                     var href = a.attr("href");
>> +                                     if (href.indexOf("#") == -1) {
>> +                                         var compareIt = href.substr(2,
>> href.length);
>> +                                             if
>> (document.location.href.indexOf(compareIt)!= -1) {
>> +                                              a.addClass('active');
>> +                                             }
>> +                                     }
>> +                                   });
>> +                                       $('#coin-slider').coinslider({
>> width: 640,height: 400, delay: 4000  });
>> +                               });
>> +                       </script>
>> +
>> +                       <style type="text/css">
>> +                               .fancybox-custom .fancybox-outer {
>> +                                       box-shadow: 0 0 50px #222;
>> +                               }
>> +                       </style>
>> +        </head>
>> +
>> +        <body bgcolor="#ffffff" text="#000000" link="#123465"
>> vlink="#123465" alink="#000000">
>> +               <div class="mainbody" with="100%">
>> +               <div class="superbody" width="100%">
>> +            <table border="0" width="100%" cellspacing="0">
>> +                <!-- TOP IMAGE -->
>> +                <tr>
>> +                    <td align='LEFT'>
>> +                    <td align="left">
>> +<a href="http://incubator.apache.org/openmeetings/"><img
>> src="./images/logo-2.jpg" alt="Apache OpenMeetings" border="0"/></a>
>> +</td>
>> +                    </td>
>> +                    <td align='LEFT'>
>> +                    <td width="80%" align="right" valign="top" >
>> +       <a href="http://demo.openmeetings.de" target="_BLANK">Demo</a>
>> +       <span>|</span>
>> +       <a href="downloads.html" target="_PARENT">Download</a>
>> +       <span>|</span>
>> +       <a href="installation.html" target="_PARENT">Installation</a>
>> +       <span>|</span>
>> +       <a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS"
>> target="_BLANK">Wiki</a>
>> +       <span>&nbsp;</span>
>> +</td>
>> +                    </td>
>> +                </tr>
>> +            </table>
>> +            <table border="0" width="100%" cellspacing="4">
>> +                <tr><td colspan="2">
>> +                    <hr noshade="" size="1"/>
>> +                </td></tr>
>> +
>> +                <tr>
>> +                    <!-- LEFT SIDE NAVIGATION -->
>> +                    <td width="20%" valign="top" nowrap="true">
>> +
>> +                    <!-- special ACon Logo - leave here for next time
>> +                    <a href="http://apachecon.com/2005/US/">
>> +                        <img src="
>> http://apache.org/images/ac2005us_blue_125x125.jpg" height="125"
>> +                             width="125" border="0" alt="ApacheCon US
>> 2005" />
>> +                    </a>  -->
>> +
>> +                   <!-- regular menu -->
>> +
>> +
>> +    <!-- ============================================================ -->
>> +    <div id="accordion" width="100%">
>> +
>> +               <h3><a href="#General">General</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./index.html">Home</a>
>> +<br/>
>> +
>>           <a href="./license.html">License</a>
>> +<br/>
>> +
>>           <a href="http://www.apache.org/">ASF</a>
>> +<br/>
>> +
>>           <a href="./downloads.html">Downloads</a>
>> +<br/>
>> +
>>           <a href="./commercial-support.html">Commercial Support</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#InstallationandUpgrade">Installation and
>> Upgrade</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./installation.html">Installation</a>
>> +<br/>
>> +
>>           <a href="./Upgrade.html">Upgrade</a>
>> +<br/>
>> +
>>           <a href="
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>> ">Tutorials</a>
>> +<br/>
>> +
>>           <a href="./CommandLineAdmin.html">Command Line Admin</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#Community">Community</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./get-involved.html">Get Involved</a>
>> +<br/>
>> +
>>           <a href="./team-list.html">Committers</a>
>> +<br/>
>> +
>>           <a href="./mail-lists.html">Mailing Lists</a>
>> +<br/>
>> +
>>           <a href="
>> http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#Development">Development</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./svn.html">Source Code</a>
>> +<br/>
>> +
>>           <a href="http://issues.apache.org/jira/browse/OPENMEETINGS">Bugs
>> / Issues (JIRA)</a>
>> +<br/>
>> +
>>           <a href="./dependencies.html">Dependencies</a>
>> +<br/>
>> +
>>           <a href="./BuildInstructions.html">Build Instructions</a>
>> +<br/>
>> +
>>           <a href="./JUnitTesting.html">JUnit Testing</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#Integration">Integration</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./SoapRestAPI.html">SOAP/REST API</a>
>> +<br/>
>> +
>>           <a href="./RestAPISample.html">REST API Sample</a>
>> +<br/>
>> +
>>           <a href="./LdapAndADS.html">Ldap and ADS</a>
>> +<br/>
>> +
>>           <a href="./voip-sip-integration.html">VoIP and SIP</a>
>> +<br/>
>> +
>>           <a href="./ErrorsTable.html">Errors table</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#Plugins">Plugins</a></h3>
>> +       <div  width="100%">
>> +                                                           <a
>> href="./MoodlePlugin.html">Moodle Plugin</a>
>> +<br/>
>> +
>>           <a href="./SakaiPlugin.html">Sakai Plugin</a>
>> +<br/>
>> +
>>           <a href="./JiraPlugin.html">Jira Plugin</a>
>> +<br/>
>> +
>>           <a href="./ConfluencePlugin.html">Confluence Plugin</a>
>> +<br/>
>> +
>>           <a href="./SugarCRMPlugin.html">SugarCRM Plugin</a>
>> +<br/>
>> +                                               </div>
>> +               <h3><a href="#Configuration">Configuration</a></h3>
>> +       <div  width="100%">
>> +                                                       <b>DB Sample
>> Configurations</b><br/>
>> +
>>   <a href="./ApacheDerbyConfig.html">Apache Derby</a>
>> +<br/>
>> +
>>   <a href="./IBMDB2Config.html">IBM DB2</a>
>> +<br/>
>> +
>>   <a href="./OracleConfig.html">Oracle</a>
>> +<br/>
>> +
>>   <a href="./MySQLConfig.html">MySQL</a>
>> +<br/>
>> +
>>   <a href="./PostgresConfig.html">Postgres</a>
>> +<br/>
>> +
>>                                       <b>Localization and languages</b><br/>
>> +
>>   <a href="./Internationalisation.html">Internationalisation</a>
>> +<br/>
>> +
>>   <a href="./LanguageEditor.html">LanguageEditor</a>
>> +<br/>
>> +
>>   <a href="./TimeZoneHandling.html">TimeZoneHandling</a>
>> +<br/>
>> +
>>   <a href="./EditTemplates.html">EditTemplates</a>
>> +<br/>
>> +
>>                                       <b>NAT Port Settings</b><br/>
>> +
>>   <a href="./PortSettings.html">Port settings</a>
>> +<br/>
>> +
>>                                       <b>Performance</b><br/>
>> +
>>   <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
>> +<br/>
>> +
>>                                       <b>User Interface</b><br/>
>> +
>>   <a href="./themes-and-branding.html">Themes</a>
>> +<br/>
>> +
>>   <a href="./BrandingAndColors.html">Branding and Colors</a>
>> +<br/>
>> +
>>   <a href="./Dashboard.html">Dashboard</a>
>> +<br/>
>> +
>>   <a href="./WebcamResolutions.html">Webcam resolutions</a>
>> +<br/>
>> +
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>> +<br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>> +
>>                                       <b>Customization</b><br/>
>> +
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>> +<br/>
>> +
>>   <a href="./Navigation.html">Navigation</a>
>> +<br/>
>> +
>>   <a href="./CalendarAndTimezone.html">Calendar and timezone</a>
>> +<br/>
>> +
>>   <a href="./CustomRoomTypeHowTo.html">Custom room type</a>
>> +<br/>
>> +
>>   <a href="./GeneralConfiguration.html">General Configuration</a>
>> +<br/>
>> +
>>                                       <b>Security</b><br/>
>> +
>>   <a href="./RestrictedAccess.html">Restricted Access</a>
>> +<br/>
>> +
>>   <a href="./RTMPSAndHTTPS.html">RTMPS and HTTPS</a>
>> +<br/>
>> +
>>                                       <b>Converters</b><br/>
>> +
>>   <a href="./OpenOfficeConverter.html">OpenOffice Converter</a>
>> +<br/>
>> +
>>   <a href="./FFMPEGVersionSwitch.html">FFMPEG Version Switch</a>
>> +<br/>
>> +
>>                                       <b>Clustering</b><br/>
>> +
>>   <a href="./ClusteringManual.html">Clustering (Manual)</a>
>> +<br/>
>> +
>>                                       <b>Misc</b><br/>
>> +
>>   <a href="./GetVersionInfo.html">Get version info</a>
>> +<br/>
>> +
>>       </div>
>> +
>> +    </div>
>> +
>> +    <br/>
>> +    <img src="images/apache-incubator-logo-no-borders.png"
>> alt="apache-incubator-logo-no-borders.png" border="0"/>
>> +
>> +                    </td>
>> +                    <td width="80%" align="left" valign="top">
>> +
>>  <table border="0" cellspacing="0" cellpadding="0" cellspacing="0"
>> width="100%">
>> +      <tr><td ><!-- bgcolor="#EEEEEE" -->
>> +        <font color="#000000" face="verdana,arial,helvetica,sanserif">
>> +          <a name="Keys table"><strong>Keys table</strong></a>
>> +          <hr style="width:100%; color:#999999;
>> background-color:#999999; height:1px; border:0px;"/>
>> +        </font>
>> +      </td></tr>
>> +      <tr><td>
>> +        <blockquote>
>> +                                    <table>
>> +                        <tr>
>> +                        <th bgcolor="#039acc" colspan="" rowspan=""
>> valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Key
>> +            </font>
>> +</th>
>> +                                <th bgcolor="#039acc" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Functionality
>> +            </font>
>> +</th>
>> +                                <th bgcolor="#039acc" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Configurable
>> +            </font>
>> +</th>
>> +                                <th bgcolor="#039acc" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Config Key
>> +            </font>
>> +</th>
>> +            </tr>
>> +                                <tr>
>> +                        <td bgcolor="#a0ddf0" colspan="" rowspan=""
>> valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                F12 (code 123)
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                A hot key code for the 'give exclusive audio'
>> functionality.
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Yes
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                exclusive.audio.keycode
>> +            </font>
>> +</td>
>> +            </tr>
>> +                                <tr>
>> +                        <td bgcolor="#a0ddf0" colspan="" rowspan=""
>> valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                Ctrl+F
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                If 1 or 2 video windows are present in the room they
>> will be
>> +                                               "rearranged" to take all
>> the place available
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +                No
>> +            </font>
>> +</td>
>> +                                <td bgcolor="#a0ddf0" colspan=""
>> rowspan="" valign="top" align="left">
>> +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
>> +
>> +
>> +            </font>
>> +</td>
>> +            </tr>
>> +            </table>
>> +                            </blockquote>
>> +        </p>
>> +      </td></tr>
>> +      <tr><td><br/></td></tr>
>> +    </table>
>> +                                        </td>
>> +                </tr>
>> +
>> +                <!-- FOOTER -->
>> +                <tr><td colspan="2">
>> +                    <hr noshade="" size="1"/>
>> +                </td></tr>
>> +                <tr><td colspan="2">
>> +                    <div align="center"><font color="#123465"
>> size="-1"><em>
>> +                    Copyright &#169; 2003-2012, The Apache Software
>> Foundation
>> +                    </em></font></div>
>> +                </td></tr>
>> +            </table>
>> +            </div>
>> +            </div>
>> +        </body>
>> +    </html>
>> +<!-- end the processing -->
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>> +
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> ---
>> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
>> (original)
>> +++
>> incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/JiraPlugin.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified:
>> incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
>> Thu Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>> Modified: incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html?rev=1360624&r1=1360623&r2=1360624&view=diff
>>
>> ==============================================================================
>> --- incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
>> (original)
>> +++ incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html Thu
>> Jul 12 11:00:19 2012
>> @@ -309,6 +309,10 @@ limitations under the License.
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/ConferenceRoomLayoutOptions.html".substr(1,
>> "/ConferenceRoomLayoutOptions.html".length);
>>                                                                 }
>> +
>>                                               else if
>> (document.location.href.indexOf("/HotKeys.html") > 0) {
>> +
>> currentLocation = "Configuration";
>> +
>> currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
>> +                                                               }
>>
>>
>>
>>
>>                           else if
>> (document.location.href.indexOf("/WebappNamePath.html") > 0) {
>>
>> currentLocation = "Configuration";
>>
>> currentLink = "/WebappNamePath.html".substr(1,
>> "/WebappNamePath.html".length);
>> @@ -546,6 +550,8 @@ limitations under the License.
>>  <br/>
>>
>>   <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
>>  <br/>
>> +
>>   <a href="./HotKeys.html">Hot Keys</a>
>> +<br/>
>>
>>                                       <b>Customization</b><br/>
>>
>>   <a href="./WebappNamePath.html">Webapp name/path</a>
>>  <br/>
>>
>>
>>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax