Modified: incubator/openmeetings/trunk/singlewebapp/docs/index.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/index.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/index.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/index.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div>
Modified: incubator/openmeetings/trunk/singlewebapp/docs/installation.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/installation.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/installation.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/installation.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/license.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/license.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/license.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/license.html Wed Jun 6 06:09:32 2012 @@ -214,6 +214,12 @@ limitations under the License. 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"; @@ -503,6 +509,8 @@ limitations under the License. <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%"> @@ -748,6 +756,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html Wed Jun 6 06:09:32 2012 @@ -214,6 +214,12 @@ limitations under the License. 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"; @@ -503,6 +509,8 @@ limitations under the License. <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%"> @@ -748,6 +756,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/svn.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/svn.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/svn.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/svn.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/team-list.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/team-list.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/team-list.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/team-list.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div> Modified: incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html?rev=1346744&r1=1346743&r2=1346744&view=diff ============================================================================== --- incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html (original) +++ incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html Wed Jun 6 06:09:32 2012 @@ -215,6 +215,12 @@ limitations under the License. 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"; @@ -504,6 +510,8 @@ limitations under the License. <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%"> @@ -749,6 +757,10 @@ limitations under the License. <li> <a href="./voip-sip-integration.html">VoIP and SIP</a> </li> </font> + <font color="#000000" face="arial,helvetica,sanserif" size="2pt"> + <li> <a href="./ErrorsTable.html">Errors table</a> +</li> + </font> </ul> </div> </div>
