You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/04/25 20:15:10 UTC

svn commit: r1330460 [1/3] - in /incubator/openmeetings/trunk/singlewebapp: docs/ xdocs/stylesheets/

Author: sebawagner
Date: Wed Apr 25 18:15:08 2012
New Revision: 1330460

URL: http://svn.apache.org/viewvc?rev=1330460&view=rev
Log:
OPENMEETINGS-101 move links to tutorials to Installation/Upgrade

Modified:
    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/ConferenceRoomLayoutOptions.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/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/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/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/xdocs/stylesheets/project.xml

Modified: incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/ApacheDerbyConfig.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BrandingAndColors.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/CalendarAndTimezone.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/ConferenceRoomLayoutOptions.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/CustomRoomTypeHowTo.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Dashboard.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/EditTemplates.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/FFMPEGVersionSwitch.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/GeneralConfiguration.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/GetVersionInfo.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/IBMDB2Config.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Internationalisation.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/JVMPerformanceTuning.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/LanguageEditor.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/LdapAndADS.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html?rev=1330460&r1=1330459&r2=1330460&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/MoodlePlugin.html Wed Apr 25 18:15:08 2012
@@ -131,6 +131,12 @@ limitations under the License.
 					            		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("/get-involved.html") > 0) {
 					            		currentLocation = "Community";
@@ -150,12 +156,6 @@ limitations under the License.
 					            	} 
 					            	
 					        				        							            					            	
-					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
-					            		currentLocation = "Community";
-					            		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("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);
@@ -449,6 +449,8 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
 <br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Community">Community</a></h3>
     	<div  width="100%">
@@ -458,8 +460,6 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
 <br/>
-	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-<br/>
 	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 <br/>
 	        		            	</div>
@@ -618,6 +618,10 @@ limitations under the License.
 			            	<li>    <a href="./Upgrade.html">Upgrade</a>
 </li>
 			        	</font>
+		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
+			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
+</li>
+			        	</font>
 		        			        		        </ul>
 	        </div>
 	      </div>
@@ -648,10 +652,6 @@ limitations under the License.
 </li>
 			        	</font>
 		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
-			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials (Plugin/Installation)</a>
-</li>
-			        	</font>
-		        			        		            			            <font color="#000000" face="arial,helvetica,sanserif" size="2pt">
 			            	<li>    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
 </li>
 			        	</font>