Jive(J道版) Jive(J道版)是在Jive 2.1版本基础上改编而成

源代码在线查看: setup2.jsp

软件大小: 3280 K
上传用户: jjkk778
关键词: Jive 2.1 版本
下载地址: 免注册下载 普通下载 VIP

相关代码

				
								/**
				 * $RCSfile: setup2.jsp,v $
				 * $Revision: 1.1.1.1 $
				 * $Date: 2002/09/09 13:50:21 $
				 *
				 * Copyright (C) 1999-2001 CoolServlets, Inc. All rights reserved.
				 *
				 * This software is the proprietary information of CoolServlets, Inc.
				 * Use is subject to license terms.
				 */
				%>
				
								                 java.util.*,
				                 java.lang.reflect.*,
				                 com.jivesoftware.forum.*,
				                 com.jivesoftware.forum.util.*"
				%>
				
									Locale locale = JiveGlobals.getLocale();
					// Set the JSP page to use the Jive locale
					response.setLocale(locale);
					// Load the appropriate resource bundle to display the page.
					ResourceBundle bundle = SkinUtils.getResourceBundle("skin_admin_setup", locale);
				
				    // Set the locale
					String language = ParamUtils.getParameter(request,"language");
					if (language != null) {
						if ("English".equals(language)) {
							JiveGlobals.setLocale(Locale.US);
						}
						else if ("French".equals(language)) {
							JiveGlobals.setLocale(Locale.FRENCH);
						}
				        // mark this section as finished
				        session.setAttribute("sidebar.1.light", GREEN);
						response.sendRedirect("setup3.jsp");
				        return;
					}
				%>
				
				
				
				
				
				
				
				
								    session.setAttribute("sidebar.1.active", new Boolean(true));
				    if (!GREEN.equals(getSessionString(session,"sidebar.1.light"))) {
				        session.setAttribute("sidebar.1.light", YELLOW);
				    }
				%>
				
				
				
				
				    语言设置
				    
				
				    
				    请选择一个你希望Jive使用的语言。以后你可以使用管理工具随时修改语言设置。
				
				    
					
					
					English
									   
					
					 (中文)
				 
				 -->
				    
				    (更多语言增加中)
				    
				    				    
					
					Français
				        
				    --%>
				    
				    
				
				    
				    
				    
				    
				    
				
				
				
				
				
				
				
				
							

相关资源