Java tutorial
package org.apache.jsp.html.portlet.communities; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.liferay.counter.service.CounterLocalServiceUtil; import com.liferay.portal.NoSuchUserException; import com.liferay.portal.kernel.captcha.CaptchaMaxChallengesException; import com.liferay.portal.kernel.captcha.CaptchaTextException; import com.liferay.portal.kernel.bean.BeanParamUtil; import com.liferay.portal.kernel.bean.BeanPropertiesUtil; import com.liferay.portal.kernel.cal.Recurrence; import com.liferay.portal.kernel.configuration.Filter; import com.liferay.portal.kernel.dao.orm.QueryUtil; import com.liferay.portal.kernel.dao.search.DAOParamUtil; import com.liferay.portal.kernel.dao.search.DisplayTerms; import com.liferay.portal.kernel.dao.search.ResultRow; import com.liferay.portal.kernel.dao.search.RowChecker; import com.liferay.portal.kernel.dao.search.ScoreSearchEntry; import com.liferay.portal.kernel.dao.search.SearchContainer; import com.liferay.portal.kernel.dao.search.SearchEntry; import com.liferay.portal.kernel.dao.search.TextSearchEntry; import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.io.unsync.UnsyncStringReader; import com.liferay.portal.kernel.json.JSONArray; import com.liferay.portal.kernel.json.JSONFactoryUtil; import com.liferay.portal.kernel.json.JSONObject; import com.liferay.portal.kernel.language.LanguageUtil; import com.liferay.portal.kernel.language.LanguageWrapper; import com.liferay.portal.kernel.language.UnicodeLanguageUtil; import com.liferay.portal.kernel.log.Log; import com.liferay.portal.kernel.log.LogFactoryUtil; import com.liferay.portal.kernel.log.LogUtil; import com.liferay.portal.kernel.messaging.DestinationNames; import com.liferay.portal.kernel.messaging.MessageBusUtil; import com.liferay.portal.kernel.portlet.DynamicRenderRequest; import com.liferay.portal.kernel.portlet.LiferayPortletMode; import com.liferay.portal.kernel.portlet.LiferayPortletRequest; import com.liferay.portal.kernel.portlet.LiferayPortletResponse; import com.liferay.portal.kernel.portlet.LiferayPortletURL; import com.liferay.portal.kernel.portlet.LiferayWindowState; import com.liferay.portal.kernel.search.Field; import com.liferay.portal.kernel.servlet.BrowserSnifferUtil; import com.liferay.portal.kernel.servlet.ImageServletTokenUtil; import com.liferay.portal.kernel.servlet.ServletContextUtil; import com.liferay.portal.kernel.servlet.SessionErrors; import com.liferay.portal.kernel.servlet.SessionMessages; import com.liferay.portal.kernel.servlet.StringServletResponse; import com.liferay.portal.kernel.util.ArrayUtil; import com.liferay.portal.kernel.util.BooleanWrapper; import com.liferay.portal.kernel.util.BreadcrumbsUtil; import com.liferay.portal.kernel.util.CalendarFactoryUtil; import com.liferay.portal.kernel.util.CalendarUtil; import com.liferay.portal.kernel.util.CharPool; import com.liferay.portal.kernel.util.Constants; import com.liferay.portal.kernel.util.ContentTypes; import com.liferay.portal.kernel.util.DateFormatFactoryUtil; import com.liferay.portal.kernel.util.DateUtil; import com.liferay.portal.kernel.util.FastDateFormatFactoryUtil; import com.liferay.portal.kernel.util.FileUtil; import com.liferay.portal.kernel.util.GetterUtil; import com.liferay.portal.kernel.util.HtmlUtil; import com.liferay.portal.kernel.util.Http; import com.liferay.portal.kernel.util.HttpUtil; import com.liferay.portal.kernel.util.IntegerWrapper; import com.liferay.portal.kernel.util.JavaConstants; import com.liferay.portal.kernel.util.KeyValuePair; import com.liferay.portal.kernel.util.KeyValuePairComparator; import com.liferay.portal.kernel.util.ListUtil; import com.liferay.portal.kernel.util.LocaleUtil; import com.liferay.portal.kernel.util.LocalizationUtil; import com.liferay.portal.kernel.util.LongWrapper; import com.liferay.portal.kernel.util.MathUtil; import com.liferay.portal.kernel.util.ObjectValuePair; import com.liferay.portal.kernel.util.ObjectValuePairComparator; import com.liferay.portal.kernel.util.OrderByComparator; import com.liferay.portal.kernel.util.OrderedProperties; import com.liferay.portal.kernel.util.ParamUtil; import com.liferay.portal.kernel.util.PrefsParamUtil; import com.liferay.portal.kernel.util.PropertiesParamUtil; import com.liferay.portal.kernel.util.PropertiesUtil; import com.liferay.portal.kernel.util.PropsKeys; import com.liferay.portal.kernel.util.Randomizer; import com.liferay.portal.kernel.util.ReleaseInfo; import com.liferay.portal.kernel.util.ServerDetector; import com.liferay.portal.kernel.util.SetUtil; import com.liferay.portal.kernel.util.SortedProperties; import com.liferay.portal.kernel.util.StackTraceUtil; import com.liferay.portal.kernel.util.StringBundler; import com.liferay.portal.kernel.util.StringComparator; import com.liferay.portal.kernel.util.StringPool; import com.liferay.portal.kernel.util.StringUtil; import com.liferay.portal.kernel.util.Time; import com.liferay.portal.kernel.util.TimeZoneUtil; import com.liferay.portal.kernel.util.UnicodeFormatter; import com.liferay.portal.kernel.util.UnicodeProperties; import com.liferay.portal.kernel.util.Validator; import com.liferay.portal.kernel.workflow.WorkflowConstants; import com.liferay.portal.language.LanguageImpl; import com.liferay.portal.model.*; import com.liferay.portal.model.impl.*; import com.liferay.portal.security.auth.AuthTokenUtil; import com.liferay.portal.security.auth.PrincipalException; import com.liferay.portal.security.permission.ActionKeys; import com.liferay.portal.security.permission.PermissionChecker; import com.liferay.portal.service.*; import com.liferay.portal.service.permission.GroupPermissionUtil; import com.liferay.portal.service.permission.LayoutPermissionUtil; import com.liferay.portal.service.permission.LayoutPrototypePermissionUtil; import com.liferay.portal.service.permission.LayoutSetPrototypePermissionUtil; import com.liferay.portal.service.permission.PortletPermissionUtil; import com.liferay.portal.struts.StrutsUtil; import com.liferay.portal.theme.PortletDisplay; import com.liferay.portal.theme.ThemeDisplay; import com.liferay.portal.util.ContentUtil; import com.liferay.portal.util.CookieKeys; import com.liferay.portal.util.JavaScriptBundleUtil; import com.liferay.portal.util.Portal; import com.liferay.portal.util.PortalUtil; import com.liferay.portal.util.PortletCategoryKeys; import com.liferay.portal.util.PortletKeys; import com.liferay.portal.util.PrefsPropsUtil; import com.liferay.portal.util.PropsUtil; import com.liferay.portal.util.PropsValues; import com.liferay.portal.util.SessionClicks; import com.liferay.portal.util.SessionTreeJSClicks; import com.liferay.portal.util.ShutdownUtil; import com.liferay.portal.util.WebAppPool; import com.liferay.portal.util.WebKeys; import com.liferay.portal.util.comparator.PortletCategoryComparator; import com.liferay.portal.util.comparator.PortletTitleComparator; import com.liferay.portlet.InvokerPortlet; import com.liferay.portlet.PortalPreferences; import com.liferay.portlet.PortletConfigFactoryUtil; import com.liferay.portlet.PortletInstanceFactoryUtil; import com.liferay.portlet.PortletPreferencesFactoryUtil; import com.liferay.portlet.PortletResponseImpl; import com.liferay.portlet.PortletSetupUtil; import com.liferay.portlet.PortletURLImpl; import com.liferay.portlet.PortletURLUtil; import com.liferay.portlet.RenderParametersPool; import com.liferay.portlet.RenderRequestFactory; import com.liferay.portlet.RenderRequestImpl; import com.liferay.portlet.RenderResponseFactory; import com.liferay.portlet.RenderResponseImpl; import com.liferay.portlet.UserAttributes; import com.liferay.portlet.portletconfiguration.util.PortletConfigurationUtil; import com.liferay.util.CreditCard; import com.liferay.util.Encryptor; import com.liferay.util.JS; import com.liferay.util.PKParser; import com.liferay.util.PwdGenerator; import com.liferay.util.State; import com.liferay.util.StateUtil; import com.liferay.util.TextFormatter; import com.liferay.util.UniqueList; import com.liferay.util.format.PhoneNumberUtil; import com.liferay.util.log4j.Levels; import com.liferay.util.mail.InternetAddressUtil; import com.liferay.util.portlet.PortletRequestUtil; import com.liferay.util.servlet.DynamicServletRequest; import com.liferay.util.servlet.SessionParameters; import com.liferay.util.servlet.UploadException; import com.liferay.util.xml.XMLFormatter; import java.io.Serializable; import java.math.BigDecimal; import java.net.InetAddress; import java.net.UnknownHostException; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.Format; import java.text.MessageFormat; import java.text.NumberFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collection; import java.util.Collections; import java.util.Currency; import java.util.Date; import java.util.Enumeration; import java.util.GregorianCalendar; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.MissingResourceException; import java.util.Properties; import java.util.ResourceBundle; import java.util.Set; import java.util.Stack; import java.util.TimeZone; import java.util.TreeMap; import java.util.TreeSet; import javax.portlet.MimeResponse; import javax.portlet.PortletConfig; import javax.portlet.PortletContext; import javax.portlet.PortletException; import javax.portlet.PortletMode; import javax.portlet.PortletPreferences; import javax.portlet.PortletRequest; import javax.portlet.PortletResponse; import javax.portlet.PortletSession; import javax.portlet.PortletURL; import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; import javax.portlet.ResourceURL; import javax.portlet.UnavailableException; import javax.portlet.ValidatorException; import javax.portlet.WindowState; import org.apache.commons.math.util.MathUtils; import org.apache.struts.Globals; import com.liferay.portal.DuplicateGroupException; import com.liferay.portal.DuplicateTeamException; import com.liferay.portal.GroupNameException; import com.liferay.portal.ImageTypeException; import com.liferay.portal.LARFileException; import com.liferay.portal.LARTypeException; import com.liferay.portal.LayoutFriendlyURLException; import com.liferay.portal.LayoutHiddenException; import com.liferay.portal.LayoutImportException; import com.liferay.portal.LayoutNameException; import com.liferay.portal.LayoutParentLayoutIdException; import com.liferay.portal.LayoutSetVirtualHostException; import com.liferay.portal.LayoutTypeException; import com.liferay.portal.MembershipRequestCommentsException; import com.liferay.portal.NoSuchGroupException; import com.liferay.portal.NoSuchLayoutException; import com.liferay.portal.NoSuchLayoutSetException; import com.liferay.portal.NoSuchPortletException; import com.liferay.portal.NoSuchRoleException; import com.liferay.portal.RemoteExportException; import com.liferay.portal.RemoteOptionsException; import com.liferay.portal.RequiredGroupException; import com.liferay.portal.RequiredLayoutException; import com.liferay.portal.TeamNameException; import com.liferay.portal.kernel.lar.PortletDataException; import com.liferay.portal.kernel.lar.PortletDataHandler; import com.liferay.portal.kernel.lar.PortletDataHandlerBoolean; import com.liferay.portal.kernel.lar.PortletDataHandlerChoice; import com.liferay.portal.kernel.lar.PortletDataHandlerControl; import com.liferay.portal.kernel.lar.PortletDataHandlerKeys; import com.liferay.portal.kernel.lar.UserIdStrategy; import com.liferay.portal.kernel.plugin.PluginPackage; import com.liferay.portal.kernel.scheduler.SchedulerEngineUtil; import com.liferay.portal.kernel.scheduler.Trigger; import com.liferay.portal.kernel.scheduler.messaging.SchedulerRequest; import com.liferay.portal.kernel.staging.StagingConstants; import com.liferay.portal.kernel.staging.StagingUtil; import com.liferay.portal.lar.LayoutExporter; import com.liferay.portal.liveusers.LiveUsers; import com.liferay.portal.plugin.PluginUtil; import com.liferay.portal.service.permission.GroupPermissionUtil; import com.liferay.portal.service.permission.TeamPermissionUtil; import com.liferay.portal.util.LayoutLister; import com.liferay.portal.util.LayoutView; import com.liferay.portal.security.permission.ResourceActionsUtil; import com.liferay.portal.security.permission.comparator.ActionComparator; import com.liferay.portal.security.permission.comparator.ModelResourceComparator; import com.liferay.portal.service.permission.PortalPermissionUtil; import com.liferay.portlet.communities.action.ActionUtil; import com.liferay.portlet.communities.search.ExportPageChecker; import com.liferay.portlet.communities.search.UserGroupRoleRoleChecker; import com.liferay.portlet.communities.search.UserGroupRoleUserChecker; import com.liferay.portlet.enterpriseadmin.search.GroupSearch; import com.liferay.portlet.enterpriseadmin.search.GroupSearchTerms; import com.liferay.portlet.enterpriseadmin.search.OrganizationGroupChecker; import com.liferay.portlet.enterpriseadmin.search.OrganizationSearch; import com.liferay.portlet.enterpriseadmin.search.OrganizationSearchTerms; import com.liferay.portlet.enterpriseadmin.search.RoleSearch; import com.liferay.portlet.enterpriseadmin.search.RoleSearchTerms; import com.liferay.portlet.enterpriseadmin.search.TeamSearch; import com.liferay.portlet.enterpriseadmin.search.TeamSearchTerms; import com.liferay.portlet.enterpriseadmin.search.UserGroupChecker; import com.liferay.portlet.enterpriseadmin.search.UserGroupGroupChecker; import com.liferay.portlet.enterpriseadmin.search.UserGroupSearch; import com.liferay.portlet.enterpriseadmin.search.UserGroupSearchTerms; import com.liferay.portlet.enterpriseadmin.search.UserSearch; import com.liferay.portlet.enterpriseadmin.search.UserSearchTerms; import com.liferay.portlet.enterpriseadmin.search.UserTeamChecker; import com.liferay.portlet.enterpriseadmin.util.EnterpriseAdminUtil; import com.liferay.portlet.tasks.DuplicateReviewUserIdException; import com.liferay.portlet.tasks.NoSuchProposalException; import com.liferay.portlet.tasks.NoSuchReviewException; import com.liferay.portlet.tasks.model.TasksProposal; import com.liferay.portlet.tasks.model.TasksReview; import com.liferay.portlet.tasks.service.TasksProposalLocalServiceUtil; import com.liferay.portlet.tasks.service.TasksReviewLocalServiceUtil; import com.liferay.portlet.tasks.service.permission.TasksProposalPermission; import com.liferay.portlet.tasks.util.comparator.ReviewUserNameComparator; public final class edit_005fpages_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory(); private static java.util.List _jspx_dependants; static { _jspx_dependants = new java.util.ArrayList(28); _jspx_dependants.add("/html/portlet/communities/init.jsp"); _jspx_dependants.add("/html/portlet/init.jsp"); _jspx_dependants.add("/html/common/init.jsp"); _jspx_dependants.add("/html/common/init-ext.jsp"); _jspx_dependants.add("/html/portlet/init-ext.jsp"); _jspx_dependants.add("/html/portlet/communities/edit_pages_public_and_private.jspf"); _jspx_dependants.add("/WEB-INF/tld/displaytag.tld"); _jspx_dependants.add("/WEB-INF/tld/c.tld"); _jspx_dependants.add("/WEB-INF/tld/fmt.tld"); _jspx_dependants.add("/WEB-INF/tld/fn.tld"); _jspx_dependants.add("/WEB-INF/tld/sql.tld"); _jspx_dependants.add("/WEB-INF/tld/x.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-portlet.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-aui.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-portlet-ext.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-security.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-theme.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-ui.tld"); _jspx_dependants.add("/WEB-INF/tld/liferay-util.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-bean.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-bean-el.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-html.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-html-el.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-logic.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-logic-el.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-nested.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-tiles.tld"); _jspx_dependants.add("/WEB-INF/tld/struts-tiles-el.tld"); } private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fif_0026_005ftest; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fchoose; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fotherwise; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fscript; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005factionURL; private javax.el.ExpressionFactory _el_expressionfactory; private org.apache.AnnotationProcessor _jsp_annotationprocessor; public Object getDependants() { return _jspx_dependants; } public void _jspInit() { _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fc_005fif_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fc_005fchoose = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fc_005fotherwise = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005faui_005fscript = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fportlet_005factionURL = org.apache.jasper.runtime.TagHandlerPool .getTagHandlerPool(getServletConfig()); _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()) .getExpressionFactory(); _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext() .getAttribute(org.apache.AnnotationProcessor.class.getName()); } public void _jspDestroy() { _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody.release(); _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody.release(); _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.release(); _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.release(); _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.release(); _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.release(); _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.release(); _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.release(); _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody.release(); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody .release(); _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody.release(); _005fjspx_005ftagPool_005fc_005fchoose.release(); _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.release(); _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody.release(); _005fjspx_005ftagPool_005fc_005fotherwise.release(); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody .release(); _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.release(); _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.release(); _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.release(); _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar.release(); _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage.release(); _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody.release(); _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody.release(); _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.release(); _005fjspx_005ftagPool_005faui_005fscript.release(); _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState.release(); _005fjspx_005ftagPool_005fportlet_005factionURL.release(); } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { response.setContentType("text/html; charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write('\n'); out.write('\n'); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write('\n'); out.write('\n'); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write('\n'); out.write('\n'); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); // liferay-theme:defineObjects com.liferay.taglib.theme.DefineObjectsTag _jspx_th_liferay_002dtheme_005fdefineObjects_005f0 = (com.liferay.taglib.theme.DefineObjectsTag) _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody.get(com.liferay.taglib.theme.DefineObjectsTag.class); _jspx_th_liferay_002dtheme_005fdefineObjects_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dtheme_005fdefineObjects_005f0.setParent(null); int _jspx_eval_liferay_002dtheme_005fdefineObjects_005f0 = _jspx_th_liferay_002dtheme_005fdefineObjects_005f0.doStartTag(); if (_jspx_th_liferay_002dtheme_005fdefineObjects_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody.reuse(_jspx_th_liferay_002dtheme_005fdefineObjects_005f0); return; } _005fjspx_005ftagPool_005fliferay_002dtheme_005fdefineObjects_005fnobody.reuse(_jspx_th_liferay_002dtheme_005fdefineObjects_005f0); com.liferay.portal.theme.ThemeDisplay themeDisplay = null; com.liferay.portal.model.Company company = null; com.liferay.portal.model.Account account = null; com.liferay.portal.model.User user = null; com.liferay.portal.model.User realUser = null; com.liferay.portal.model.Contact contact = null; com.liferay.portal.model.Layout layout = null; java.util.List layouts = null; java.lang.Long plid = null; com.liferay.portal.model.LayoutTypePortlet layoutTypePortlet = null; java.lang.Long scopeGroupId = null; com.liferay.portal.security.permission.PermissionChecker permissionChecker = null; java.util.Locale locale = null; java.util.TimeZone timeZone = null; com.liferay.portal.model.Theme theme = null; com.liferay.portal.model.ColorScheme colorScheme = null; com.liferay.portal.theme.PortletDisplay portletDisplay = null; java.lang.Long portletGroupId = null; themeDisplay = (com.liferay.portal.theme.ThemeDisplay) _jspx_page_context.findAttribute("themeDisplay"); company = (com.liferay.portal.model.Company) _jspx_page_context.findAttribute("company"); account = (com.liferay.portal.model.Account) _jspx_page_context.findAttribute("account"); user = (com.liferay.portal.model.User) _jspx_page_context.findAttribute("user"); realUser = (com.liferay.portal.model.User) _jspx_page_context.findAttribute("realUser"); contact = (com.liferay.portal.model.Contact) _jspx_page_context.findAttribute("contact"); layout = (com.liferay.portal.model.Layout) _jspx_page_context.findAttribute("layout"); layouts = (java.util.List) _jspx_page_context.findAttribute("layouts"); plid = (java.lang.Long) _jspx_page_context.findAttribute("plid"); layoutTypePortlet = (com.liferay.portal.model.LayoutTypePortlet) _jspx_page_context.findAttribute("layoutTypePortlet"); scopeGroupId = (java.lang.Long) _jspx_page_context.findAttribute("scopeGroupId"); permissionChecker = (com.liferay.portal.security.permission.PermissionChecker) _jspx_page_context.findAttribute("permissionChecker"); locale = (java.util.Locale) _jspx_page_context.findAttribute("locale"); timeZone = (java.util.TimeZone) _jspx_page_context.findAttribute("timeZone"); theme = (com.liferay.portal.model.Theme) _jspx_page_context.findAttribute("theme"); colorScheme = (com.liferay.portal.model.ColorScheme) _jspx_page_context.findAttribute("colorScheme"); portletDisplay = (com.liferay.portal.theme.PortletDisplay) _jspx_page_context.findAttribute("portletDisplay"); portletGroupId = (java.lang.Long) _jspx_page_context.findAttribute("portletGroupId"); out.write('\n'); out.write('\n'); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write('\n'); out.write('\n'); // portlet:defineObjects com.liferay.taglib.portlet.DefineObjectsTag _jspx_th_portlet_005fdefineObjects_005f0 = (com.liferay.taglib.portlet.DefineObjectsTag) _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody.get(com.liferay.taglib.portlet.DefineObjectsTag.class); _jspx_th_portlet_005fdefineObjects_005f0.setPageContext(_jspx_page_context); _jspx_th_portlet_005fdefineObjects_005f0.setParent(null); int _jspx_eval_portlet_005fdefineObjects_005f0 = _jspx_th_portlet_005fdefineObjects_005f0.doStartTag(); if (_jspx_th_portlet_005fdefineObjects_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody.reuse(_jspx_th_portlet_005fdefineObjects_005f0); return; } _005fjspx_005ftagPool_005fportlet_005fdefineObjects_005fnobody.reuse(_jspx_th_portlet_005fdefineObjects_005f0); javax.portlet.ActionRequest actionRequest = null; javax.portlet.ActionResponse actionResponse = null; javax.portlet.EventRequest eventRequest = null; javax.portlet.EventResponse eventResponse = null; javax.portlet.PortletConfig portletConfig = null; java.lang.String portletName = null; javax.portlet.PortletPreferences portletPreferences = null; java.util.Map portletPreferencesValues = null; javax.portlet.PortletSession portletSession = null; java.util.Map portletSessionScope = null; javax.portlet.RenderRequest renderRequest = null; javax.portlet.RenderResponse renderResponse = null; javax.portlet.ResourceRequest resourceRequest = null; javax.portlet.ResourceResponse resourceResponse = null; actionRequest = (javax.portlet.ActionRequest) _jspx_page_context.findAttribute("actionRequest"); actionResponse = (javax.portlet.ActionResponse) _jspx_page_context.findAttribute("actionResponse"); eventRequest = (javax.portlet.EventRequest) _jspx_page_context.findAttribute("eventRequest"); eventResponse = (javax.portlet.EventResponse) _jspx_page_context.findAttribute("eventResponse"); portletConfig = (javax.portlet.PortletConfig) _jspx_page_context.findAttribute("portletConfig"); portletName = (java.lang.String) _jspx_page_context.findAttribute("portletName"); portletPreferences = (javax.portlet.PortletPreferences) _jspx_page_context.findAttribute("portletPreferences"); portletPreferencesValues = (java.util.Map) _jspx_page_context.findAttribute("portletPreferencesValues"); portletSession = (javax.portlet.PortletSession) _jspx_page_context.findAttribute("portletSession"); portletSessionScope = (java.util.Map) _jspx_page_context.findAttribute("portletSessionScope"); renderRequest = (javax.portlet.RenderRequest) _jspx_page_context.findAttribute("renderRequest"); renderResponse = (javax.portlet.RenderResponse) _jspx_page_context.findAttribute("renderResponse"); resourceRequest = (javax.portlet.ResourceRequest) _jspx_page_context.findAttribute("resourceRequest"); resourceResponse = (javax.portlet.ResourceResponse) _jspx_page_context.findAttribute("resourceResponse"); out.write('\n'); out.write('\n'); WindowState windowState = null; PortletMode portletMode = null; PortletURL currentURLObj = null; if (renderRequest != null) { windowState = renderRequest.getWindowState(); portletMode = renderRequest.getPortletMode(); currentURLObj = PortletURLUtil.getCurrent(renderRequest, renderResponse); } else if (resourceRequest != null) { windowState = resourceRequest.getWindowState(); portletMode = resourceRequest.getPortletMode(); currentURLObj = PortletURLUtil.getCurrent(resourceRequest, resourceResponse); } String currentURL = currentURLObj.toString(); //String currentURL = PortalUtil.getCurrentURL(request); out.write('\n'); out.write('\n'); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); Format dateFormatDate = FastDateFormatFactoryUtil.getDate(locale, timeZone); Format dateFormatDateTime = FastDateFormatFactoryUtil.getDateTime(locale, timeZone); out.write('\n'); out.write('\n'); String tabs1 = ParamUtil.getString(request, "tabs1", "public-pages"); String tabs2 = ParamUtil.getString(request, "tabs2"); String tabs3 = ParamUtil.getString(request, "tabs3"); String tabs4 = ParamUtil.getString(request, "tabs4"); String redirect = ParamUtil.getString(request, "redirect"); String backURL = ParamUtil.getString(request, "backURL", redirect); if (portletName.equals(PortletKeys.LAYOUT_MANAGEMENT) || portletName.equals(PortletKeys.MY_ACCOUNT)) { portletDisplay.setURLBack(backURL); } if (portletName.equals(PortletKeys.LAYOUT_MANAGEMENT) && tabs1.equals("settings")) { renderResponse.setTitle(LanguageUtil.get(pageContext, "settings")); } Group selGroup = (Group)request.getAttribute(WebKeys.GROUP); Group liveGroup = null; Group stagingGroup = null; int pagesCount = 0; if (selGroup.isStagingGroup()) { liveGroup = selGroup.getLiveGroup(); stagingGroup = selGroup; } else { liveGroup = selGroup; if (selGroup.hasStagingGroup()) { stagingGroup = selGroup.getStagingGroup(); } } Group group = null; if (stagingGroup != null) { group = stagingGroup; } else { group = liveGroup; } long groupId = liveGroup.getGroupId(); if (group != null) { groupId = group.getGroupId(); } long liveGroupId = liveGroup.getGroupId(); long stagingGroupId = 0; if (stagingGroup != null) { stagingGroupId = stagingGroup.getGroupId(); } long selPlid = ParamUtil.getLong(request, "selPlid", LayoutConstants.DEFAULT_PLID); long refererPlid = ParamUtil.getLong(request, "refererPlid", LayoutConstants.DEFAULT_PLID); long layoutId = LayoutConstants.DEFAULT_PARENT_LAYOUT_ID; UnicodeProperties groupTypeSettings = null; if (group != null) { groupTypeSettings = group.getTypeSettingsProperties(); } else { groupTypeSettings = new UnicodeProperties(); } UnicodeProperties liveGroupTypeSettings = liveGroup.getTypeSettingsProperties(); Layout selLayout = null; try { if (selPlid != LayoutConstants.DEFAULT_PLID) { selLayout = LayoutLocalServiceUtil.getLayout(selPlid); } } catch (NoSuchLayoutException nsle) { } Layout refererLayout = null; try { if (refererPlid != LayoutConstants.DEFAULT_PLID) { refererLayout = LayoutLocalServiceUtil.getLayout(refererPlid); } } catch (NoSuchLayoutException nsle) { } if (selLayout != null) { layoutId = selLayout.getLayoutId(); } if (Validator.isNull(tabs2) && !tabs1.equals("settings")) { tabs2 = "pages"; } if (tabs1.endsWith("-pages") && !tabs2.equals("pages") && !tabs2.equals("look-and-feel") && !tabs2.equals("export-import") && !tabs2.equals("proposals")) { tabs2 = "pages"; } else if (tabs1.equals("settings") && !tabs2.equals("virtual-host") && !tabs2.equals("logo") && !tabs2.equals("sitemap") && !tabs2.equals("monitoring") && !tabs2.equals("merge-pages") && !tabs2.equals("staging")) { tabs2 = "virtual-host"; } if ((selLayout == null) && tabs2.equals("pages")) { tabs3 = "children"; } if (tabs2.equals("pages") && !tabs3.equals("look-and-feel") && (!tabs3.equals("children") || ((selLayout != null) && !PortalUtil.isLayoutParentable(selLayout)))) { tabs3 = "page"; } if (!tabs2.equals("export-import") && (tabs2.equals("look-and-feel") || tabs3.equals("look-and-feel"))) { if (!tabs4.equals("regular-browsers") && !tabs4.equals("mobile-devices")) { tabs4 = "regular-browsers"; } } long parentLayoutId = BeanParamUtil.getLong(selLayout, request, "parentLayoutId", LayoutConstants.DEFAULT_PARENT_LAYOUT_ID); Organization organization = null; User selUser = null; UserGroup userGroup = null; if (liveGroup.isOrganization()) { organization = OrganizationLocalServiceUtil.getOrganization(liveGroup.getOrganizationId()); } else if (liveGroup.isUser()) { selUser = UserLocalServiceUtil.getUserById(liveGroup.getClassPK()); } else if (liveGroup.isUserGroup()) { userGroup = UserGroupLocalServiceUtil.getUserGroup(liveGroup.getClassPK()); } String tabs1Names = "public-pages,private-pages"; boolean privateLayout = tabs1.equals("private-pages"); if (liveGroup.isUser()) { boolean hasPowerUserRole = RoleLocalServiceUtil.hasUserRole(selUser.getUserId(), company.getCompanyId(), RoleConstants.POWER_USER, true); boolean privateLayoutsModifiable = PropsValues.LAYOUT_USER_PRIVATE_LAYOUTS_MODIFIABLE && (!PropsValues.LAYOUT_USER_PRIVATE_LAYOUTS_POWER_USER_REQUIRED || hasPowerUserRole); boolean publicLayoutsModifiable = PropsValues.LAYOUT_USER_PUBLIC_LAYOUTS_MODIFIABLE && (!PropsValues.LAYOUT_USER_PUBLIC_LAYOUTS_POWER_USER_REQUIRED || hasPowerUserRole); if (privateLayoutsModifiable && publicLayoutsModifiable) { tabs1Names = "public-pages,private-pages"; } else if (privateLayoutsModifiable) { tabs1Names = "private-pages"; } else if (publicLayoutsModifiable) { tabs1Names = "public-pages"; } if (!publicLayoutsModifiable && privateLayoutsModifiable && !privateLayout) { tabs1 = "private-pages"; privateLayout = true; } } if (selGroup.isLayoutSetPrototype()) { privateLayout = true; } if (privateLayout) { if (group != null) { pagesCount = group.getPrivateLayoutsPageCount(); } } else { if (group != null) { pagesCount = group.getPublicLayoutsPageCount(); } } LayoutLister layoutLister = new LayoutLister(); String rootNodeName = liveGroup.getDescriptiveName(); if (liveGroup.isOrganization()) { rootNodeName = organization.getName(); } else if (liveGroup.isUser()) { rootNodeName = selUser.getFullName(); } else if (liveGroup.isUserGroup()) { rootNodeName = userGroup.getName(); } else if (selGroup.isLayoutSetPrototype()) { LayoutSetPrototype layoutSetPrototype = LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(selGroup.getClassPK()); rootNodeName = layoutSetPrototype.getName(user.getLanguageId()); } LayoutView layoutView = layoutLister.getLayoutView(groupId, privateLayout, rootNodeName, locale); List layoutList = layoutView.getList(); request.setAttribute(WebKeys.LAYOUT_LISTER_LIST, layoutList); TasksProposal proposal = null; if (selLayout != null) { if (liveGroup.isWorkflowEnabled()) { try { proposal = TasksProposalLocalServiceUtil.getProposal(Layout.class.getName(), String.valueOf(selPlid)); } catch (NoSuchProposalException nspe) { } } } boolean workflowEnabled = liveGroup.isWorkflowEnabled(); int workflowStages = ParamUtil.getInteger(request, "workflowStages", liveGroup.getWorkflowStages()); String[] workflowRoleNames = StringUtil.split(ParamUtil.getString(request, "workflowRoleNames", liveGroup.getWorkflowRoleNames())); PortletURL portletURL = renderResponse.createRenderURL(); portletURL.setParameter("struts_action", "/communities/edit_pages"); portletURL.setParameter("tabs1", tabs1); portletURL.setParameter("tabs2", tabs2); portletURL.setParameter("tabs3", tabs3); //portletURL.setParameter("tabs4", tabs4); portletURL.setParameter("redirect", redirect); if (portletName.equals(PortletKeys.LAYOUT_MANAGEMENT) || portletName.equals(PortletKeys.MY_ACCOUNT)) { portletURL.setParameter("backURL", backURL); } portletURL.setParameter("groupId", String.valueOf(liveGroupId)); PortletURL viewPagesURL = new PortletURLImpl(request, PortletKeys.MY_PLACES, plid, PortletRequest.ACTION_PHASE); viewPagesURL.setWindowState(WindowState.NORMAL); viewPagesURL.setPortletMode(PortletMode.VIEW); viewPagesURL.setParameter("struts_action", "/my_places/view"); viewPagesURL.setParameter("groupId", String.valueOf(groupId)); viewPagesURL.setParameter("privateLayout", String.valueOf(privateLayout)); if (!portletName.equals(PortletKeys.GROUP_PAGES) && !portletName.equals(PortletKeys.MY_PAGES)) { if (organization != null) { EnterpriseAdminUtil.addPortletBreadcrumbEntries(organization, request, renderResponse); } else { PortalUtil.addPortletBreadcrumbEntry(request, group.getDescriptiveName(), null); } if (portletName.equals(PortletKeys.LAYOUT_MANAGEMENT) && tabs1.equals("settings")) { PortalUtil.addPortletBreadcrumbEntry(request, LanguageUtil.get(pageContext, "settings"), currentURL); } else { PortalUtil.addPortletBreadcrumbEntry(request, LanguageUtil.get(pageContext, "manage-pages"), currentURL); } } request.setAttribute("edit_pages.jsp-tab4", tabs4); request.setAttribute("edit_pages.jsp-liveGroup", liveGroup); request.setAttribute("edit_pages.jsp-stagingGroup", stagingGroup); request.setAttribute("edit_pages.jsp-group", group); request.setAttribute("edit_pages.jsp-groupId", new Long(groupId)); request.setAttribute("edit_pages.jsp-liveGroupId", new Long(liveGroupId)); request.setAttribute("edit_pages.jsp-selPlid", new Long(selPlid)); request.setAttribute("edit_pages.jsp-privateLayout", new Boolean(privateLayout)); request.setAttribute("edit_pages.jsp-groupTypeSettings", groupTypeSettings); request.setAttribute("edit_pages.jsp-liveGroupTypeSettings", liveGroupTypeSettings); request.setAttribute("edit_pages.jsp-selLayout", selLayout); request.setAttribute("edit_pages.jsp-rootNodeName", rootNodeName); request.setAttribute("edit_pages.jsp-layoutList", layoutList); request.setAttribute("edit_pages.jsp-workflowEnabled", new Boolean(workflowEnabled)); request.setAttribute("edit_pages.jsp-workflowStages", new Integer(workflowStages)); request.setAttribute("edit_pages.jsp-workflowRoleNames", workflowRoleNames); request.setAttribute("edit_pages.jsp-portletURL", portletURL); out.write('\n'); out.write('\n'); // portlet:actionURL com.liferay.taglib.portlet.ActionURLTag _jspx_th_portlet_005factionURL_005f0 = (com.liferay.taglib.portlet.ActionURLTag) _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.get(com.liferay.taglib.portlet.ActionURLTag.class); _jspx_th_portlet_005factionURL_005f0.setPageContext(_jspx_page_context); _jspx_th_portlet_005factionURL_005f0.setParent(null); // /html/portlet/communities/edit_pages.jsp(305,0) name = var type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005factionURL_005f0.setVar("editPagesURL"); int _jspx_eval_portlet_005factionURL_005f0 = _jspx_th_portlet_005factionURL_005f0.doStartTag(); if (_jspx_eval_portlet_005factionURL_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_005factionURL_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_005factionURL_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_005factionURL_005f0.doInitBody(); } do { out.write('\n'); out.write(' '); if (_jspx_meth_portlet_005fparam_005f0(_jspx_th_portlet_005factionURL_005f0, _jspx_page_context)) return; out.write('\n'); int evalDoAfterBody = _jspx_th_portlet_005factionURL_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_005factionURL_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_portlet_005factionURL_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.reuse(_jspx_th_portlet_005factionURL_005f0); return; } _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.reuse(_jspx_th_portlet_005factionURL_005f0); java.lang.String editPagesURL = null; editPagesURL = (java.lang.String) _jspx_page_context.findAttribute("editPagesURL"); out.write('\n'); out.write('\n'); // aui:form com.liferay.taglib.aui.FormTag _jspx_th_aui_005fform_005f0 = (com.liferay.taglib.aui.FormTag) _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.get(com.liferay.taglib.aui.FormTag.class); _jspx_th_aui_005fform_005f0.setPageContext(_jspx_page_context); _jspx_th_aui_005fform_005f0.setParent(null); // /html/portlet/communities/edit_pages.jsp(309,0) name = action type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005fform_005f0.setAction( editPagesURL ); // /html/portlet/communities/edit_pages.jsp(309,0) null _jspx_th_aui_005fform_005f0.setDynamicAttribute(null, "method", new String("post")); // /html/portlet/communities/edit_pages.jsp(309,0) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005fform_005f0.setName("fm"); // /html/portlet/communities/edit_pages.jsp(309,0) name = onSubmit type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005fform_005f0.setOnSubmit( "event.preventDefault(); " + renderResponse.getNamespace() + "savePage();" ); int _jspx_eval_aui_005fform_005f0 = _jspx_th_aui_005fform_005f0.doStartTag(); if (_jspx_eval_aui_005fform_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_aui_005fform_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_aui_005fform_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_aui_005fform_005f0.doInitBody(); } do { out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f0 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f0.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(310,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f0.setName("tabs1"); // /html/portlet/communities/edit_pages.jsp(310,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f0.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(310,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f0.setValue( tabs1 ); int _jspx_eval_aui_005finput_005f0 = _jspx_th_aui_005finput_005f0.doStartTag(); if (_jspx_th_aui_005finput_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f0); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f0); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f1 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f1.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(311,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f1.setName("tabs2"); // /html/portlet/communities/edit_pages.jsp(311,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f1.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(311,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f1.setValue( tabs2 ); int _jspx_eval_aui_005finput_005f1 = _jspx_th_aui_005finput_005f1.doStartTag(); if (_jspx_th_aui_005finput_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f1); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f1); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f2 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f2.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(312,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f2.setName("tabs3"); // /html/portlet/communities/edit_pages.jsp(312,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f2.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(312,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f2.setValue( tabs3 ); int _jspx_eval_aui_005finput_005f2 = _jspx_th_aui_005finput_005f2.doStartTag(); if (_jspx_th_aui_005finput_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f2); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f2); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f3 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f3.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(313,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f3.setName("tabs4"); // /html/portlet/communities/edit_pages.jsp(313,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f3.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(313,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f3.setValue( tabs4 ); int _jspx_eval_aui_005finput_005f3 = _jspx_th_aui_005finput_005f3.doStartTag(); if (_jspx_th_aui_005finput_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f3); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f3); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f4 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f4.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(314,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f4.setName( Constants.CMD ); // /html/portlet/communities/edit_pages.jsp(314,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f4.setType("hidden"); int _jspx_eval_aui_005finput_005f4 = _jspx_th_aui_005finput_005f4.doStartTag(); if (_jspx_th_aui_005finput_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f4); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f4); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f5 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f5.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(315,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f5.setName("pagesRedirect"); // /html/portlet/communities/edit_pages.jsp(315,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f5.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(315,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f5.setValue( portletURL.toString() + "&" + renderResponse.getNamespace() + "tabs4=" + tabs4 + "&" + renderResponse.getNamespace() + "selPlid=" + selPlid ); int _jspx_eval_aui_005finput_005f5 = _jspx_th_aui_005finput_005f5.doStartTag(); if (_jspx_th_aui_005finput_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f5); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f5); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f6 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f6.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(316,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f6.setName("groupId"); // /html/portlet/communities/edit_pages.jsp(316,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f6.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(316,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f6.setValue( groupId ); int _jspx_eval_aui_005finput_005f6 = _jspx_th_aui_005finput_005f6.doStartTag(); if (_jspx_th_aui_005finput_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f6); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f6); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f7 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f7.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(317,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f7.setName("liveGroupId"); // /html/portlet/communities/edit_pages.jsp(317,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f7.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(317,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f7.setValue( liveGroupId ); int _jspx_eval_aui_005finput_005f7 = _jspx_th_aui_005finput_005f7.doStartTag(); if (_jspx_th_aui_005finput_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f7); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f7); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f8 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f8.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(318,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f8.setName("stagingGroupId"); // /html/portlet/communities/edit_pages.jsp(318,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f8.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(318,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f8.setValue( stagingGroupId ); int _jspx_eval_aui_005finput_005f8 = _jspx_th_aui_005finput_005f8.doStartTag(); if (_jspx_th_aui_005finput_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f8); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f8); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f9 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f9.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(319,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f9.setName("privateLayout"); // /html/portlet/communities/edit_pages.jsp(319,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f9.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(319,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f9.setValue( privateLayout ); int _jspx_eval_aui_005finput_005f9 = _jspx_th_aui_005finput_005f9.doStartTag(); if (_jspx_th_aui_005finput_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f9); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f9); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f10 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f10.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(320,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f10.setName("layoutId"); // /html/portlet/communities/edit_pages.jsp(320,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f10.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(320,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f10.setValue( layoutId ); int _jspx_eval_aui_005finput_005f10 = _jspx_th_aui_005finput_005f10.doStartTag(); if (_jspx_th_aui_005finput_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f10); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f10); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f11 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f11.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(321,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f11.setName("selPlid"); // /html/portlet/communities/edit_pages.jsp(321,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f11.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(321,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f11.setValue( selPlid ); int _jspx_eval_aui_005finput_005f11 = _jspx_th_aui_005finput_005f11.doStartTag(); if (_jspx_th_aui_005finput_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f11); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f11); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f12 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f12.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(322,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f12.setName("wapTheme"); // /html/portlet/communities/edit_pages.jsp(322,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f12.setType("hidden"); // /html/portlet/communities/edit_pages.jsp(322,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f12.setValue( tabs4.equals("regular-browsers") ? "false" : "true" ); int _jspx_eval_aui_005finput_005f12 = _jspx_th_aui_005finput_005f12.doStartTag(); if (_jspx_th_aui_005finput_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f12); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f12); out.write('\n'); out.write(' '); // aui:input com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f13 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.get(com.liferay.taglib.aui.InputTag.class); _jspx_th_aui_005finput_005f13.setPageContext(_jspx_page_context); _jspx_th_aui_005finput_005f13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(323,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f13.setName( PortletDataHandlerKeys.SELECTED_LAYOUTS ); // /html/portlet/communities/edit_pages.jsp(323,1) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_aui_005finput_005f13.setType("hidden"); int _jspx_eval_aui_005finput_005f13 = _jspx_th_aui_005finput_005f13.doStartTag(); if (_jspx_th_aui_005finput_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f13); return; } _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f13); out.write('\n'); out.write('\n'); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f0 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f0.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(325,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f0.setTest( portletName.equals(PortletKeys.COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_ORGANIZATIONS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USER_GROUPS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USERS) || portletName.equals(PortletKeys.GROUP_PAGES) || portletName.equals(PortletKeys.MY_PAGES) ); int _jspx_eval_c_005fif_005f0 = _jspx_th_c_005fif_005f0.doStartTag(); if (_jspx_eval_c_005fif_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f1 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f1.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f0); // /html/portlet/communities/edit_pages.jsp(326,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f1.setTest( portletName.equals(PortletKeys.COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_ORGANIZATIONS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USER_GROUPS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USERS) ); int _jspx_eval_c_005fif_005f1 = _jspx_th_c_005fif_005f1.doStartTag(); if (_jspx_eval_c_005fif_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // liferay-ui:header com.liferay.taglib.ui.HeaderTag _jspx_th_liferay_002dui_005fheader_005f0 = (com.liferay.taglib.ui.HeaderTag) _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody.get(com.liferay.taglib.ui.HeaderTag.class); _jspx_th_liferay_002dui_005fheader_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fheader_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f1); // /html/portlet/communities/edit_pages.jsp(327,3) name = backURL type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fheader_005f0.setBackURL( backURL ); // /html/portlet/communities/edit_pages.jsp(327,3) name = title type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fheader_005f0.setTitle( liveGroup.getDescriptiveName() ); int _jspx_eval_liferay_002dui_005fheader_005f0 = _jspx_th_liferay_002dui_005fheader_005f0.doStartTag(); if (_jspx_th_liferay_002dui_005fheader_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody.reuse(_jspx_th_liferay_002dui_005fheader_005f0); return; } _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody.reuse(_jspx_th_liferay_002dui_005fheader_005f0); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f1); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f1); out.write("\n"); out.write("\n"); out.write("\t\t"); String tabs1URL = portletURL.toString(); if (liveGroup.isUser()) { PortletURL userTabs1URL = renderResponse.createRenderURL(); userTabs1URL.setParameter("struts_action", "/my_pages/edit_pages"); userTabs1URL.setParameter("tabs1", tabs1); userTabs1URL.setParameter("backURL", backURL); userTabs1URL.setParameter("groupId", String.valueOf(liveGroupId)); tabs1URL = userTabs1URL.toString(); } else if (!liveGroup.isUserGroup() && ((GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.MANAGE_STAGING)) || (GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.UPDATE)))) { tabs1Names += ",settings"; } out.write("\n"); out.write("\n"); out.write("\t\t"); // liferay-ui:tabs com.liferay.taglib.ui.TabsTag _jspx_th_liferay_002dui_005ftabs_005f0 = (com.liferay.taglib.ui.TabsTag) _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody.get(com.liferay.taglib.ui.TabsTag.class); _jspx_th_liferay_002dui_005ftabs_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ftabs_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f0); // /html/portlet/communities/edit_pages.jsp(351,2) name = names type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f0.setNames( tabs1Names ); // /html/portlet/communities/edit_pages.jsp(351,2) name = param type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f0.setParam("tabs1"); // /html/portlet/communities/edit_pages.jsp(351,2) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f0.setValue( tabs1 ); // /html/portlet/communities/edit_pages.jsp(351,2) name = url type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f0.setUrl( tabs1URL ); int _jspx_eval_liferay_002dui_005ftabs_005f0 = _jspx_th_liferay_002dui_005ftabs_005f0.doStartTag(); if (_jspx_th_liferay_002dui_005ftabs_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f0); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005fvalue_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f0); out.write("\n"); out.write("\n"); out.write("\t\t"); PortalUtil.addPortletBreadcrumbEntry(request, LanguageUtil.get(pageContext, TextFormatter.format(tabs1, TextFormatter.O)), currentURL); out.write('\n'); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f0); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f0); out.write('\n'); out.write('\n'); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f2 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f2.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); // /html/portlet/communities/edit_pages.jsp(363,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f2.setTest( liveGroup.isUserGroup() ); int _jspx_eval_c_005fif_005f2 = _jspx_th_c_005fif_005f2.doStartTag(); if (_jspx_eval_c_005fif_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t<div class=\"portlet-msg-info\">\n"); out.write("\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f0(_jspx_th_c_005fif_005f2, _jspx_page_context)) return; out.write("\n"); out.write("\t\t</div>\n"); out.write("\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f2.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f2); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f2); out.write('\n'); out.write('\n'); out.write(' '); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f0); int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag(); if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); out.write(' '); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f0 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f0.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0); // /html/portlet/communities/edit_pages.jsp(370,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f0.setTest( tabs1.equals("settings") ); int _jspx_eval_c_005fwhen_005f0 = _jspx_th_c_005fwhen_005f0.doStartTag(); if (_jspx_eval_c_005fwhen_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f0(_jspx_th_c_005fwhen_005f0, _jspx_page_context)) return; out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fwhen_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f0); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f0); out.write('\n'); out.write(' '); out.write(' '); // c:otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f0 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class); _jspx_th_c_005fotherwise_005f0.setPageContext(_jspx_page_context); _jspx_th_c_005fotherwise_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0); int _jspx_eval_c_005fotherwise_005f0 = _jspx_th_c_005fotherwise_005f0.doStartTag(); if (_jspx_eval_c_005fotherwise_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\n"); out.write("\t\t\t"); String tabs2Names = null; if (group.isLayoutPrototype()) { tabs2Names = "template"; } else { tabs2Names = "pages"; if (permissionChecker.isOmniadmin() || (PropsValues.LOOK_AND_FEEL_MODIFIABLE && GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.MANAGE_LAYOUTS))) { tabs2Names += ",look-and-feel"; } } if (GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.MANAGE_LAYOUTS)) { tabs2Names += ",export-import"; } if (workflowEnabled) { tabs2Names += ",proposals"; } if (!StringUtil.contains(tabs2Names, tabs2)) { tabs2 = "pages"; } if (!GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.MANAGE_LAYOUTS)) { tabs2Names = StringUtil.replace(tabs2Names, "pages,", StringPool.BLANK); tabs2 = "proposals"; } out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f1 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f1.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f0); int _jspx_eval_c_005fchoose_005f1 = _jspx_th_c_005fchoose_005f1.doStartTag(); if (_jspx_eval_c_005fchoose_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f1 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f1.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1); // /html/portlet/communities/edit_pages.jsp(408,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f1.setTest( portletName.equals(PortletKeys.ENTERPRISE_ADMIN) && liveGroup.isUser() ); int _jspx_eval_c_005fwhen_005f1 = _jspx_th_c_005fwhen_005f1.doStartTag(); if (_jspx_eval_c_005fwhen_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); // liferay-ui:tabs com.liferay.taglib.ui.TabsTag _jspx_th_liferay_002dui_005ftabs_005f1 = (com.liferay.taglib.ui.TabsTag) _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody.get(com.liferay.taglib.ui.TabsTag.class); _jspx_th_liferay_002dui_005ftabs_005f1.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ftabs_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f1); // /html/portlet/communities/edit_pages.jsp(409,5) name = names type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f1.setNames( tabs2Names ); // /html/portlet/communities/edit_pages.jsp(409,5) name = param type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f1.setParam("tabs2"); // /html/portlet/communities/edit_pages.jsp(409,5) name = url type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f1.setUrl( portletURL.toString() ); // /html/portlet/communities/edit_pages.jsp(409,5) name = backURL type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f1.setBackURL( redirect ); int _jspx_eval_liferay_002dui_005ftabs_005f1 = _jspx_th_liferay_002dui_005ftabs_005f1.doStartTag(); if (_jspx_th_liferay_002dui_005ftabs_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f1); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fbackURL_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f1); out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f1); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f1); out.write("\n"); out.write("\t\t\t\t"); // c:otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f1 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class); _jspx_th_c_005fotherwise_005f1.setPageContext(_jspx_page_context); _jspx_th_c_005fotherwise_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1); int _jspx_eval_c_005fotherwise_005f1 = _jspx_th_c_005fotherwise_005f1.doStartTag(); if (_jspx_eval_c_005fotherwise_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); // liferay-ui:tabs com.liferay.taglib.ui.TabsTag _jspx_th_liferay_002dui_005ftabs_005f2 = (com.liferay.taglib.ui.TabsTag) _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.get(com.liferay.taglib.ui.TabsTag.class); _jspx_th_liferay_002dui_005ftabs_005f2.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ftabs_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f1); // /html/portlet/communities/edit_pages.jsp(417,5) name = names type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f2.setNames( tabs2Names ); // /html/portlet/communities/edit_pages.jsp(417,5) name = param type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f2.setParam("tabs2"); // /html/portlet/communities/edit_pages.jsp(417,5) name = url type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f2.setUrl( portletURL.toString() ); int _jspx_eval_liferay_002dui_005ftabs_005f2 = _jspx_th_liferay_002dui_005ftabs_005f2.doStartTag(); if (_jspx_th_liferay_002dui_005ftabs_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f2); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f2); out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fotherwise_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fotherwise_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1); return; } _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fchoose_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1); out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f2 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f2.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f0); int _jspx_eval_c_005fchoose_005f2 = _jspx_th_c_005fchoose_005f2.doStartTag(); if (_jspx_eval_c_005fchoose_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f2 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f2.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f2); // /html/portlet/communities/edit_pages.jsp(426,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f2.setTest( tabs2.equals("pages") ); int _jspx_eval_c_005fwhen_005f2 = _jspx_th_c_005fwhen_005f2.doStartTag(); if (_jspx_eval_c_005fwhen_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); /** * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ out.write('\n'); out.write('\n'); PortletURL publishToLiveURL = renderResponse.createRenderURL(); publishToLiveURL.setWindowState(LiferayWindowState.EXCLUSIVE); publishToLiveURL.setPortletMode(PortletMode.VIEW); publishToLiveURL.setParameter("struts_action", "/communities/export_pages"); publishToLiveURL.setParameter(Constants.CMD, "publish_to_live"); publishToLiveURL.setParameter("tabs1", tabs1); publishToLiveURL.setParameter("pagesRedirect", portletURL.toString() + "&" + renderResponse.getNamespace() + "tabs4=" + tabs4 + "&" + renderResponse.getNamespace() + "selPlid=" + selPlid); publishToLiveURL.setParameter("groupId", String.valueOf(groupId)); publishToLiveURL.setParameter("selPlid", String.valueOf(selPlid)); PortletURL publishToRemoteURL = PortletURLUtil.clone(publishToLiveURL, renderResponse); publishToRemoteURL.setParameter(Constants.CMD, "publish_to_remote"); out.write('\n'); out.write('\n'); // liferay-ui:error com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f0 = (com.liferay.taglib.ui.ErrorTag) _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.get(com.liferay.taglib.ui.ErrorTag.class); _jspx_th_liferay_002dui_005ferror_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ferror_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(35,0) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f0.setException( RemoteExportException.class ); int _jspx_eval_liferay_002dui_005ferror_005f0 = _jspx_th_liferay_002dui_005ferror_005f0.doStartTag(); if (_jspx_eval_liferay_002dui_005ferror_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { java.lang.Object errorException = null; errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); do { out.write('\n'); out.write('\n'); out.write(' '); RemoteExportException ree = (RemoteExportException)errorException; out.write('\n'); out.write('\n'); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f3 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f3.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(41,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f3.setTest( ree.getType() == RemoteExportException.BAD_CONNECTION ); int _jspx_eval_c_005fif_005f3 = _jspx_th_c_005fif_005f3.doStartTag(); if (_jspx_eval_c_005fif_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); out.write(' '); out.print( LanguageUtil.format(pageContext, "could-not-connect-to-address-x.-please-verify-that-the-specified-port-is-correct-and-that-the-remote-server-is-configured-to-accept-requests-from-this-server", "<em>" + ree.getURL() + "</em>") ); out.write('\n'); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f3.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f3); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f3); out.write('\n'); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f4 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f4.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(44,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f4.setTest( ree.getType() == RemoteExportException.NO_GROUP ); int _jspx_eval_c_005fif_005f4 = _jspx_th_c_005fif_005f4.doStartTag(); if (_jspx_eval_c_005fif_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); out.write(' '); out.print( LanguageUtil.format(pageContext, "remote-group-with-id-x-does-not-exist", ree.getGroupId()) ); out.write('\n'); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f4.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f4); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f4); out.write('\n'); out.write(' '); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f5 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f5.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(47,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f5.setTest( ree.getType() == RemoteExportException.NO_LAYOUTS ); int _jspx_eval_c_005fif_005f5 = _jspx_th_c_005fif_005f5.doStartTag(); if (_jspx_eval_c_005fif_005f5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); out.write(' '); if (_jspx_meth_liferay_002dui_005fmessage_005f1(_jspx_th_c_005fif_005f5, _jspx_page_context)) return; out.write('\n'); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f5.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f5); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f5); out.write('\n'); int evalDoAfterBody = _jspx_th_liferay_002dui_005ferror_005f0.doAfterBody(); errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_liferay_002dui_005ferror_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f0); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f0); out.write('\n'); out.write('\n'); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f3 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f3.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); int _jspx_eval_c_005fchoose_005f3 = _jspx_th_c_005fchoose_005f3.doStartTag(); if (_jspx_eval_c_005fchoose_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write('\n'); out.write(' '); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f3 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f3.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(53,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f3.setTest( liveGroup.isStaged() ); int _jspx_eval_c_005fwhen_005f3 = _jspx_th_c_005fwhen_005f3.doStartTag(); if (_jspx_eval_c_005fwhen_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t<div class=\"portlet-msg-alert\">\n"); out.write("\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f2(_jspx_th_c_005fwhen_005f3, _jspx_page_context)) return; out.write("\n"); out.write("\t\t</div>\n"); out.write("\n"); out.write("\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f6 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f6.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(58,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f6.setTest( !liveGroup.isStagedRemotely() && (pagesCount > 0) ); int _jspx_eval_c_005fif_005f6 = _jspx_th_c_005fif_005f6.doStartTag(); if (_jspx_eval_c_005fif_005f6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f3(_jspx_th_c_005fif_005f6, _jspx_page_context)) return; out.write("\" onClick=\"var stagingGroupWindow = window.open('"); out.print( viewPagesURL ); out.write("'); void(''); stagingGroupWindow.focus();\" />\n"); out.write("\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f6.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f6); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f6); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f4 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f4.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3); int _jspx_eval_c_005fchoose_005f4 = _jspx_th_c_005fchoose_005f4.doStartTag(); if (_jspx_eval_c_005fchoose_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f4 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f4.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f4); // /html/portlet/communities/edit_pages_public_and_private.jspf(63,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f4.setTest( workflowEnabled ); int _jspx_eval_c_005fwhen_005f4 = _jspx_th_c_005fwhen_005f4.doStartTag(); if (_jspx_eval_c_005fwhen_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f7 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f7.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f4); // /html/portlet/communities/edit_pages_public_and_private.jspf(64,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f7.setTest( (selPlid > 0) && (proposal == null) ); int _jspx_eval_c_005fif_005f7 = _jspx_th_c_005fif_005f7.doStartTag(); if (_jspx_eval_c_005fif_005f7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); // portlet:actionURL com.liferay.taglib.portlet.ActionURLTag _jspx_th_portlet_005factionURL_005f1 = (com.liferay.taglib.portlet.ActionURLTag) _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.get(com.liferay.taglib.portlet.ActionURLTag.class); _jspx_th_portlet_005factionURL_005f1.setPageContext(_jspx_page_context); _jspx_th_portlet_005factionURL_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f7); // /html/portlet/communities/edit_pages_public_and_private.jspf(65,5) name = var type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005factionURL_005f1.setVar("proposalURL"); int _jspx_eval_portlet_005factionURL_005f1 = _jspx_th_portlet_005factionURL_005f1.doStartTag(); if (_jspx_eval_portlet_005factionURL_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_005factionURL_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_005factionURL_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_005factionURL_005f1.doInitBody(); } do { out.write("\n"); out.write("\t\t\t\t\t\t"); if (_jspx_meth_portlet_005fparam_005f1(_jspx_th_portlet_005factionURL_005f1, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f2 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f2.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(67,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f2.setName("tabs1"); // /html/portlet/communities/edit_pages_public_and_private.jspf(67,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f2.setValue( tabs1 ); int _jspx_eval_portlet_005fparam_005f2 = _jspx_th_portlet_005fparam_005f2.doStartTag(); if (_jspx_th_portlet_005fparam_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f2); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f2); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f3 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f3.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(68,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f3.setName( Constants.CMD ); // /html/portlet/communities/edit_pages_public_and_private.jspf(68,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f3.setValue( Constants.ADD ); int _jspx_eval_portlet_005fparam_005f3 = _jspx_th_portlet_005fparam_005f3.doStartTag(); if (_jspx_th_portlet_005fparam_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f3); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f3); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f4 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f4.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(69,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f4.setName("redirect"); // /html/portlet/communities/edit_pages_public_and_private.jspf(69,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f4.setValue( currentURL ); int _jspx_eval_portlet_005fparam_005f4 = _jspx_th_portlet_005fparam_005f4.doStartTag(); if (_jspx_th_portlet_005fparam_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f4); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f4); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f5 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f5.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(70,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f5.setName("pagesRedirect"); // /html/portlet/communities/edit_pages_public_and_private.jspf(70,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f5.setValue( portletURL.toString() + "&" + renderResponse.getNamespace() + "tabs4=" + tabs4 + "&" + renderResponse.getNamespace() + "selPlid=" + selPlid ); int _jspx_eval_portlet_005fparam_005f5 = _jspx_th_portlet_005fparam_005f5.doStartTag(); if (_jspx_th_portlet_005fparam_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f5); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f5); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f6 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f6.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(71,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f6.setName("groupId"); // /html/portlet/communities/edit_pages_public_and_private.jspf(71,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f6.setValue( String.valueOf(liveGroupId) ); int _jspx_eval_portlet_005fparam_005f6 = _jspx_th_portlet_005fparam_005f6.doStartTag(); if (_jspx_th_portlet_005fparam_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f6); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f6); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f7 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f7.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(72,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f7.setName("className"); // /html/portlet/communities/edit_pages_public_and_private.jspf(72,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f7.setValue( Layout.class.getName() ); int _jspx_eval_portlet_005fparam_005f7 = _jspx_th_portlet_005fparam_005f7.doStartTag(); if (_jspx_th_portlet_005fparam_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f7); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f7); out.write("\n"); out.write("\t\t\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f8 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f8.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(73,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f8.setName("classPK"); // /html/portlet/communities/edit_pages_public_and_private.jspf(73,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f8.setValue( String.valueOf(selPlid) ); int _jspx_eval_portlet_005fparam_005f8 = _jspx_th_portlet_005fparam_005f8.doStartTag(); if (_jspx_th_portlet_005fparam_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f8); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f8); out.write("\n"); out.write("\t\t\t\t\t"); int evalDoAfterBody = _jspx_th_portlet_005factionURL_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_005factionURL_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_portlet_005factionURL_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.reuse(_jspx_th_portlet_005factionURL_005f1); return; } _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fvar.reuse(_jspx_th_portlet_005factionURL_005f1); java.lang.String proposalURL = null; proposalURL = (java.lang.String) _jspx_page_context.findAttribute("proposalURL"); out.write("\n"); out.write("\n"); out.write("\t\t\t\t\t"); JSONArray jsonReviewers = JSONFactoryUtil.createJSONArray(); Role role = RoleLocalServiceUtil.getRole(company.getCompanyId(), workflowRoleNames[0]); LinkedHashMap userParams = new LinkedHashMap(); if (liveGroup.isOrganization()) { userParams.put("usersOrgs", new Long(liveGroup.getOrganizationId())); } else { userParams.put("usersGroups", new Long(liveGroupId)); } userParams.put("userGroupRole", new Long[] {new Long(liveGroupId), new Long(role.getRoleId())}); List<User> reviewers = UserLocalServiceUtil.search(company.getCompanyId(), null, null, userParams, QueryUtil.ALL_POS, QueryUtil.ALL_POS, (OrderByComparator)null); if (reviewers.isEmpty()) { if (liveGroup.isCommunity()) { role = RoleLocalServiceUtil.getRole(company.getCompanyId(), RoleConstants.COMMUNITY_OWNER); } else { role = RoleLocalServiceUtil.getRole(company.getCompanyId(), RoleConstants.ORGANIZATION_OWNER); } userParams.put("userGroupRole", new Long[] {new Long(liveGroupId), new Long(role.getRoleId())}); reviewers = UserLocalServiceUtil.search(company.getCompanyId(), null, null, userParams, QueryUtil.ALL_POS, QueryUtil.ALL_POS, (OrderByComparator)null); } for (User reviewer : reviewers) { JSONObject jsonReviewer = JSONFactoryUtil.createJSONObject(); jsonReviewer.put("userId", reviewer.getUserId()); jsonReviewer.put("fullName", reviewer.getFullName()); jsonReviewers.put(jsonReviewer); } out.write("\n"); out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f4(_jspx_th_c_005fif_005f7, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.proposeLayout({url: '"); out.print( proposalURL.toString().replace('"','\'') ); out.write("', namespace: '"); if (_jspx_meth_portlet_005fnamespace_005f0(_jspx_th_c_005fif_005f7, _jspx_page_context)) return; out.write("', reviewers: "); out.print( StringUtil.replace(jsonReviewers.toString(), '"', '\'') ); out.write(", title: '"); if (_jspx_meth_liferay_002dui_005fmessage_005f5(_jspx_th_c_005fif_005f7, _jspx_page_context)) return; out.write("'});\" />\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f7.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f7); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f7); out.write("\n"); out.write("\n"); out.write("\t\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f8 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f8.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f4); // /html/portlet/communities/edit_pages_public_and_private.jspf(120,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f8.setTest( liveGroup.isStagedRemotely() && GroupPermissionUtil.contains(permissionChecker, liveGroupId, ActionKeys.MANAGE_STAGING) ); int _jspx_eval_c_005fif_005f8 = _jspx_th_c_005fif_005f8.doStartTag(); if (_jspx_eval_c_005fif_005f8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f6(_jspx_th_c_005fif_005f8, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "publish-to-remote-live") ); out.write("', url: '"); out.print( publishToRemoteURL ); out.write("'});\" />\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f8.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f8); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f8); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f4.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f4); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f4); out.write("\n"); out.write("\t\t\t"); // c:otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f2 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class); _jspx_th_c_005fotherwise_005f2.setPageContext(_jspx_page_context); _jspx_th_c_005fotherwise_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f4); int _jspx_eval_c_005fotherwise_005f2 = _jspx_th_c_005fotherwise_005f2.doStartTag(); if (_jspx_eval_c_005fotherwise_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f9 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f9.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(125,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f9.setTest( !liveGroup.isStagedRemotely() ); int _jspx_eval_c_005fif_005f9 = _jspx_th_c_005fif_005f9.doStartTag(); if (_jspx_eval_c_005fif_005f9 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f7(_jspx_th_c_005fif_005f9, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "publish-to-live-now") ); out.write("', url: '"); out.print( publishToLiveURL ); out.write("'});\" />\n"); out.write("\n"); out.write("\t\t\t\t\t"); publishToLiveURL.setParameter("schedule", String.valueOf(true)); out.write("\n"); out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f8(_jspx_th_c_005fif_005f9, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "schedule-publication-to-live") ); out.write("', url: '"); out.print( publishToLiveURL ); out.write("'});\" />\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f9.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f9); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f9); out.write("\n"); out.write("\n"); out.write("\t\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f10 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f10.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(135,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f10.setTest( liveGroup.isStagedRemotely() ); int _jspx_eval_c_005fif_005f10 = _jspx_th_c_005fif_005f10.doStartTag(); if (_jspx_eval_c_005fif_005f10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f9(_jspx_th_c_005fif_005f10, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "publish-to-remote-live-now") ); out.write("', url: '"); out.print( publishToRemoteURL ); out.write("'});\" />\n"); out.write("\n"); out.write("\t\t\t\t\t"); publishToRemoteURL.setParameter("schedule", String.valueOf(true)); out.write("\n"); out.write("\n"); out.write("\t\t\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f10(_jspx_th_c_005fif_005f10, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "schedule-publication-to-remote-live") ); out.write("', url: '"); out.print( publishToRemoteURL ); out.write("'});\" />\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f10.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f10); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f10); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fotherwise_005f2.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fotherwise_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f2); return; } _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f2); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fchoose_005f4.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f4); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f4); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f11 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f11.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(148,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f11.setTest( !liveGroup.isStagedRemotely() ); int _jspx_eval_c_005fif_005f11 = _jspx_th_c_005fif_005f11.doStartTag(); if (_jspx_eval_c_005fif_005f11 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // portlet:renderURL com.liferay.taglib.portlet.RenderURLTag _jspx_th_portlet_005frenderURL_005f0 = (com.liferay.taglib.portlet.RenderURLTag) _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar.get(com.liferay.taglib.portlet.RenderURLTag.class); _jspx_th_portlet_005frenderURL_005f0.setPageContext(_jspx_page_context); _jspx_th_portlet_005frenderURL_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f11); // /html/portlet/communities/edit_pages_public_and_private.jspf(149,3) name = windowState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005frenderURL_005f0.setWindowState( LiferayWindowState.EXCLUSIVE.toString() ); // /html/portlet/communities/edit_pages_public_and_private.jspf(149,3) name = var type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005frenderURL_005f0.setVar("importLayoutsURL"); int _jspx_eval_portlet_005frenderURL_005f0 = _jspx_th_portlet_005frenderURL_005f0.doStartTag(); if (_jspx_eval_portlet_005frenderURL_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_005frenderURL_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_005frenderURL_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_005frenderURL_005f0.doInitBody(); } do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_portlet_005fparam_005f9(_jspx_th_portlet_005frenderURL_005f0, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f10 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f10.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005frenderURL_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(151,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f10.setName( Constants.CMD ); // /html/portlet/communities/edit_pages_public_and_private.jspf(151,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f10.setValue("copy_from_live"); int _jspx_eval_portlet_005fparam_005f10 = _jspx_th_portlet_005fparam_005f10.doStartTag(); if (_jspx_th_portlet_005fparam_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f10); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f10); out.write("\n"); out.write("\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f11 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f11.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005frenderURL_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(152,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f11.setName("tabs1"); // /html/portlet/communities/edit_pages_public_and_private.jspf(152,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f11.setValue( tabs1 ); int _jspx_eval_portlet_005fparam_005f11 = _jspx_th_portlet_005fparam_005f11.doStartTag(); if (_jspx_th_portlet_005fparam_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f11); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f11); out.write("\n"); out.write("\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f12 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f12.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005frenderURL_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(153,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f12.setName("pagesRedirect"); // /html/portlet/communities/edit_pages_public_and_private.jspf(153,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f12.setValue( portletURL.toString() + "&" + renderResponse.getNamespace() + "tabs4=" + tabs4 + "&" + renderResponse.getNamespace() + "selPlid=" + selPlid ); int _jspx_eval_portlet_005fparam_005f12 = _jspx_th_portlet_005fparam_005f12.doStartTag(); if (_jspx_th_portlet_005fparam_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f12); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f12); out.write("\n"); out.write("\t\t\t\t"); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f13 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f13.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005frenderURL_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(154,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f13.setName("groupId"); // /html/portlet/communities/edit_pages_public_and_private.jspf(154,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f13.setValue( String.valueOf(liveGroupId) ); int _jspx_eval_portlet_005fparam_005f13 = _jspx_th_portlet_005fparam_005f13.doStartTag(); if (_jspx_th_portlet_005fparam_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f13); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f13); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_portlet_005frenderURL_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_005frenderURL_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_portlet_005frenderURL_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar.reuse(_jspx_th_portlet_005frenderURL_005f0); return; } _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState_005fvar.reuse(_jspx_th_portlet_005frenderURL_005f0); java.lang.String importLayoutsURL = null; importLayoutsURL = (java.lang.String) _jspx_page_context.findAttribute("importLayoutsURL"); out.write("\n"); out.write("\n"); out.write("\t\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f11(_jspx_th_c_005fif_005f11, _jspx_page_context)) return; out.write("\" onClick=\"Liferay.LayoutExporter.publishToLive({title: '"); out.print( UnicodeLanguageUtil.get(pageContext, "copy-from-live") ); out.write("', url: '"); out.print( importLayoutsURL ); out.write("'});\" />\n"); out.write("\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f11.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f11); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f11); out.write("\n"); out.write("\n"); out.write("\t\t<br /><br />\n"); out.write("\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f3.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f3); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f3); out.write('\n'); out.write(' '); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f5 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f5.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(162,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f5.setTest( (portletName.equals(PortletKeys.COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_ORGANIZATIONS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_COMMUNITIES) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USER_GROUPS) || portletName.equals(PortletKeys.ENTERPRISE_ADMIN_USERS) || portletName.equals(PortletKeys.GROUP_PAGES) || selGroup.isLayoutSetPrototype() || selGroup.isStagingGroup()) && (pagesCount > 0) ); int _jspx_eval_c_005fwhen_005f5 = _jspx_th_c_005fwhen_005f5.doStartTag(); if (_jspx_eval_c_005fwhen_005f5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t<input type=\"button\" value=\""); if (_jspx_meth_liferay_002dui_005fmessage_005f12(_jspx_th_c_005fwhen_005f5, _jspx_page_context)) return; out.write("\" onClick=\"var liveGroupWindow = window.open('"); out.print( viewPagesURL ); out.write("'); void(''); liveGroupWindow.focus();\" />\n"); out.write("\n"); out.write("\t\t<br /><br />\n"); out.write("\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f5.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f5); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f5); out.write('\n'); int evalDoAfterBody = _jspx_th_c_005fchoose_005f3.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f3); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f3); out.write("\n"); out.write("\n"); out.write("<table class=\"lfr-table\" width=\"100%\">\n"); out.write("<tr>\n"); out.write("\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f12 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f12.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(171,1) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f12.setTest( !group.isLayoutPrototype() ); int _jspx_eval_c_005fif_005f12 = _jspx_th_c_005fif_005f12.doStartTag(); if (_jspx_eval_c_005fif_005f12 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t<td class=\"lfr-top\">\n"); out.write("\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f1(_jspx_th_c_005fif_005f12, _jspx_page_context)) return; out.write("\n"); out.write("\t\t</td>\n"); out.write("\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f12.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f12); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f12); out.write("\n"); out.write("\t<td class=\"lfr-top\" width=\"75%\">\n"); out.write("\n"); out.write("\t\t"); PortletURL breadcrumbURL = PortletURLUtil.clone(portletURL, renderResponse); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f13 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f13.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(184,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f13.setTest( !group.isLayoutPrototype() && (selLayout != null) ); int _jspx_eval_c_005fif_005f13 = _jspx_th_c_005fif_005f13.doStartTag(); if (_jspx_eval_c_005fif_005f13 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // liferay-ui:header com.liferay.taglib.ui.HeaderTag _jspx_th_liferay_002dui_005fheader_005f1 = (com.liferay.taglib.ui.HeaderTag) _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody.get(com.liferay.taglib.ui.HeaderTag.class); _jspx_th_liferay_002dui_005fheader_005f1.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fheader_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f13); // /html/portlet/communities/edit_pages_public_and_private.jspf(185,3) name = title type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fheader_005f1.setTitle( selLayout.getName(locale) ); int _jspx_eval_liferay_002dui_005fheader_005f1 = _jspx_th_liferay_002dui_005fheader_005f1.doStartTag(); if (_jspx_th_liferay_002dui_005fheader_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody.reuse(_jspx_th_liferay_002dui_005fheader_005f1); return; } _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fnobody.reuse(_jspx_th_liferay_002dui_005fheader_005f1); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f13.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f13); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f13); out.write("\n"); out.write("\n"); out.write("\t\t"); String tabs3Names = "page"; if (!group.isLayoutPrototype()) { tabs3Names += ",children"; } if ((selLayout != null) && (permissionChecker.isOmniadmin() || PropsValues.LOOK_AND_FEEL_MODIFIABLE)) { tabs3Names += ",look-and-feel"; } if ((selLayout != null) && !PortalUtil.isLayoutParentable(selLayout)) { tabs3Names = StringUtil.replace(tabs3Names, "children,", StringPool.BLANK); } if (!StringUtil.contains(tabs3Names, tabs3)) { if (selLayout == null) { tabs3 = "children"; } else { tabs3 = "page"; } } PortletURL tabs3PortletURL = PortletURLUtil.clone(portletURL, renderResponse); tabs3PortletURL.setParameter("tabs4", ""); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f14 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f14.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f14.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(219,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f14.setTest( (selLayout != null) ); int _jspx_eval_c_005fif_005f14 = _jspx_th_c_005fif_005f14.doStartTag(); if (_jspx_eval_c_005fif_005f14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // liferay-ui:tabs com.liferay.taglib.ui.TabsTag _jspx_th_liferay_002dui_005ftabs_005f3 = (com.liferay.taglib.ui.TabsTag) _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.get(com.liferay.taglib.ui.TabsTag.class); _jspx_th_liferay_002dui_005ftabs_005f3.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ftabs_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f14); // /html/portlet/communities/edit_pages_public_and_private.jspf(220,3) name = names type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f3.setNames( tabs3Names ); // /html/portlet/communities/edit_pages_public_and_private.jspf(220,3) name = param type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f3.setParam("tabs3"); // /html/portlet/communities/edit_pages_public_and_private.jspf(220,3) name = url type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ftabs_005f3.setUrl( portletURL.toString() + "&" + renderResponse.getNamespace() + "selPlid=" + selPlid ); int _jspx_eval_liferay_002dui_005ftabs_005f3 = _jspx_th_liferay_002dui_005ftabs_005f3.doStartTag(); if (_jspx_th_liferay_002dui_005ftabs_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f3); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ftabs_0026_005furl_005fparam_005fnames_005fnobody.reuse(_jspx_th_liferay_002dui_005ftabs_005f3); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fif_005f14.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f14); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f14); out.write("\n"); out.write("\n"); out.write("\t\t"); // liferay-ui:error com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f1 = (com.liferay.taglib.ui.ErrorTag) _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.get(com.liferay.taglib.ui.ErrorTag.class); _jspx_th_liferay_002dui_005ferror_005f1.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ferror_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(227,2) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f1.setException( LayoutHiddenException.class ); // /html/portlet/communities/edit_pages_public_and_private.jspf(227,2) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f1.setMessage("your-first-page-must-not-be-hidden"); int _jspx_eval_liferay_002dui_005ferror_005f1 = _jspx_th_liferay_002dui_005ferror_005f1.doStartTag(); if (_jspx_th_liferay_002dui_005ferror_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f1); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f1); out.write('\n'); out.write(' '); out.write(' '); // liferay-ui:error com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f2 = (com.liferay.taglib.ui.ErrorTag) _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.get(com.liferay.taglib.ui.ErrorTag.class); _jspx_th_liferay_002dui_005ferror_005f2.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ferror_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(228,2) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f2.setException( LayoutNameException.class ); // /html/portlet/communities/edit_pages_public_and_private.jspf(228,2) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f2.setMessage("please-enter-a-valid-name"); int _jspx_eval_liferay_002dui_005ferror_005f2 = _jspx_th_liferay_002dui_005ferror_005f2.doStartTag(); if (_jspx_th_liferay_002dui_005ferror_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f2); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f2); out.write("\n"); out.write("\n"); out.write("\t\t"); // liferay-ui:error com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f3 = (com.liferay.taglib.ui.ErrorTag) _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.get(com.liferay.taglib.ui.ErrorTag.class); _jspx_th_liferay_002dui_005ferror_005f3.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ferror_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(230,2) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f3.setException( LayoutParentLayoutIdException.class ); int _jspx_eval_liferay_002dui_005ferror_005f3 = _jspx_th_liferay_002dui_005ferror_005f3.doStartTag(); if (_jspx_eval_liferay_002dui_005ferror_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { java.lang.Object errorException = null; errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); do { out.write("\n"); out.write("\n"); out.write("\t\t\t"); LayoutParentLayoutIdException lplide = (LayoutParentLayoutIdException)errorException; out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f15 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f15.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(236,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f15.setTest( lplide.getType() == LayoutParentLayoutIdException.NOT_PARENTABLE ); int _jspx_eval_c_005fif_005f15 = _jspx_th_c_005fif_005f15.doStartTag(); if (_jspx_eval_c_005fif_005f15 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f13(_jspx_th_c_005fif_005f15, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f15.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f15); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f15); out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f16 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f16.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f16.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(240,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f16.setTest( lplide.getType() == LayoutParentLayoutIdException.SELF_DESCENDANT ); int _jspx_eval_c_005fif_005f16 = _jspx_th_c_005fif_005f16.doStartTag(); if (_jspx_eval_c_005fif_005f16 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f14(_jspx_th_c_005fif_005f16, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f16.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f16); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f16); out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f17 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f17.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f17.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(244,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f17.setTest( lplide.getType() == LayoutParentLayoutIdException.FIRST_LAYOUT_TYPE ); int _jspx_eval_c_005fif_005f17 = _jspx_th_c_005fif_005f17.doStartTag(); if (_jspx_eval_c_005fif_005f17 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f15(_jspx_th_c_005fif_005f17, _jspx_page_context)) return; out.write(':'); out.write(' '); out.print( PortalUtil.getFirstPageLayoutTypes(pageContext) ); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f17.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f17); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f17); out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f18 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f18.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(248,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f18.setTest( lplide.getType() == LayoutParentLayoutIdException.FIRST_LAYOUT_HIDDEN ); int _jspx_eval_c_005fif_005f18 = _jspx_th_c_005fif_005f18.doStartTag(); if (_jspx_eval_c_005fif_005f18 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f16(_jspx_th_c_005fif_005f18, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f18.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f18); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f18); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_liferay_002dui_005ferror_005f3.doAfterBody(); errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_liferay_002dui_005ferror_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f3); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f3); out.write("\n"); out.write("\n"); out.write("\t\t"); // liferay-ui:error com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f4 = (com.liferay.taglib.ui.ErrorTag) _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.get(com.liferay.taglib.ui.ErrorTag.class); _jspx_th_liferay_002dui_005ferror_005f4.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005ferror_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); // /html/portlet/communities/edit_pages_public_and_private.jspf(253,2) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005ferror_005f4.setException( LayoutTypeException.class ); int _jspx_eval_liferay_002dui_005ferror_005f4 = _jspx_th_liferay_002dui_005ferror_005f4.doStartTag(); if (_jspx_eval_liferay_002dui_005ferror_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { java.lang.Object errorException = null; errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); do { out.write("\n"); out.write("\n"); out.write("\t\t\t"); LayoutTypeException lte = (LayoutTypeException)errorException; out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f19 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f19.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f19.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f4); // /html/portlet/communities/edit_pages_public_and_private.jspf(259,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f19.setTest( lte.getType() == LayoutTypeException.NOT_PARENTABLE ); int _jspx_eval_c_005fif_005f19 = _jspx_th_c_005fif_005f19.doStartTag(); if (_jspx_eval_c_005fif_005f19 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f17(_jspx_th_c_005fif_005f19, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f19.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f19); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f19); out.write("\n"); out.write("\n"); out.write("\t\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f20 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f20.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f20.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005ferror_005f4); // /html/portlet/communities/edit_pages_public_and_private.jspf(263,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f20.setTest( lte.getType() == LayoutTypeException.FIRST_LAYOUT ); int _jspx_eval_c_005fif_005f20 = _jspx_th_c_005fif_005f20.doStartTag(); if (_jspx_eval_c_005fif_005f20 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dui_005fmessage_005f18(_jspx_th_c_005fif_005f20, _jspx_page_context)) return; out.write(':'); out.write(' '); out.print( PortalUtil.getFirstPageLayoutTypes(pageContext) ); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f20.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f20); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f20); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_liferay_002dui_005ferror_005f4.doAfterBody(); errorException = (java.lang.Object) _jspx_page_context.findAttribute("errorException"); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_liferay_002dui_005ferror_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f4); return; } _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fexception.reuse(_jspx_th_liferay_002dui_005ferror_005f4); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f5 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f5.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2); int _jspx_eval_c_005fchoose_005f5 = _jspx_th_c_005fchoose_005f5.doStartTag(); if (_jspx_eval_c_005fchoose_005f5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f6 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f6.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f5); // /html/portlet/communities/edit_pages_public_and_private.jspf(269,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f6.setTest( tabs3.equals("page") ); int _jspx_eval_c_005fwhen_005f6 = _jspx_th_c_005fwhen_005f6.doStartTag(); if (_jspx_eval_c_005fwhen_005f6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f2(_jspx_th_c_005fwhen_005f6, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f6.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f6); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f6); out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f7 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f7.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f5); // /html/portlet/communities/edit_pages_public_and_private.jspf(272,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f7.setTest( tabs3.equals("children") ); int _jspx_eval_c_005fwhen_005f7 = _jspx_th_c_005fwhen_005f7.doStartTag(); if (_jspx_eval_c_005fwhen_005f7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f3(_jspx_th_c_005fwhen_005f7, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f7.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f7); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f7); out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f8 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f8.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f5); // /html/portlet/communities/edit_pages_public_and_private.jspf(275,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f8.setTest( tabs3.equals("look-and-feel") ); int _jspx_eval_c_005fwhen_005f8 = _jspx_th_c_005fwhen_005f8.doStartTag(); if (_jspx_eval_c_005fwhen_005f8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f4(_jspx_th_c_005fwhen_005f8, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f8.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f8); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f8); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fchoose_005f5.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f5); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f5); out.write("\n"); out.write("\t</td>\n"); out.write("</tr>\n"); out.write("</table>"); out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f2.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f2); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f2); out.write("\n"); out.write("\t\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f9 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f9.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f2); // /html/portlet/communities/edit_pages.jsp(429,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f9.setTest( tabs2.equals("look-and-feel") ); int _jspx_eval_c_005fwhen_005f9 = _jspx_th_c_005fwhen_005f9.doStartTag(); if (_jspx_eval_c_005fwhen_005f9 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f5(_jspx_th_c_005fwhen_005f9, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f9.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f9); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f9); out.write("\n"); out.write("\t\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f10 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f10.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f2); // /html/portlet/communities/edit_pages.jsp(432,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f10.setTest( tabs2.equals("export-import") ); int _jspx_eval_c_005fwhen_005f10 = _jspx_th_c_005fwhen_005f10.doStartTag(); if (_jspx_eval_c_005fwhen_005f10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f6(_jspx_th_c_005fwhen_005f10, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f10.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f10); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f10); out.write("\n"); out.write("\t\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f11 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f11.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f2); // /html/portlet/communities/edit_pages.jsp(435,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f11.setTest( tabs2.equals("proposals") ); int _jspx_eval_c_005fwhen_005f11 = _jspx_th_c_005fwhen_005f11.doStartTag(); if (_jspx_eval_c_005fwhen_005f11 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005finclude_005f7(_jspx_th_c_005fwhen_005f11, _jspx_page_context)) return; out.write("\n"); out.write("\t\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f11.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f11); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f11); out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fchoose_005f2.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f2); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f2); out.write("\n"); out.write("\n"); out.write("\t\t\t"); if (!tabs2.equals("pages")) { PortalUtil.addPortletBreadcrumbEntry(request, LanguageUtil.get(pageContext, TextFormatter.format(tabs2, TextFormatter.O)), currentURL); } out.write("\n"); out.write("\n"); out.write("\t\t"); int evalDoAfterBody = _jspx_th_c_005fotherwise_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fotherwise_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0); return; } _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0); out.write('\n'); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0); out.write('\n'); int evalDoAfterBody = _jspx_th_aui_005fform_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_aui_005fform_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_aui_005fform_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.reuse(_jspx_th_aui_005fform_005f0); return; } _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.reuse(_jspx_th_aui_005fform_005f0); out.write('\n'); out.write('\n'); // aui:script com.liferay.taglib.aui.ScriptTag _jspx_th_aui_005fscript_005f0 = (com.liferay.taglib.aui.ScriptTag) _005fjspx_005ftagPool_005faui_005fscript.get(com.liferay.taglib.aui.ScriptTag.class); _jspx_th_aui_005fscript_005f0.setPageContext(_jspx_page_context); _jspx_th_aui_005fscript_005f0.setParent(null); int _jspx_eval_aui_005fscript_005f0 = _jspx_th_aui_005fscript_005f0.doStartTag(); if (_jspx_eval_aui_005fscript_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_aui_005fscript_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_aui_005fscript_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_aui_005fscript_005f0.doInitBody(); } do { out.write("\n"); out.write("\tfunction "); if (_jspx_meth_portlet_005fnamespace_005f1(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("deletePage() {\n"); out.write("\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f6 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f6.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_c_005fchoose_005f6 = _jspx_th_c_005fchoose_005f6.doStartTag(); if (_jspx_eval_c_005fchoose_005f6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f12 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f12.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f6); // /html/portlet/communities/edit_pages.jsp(453,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f12.setTest( (selPlid == themeDisplay.getPlid()) || (selPlid == refererPlid) ); int _jspx_eval_c_005fwhen_005f12 = _jspx_th_c_005fwhen_005f12.doStartTag(); if (_jspx_eval_c_005fwhen_005f12 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\talert('"); out.print( UnicodeLanguageUtil.get(pageContext, "you-cannot-delete-this-page-because-you-are-currently-accessing-this-page") ); out.write("');\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f12.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f12); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f12); out.write("\n"); out.write("\t\t\t"); // c:otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f3 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class); _jspx_th_c_005fotherwise_005f3.setPageContext(_jspx_page_context); _jspx_th_c_005fotherwise_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f6); int _jspx_eval_c_005fotherwise_005f3 = _jspx_th_c_005fotherwise_005f3.doStartTag(); if (_jspx_eval_c_005fotherwise_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\tif (confirm('"); out.print( UnicodeLanguageUtil.get(pageContext, "are-you-sure-you-want-to-delete-the-selected-page") ); out.write("')) {\n"); out.write("\t\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f2(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f3(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \""); out.print( Constants.DELETE ); out.write("\";\n"); out.write("\t\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f4(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f5(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.write("pagesRedirect.value = \""); out.print( portletURL.toString() ); out.write('&'); if (_jspx_meth_portlet_005fnamespace_005f6(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.write("selPlid="); out.print( LayoutConstants.DEFAULT_PLID ); out.write("\";\n"); out.write("\t\t\t\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f7(_jspx_th_c_005fotherwise_005f3, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t\t\t\t}\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fotherwise_005f3.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fotherwise_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f3); return; } _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f3); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fchoose_005f6.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f6); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f6); out.write("\n"); out.write("\t}\n"); out.write("\n"); out.write("\tfunction "); if (_jspx_meth_portlet_005fnamespace_005f8(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("exportPages() {\n"); out.write("\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f9(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm, \""); // portlet:actionURL com.liferay.taglib.portlet.ActionURLTag _jspx_th_portlet_005factionURL_005f2 = (com.liferay.taglib.portlet.ActionURLTag) _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState.get(com.liferay.taglib.portlet.ActionURLTag.class); _jspx_th_portlet_005factionURL_005f2.setPageContext(_jspx_page_context); _jspx_th_portlet_005factionURL_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); // /html/portlet/communities/edit_pages.jsp(467,48) name = windowState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005factionURL_005f2.setWindowState( LiferayWindowState.EXCLUSIVE.toString() ); int _jspx_eval_portlet_005factionURL_005f2 = _jspx_th_portlet_005factionURL_005f2.doStartTag(); if (_jspx_eval_portlet_005factionURL_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_005factionURL_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_005factionURL_005f2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_005factionURL_005f2.doInitBody(); } do { if (_jspx_meth_portlet_005fparam_005f14(_jspx_th_portlet_005factionURL_005f2, _jspx_page_context)) return; // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f15 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f15.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f2); // /html/portlet/communities/edit_pages.jsp(467,200) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f15.setName("groupId"); // /html/portlet/communities/edit_pages.jsp(467,200) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f15.setValue( String.valueOf(liveGroupId) ); int _jspx_eval_portlet_005fparam_005f15 = _jspx_th_portlet_005fparam_005f15.doStartTag(); if (_jspx_th_portlet_005fparam_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f15); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f15); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f16 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f16.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f16.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f2); // /html/portlet/communities/edit_pages.jsp(467,275) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f16.setName("privateLayout"); // /html/portlet/communities/edit_pages.jsp(467,275) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f16.setValue( String.valueOf(privateLayout) ); int _jspx_eval_portlet_005fparam_005f16 = _jspx_th_portlet_005fparam_005f16.doStartTag(); if (_jspx_th_portlet_005fparam_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f16); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f16); int evalDoAfterBody = _jspx_th_portlet_005factionURL_005f2.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_005factionURL_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_portlet_005factionURL_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState.reuse(_jspx_th_portlet_005factionURL_005f2); return; } _005fjspx_005ftagPool_005fportlet_005factionURL_0026_005fwindowState.reuse(_jspx_th_portlet_005factionURL_005f2); out.write("&etag=0\", false);\n"); out.write("\t}\n"); out.write("\n"); out.write("\tfunction "); if (_jspx_meth_portlet_005fnamespace_005f10(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("importPages() {\n"); out.write("\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f11(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm.encoding = \"multipart/form-data\";\n"); out.write("\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f12(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm, \""); // portlet:actionURL com.liferay.taglib.portlet.ActionURLTag _jspx_th_portlet_005factionURL_005f3 = (com.liferay.taglib.portlet.ActionURLTag) _005fjspx_005ftagPool_005fportlet_005factionURL.get(com.liferay.taglib.portlet.ActionURLTag.class); _jspx_th_portlet_005factionURL_005f3.setPageContext(_jspx_page_context); _jspx_th_portlet_005factionURL_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005factionURL_005f3 = _jspx_th_portlet_005factionURL_005f3.doStartTag(); if (_jspx_eval_portlet_005factionURL_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_005factionURL_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_005factionURL_005f3.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_005factionURL_005f3.doInitBody(); } do { if (_jspx_meth_portlet_005fparam_005f17(_jspx_th_portlet_005factionURL_005f3, _jspx_page_context)) return; // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f18 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f18.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f3); // /html/portlet/communities/edit_pages.jsp(472,139) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f18.setName("backURL"); // /html/portlet/communities/edit_pages.jsp(472,139) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f18.setValue( backURL ); int _jspx_eval_portlet_005fparam_005f18 = _jspx_th_portlet_005fparam_005f18.doStartTag(); if (_jspx_th_portlet_005fparam_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f18); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f18); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f19 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f19.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f19.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f3); // /html/portlet/communities/edit_pages.jsp(472,194) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f19.setName("groupId"); // /html/portlet/communities/edit_pages.jsp(472,194) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f19.setValue( String.valueOf(groupId) ); int _jspx_eval_portlet_005fparam_005f19 = _jspx_th_portlet_005fparam_005f19.doStartTag(); if (_jspx_th_portlet_005fparam_005f19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f19); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f19); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f20 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f20.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f20.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f3); // /html/portlet/communities/edit_pages.jsp(472,265) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f20.setName("privateLayout"); // /html/portlet/communities/edit_pages.jsp(472,265) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f20.setValue( String.valueOf(privateLayout) ); int _jspx_eval_portlet_005fparam_005f20 = _jspx_th_portlet_005fparam_005f20.doStartTag(); if (_jspx_th_portlet_005fparam_005f20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f20); return; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f20); int evalDoAfterBody = _jspx_th_portlet_005factionURL_005f3.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_005factionURL_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_portlet_005factionURL_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005factionURL.reuse(_jspx_th_portlet_005factionURL_005f3); return; } _005fjspx_005ftagPool_005fportlet_005factionURL.reuse(_jspx_th_portlet_005factionURL_005f3); out.write("\");\n"); out.write("\t}\n"); out.write("\n"); out.write("\tfunction "); if (_jspx_meth_portlet_005fnamespace_005f13(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("savePage() {\n"); out.write("\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f14(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm.encoding = \"multipart/form-data\";\n"); out.write("\n"); out.write("\t\t"); // c:choose org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f7 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class); _jspx_th_c_005fchoose_005f7.setPageContext(_jspx_page_context); _jspx_th_c_005fchoose_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_c_005fchoose_005f7 = _jspx_th_c_005fchoose_005f7.doStartTag(); if (_jspx_eval_c_005fchoose_005f7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f13 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f13.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f7); // /html/portlet/communities/edit_pages.jsp(479,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f13.setTest( tabs2.equals("monitoring") ); int _jspx_eval_c_005fwhen_005f13 = _jspx_th_c_005fwhen_005f13.doStartTag(); if (_jspx_eval_c_005fwhen_005f13 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f15(_jspx_th_c_005fwhen_005f13, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f16(_jspx_th_c_005fwhen_005f13, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"monitoring\";\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f13.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f13); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f13); out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f14 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f14.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f14.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f7); // /html/portlet/communities/edit_pages.jsp(482,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f14.setTest( tabs2.equals("virtual-host") ); int _jspx_eval_c_005fwhen_005f14 = _jspx_th_c_005fwhen_005f14.doStartTag(); if (_jspx_eval_c_005fwhen_005f14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f17(_jspx_th_c_005fwhen_005f14, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f18(_jspx_th_c_005fwhen_005f14, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"virtual_host\";\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f14.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f14); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f14); out.write("\n"); out.write("\t\t\t"); // c:when org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f15 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class); _jspx_th_c_005fwhen_005f15.setPageContext(_jspx_page_context); _jspx_th_c_005fwhen_005f15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f7); // /html/portlet/communities/edit_pages.jsp(485,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fwhen_005f15.setTest( tabs2.equals("merge-pages") ); int _jspx_eval_c_005fwhen_005f15 = _jspx_th_c_005fwhen_005f15.doStartTag(); if (_jspx_eval_c_005fwhen_005f15 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f19(_jspx_th_c_005fwhen_005f15, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f20(_jspx_th_c_005fwhen_005f15, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"merge_pages\";\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fwhen_005f15.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fwhen_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f15); return; } _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f15); out.write("\n"); out.write("\t\t\t"); // c:otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f4 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class); _jspx_th_c_005fotherwise_005f4.setPageContext(_jspx_page_context); _jspx_th_c_005fotherwise_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f7); int _jspx_eval_c_005fotherwise_005f4 = _jspx_th_c_005fotherwise_005f4.doStartTag(); if (_jspx_eval_c_005fotherwise_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f21(_jspx_th_c_005fotherwise_005f4, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f22(_jspx_th_c_005fotherwise_005f4, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = '"); out.print( tabs3.equals("children") ? Constants.ADD : Constants.UPDATE ); out.write("';\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_c_005fotherwise_005f4.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fotherwise_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f4); return; } _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f4); out.write('\n'); out.write(' '); out.write(' '); int evalDoAfterBody = _jspx_th_c_005fchoose_005f7.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fchoose_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f7); return; } _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f7); out.write("\n"); out.write("\n"); out.write("\t\t"); // c:if org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_005fif_005f21 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class); _jspx_th_c_005fif_005f21.setPageContext(_jspx_page_context); _jspx_th_c_005fif_005f21.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); // /html/portlet/communities/edit_pages.jsp(493,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_c_005fif_005f21.setTest( tabs3.equals("page") ); int _jspx_eval_c_005fif_005f21 = _jspx_th_c_005fif_005f21.doStartTag(); if (_jspx_eval_c_005fif_005f21 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t"); if (_jspx_meth_portlet_005fnamespace_005f23(_jspx_th_c_005fif_005f21, _jspx_page_context)) return; out.write("updateLanguage();\n"); out.write("\t\t\t"); if (_jspx_meth_portlet_005fnamespace_005f24(_jspx_th_c_005fif_005f21, _jspx_page_context)) return; out.write("updateMetaLanguage();\n"); out.write("\t\t"); int evalDoAfterBody = _jspx_th_c_005fif_005f21.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_c_005fif_005f21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f21); return; } _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f21); out.write("\n"); out.write("\n"); out.write("\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f25(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t}\n"); out.write("\n"); out.write("\tfunction "); if (_jspx_meth_portlet_005fnamespace_005f26(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("updateLogo() {\n"); out.write("\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f27(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm.encoding = \"multipart/form-data\";\n"); out.write("\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f28(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f29(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"logo\";\n"); out.write("\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f30(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t}\n"); out.write("\n"); out.write("\tLiferay.provide(\n"); out.write("\t\twindow,\n"); out.write("\t\t'"); if (_jspx_meth_portlet_005fnamespace_005f31(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("removePage',\n"); out.write("\t\tfunction(box) {\n"); out.write("\t\t\tvar A = AUI();\n"); out.write("\n"); out.write("\t\t\tvar selectEl = A.one(box);\n"); out.write("\n"); out.write("\t\t\tvar layoutId = "); out.print( ((refererLayout == null) ? layout.getLayoutId() : refererLayout.getLayoutId()) ); out.write(";\n"); out.write("\t\t\tvar currentValue = null;\n"); out.write("\n"); out.write("\t\t\tif (selectEl) {\n"); out.write("\t\t\t\tcurrentValue = selectEl.val();\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tif (layoutId == currentValue) {\n"); out.write("\t\t\t\talert('"); out.print( UnicodeLanguageUtil.get(pageContext, "you-cannot-delete-this-page-because-you-are-currently-accessing-this-page") ); out.write("');\n"); out.write("\t\t\t}\n"); out.write("\t\t\telse {\n"); out.write("\t\t\t\tLiferay.Util.removeItem(box);\n"); out.write("\t\t\t}\n"); out.write("\t\t},\n"); out.write("\t\t['aui-base']\n"); out.write("\t);\n"); out.write("\n"); out.write("\tLiferay.provide(\n"); out.write("\t\twindow,\n"); out.write("\t\t'"); if (_jspx_meth_portlet_005fnamespace_005f32(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("updateDisplayOrder',\n"); out.write("\t\tfunction() {\n"); out.write("\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f33(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f34(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"display_order\";\n"); out.write("\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f35(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f36(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("layoutIds.value = Liferay.Util.listSelect(document."); if (_jspx_meth_portlet_005fnamespace_005f37(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f38(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("layoutIdsBox);\n"); out.write("\t\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f39(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t\t},\n"); out.write("\t\t['liferay-util-list-fields']\n"); out.write("\t);\n"); out.write("\n"); out.write("\tLiferay.provide(\n"); out.write("\t\twindow,\n"); out.write("\t\t'"); if (_jspx_meth_portlet_005fnamespace_005f40(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("updateLookAndFeel',\n"); out.write("\t\tfunction(themeId, colorSchemeId, sectionParam, sectionName) {\n"); out.write("\t\t\tvar A = AUI();\n"); out.write("\n"); out.write("\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f41(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f42(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"look_and_feel\";\n"); out.write("\n"); out.write("\t\t\tvar themeRadio = A.one(document."); if (_jspx_meth_portlet_005fnamespace_005f43(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f44(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("themeId);\n"); out.write("\n"); out.write("\t\t\tif (themeRadio) {\n"); out.write("\t\t\t\tthemeRadio.val(themeId);\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tvar colorSchemeRadio = A.one(document."); if (_jspx_meth_portlet_005fnamespace_005f45(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f46(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("colorSchemeId);\n"); out.write("\n"); out.write("\t\t\tif (colorSchemeRadio) {\n"); out.write("\t\t\t\tcolorSchemeRadio.val(colorSchemeId);\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tif ((sectionParam != null) && (sectionName != null)) {\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f47(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f48(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("pagesRedirect.value += \"&\" + sectionParam + \"=\" + sectionName;\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f49(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t\t},\n"); out.write("\t\t['aui-base']\n"); out.write("\t);\n"); out.write("\n"); out.write("\tLiferay.provide(\n"); out.write("\t\twindow,\n"); out.write("\t\t'"); if (_jspx_meth_portlet_005fnamespace_005f50(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("updateStaging',\n"); out.write("\t\tfunction() {\n"); out.write("\t\t\tvar A = AUI();\n"); out.write("\n"); out.write("\t\t\tvar selectEl = A.one('#"); if (_jspx_meth_portlet_005fnamespace_005f51(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("stagingType');\n"); out.write("\n"); out.write("\t\t\tvar currentValue = null;\n"); out.write("\n"); out.write("\t\t\tif (selectEl) {\n"); out.write("\t\t\t\tcurrentValue = selectEl.val();\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tvar ok = false;\n"); out.write("\n"); out.write("\t\t\tif (0 == currentValue) {\n"); out.write("\t\t\t\tok = confirm('"); out.print( UnicodeLanguageUtil.format(pageContext, "are-you-sure-you-want-to-deactivate-staging-for-x", liveGroup.getDescriptiveName()) ); out.write("');\n"); out.write("\t\t\t}\n"); out.write("\t\t\telse if (1 == currentValue) {\n"); out.write("\t\t\t\tok = confirm('"); out.print( UnicodeLanguageUtil.format(pageContext, "are-you-sure-you-want-to-activate-local-staging-for-x", liveGroup.getDescriptiveName()) ); out.write("');\n"); out.write("\t\t\t}\n"); out.write("\t\t\telse if (2 == currentValue) {\n"); out.write("\t\t\t\tok = confirm('"); out.print( UnicodeLanguageUtil.format(pageContext, "are-you-sure-you-want-to-activate-remote-staging-for-x", liveGroup.getDescriptiveName()) ); out.write("');\n"); out.write("\t\t\t}\n"); out.write("\n"); out.write("\t\t\tif (ok) {\n"); out.write("\t\t\t\tdocument."); if (_jspx_meth_portlet_005fnamespace_005f52(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write('f'); out.write('m'); out.write('.'); if (_jspx_meth_portlet_005fnamespace_005f53(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.print( Constants.CMD ); out.write(".value = \"staging\";\n"); out.write("\t\t\t\tsubmitForm(document."); if (_jspx_meth_portlet_005fnamespace_005f54(_jspx_th_aui_005fscript_005f0, _jspx_page_context)) return; out.write("fm);\n"); out.write("\t\t\t}\n"); out.write("\t\t},\n"); out.write("\t\t['aui-base']\n"); out.write("\t);\n"); int evalDoAfterBody = _jspx_th_aui_005fscript_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_aui_005fscript_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_aui_005fscript_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005faui_005fscript.reuse(_jspx_th_aui_005fscript_005f0); return; } _005fjspx_005ftagPool_005faui_005fscript.reuse(_jspx_th_aui_005fscript_005f0); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { out.clearBuffer(); } catch (java.io.IOException e) {} if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } } private boolean _jspx_meth_portlet_005fparam_005f0( javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005factionURL_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f0 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f0.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f0 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f0); // /html/portlet/communities/edit_pages.jsp(306,1) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f0.setName("struts_action"); // /html/portlet/communities/edit_pages.jsp(306,1) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f0.setValue("/communities/edit_pages"); int _jspx_eval_portlet_005fparam_005f0 = _jspx_th_portlet_005fparam_005f0.doStartTag(); if (_jspx_th_portlet_005fparam_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f0); return true; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f0); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f0( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f2, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f0 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f2); // /html/portlet/communities/edit_pages.jsp(365,3) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f0.setKey( "users-who-belongs-to-this-user-group-will-have-these-pages-copied-to-their-user-pages-when-the-user-is-first-associated-with-the-user-group"); int _jspx_eval_liferay_002dui_005fmessage_005f0 = _jspx_th_liferay_002dui_005fmessage_005f0.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f0); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f0); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f0( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f0 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f0 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f0); // /html/portlet/communities/edit_pages.jsp(371,3) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f0.setPage("/html/portlet/communities/edit_pages_settings.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f0 = _jspx_th_liferay_002dutil_005finclude_005f0 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f0); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f0); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f1( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f5, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f1 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f1.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f5); // /html/portlet/communities/edit_pages_public_and_private.jspf(48,2) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f1.setKey("no-pages-are-selected-for-export"); int _jspx_eval_liferay_002dui_005fmessage_005f1 = _jspx_th_liferay_002dui_005fmessage_005f1.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f1); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f1); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f2( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f2 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f2.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f2 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3); // /html/portlet/communities/edit_pages_public_and_private.jspf(55,3) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f2.setKey( "the-staging-environment-is-activated-changes-have-to-be-published-to-make-them-available-to-end-users"); int _jspx_eval_liferay_002dui_005fmessage_005f2 = _jspx_th_liferay_002dui_005fmessage_005f2.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f2); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f2); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f3( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f6, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f3 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f3.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f6); // /html/portlet/communities/edit_pages_public_and_private.jspf(59,31) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f3.setKey("view-pages"); int _jspx_eval_liferay_002dui_005fmessage_005f3 = _jspx_th_liferay_002dui_005fmessage_005f3.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f3); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f3); return false; } private boolean _jspx_meth_portlet_005fparam_005f1( javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005factionURL_005f1, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f1 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f1.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f1 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(66,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f1.setName("struts_action"); // /html/portlet/communities/edit_pages_public_and_private.jspf(66,6) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f1.setValue("/communities/edit_proposal"); int _jspx_eval_portlet_005fparam_005f1 = _jspx_th_portlet_005fparam_005f1.doStartTag(); if (_jspx_th_portlet_005fparam_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f1); return true; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f1); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f4( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f7, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f4 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f4.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f7); // /html/portlet/communities/edit_pages_public_and_private.jspf(117,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f4.setKey("propose-publication"); int _jspx_eval_liferay_002dui_005fmessage_005f4 = _jspx_th_liferay_002dui_005fmessage_005f4.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f4); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f4); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f7, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f0 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f0.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f7); int _jspx_eval_portlet_005fnamespace_005f0 = _jspx_th_portlet_005fnamespace_005f0.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f0); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f0); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f5( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f7, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f5 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f5.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f7); // /html/portlet/communities/edit_pages_public_and_private.jspf(117,305) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f5.setKey("proposal-description"); int _jspx_eval_liferay_002dui_005fmessage_005f5 = _jspx_th_liferay_002dui_005fmessage_005f5.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f5); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f5); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f6( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f8, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f6 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f6.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f8); // /html/portlet/communities/edit_pages_public_and_private.jspf(121,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f6.setKey("publish-to-remote-live"); int _jspx_eval_liferay_002dui_005fmessage_005f6 = _jspx_th_liferay_002dui_005fmessage_005f6.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f6); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f6); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f7( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f9, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f7 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f7.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f9); // /html/portlet/communities/edit_pages_public_and_private.jspf(126,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f7.setKey("publish-to-live-now"); int _jspx_eval_liferay_002dui_005fmessage_005f7 = _jspx_th_liferay_002dui_005fmessage_005f7.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f7); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f7); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f8( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f9, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f8 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f8.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f9); // /html/portlet/communities/edit_pages_public_and_private.jspf(132,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f8.setKey("schedule-publication-to-live"); int _jspx_eval_liferay_002dui_005fmessage_005f8 = _jspx_th_liferay_002dui_005fmessage_005f8.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f8); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f8); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f9( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f10, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f9 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f9.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f9 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f10); // /html/portlet/communities/edit_pages_public_and_private.jspf(136,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f9.setKey("publish-to-remote-live-now"); int _jspx_eval_liferay_002dui_005fmessage_005f9 = _jspx_th_liferay_002dui_005fmessage_005f9.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f9); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f9); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f10( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f10, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f10 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f10.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f10 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f10); // /html/portlet/communities/edit_pages_public_and_private.jspf(142,33) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f10.setKey("schedule-publication-to-remote-live"); int _jspx_eval_liferay_002dui_005fmessage_005f10 = _jspx_th_liferay_002dui_005fmessage_005f10.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f10); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f10); return false; } private boolean _jspx_meth_portlet_005fparam_005f9( javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005frenderURL_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f9 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f9.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f9 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005frenderURL_005f0); // /html/portlet/communities/edit_pages_public_and_private.jspf(150,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f9.setName("struts_action"); // /html/portlet/communities/edit_pages_public_and_private.jspf(150,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f9.setValue("/communities/export_pages"); int _jspx_eval_portlet_005fparam_005f9 = _jspx_th_portlet_005fparam_005f9.doStartTag(); if (_jspx_th_portlet_005fparam_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f9); return true; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f9); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f11( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f11, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f11 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f11.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f11 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f11); // /html/portlet/communities/edit_pages_public_and_private.jspf(157,31) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f11.setKey("copy-from-live"); int _jspx_eval_liferay_002dui_005fmessage_005f11 = _jspx_th_liferay_002dui_005fmessage_005f11.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f11); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f11); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f12( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f5, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f12 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f12.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f12 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f5); // /html/portlet/communities/edit_pages_public_and_private.jspf(163,30) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f12.setKey("view-pages"); int _jspx_eval_liferay_002dui_005fmessage_005f12 = _jspx_th_liferay_002dui_005fmessage_005f12.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f12); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f12); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f1( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f12, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f1 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f1.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f1 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f12); // /html/portlet/communities/edit_pages_public_and_private.jspf(173,3) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f1.setPage("/html/portlet/communities/tree_js.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f1 = _jspx_th_liferay_002dutil_005finclude_005f1 .doStartTag(); if (_jspx_eval_liferay_002dutil_005finclude_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_liferay_002dutil_005finclude_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_liferay_002dutil_005finclude_005f1 .setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_liferay_002dutil_005finclude_005f1.doInitBody(); } do { out.write("\n"); out.write("\t\t\t\t"); if (_jspx_meth_liferay_002dutil_005fparam_005f0(_jspx_th_liferay_002dutil_005finclude_005f1, _jspx_page_context)) return true; out.write("\n"); out.write("\t\t\t"); int evalDoAfterBody = _jspx_th_liferay_002dutil_005finclude_005f1.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_liferay_002dutil_005finclude_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.popBody(); } } if (_jspx_th_liferay_002dutil_005finclude_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage .reuse(_jspx_th_liferay_002dutil_005finclude_005f1); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage .reuse(_jspx_th_liferay_002dutil_005finclude_005f1); return false; } private boolean _jspx_meth_liferay_002dutil_005fparam_005f0( javax.servlet.jsp.tagext.JspTag _jspx_th_liferay_002dutil_005finclude_005f1, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:param com.liferay.taglib.util.ParamTag _jspx_th_liferay_002dutil_005fparam_005f0 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_liferay_002dutil_005fparam_005f0.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005fparam_005f0 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dutil_005finclude_005f1); // /html/portlet/communities/edit_pages_public_and_private.jspf(174,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005fparam_005f0.setName("treeId"); // /html/portlet/communities/edit_pages_public_and_private.jspf(174,4) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005fparam_005f0.setValue("layoutsTree"); int _jspx_eval_liferay_002dutil_005fparam_005f0 = _jspx_th_liferay_002dutil_005fparam_005f0.doStartTag(); if (_jspx_th_liferay_002dutil_005fparam_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_liferay_002dutil_005fparam_005f0); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_liferay_002dutil_005fparam_005f0); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f13( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f15, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f13 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f13.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f13 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f15); // /html/portlet/communities/edit_pages_public_and_private.jspf(237,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f13 .setKey("a-page-cannot-become-a-child-of-a-page-that-is-not-parentable"); int _jspx_eval_liferay_002dui_005fmessage_005f13 = _jspx_th_liferay_002dui_005fmessage_005f13.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f13); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f13); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f14( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f16, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f14 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f14.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f14 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f16); // /html/portlet/communities/edit_pages_public_and_private.jspf(241,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f14.setKey("a-page-cannot-become-a-child-of-itself"); int _jspx_eval_liferay_002dui_005fmessage_005f14 = _jspx_th_liferay_002dui_005fmessage_005f14.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f14); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f14); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f15( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f17, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f15 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f15.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f15 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f17); // /html/portlet/communities/edit_pages_public_and_private.jspf(245,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f15 .setKey("the-resulting-first-page-must-have-one-of-the-following-types"); int _jspx_eval_liferay_002dui_005fmessage_005f15 = _jspx_th_liferay_002dui_005fmessage_005f15.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f15); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f15); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f16( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f18, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f16 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f16.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f16 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f18); // /html/portlet/communities/edit_pages_public_and_private.jspf(249,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f16.setKey("the-resulting-first-page-must-not-be-hidden"); int _jspx_eval_liferay_002dui_005fmessage_005f16 = _jspx_th_liferay_002dui_005fmessage_005f16.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f16); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f16); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f17( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f19, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f17 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f17.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f17 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f19); // /html/portlet/communities/edit_pages_public_and_private.jspf(260,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f17.setKey("your-type-must-allow-children-pages"); int _jspx_eval_liferay_002dui_005fmessage_005f17 = _jspx_th_liferay_002dui_005fmessage_005f17.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f17); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f17); return false; } private boolean _jspx_meth_liferay_002dui_005fmessage_005f18( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f20, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-ui:message com.liferay.taglib.ui.MessageTag _jspx_th_liferay_002dui_005fmessage_005f18 = (com.liferay.taglib.ui.MessageTag) _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .get(com.liferay.taglib.ui.MessageTag.class); _jspx_th_liferay_002dui_005fmessage_005f18.setPageContext(_jspx_page_context); _jspx_th_liferay_002dui_005fmessage_005f18 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f20); // /html/portlet/communities/edit_pages_public_and_private.jspf(264,4) name = key type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dui_005fmessage_005f18.setKey("your-first-page-must-have-one-of-the-following-types"); int _jspx_eval_liferay_002dui_005fmessage_005f18 = _jspx_th_liferay_002dui_005fmessage_005f18.doStartTag(); if (_jspx_th_liferay_002dui_005fmessage_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f18); return true; } _005fjspx_005ftagPool_005fliferay_002dui_005fmessage_0026_005fkey_005fnobody .reuse(_jspx_th_liferay_002dui_005fmessage_005f18); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f2( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f6, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f2 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f2.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f2 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f6); // /html/portlet/communities/edit_pages_public_and_private.jspf(270,4) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f2.setPage("/html/portlet/communities/edit_pages_page.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f2 = _jspx_th_liferay_002dutil_005finclude_005f2 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f2); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f2); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f3( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f7, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f3 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f3.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f3 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f7); // /html/portlet/communities/edit_pages_public_and_private.jspf(273,4) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f3.setPage("/html/portlet/communities/edit_pages_children.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f3 = _jspx_th_liferay_002dutil_005finclude_005f3 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f3); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f3); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f4( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f8, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f4 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f4.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f4 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f8); // /html/portlet/communities/edit_pages_public_and_private.jspf(276,4) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f4 .setPage("/html/portlet/communities/edit_pages_look_and_feel.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f4 = _jspx_th_liferay_002dutil_005finclude_005f4 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f4); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f4); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f5( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f9, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f5 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f5.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f5 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f9); // /html/portlet/communities/edit_pages.jsp(430,5) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f5 .setPage("/html/portlet/communities/edit_pages_look_and_feel.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f5 = _jspx_th_liferay_002dutil_005finclude_005f5 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f5); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f5); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f6( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f10, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f6 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f6.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f6 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f10); // /html/portlet/communities/edit_pages.jsp(433,5) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f6 .setPage("/html/portlet/communities/edit_pages_export_import.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f6 = _jspx_th_liferay_002dutil_005finclude_005f6 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f6); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f6); return false; } private boolean _jspx_meth_liferay_002dutil_005finclude_005f7( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f11, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // liferay-util:include com.liferay.taglib.util.IncludeTag _jspx_th_liferay_002dutil_005finclude_005f7 = (com.liferay.taglib.util.IncludeTag) _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .get(com.liferay.taglib.util.IncludeTag.class); _jspx_th_liferay_002dutil_005finclude_005f7.setPageContext(_jspx_page_context); _jspx_th_liferay_002dutil_005finclude_005f7 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f11); // /html/portlet/communities/edit_pages.jsp(436,5) name = page type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_liferay_002dutil_005finclude_005f7.setPage("/html/portlet/communities/edit_pages_proposals.jsp"); int _jspx_eval_liferay_002dutil_005finclude_005f7 = _jspx_th_liferay_002dutil_005finclude_005f7 .doStartTag(); if (_jspx_th_liferay_002dutil_005finclude_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f7); return true; } _005fjspx_005ftagPool_005fliferay_002dutil_005finclude_0026_005fpage_005fnobody .reuse(_jspx_th_liferay_002dutil_005finclude_005f7); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f1( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f1 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f1.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f1 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f1 = _jspx_th_portlet_005fnamespace_005f1.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f1); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f1); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f2( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f2 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f2.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f2 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f2 = _jspx_th_portlet_005fnamespace_005f2.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f2); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f2); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f3( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f3 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f3.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f3 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f3 = _jspx_th_portlet_005fnamespace_005f3.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f3); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f3); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f4( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f4 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f4.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f4 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f4 = _jspx_th_portlet_005fnamespace_005f4.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f4); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f4); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f5( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f5 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f5.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f5 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f5 = _jspx_th_portlet_005fnamespace_005f5.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f5); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f5); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f6( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f6 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f6.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f6 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f6 = _jspx_th_portlet_005fnamespace_005f6.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f6); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f6); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f7( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f7 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f7.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f7 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3); int _jspx_eval_portlet_005fnamespace_005f7 = _jspx_th_portlet_005fnamespace_005f7.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f7); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f7); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f8( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f8 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f8.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f8 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f8 = _jspx_th_portlet_005fnamespace_005f8.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f8); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f8); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f9( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f9 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f9.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f9 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f9 = _jspx_th_portlet_005fnamespace_005f9.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f9); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f9); return false; } private boolean _jspx_meth_portlet_005fparam_005f14( javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005factionURL_005f2, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f14 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f14.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f14 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f2); // /html/portlet/communities/edit_pages.jsp(467,128) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f14.setName("struts_action"); // /html/portlet/communities/edit_pages.jsp(467,128) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f14.setValue("/communities/export_pages"); int _jspx_eval_portlet_005fparam_005f14 = _jspx_th_portlet_005fparam_005f14.doStartTag(); if (_jspx_th_portlet_005fparam_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f14); return true; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f14); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f10( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f10 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f10.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f10 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f10 = _jspx_th_portlet_005fnamespace_005f10.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f10); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f10); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f11( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f11 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f11.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f11 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f11 = _jspx_th_portlet_005fnamespace_005f11.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f11); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f11); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f12( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f12 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f12.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f12 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f12 = _jspx_th_portlet_005fnamespace_005f12.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f12); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f12); return false; } private boolean _jspx_meth_portlet_005fparam_005f17( javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005factionURL_005f3, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param com.liferay.taglib.util.ParamTag _jspx_th_portlet_005fparam_005f17 = (com.liferay.taglib.util.ParamTag) _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .get(com.liferay.taglib.util.ParamTag.class); _jspx_th_portlet_005fparam_005f17.setPageContext(_jspx_page_context); _jspx_th_portlet_005fparam_005f17 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_005factionURL_005f3); // /html/portlet/communities/edit_pages.jsp(472,67) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f17.setName("struts_action"); // /html/portlet/communities/edit_pages.jsp(472,67) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_portlet_005fparam_005f17.setValue("/communities/import_pages"); int _jspx_eval_portlet_005fparam_005f17 = _jspx_th_portlet_005fparam_005f17.doStartTag(); if (_jspx_th_portlet_005fparam_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f17); return true; } _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody .reuse(_jspx_th_portlet_005fparam_005f17); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f13( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f13 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f13.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f13 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f13 = _jspx_th_portlet_005fnamespace_005f13.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f13); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f13); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f14( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f14 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f14.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f14 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f14 = _jspx_th_portlet_005fnamespace_005f14.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f14); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f14); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f15( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f13, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f15 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f15.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f13); int _jspx_eval_portlet_005fnamespace_005f15 = _jspx_th_portlet_005fnamespace_005f15.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f15); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f15); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f16( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f13, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f16 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f16.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f16.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f13); int _jspx_eval_portlet_005fnamespace_005f16 = _jspx_th_portlet_005fnamespace_005f16.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f16); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f16); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f17( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f14, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f17 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f17.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f17.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f14); int _jspx_eval_portlet_005fnamespace_005f17 = _jspx_th_portlet_005fnamespace_005f17.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f17); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f17); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f18( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f14, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f18 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f18.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f18.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f14); int _jspx_eval_portlet_005fnamespace_005f18 = _jspx_th_portlet_005fnamespace_005f18.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f18); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f18); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f19( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f15, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f19 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f19.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f19.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f15); int _jspx_eval_portlet_005fnamespace_005f19 = _jspx_th_portlet_005fnamespace_005f19.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f19); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f19); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f20( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f15, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f20 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f20.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f20.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f15); int _jspx_eval_portlet_005fnamespace_005f20 = _jspx_th_portlet_005fnamespace_005f20.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f20); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f20); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f21( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f4, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f21 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f21.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f21 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f4); int _jspx_eval_portlet_005fnamespace_005f21 = _jspx_th_portlet_005fnamespace_005f21.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f21); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f21); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f22( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f4, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f22 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f22.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f22 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f4); int _jspx_eval_portlet_005fnamespace_005f22 = _jspx_th_portlet_005fnamespace_005f22.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f22); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f22); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f23( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f21, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f23 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f23.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f23.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f21); int _jspx_eval_portlet_005fnamespace_005f23 = _jspx_th_portlet_005fnamespace_005f23.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f23); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f23); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f24( javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fif_005f21, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f24 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f24.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f24.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f21); int _jspx_eval_portlet_005fnamespace_005f24 = _jspx_th_portlet_005fnamespace_005f24.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f24); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f24); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f25( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f25 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f25.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f25 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f25 = _jspx_th_portlet_005fnamespace_005f25.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f25); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f25); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f26( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f26 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f26.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f26 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f26 = _jspx_th_portlet_005fnamespace_005f26.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f26); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f26); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f27( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f27 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f27.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f27 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f27 = _jspx_th_portlet_005fnamespace_005f27.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f27); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f27); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f28( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f28 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f28.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f28 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f28 = _jspx_th_portlet_005fnamespace_005f28.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f28); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f28); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f29( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f29 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f29.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f29 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f29 = _jspx_th_portlet_005fnamespace_005f29.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f29); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f29); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f30( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f30 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f30.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f30 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f30 = _jspx_th_portlet_005fnamespace_005f30.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f30); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f30); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f31( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f31 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f31.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f31 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f31 = _jspx_th_portlet_005fnamespace_005f31.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f31); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f31); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f32( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f32 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f32.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f32 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f32 = _jspx_th_portlet_005fnamespace_005f32.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f32); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f32); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f33( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f33 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f33.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f33 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f33 = _jspx_th_portlet_005fnamespace_005f33.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f33); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f33); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f34( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f34 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f34.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f34 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f34 = _jspx_th_portlet_005fnamespace_005f34.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f34.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f34); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f34); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f35( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f35 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f35.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f35 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f35 = _jspx_th_portlet_005fnamespace_005f35.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f35.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f35); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f35); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f36( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f36 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f36.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f36 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f36 = _jspx_th_portlet_005fnamespace_005f36.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f36.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f36); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f36); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f37( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f37 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f37.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f37 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f37 = _jspx_th_portlet_005fnamespace_005f37.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f37.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f37); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f37); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f38( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f38 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f38.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f38 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f38 = _jspx_th_portlet_005fnamespace_005f38.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f38.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f38); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f38); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f39( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f39 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f39.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f39 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f39 = _jspx_th_portlet_005fnamespace_005f39.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f39.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f39); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f39); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f40( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f40 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f40.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f40 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f40 = _jspx_th_portlet_005fnamespace_005f40.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f40.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f40); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f40); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f41( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f41 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f41.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f41 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f41 = _jspx_th_portlet_005fnamespace_005f41.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f41.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f41); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f41); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f42( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f42 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f42.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f42 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f42 = _jspx_th_portlet_005fnamespace_005f42.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f42.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f42); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f42); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f43( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f43 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f43.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f43 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f43 = _jspx_th_portlet_005fnamespace_005f43.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f43.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f43); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f43); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f44( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f44 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f44.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f44 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f44 = _jspx_th_portlet_005fnamespace_005f44.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f44.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f44); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f44); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f45( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f45 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f45.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f45 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f45 = _jspx_th_portlet_005fnamespace_005f45.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f45.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f45); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f45); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f46( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f46 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f46.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f46 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f46 = _jspx_th_portlet_005fnamespace_005f46.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f46.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f46); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f46); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f47( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f47 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f47.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f47 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f47 = _jspx_th_portlet_005fnamespace_005f47.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f47.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f47); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f47); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f48( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f48 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f48.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f48 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f48 = _jspx_th_portlet_005fnamespace_005f48.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f48.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f48); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f48); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f49( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f49 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f49.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f49 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f49 = _jspx_th_portlet_005fnamespace_005f49.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f49.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f49); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f49); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f50( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f50 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f50.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f50 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f50 = _jspx_th_portlet_005fnamespace_005f50.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f50.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f50); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f50); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f51( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f51 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f51.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f51 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f51 = _jspx_th_portlet_005fnamespace_005f51.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f51.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f51); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f51); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f52( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f52 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f52.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f52 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f52 = _jspx_th_portlet_005fnamespace_005f52.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f52.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f52); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f52); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f53( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f53 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f53.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f53 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f53 = _jspx_th_portlet_005fnamespace_005f53.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f53.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f53); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f53); return false; } private boolean _jspx_meth_portlet_005fnamespace_005f54( javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fscript_005f0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:namespace com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f54 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody .get(com.liferay.taglib.portlet.NamespaceTag.class); _jspx_th_portlet_005fnamespace_005f54.setPageContext(_jspx_page_context); _jspx_th_portlet_005fnamespace_005f54 .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0); int _jspx_eval_portlet_005fnamespace_005f54 = _jspx_th_portlet_005fnamespace_005f54.doStartTag(); if (_jspx_th_portlet_005fnamespace_005f54.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f54); return true; } _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f54); return false; } }