org.apache.jsp.html.portlet.journal.edit_005fstructure_jsp.java Source code

Java tutorial

Introduction

Here is the source code for org.apache.jsp.html.portlet.journal.edit_005fstructure_jsp.java

Source

    package org.apache.jsp.html.portlet.journal;

    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.kernel.xml.Document;
    import com.liferay.portal.kernel.xml.Element;
    import com.liferay.portal.kernel.xml.Node;
    import com.liferay.portal.kernel.xml.SAXReaderUtil;
    import com.liferay.portal.kernel.xml.XPath;
    import com.liferay.portal.util.LayoutLister;
    import com.liferay.portal.util.LayoutView;
    import com.liferay.portlet.asset.NoSuchEntryException;
    import com.liferay.portlet.asset.model.AssetRenderer;
    import com.liferay.portlet.asset.model.AssetRendererFactory;
    import com.liferay.portlet.asset.service.AssetEntryLocalServiceUtil;
    import com.liferay.portlet.documentlibrary.util.DLUtil;
    import com.liferay.portlet.journal.ArticleContentException;
    import com.liferay.portlet.journal.ArticleDisplayDateException;
    import com.liferay.portlet.journal.ArticleExpirationDateException;
    import com.liferay.portlet.journal.ArticleIdException;
    import com.liferay.portlet.journal.ArticleSmallImageNameException;
    import com.liferay.portlet.journal.ArticleSmallImageSizeException;
    import com.liferay.portlet.journal.ArticleTitleException;
    import com.liferay.portlet.journal.ArticleTypeException;
    import com.liferay.portlet.journal.ArticleVersionException;
    import com.liferay.portlet.journal.DuplicateArticleIdException;
    import com.liferay.portlet.journal.DuplicateFeedIdException;
    import com.liferay.portlet.journal.DuplicateStructureIdException;
    import com.liferay.portlet.journal.DuplicateTemplateIdException;
    import com.liferay.portlet.journal.FeedContentFieldException;
    import com.liferay.portlet.journal.FeedDescriptionException;
    import com.liferay.portlet.journal.FeedIdException;
    import com.liferay.portlet.journal.FeedNameException;
    import com.liferay.portlet.journal.FeedTargetLayoutFriendlyUrlException;
    import com.liferay.portlet.journal.FeedTargetPortletIdException;
    import com.liferay.portlet.journal.NoSuchArticleException;
    import com.liferay.portlet.journal.NoSuchStructureException;
    import com.liferay.portlet.journal.NoSuchTemplateException;
    import com.liferay.portlet.journal.RequiredStructureException;
    import com.liferay.portlet.journal.RequiredTemplateException;
    import com.liferay.portlet.journal.StructureDescriptionException;
    import com.liferay.portlet.journal.StructureIdException;
    import com.liferay.portlet.journal.StructureInheritanceException;
    import com.liferay.portlet.journal.StructureNameException;
    import com.liferay.portlet.journal.StructureXsdException;
    import com.liferay.portlet.journal.TemplateDescriptionException;
    import com.liferay.portlet.journal.TemplateIdException;
    import com.liferay.portlet.journal.TemplateNameException;
    import com.liferay.portlet.journal.TemplateSmallImageNameException;
    import com.liferay.portlet.journal.TemplateSmallImageSizeException;
    import com.liferay.portlet.journal.TemplateXslException;
    import com.liferay.portlet.journal.action.EditArticleAction;
    import com.liferay.portlet.journal.model.JournalArticle;
    import com.liferay.portlet.journal.model.JournalArticleConstants;
    import com.liferay.portlet.journal.model.JournalArticleDisplay;
    import com.liferay.portlet.journal.model.JournalArticleResource;
    import com.liferay.portlet.journal.model.JournalFeed;
    import com.liferay.portlet.journal.model.JournalFeedConstants;
    import com.liferay.portlet.journal.model.JournalStructure;
    import com.liferay.portlet.journal.model.JournalStructureConstants;
    import com.liferay.portlet.journal.model.JournalTemplate;
    import com.liferay.portlet.journal.model.JournalTemplateConstants;
    import com.liferay.portlet.journal.model.impl.JournalArticleImpl;
    import com.liferay.portlet.journal.search.ArticleDisplayTerms;
    import com.liferay.portlet.journal.search.ArticleSearch;
    import com.liferay.portlet.journal.search.ArticleSearchTerms;
    import com.liferay.portlet.journal.search.FeedDisplayTerms;
    import com.liferay.portlet.journal.search.FeedSearch;
    import com.liferay.portlet.journal.search.FeedSearchTerms;
    import com.liferay.portlet.journal.search.StructureDisplayTerms;
    import com.liferay.portlet.journal.search.StructureSearch;
    import com.liferay.portlet.journal.search.StructureSearchTerms;
    import com.liferay.portlet.journal.search.TemplateDisplayTerms;
    import com.liferay.portlet.journal.search.TemplateSearch;
    import com.liferay.portlet.journal.search.TemplateSearchTerms;
    import com.liferay.portlet.journal.service.JournalArticleLocalServiceUtil;
    import com.liferay.portlet.journal.service.JournalArticleResourceLocalServiceUtil;
    import com.liferay.portlet.journal.service.JournalFeedLocalServiceUtil;
    import com.liferay.portlet.journal.service.JournalStructureLocalServiceUtil;
    import com.liferay.portlet.journal.service.JournalTemplateLocalServiceUtil;
    import com.liferay.portlet.journal.service.permission.JournalArticlePermission;
    import com.liferay.portlet.journal.service.permission.JournalFeedPermission;
    import com.liferay.portlet.journal.service.permission.JournalPermission;
    import com.liferay.portlet.journal.service.permission.JournalStructurePermission;
    import com.liferay.portlet.journal.service.permission.JournalTemplatePermission;
    import com.liferay.portlet.journal.util.JournalUtil;
    import com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl;
    import com.liferay.portlet.journalcontent.util.JournalContentUtil;
    import com.liferay.util.RSSUtil;

    public final class edit_005fstructure_jsp extends org.apache.jasper.runtime.HttpJspBase
            implements org.apache.jasper.runtime.JspSourceDependent {

        private void _format(Element root, IntegerWrapper count, Integer depth, IntegerWrapper tabIndex,
                PageContext pageContext, HttpServletRequest request) throws Exception {
            depth = new Integer(depth.intValue() + 1);

            List children = root.elements();

            Boolean hasSiblings = null;

            if (children.size() > 1) {
                hasSiblings = Boolean.TRUE;
            } else {
                hasSiblings = Boolean.FALSE;
            }

            Iterator itr = children.iterator();

            while (itr.hasNext()) {
                Element el = (Element) itr.next();

                if (el.getName().equals("meta-data")) {
                    continue;
                }

                request.setAttribute(WebKeys.JOURNAL_STRUCTURE_EL, el);
                request.setAttribute(WebKeys.JOURNAL_STRUCTURE_EL_COUNT, count);
                request.setAttribute(WebKeys.JOURNAL_STRUCTURE_EL_DEPTH, depth);
                request.setAttribute(WebKeys.JOURNAL_STRUCTURE_EL_SIBLINGS, hasSiblings);
                request.setAttribute(WebKeys.TAB_INDEX, tabIndex);

                pageContext.include("/html/portlet/journal/edit_structure_xsd_el.jsp");

                count.increment();

                _format(el, count, depth, tabIndex, pageContext, request);
            }
        }

        private void _move(Element root, IntegerWrapper count, boolean up, int depth, BooleanWrapper halt)
                throws Exception {
            List children = root.elements();

            for (int i = 0; i < children.size(); i++) {
                Element el = (Element) children.get(i);

                String nodeName = el.getName();

                if (Validator.isNotNull(nodeName) && nodeName.equals("meta-data")) {
                    continue;
                }

                if (halt.getValue()) {
                    return;
                }

                if (count.getValue() == depth) {
                    if (up) {
                        if (i == 0) {
                            children.remove(i);
                            children.add(children.size(), el);
                        } else {
                            children.remove(i);
                            children.add(i - 1, el);
                        }
                    } else {
                        if ((i + 1) == children.size()) {
                            children.remove(i);
                            children.add(0, el);
                        } else {
                            children.remove(i);
                            children.add(i + 1, el);
                        }
                    }

                    halt.setValue(true);

                    return;
                }

                count.increment();

                _move(el, count, up, depth, halt);
            }
        }

        private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();

        private static java.util.List _jspx_dependants;

        static {
            _jspx_dependants = new java.util.ArrayList(27);
            _jspx_dependants.add("/html/portlet/journal/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("/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_005faui_005fform_0026_005fname_005fmethod;
        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_005ftype_005fname_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody;
        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_005ferror_0026_005fmessage_005fexception_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005ffieldset;
        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_005fc_005fotherwise;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005flabel_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005finput_0026_005fname_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fvar;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fname_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fif_0026_005ftest;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_002drow;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005faui_005fscript;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState;
        private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fportlet_005frenderURL;

        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_005faui_005fform_0026_005fname_005fmethod = 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_005ftype_005fname_005fnobody = 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_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_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_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005ffieldset = 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_005fc_005fotherwise = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005flabel_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005finput_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fvar = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_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_005finput_002dresource_0026_005furl_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_002drow = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005faui_005fscript = 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 = org.apache.jasper.runtime.TagHandlerPool
                    .getTagHandlerPool(getServletConfig());
            _005fjspx_005ftagPool_005fportlet_005frenderURL = 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_005faui_005fform_0026_005fname_005fmethod.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_005ftype_005fname_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.release();
            _005fjspx_005ftagPool_005fliferay_002dui_005fheader_0026_005ftitle_005fbackURL_005fnobody.release();
            _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005ffieldset.release();
            _005fjspx_005ftagPool_005fc_005fchoose.release();
            _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.release();
            _005fjspx_005ftagPool_005fc_005fotherwise.release();
            _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_005fnobody
                    .release();
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005flabel_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.release();
            _005fjspx_005ftagPool_005faui_005finput_0026_005fname_005fnobody.release();
            _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fvar.release();
            _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fname_005fnobody.release();
            _005fjspx_005ftagPool_005fc_005fif_0026_005ftest.release();
            _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.release();
            _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody.release();
            _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended
                    .release();
            _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible
                    .release();
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fbutton_002drow.release();
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody.release();
            _005fjspx_005ftagPool_005faui_005fscript.release();
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.release();
            _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.release();
            _005fjspx_005ftagPool_005fportlet_005frenderURL.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");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");

PortalPreferences portalPrefs = PortletPreferencesFactoryUtil.getPortalPreferences(request);

Format dateFormatDate = FastDateFormatFactoryUtil.getDate(locale, timeZone);
Format dateFormatDateTime = FastDateFormatFactoryUtil.getDateTime(locale, timeZone);

      out.write('\n');
      out.write('\n');

String redirect = ParamUtil.getString(request, "redirect");

String originalRedirect = ParamUtil.getString(request, "originalRedirect", StringPool.BLANK);

if (originalRedirect.equals(StringPool.BLANK)) {
   originalRedirect = redirect;
}
else {
   redirect = originalRedirect;
}

JournalStructure structure = (JournalStructure)request.getAttribute(WebKeys.JOURNAL_STRUCTURE);

long groupId = BeanParamUtil.getLong(structure, request, "groupId", scopeGroupId);

Group group = GroupLocalServiceUtil.getGroup(groupId);

String structureId = BeanParamUtil.getString(structure, request, "structureId");
String newStructureId = ParamUtil.getString(request, "newStructureId");

JournalStructure parentStructure = null;

String parentStructureId = BeanParamUtil.getString(structure, request, "parentStructureId");

String parentStructureName = StringPool.BLANK;

if (Validator.isNotNull(parentStructureId)) {
   try {
      parentStructure = JournalStructureLocalServiceUtil.getStructure(groupId, parentStructureId);

      parentStructureName = parentStructure.getName();
   }
   catch(NoSuchStructureException nsse) {
   }
}

String xsd = ParamUtil.getString(request, "xsd");

if (Validator.isNull(xsd)) {
   xsd = "<root></root>";

   if (structure != null) {
      xsd = structure.getXsd();
   }
}

// Bug with dom4j requires you to remove "\r\n" and "  " or else root.elements()
// and root.content() will return different number of objects

xsd = StringUtil.replace(xsd, StringPool.RETURN_NEW_LINE, StringPool.BLANK);
xsd = StringUtil.replace(xsd, StringPool.DOUBLE_SPACE, StringPool.BLANK);

int tabIndex = 1;

      out.write('\n');
      out.write('\n');
      if (_jspx_meth_aui_005fform_005f0(_jspx_page_context))
        return;
      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/journal/edit_structure.jsp(79,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("editStructureURL");
      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 editStructureURL = null;
      editStructureURL = (java.lang.String) _jspx_page_context.findAttribute("editStructureURL");
      out.write('\n');
      out.write('\n');
      //  aui:form
      com.liferay.taglib.aui.FormTag _jspx_th_aui_005fform_005f1 = (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_005f1.setPageContext(_jspx_page_context);
      _jspx_th_aui_005fform_005f1.setParent(null);
      // /html/portlet/journal/edit_structure.jsp(83,0) name = action type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
      _jspx_th_aui_005fform_005f1.setAction( editStructureURL );
      // /html/portlet/journal/edit_structure.jsp(83,0) null
      _jspx_th_aui_005fform_005f1.setDynamicAttribute(null, "method", new String("post"));
      // /html/portlet/journal/edit_structure.jsp(83,0) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
      _jspx_th_aui_005fform_005f1.setName("fm1");
      // /html/portlet/journal/edit_structure.jsp(83,0) name = onSubmit type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
      _jspx_th_aui_005fform_005f1.setOnSubmit( "event.preventDefault(); " + renderResponse.getNamespace() + "saveStructure();" );
      int _jspx_eval_aui_005fform_005f1 = _jspx_th_aui_005fform_005f1.doStartTag();
      if (_jspx_eval_aui_005fform_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_aui_005fform_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          out = _jspx_page_context.pushBody();
          _jspx_th_aui_005fform_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
          _jspx_th_aui_005fform_005f1.doInitBody();
        }
        do {
          out.write("\n");
          out.write("\t<input name=\"scroll\" type=\"hidden\" value=\"\" />\n");
          out.write("\t");
          //  aui:input
          com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f0 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005f1);
          // /html/portlet/journal/edit_structure.jsp(85,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( Constants.CMD );
          // /html/portlet/journal/edit_structure.jsp(85,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");
          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_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f0);
            return;
          }
          _005fjspx_005ftagPool_005faui_005finput_0026_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_005f1);
          // /html/portlet/journal/edit_structure.jsp(86,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("redirect");
          // /html/portlet/journal/edit_structure.jsp(86,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/journal/edit_structure.jsp(86,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( redirect );
          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_005f1);
          // /html/portlet/journal/edit_structure.jsp(87,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("originalRedirect");
          // /html/portlet/journal/edit_structure.jsp(87,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/journal/edit_structure.jsp(87,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( originalRedirect );
          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_005f1);
          // /html/portlet/journal/edit_structure.jsp(88,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("groupId");
          // /html/portlet/journal/edit_structure.jsp(88,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/journal/edit_structure.jsp(88,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( groupId );
          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_005fvalue_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_005f1);
          // /html/portlet/journal/edit_structure.jsp(89,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("structureId");
          // /html/portlet/journal/edit_structure.jsp(89,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");
          // /html/portlet/journal/edit_structure.jsp(89,1) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_aui_005finput_005f4.setValue( structureId );
          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_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f4);
            return;
          }
          _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f4);
          out.write('\n');
          out.write('   ');
          if (_jspx_meth_aui_005finput_005f5(_jspx_th_aui_005fform_005f1, _jspx_page_context))
            return;
          out.write('\n');
          out.write('   ');
          if (_jspx_meth_aui_005finput_005f6(_jspx_th_aui_005fform_005f1, _jspx_page_context))
            return;
          out.write('\n');
          out.write('   ');
          if (_jspx_meth_aui_005finput_005f7(_jspx_th_aui_005fform_005f1, _jspx_page_context))
            return;
          out.write('\n');
          out.write('\n');
          out.write('   ');
          //  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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(94,1) 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( redirect );
          // /html/portlet/journal/edit_structure.jsp(94,1) 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( (structure != null) ? structure.getName() : "new-structure" );
          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('\n');
          out.write('   ');
          //  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_005fmessage_005fexception_005fnobody.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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(99,1) 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( DuplicateStructureIdException.class );
          // /html/portlet/journal/edit_structure.jsp(99,1) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005ferror_005f0.setMessage("please-enter-a-unique-id");
          int _jspx_eval_liferay_002dui_005ferror_005f0 = _jspx_th_liferay_002dui_005ferror_005f0.doStartTag();
          if (_jspx_th_liferay_002dui_005ferror_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f0);
            return;
          }
          _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f0);
          out.write('\n');
          out.write('   ');
          //  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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(100,1) 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( StructureDescriptionException.class );
          // /html/portlet/journal/edit_structure.jsp(100,1) 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("please-enter-a-valid-description");
          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('   ');
          //  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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(101,1) 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( StructureIdException.class );
          // /html/portlet/journal/edit_structure.jsp(101,1) 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-id");
          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('   ');
          //  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_005fmessage_005fexception_005fnobody.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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(102,1) 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( StructureInheritanceException.class );
          // /html/portlet/journal/edit_structure.jsp(102,1) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005ferror_005f3.setMessage("this-structure-is-already-within-the-inheritance-path-of-the-selected-parent-please-select-another-parent-structure");
          int _jspx_eval_liferay_002dui_005ferror_005f3 = _jspx_th_liferay_002dui_005ferror_005f3.doStartTag();
          if (_jspx_th_liferay_002dui_005ferror_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f3);
            return;
          }
          _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f3);
          out.write('\n');
          out.write('   ');
          //  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_005fmessage_005fexception_005fnobody.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_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(103,1) 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( StructureNameException.class );
          // /html/portlet/journal/edit_structure.jsp(103,1) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005ferror_005f4.setMessage("please-enter-a-valid-name");
          int _jspx_eval_liferay_002dui_005ferror_005f4 = _jspx_th_liferay_002dui_005ferror_005f4.doStartTag();
          if (_jspx_th_liferay_002dui_005ferror_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f4);
            return;
          }
          _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f4);
          out.write('\n');
          out.write('\n');
          out.write('   ');
          //  aui:model-context
          com.liferay.taglib.aui.ModelContextTag _jspx_th_aui_005fmodel_002dcontext_005f0 = (com.liferay.taglib.aui.ModelContextTag) _005fjspx_005ftagPool_005faui_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody.get(com.liferay.taglib.aui.ModelContextTag.class);
          _jspx_th_aui_005fmodel_002dcontext_005f0.setPageContext(_jspx_page_context);
          _jspx_th_aui_005fmodel_002dcontext_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(105,1) name = bean type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_aui_005fmodel_002dcontext_005f0.setBean( structure );
          // /html/portlet/journal/edit_structure.jsp(105,1) name = model type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_aui_005fmodel_002dcontext_005f0.setModel( JournalStructure.class );
          int _jspx_eval_aui_005fmodel_002dcontext_005f0 = _jspx_th_aui_005fmodel_002dcontext_005f0.doStartTag();
          if (_jspx_th_aui_005fmodel_002dcontext_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005faui_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody.reuse(_jspx_th_aui_005fmodel_002dcontext_005f0);
            return;
          }
          _005fjspx_005ftagPool_005faui_005fmodel_002dcontext_0026_005fmodel_005fbean_005fnobody.reuse(_jspx_th_aui_005fmodel_002dcontext_005f0);
          out.write('\n');
          out.write('\n');
          out.write('   ');
          //  aui:fieldset
          com.liferay.taglib.aui.FieldsetTag _jspx_th_aui_005ffieldset_005f0 = (com.liferay.taglib.aui.FieldsetTag) _005fjspx_005ftagPool_005faui_005ffieldset.get(com.liferay.taglib.aui.FieldsetTag.class);
          _jspx_th_aui_005ffieldset_005f0.setPageContext(_jspx_page_context);
          _jspx_th_aui_005ffieldset_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f1);
          int _jspx_eval_aui_005ffieldset_005f0 = _jspx_th_aui_005ffieldset_005f0.doStartTag();
          if (_jspx_eval_aui_005ffieldset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_aui_005ffieldset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_aui_005ffieldset_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_aui_005ffieldset_005f0.doInitBody();
            }
            do {
              out.write('\n');
              out.write('   ');
              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_005ffieldset_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("\t\t\t");
                  //  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/journal/edit_structure.jsp(109,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_c_005fwhen_005f0.setTest( structure == null );
                  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\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_005fwhen_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\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/journal/edit_structure.jsp(111,5) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_c_005fwhen_005f1.setTest( PropsValues.JOURNAL_STRUCTURE_FORCE_AUTOGENERATE_ID );
                          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\t");
                              if (_jspx_meth_aui_005finput_005f8(_jspx_th_c_005fwhen_005f1, _jspx_page_context))
                              return;
                              out.write("\n");
                              out.write("\t\t\t\t\t\t");
                              //  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_c_005fwhen_005f1);
                              // /html/portlet/journal/edit_structure.jsp(113,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f9.setName("autoStructureId");
                              // /html/portlet/journal/edit_structure.jsp(113,6) 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/journal/edit_structure.jsp(113,6) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f9.setValue( true );
                              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("\t\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\t");
                          //  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_005f1);
                          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("\t\t\t\t\t\t");
                              //  aui:input
                              com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f10 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_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_c_005fotherwise_005f0);
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = cssClass type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setCssClass("lfr-input-text-container");
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = field type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setField("structureId");
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = fieldParam type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setFieldParam("newStructureId");
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setLabel("id");
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setName("newStructureId");
                              // /html/portlet/journal/edit_structure.jsp(116,6) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                              _jspx_th_aui_005finput_005f10.setValue( newStructureId );
                              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_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_005fnobody.reuse(_jspx_th_aui_005finput_005f10);
                              return;
                              }
                              _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005fname_005flabel_005ffieldParam_005ffield_005fcssClass_005fnobody.reuse(_jspx_th_aui_005finput_005f10);
                              out.write("\n");
                              out.write("\n");
                              out.write("\t\t\t\t\t\t");
                              if (_jspx_meth_aui_005finput_005f11(_jspx_th_c_005fotherwise_005f0, _jspx_page_context))
                              return;
                              out.write("\n");
                              out.write("\t\t\t\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("\t\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("\t\t\t");
                      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("\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_005f0);
                  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");
                      //  aui:field-wrapper
                      com.liferay.taglib.aui.FieldWrapperTag _jspx_th_aui_005ffield_002dwrapper_005f0 = (com.liferay.taglib.aui.FieldWrapperTag) _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.get(com.liferay.taglib.aui.FieldWrapperTag.class);
                      _jspx_th_aui_005ffield_002dwrapper_005f0.setPageContext(_jspx_page_context);
                      _jspx_th_aui_005ffield_002dwrapper_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f1);
                      // /html/portlet/journal/edit_structure.jsp(123,4) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_aui_005ffield_002dwrapper_005f0.setLabel("id");
                      int _jspx_eval_aui_005ffield_002dwrapper_005f0 = _jspx_th_aui_005ffield_002dwrapper_005f0.doStartTag();
                      if (_jspx_eval_aui_005ffield_002dwrapper_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                        if (_jspx_eval_aui_005ffield_002dwrapper_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                          out = _jspx_page_context.pushBody();
                          _jspx_th_aui_005ffield_002dwrapper_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                          _jspx_th_aui_005ffield_002dwrapper_005f0.doInitBody();
                        }
                        do {
                          out.write("\n");
                          out.write("\t\t\t\t\t");
                          out.print( structureId );
                          out.write("\n");
                          out.write("\t\t\t\t");
                          int evalDoAfterBody = _jspx_th_aui_005ffield_002dwrapper_005f0.doAfterBody();
                          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                            break;
                        } while (true);
                        if (_jspx_eval_aui_005ffield_002dwrapper_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                          out = _jspx_page_context.popBody();
                        }
                      }
                      if (_jspx_th_aui_005ffield_002dwrapper_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f0);
                        return;
                      }
                      _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f0);
                      out.write("\n");
                      out.write("\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('   ');
                  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");
              out.write("\n");
              out.write("\t\t");
              if (_jspx_meth_aui_005finput_005f12(_jspx_th_aui_005ffieldset_005f0, _jspx_page_context))
                return;
              out.write("\n");
              out.write("\n");
              out.write("\t\t");
              if (_jspx_meth_aui_005finput_005f13(_jspx_th_aui_005ffieldset_005f0, _jspx_page_context))
                return;
              out.write("\n");
              out.write("\n");
              out.write("\t\t");
              //  aui:field-wrapper
              com.liferay.taglib.aui.FieldWrapperTag _jspx_th_aui_005ffield_002dwrapper_005f1 = (com.liferay.taglib.aui.FieldWrapperTag) _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.get(com.liferay.taglib.aui.FieldWrapperTag.class);
              _jspx_th_aui_005ffield_002dwrapper_005f1.setPageContext(_jspx_page_context);
              _jspx_th_aui_005ffield_002dwrapper_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffieldset_005f0);
              // /html/portlet/journal/edit_structure.jsp(133,2) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005ffield_002dwrapper_005f1.setLabel("parent-structure");
              int _jspx_eval_aui_005ffield_002dwrapper_005f1 = _jspx_th_aui_005ffield_002dwrapper_005f1.doStartTag();
              if (_jspx_eval_aui_005ffield_002dwrapper_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                if (_jspx_eval_aui_005ffield_002dwrapper_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                  out = _jspx_page_context.pushBody();
                  _jspx_th_aui_005ffield_002dwrapper_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                  _jspx_th_aui_005ffield_002dwrapper_005f1.doInitBody();
                }
                do {
                  out.write("\n");
                  out.write("\t\t\t");
                  //  aui:input
                  com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f14 = (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_005f14.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005finput_005f14.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f1);
                  // /html/portlet/journal/edit_structure.jsp(134,3) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005finput_005f14.setName("parentStructureId");
                  // /html/portlet/journal/edit_structure.jsp(134,3) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005finput_005f14.setType("hidden");
                  // /html/portlet/journal/edit_structure.jsp(134,3) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005finput_005f14.setValue( parentStructureId );
                  int _jspx_eval_aui_005finput_005f14 = _jspx_th_aui_005finput_005f14.doStartTag();
                  if (_jspx_th_aui_005finput_005f14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f14);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005finput_0026_005fvalue_005ftype_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f14);
                  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_aui_005ffield_002dwrapper_005f1);
                  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/journal/edit_structure.jsp(137,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( (structure == null) || (Validator.isNotNull(parentStructureId)) );
                      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");
                          //  portlet:renderURL
                          com.liferay.taglib.portlet.RenderURLTag _jspx_th_portlet_005frenderURL_005f0 = (com.liferay.taglib.portlet.RenderURLTag) _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_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_005fwhen_005f2);
                          // /html/portlet/journal/edit_structure.jsp(138,5) name = var type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_portlet_005frenderURL_005f0.setVar("parentStructureURL");
                          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\t\t");
                              if (_jspx_meth_portlet_005fparam_005f1(_jspx_th_portlet_005frenderURL_005f0, _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_005frenderURL_005f0);
                              // /html/portlet/journal/edit_structure.jsp(140,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("redirect");
                              // /html/portlet/journal/edit_structure.jsp(140,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( currentURL );
                              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_005frenderURL_005f0);
                              // /html/portlet/journal/edit_structure.jsp(141,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("groupId");
                              // /html/portlet/journal/edit_structure.jsp(141,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( String.valueOf(groupId) );
                              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_005frenderURL_005f0);
                              // /html/portlet/journal/edit_structure.jsp(142,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("parentStructureId");
                              // /html/portlet/journal/edit_structure.jsp(142,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( parentStructureId );
                              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");
                              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_005fvar.reuse(_jspx_th_portlet_005frenderURL_005f0);
                            return;
                          }
                          _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fvar.reuse(_jspx_th_portlet_005frenderURL_005f0);
                          java.lang.String parentStructureURL = null;
                          parentStructureURL = (java.lang.String) _jspx_page_context.findAttribute("parentStructureURL");
                          out.write("\n");
                          out.write("\n");
                          out.write("\t\t\t\t\t");
                          //  aui:a
                          com.liferay.taglib.aui.ATag _jspx_th_aui_005fa_005f0 = (com.liferay.taglib.aui.ATag) _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody.get(com.liferay.taglib.aui.ATag.class);
                          _jspx_th_aui_005fa_005f0.setPageContext(_jspx_page_context);
                          _jspx_th_aui_005fa_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f2);
                          // /html/portlet/journal/edit_structure.jsp(145,5) name = href type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fa_005f0.setHref( parentStructureURL );
                          // /html/portlet/journal/edit_structure.jsp(145,5) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fa_005f0.setLabel( parentStructureName );
                          // /html/portlet/journal/edit_structure.jsp(145,5) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fa_005f0.setId("parentStructureName");
                          int _jspx_eval_aui_005fa_005f0 = _jspx_th_aui_005fa_005f0.doStartTag();
                          if (_jspx_th_aui_005fa_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                            _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody.reuse(_jspx_th_aui_005fa_005f0);
                            return;
                          }
                          _005fjspx_005ftagPool_005faui_005fa_0026_005flabel_005fid_005fhref_005fnobody.reuse(_jspx_th_aui_005fa_005f0);
                          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");
                      if (_jspx_meth_c_005fotherwise_005f2(_jspx_th_c_005fchoose_005f2, _jspx_page_context))
                        return;
                      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");
                  //  aui:button
                  com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f0 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
                  _jspx_th_aui_005fbutton_005f0.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005fbutton_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f1);
                  // /html/portlet/journal/edit_structure.jsp(152,3) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f0.setOnClick( renderResponse.getNamespace() + "openParentStructureSelector();" );
                  // /html/portlet/journal/edit_structure.jsp(152,3) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f0.setType("button");
                  // /html/portlet/journal/edit_structure.jsp(152,3) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f0.setValue("select");
                  int _jspx_eval_aui_005fbutton_005f0 = _jspx_th_aui_005fbutton_005f0.doStartTag();
                  if (_jspx_th_aui_005fbutton_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f0);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f0);
                  out.write("\n");
                  out.write("\n");
                  out.write("\t\t\t");
                  //  aui:button
                  com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f1 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fname_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
                  _jspx_th_aui_005fbutton_005f1.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005fbutton_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f1);
                  // /html/portlet/journal/edit_structure.jsp(154,3) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f1.setName("removeParentStructureButton");
                  // /html/portlet/journal/edit_structure.jsp(154,3) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f1.setOnClick( renderResponse.getNamespace() + "removeParentStructure();" );
                  // /html/portlet/journal/edit_structure.jsp(154,3) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f1.setType("button");
                  // /html/portlet/journal/edit_structure.jsp(154,3) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005fbutton_005f1.setValue("remove");
                  int _jspx_eval_aui_005fbutton_005f1 = _jspx_th_aui_005fbutton_005f1.doStartTag();
                  if (_jspx_th_aui_005fbutton_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fname_005fnobody.reuse(_jspx_th_aui_005fbutton_005f1);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fname_005fnobody.reuse(_jspx_th_aui_005fbutton_005f1);
                  out.write('\n');
                  out.write('   ');
                  out.write('   ');
                  int evalDoAfterBody = _jspx_th_aui_005ffield_002dwrapper_005f1.doAfterBody();
                  if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                    break;
                } while (true);
                if (_jspx_eval_aui_005ffield_002dwrapper_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                  out = _jspx_page_context.popBody();
                }
              }
              if (_jspx_th_aui_005ffield_002dwrapper_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f1);
                return;
              }
              _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f1);
              out.write("\n");
              out.write("\n");
              out.write("\t\t");
              //  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_005ffieldset_005f0);
              // /html/portlet/journal/edit_structure.jsp(157,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_c_005fif_005f0.setTest( structure != null );
              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("\t\t\t");
                  //  aui:field-wrapper
                  com.liferay.taglib.aui.FieldWrapperTag _jspx_th_aui_005ffield_002dwrapper_005f2 = (com.liferay.taglib.aui.FieldWrapperTag) _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.get(com.liferay.taglib.aui.FieldWrapperTag.class);
                  _jspx_th_aui_005ffield_002dwrapper_005f2.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005ffield_002dwrapper_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f0);
                  // /html/portlet/journal/edit_structure.jsp(158,3) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005ffield_002dwrapper_005f2.setLabel("url");
                  int _jspx_eval_aui_005ffield_002dwrapper_005f2 = _jspx_th_aui_005ffield_002dwrapper_005f2.doStartTag();
                  if (_jspx_eval_aui_005ffield_002dwrapper_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                    if (_jspx_eval_aui_005ffield_002dwrapper_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.pushBody();
                      _jspx_th_aui_005ffield_002dwrapper_005f2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                      _jspx_th_aui_005ffield_002dwrapper_005f2.doInitBody();
                    }
                    do {
                      out.write("\n");
                      out.write("\t\t\t\t");
                      //  liferay-ui:input-resource
                      com.liferay.taglib.ui.InputResourceTag _jspx_th_liferay_002dui_005finput_002dresource_005f0 = (com.liferay.taglib.ui.InputResourceTag) _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.get(com.liferay.taglib.ui.InputResourceTag.class);
                      _jspx_th_liferay_002dui_005finput_002dresource_005f0.setPageContext(_jspx_page_context);
                      _jspx_th_liferay_002dui_005finput_002dresource_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f2);
                      // /html/portlet/journal/edit_structure.jsp(159,4) name = url type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_liferay_002dui_005finput_002dresource_005f0.setUrl( themeDisplay.getPortalURL() + themeDisplay.getPathMain() + "/journal/get_structure?groupId=" + groupId + "&structureId=" + structureId );
                      int _jspx_eval_liferay_002dui_005finput_002dresource_005f0 = _jspx_th_liferay_002dui_005finput_002dresource_005f0.doStartTag();
                      if (_jspx_th_liferay_002dui_005finput_002dresource_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dresource_005f0);
                        return;
                      }
                      _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dresource_005f0);
                      out.write("\n");
                      out.write("\t\t\t");
                      int evalDoAfterBody = _jspx_th_aui_005ffield_002dwrapper_005f2.doAfterBody();
                      if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                        break;
                    } while (true);
                    if (_jspx_eval_aui_005ffield_002dwrapper_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.popBody();
                    }
                  }
                  if (_jspx_th_aui_005ffield_002dwrapper_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f2);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f2);
                  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_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/journal/edit_structure.jsp(162,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_c_005fif_005f1.setTest( portletDisplay.isWebDAVEnabled() );
                  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\t");
                      //  aui:field-wrapper
                      com.liferay.taglib.aui.FieldWrapperTag _jspx_th_aui_005ffield_002dwrapper_005f3 = (com.liferay.taglib.aui.FieldWrapperTag) _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.get(com.liferay.taglib.aui.FieldWrapperTag.class);
                      _jspx_th_aui_005ffield_002dwrapper_005f3.setPageContext(_jspx_page_context);
                      _jspx_th_aui_005ffield_002dwrapper_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f1);
                      // /html/portlet/journal/edit_structure.jsp(163,4) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_aui_005ffield_002dwrapper_005f3.setLabel("webdav-url");
                      int _jspx_eval_aui_005ffield_002dwrapper_005f3 = _jspx_th_aui_005ffield_002dwrapper_005f3.doStartTag();
                      if (_jspx_eval_aui_005ffield_002dwrapper_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                        if (_jspx_eval_aui_005ffield_002dwrapper_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                          out = _jspx_page_context.pushBody();
                          _jspx_th_aui_005ffield_002dwrapper_005f3.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                          _jspx_th_aui_005ffield_002dwrapper_005f3.doInitBody();
                        }
                        do {
                          out.write("\n");
                          out.write("\t\t\t\t\t");
                          //  liferay-ui:input-resource
                          com.liferay.taglib.ui.InputResourceTag _jspx_th_liferay_002dui_005finput_002dresource_005f1 = (com.liferay.taglib.ui.InputResourceTag) _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.get(com.liferay.taglib.ui.InputResourceTag.class);
                          _jspx_th_liferay_002dui_005finput_002dresource_005f1.setPageContext(_jspx_page_context);
                          _jspx_th_liferay_002dui_005finput_002dresource_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f3);
                          // /html/portlet/journal/edit_structure.jsp(164,5) name = url type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_liferay_002dui_005finput_002dresource_005f1.setUrl( themeDisplay.getPortalURL() + "/tunnel-web/secure/webdav" + group.getFriendlyURL() + "/journal/Structures/" + structureId );
                          int _jspx_eval_liferay_002dui_005finput_002dresource_005f1 = _jspx_th_liferay_002dui_005finput_002dresource_005f1.doStartTag();
                          if (_jspx_th_liferay_002dui_005finput_002dresource_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                            _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dresource_005f1);
                            return;
                          }
                          _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dresource_0026_005furl_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dresource_005f1);
                          out.write("\n");
                          out.write("\t\t\t\t");
                          int evalDoAfterBody = _jspx_th_aui_005ffield_002dwrapper_005f3.doAfterBody();
                          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                            break;
                        } while (true);
                        if (_jspx_eval_aui_005ffield_002dwrapper_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                          out = _jspx_page_context.popBody();
                        }
                      }
                      if (_jspx_th_aui_005ffield_002dwrapper_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f3);
                        return;
                      }
                      _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f3);
                      out.write("\n");
                      out.write("\t\t\t");
                      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('   ');
                  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("\t\t");
              //  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_005ffieldset_005f0);
              // /html/portlet/journal/edit_structure.jsp(169,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_c_005fif_005f2.setTest( structure == null );
              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\t");
                  //  aui:field-wrapper
                  com.liferay.taglib.aui.FieldWrapperTag _jspx_th_aui_005ffield_002dwrapper_005f4 = (com.liferay.taglib.aui.FieldWrapperTag) _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.get(com.liferay.taglib.aui.FieldWrapperTag.class);
                  _jspx_th_aui_005ffield_002dwrapper_005f4.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005ffield_002dwrapper_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f2);
                  // /html/portlet/journal/edit_structure.jsp(170,3) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_aui_005ffield_002dwrapper_005f4.setLabel("permissions");
                  int _jspx_eval_aui_005ffield_002dwrapper_005f4 = _jspx_th_aui_005ffield_002dwrapper_005f4.doStartTag();
                  if (_jspx_eval_aui_005ffield_002dwrapper_005f4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                    if (_jspx_eval_aui_005ffield_002dwrapper_005f4 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.pushBody();
                      _jspx_th_aui_005ffield_002dwrapper_005f4.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                      _jspx_th_aui_005ffield_002dwrapper_005f4.doInitBody();
                    }
                    do {
                      out.write("\n");
                      out.write("\t\t\t\t");
                      //  liferay-ui:input-permissions
                      com.liferay.taglib.ui.InputPermissionsTag _jspx_th_liferay_002dui_005finput_002dpermissions_005f0 = (com.liferay.taglib.ui.InputPermissionsTag) _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody.get(com.liferay.taglib.ui.InputPermissionsTag.class);
                      _jspx_th_liferay_002dui_005finput_002dpermissions_005f0.setPageContext(_jspx_page_context);
                      _jspx_th_liferay_002dui_005finput_002dpermissions_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffield_002dwrapper_005f4);
                      // /html/portlet/journal/edit_structure.jsp(171,4) name = modelName type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_liferay_002dui_005finput_002dpermissions_005f0.setModelName( JournalStructure.class.getName() );
                      int _jspx_eval_liferay_002dui_005finput_002dpermissions_005f0 = _jspx_th_liferay_002dui_005finput_002dpermissions_005f0.doStartTag();
                      if (_jspx_th_liferay_002dui_005finput_002dpermissions_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dpermissions_005f0);
                        return;
                      }
                      _005fjspx_005ftagPool_005fliferay_002dui_005finput_002dpermissions_0026_005fmodelName_005fnobody.reuse(_jspx_th_liferay_002dui_005finput_002dpermissions_005f0);
                      out.write("\n");
                      out.write("\t\t\t");
                      int evalDoAfterBody = _jspx_th_aui_005ffield_002dwrapper_005f4.doAfterBody();
                      if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                        break;
                    } while (true);
                    if (_jspx_eval_aui_005ffield_002dwrapper_005f4 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.popBody();
                    }
                  }
                  if (_jspx_th_aui_005ffield_002dwrapper_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f4);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005ffield_002dwrapper_0026_005flabel.reuse(_jspx_th_aui_005ffield_002dwrapper_005f4);
                  out.write('\n');
                  out.write('   ');
                  out.write('   ');
                  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('   ');
              int evalDoAfterBody = _jspx_th_aui_005ffieldset_005f0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_aui_005ffieldset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_aui_005ffieldset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005faui_005ffieldset.reuse(_jspx_th_aui_005ffieldset_005f0);
            return;
          }
          _005fjspx_005ftagPool_005faui_005ffieldset.reuse(_jspx_th_aui_005ffieldset_005f0);
          out.write('\n');
          out.write('\n');
          out.write('   ');
          //  liferay-ui:panel-container
          com.liferay.taglib.ui.PanelContainerTag _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0 = (com.liferay.taglib.ui.PanelContainerTag) _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended.get(com.liferay.taglib.ui.PanelContainerTag.class);
          _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setPageContext(_jspx_page_context);
          _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f1);
          // /html/portlet/journal/edit_structure.jsp(176,1) name = extended type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setExtended( true );
          // /html/portlet/journal/edit_structure.jsp(176,1) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setId("journalStructurePanelContainer");
          // /html/portlet/journal/edit_structure.jsp(176,1) name = persistState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setPersistState( true );
          int _jspx_eval_liferay_002dui_005fpanel_002dcontainer_005f0 = _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.doStartTag();
          if (_jspx_eval_liferay_002dui_005fpanel_002dcontainer_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_liferay_002dui_005fpanel_002dcontainer_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.doInitBody();
            }
            do {
              out.write('\n');
              out.write('   ');
              out.write('   ');
              //  liferay-ui:panel
              com.liferay.taglib.ui.PanelTag _jspx_th_liferay_002dui_005fpanel_005f0 = (com.liferay.taglib.ui.PanelTag) _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible.get(com.liferay.taglib.ui.PanelTag.class);
              _jspx_th_liferay_002dui_005fpanel_005f0.setPageContext(_jspx_page_context);
              _jspx_th_liferay_002dui_005fpanel_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0);
              // /html/portlet/journal/edit_structure.jsp(177,2) name = collapsible type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_liferay_002dui_005fpanel_005f0.setCollapsible( true );
              // /html/portlet/journal/edit_structure.jsp(177,2) name = extended type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_liferay_002dui_005fpanel_005f0.setExtended( true );
              // /html/portlet/journal/edit_structure.jsp(177,2) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_liferay_002dui_005fpanel_005f0.setId("journalXSDPanel");
              // /html/portlet/journal/edit_structure.jsp(177,2) name = persistState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_liferay_002dui_005fpanel_005f0.setPersistState( true );
              // /html/portlet/journal/edit_structure.jsp(177,2) name = title type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_liferay_002dui_005fpanel_005f0.setTitle( LanguageUtil.get(pageContext, "xsd") );
              int _jspx_eval_liferay_002dui_005fpanel_005f0 = _jspx_th_liferay_002dui_005fpanel_005f0.doStartTag();
              if (_jspx_eval_liferay_002dui_005fpanel_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                if (_jspx_eval_liferay_002dui_005fpanel_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                  out = _jspx_page_context.pushBody();
                  _jspx_th_liferay_002dui_005fpanel_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                  _jspx_th_liferay_002dui_005fpanel_005f0.doInitBody();
                }
                do {
                  out.write("\n");
                  out.write("\t\t\t");
                  //  aui:fieldset
                  com.liferay.taglib.aui.FieldsetTag _jspx_th_aui_005ffieldset_005f1 = (com.liferay.taglib.aui.FieldsetTag) _005fjspx_005ftagPool_005faui_005ffieldset.get(com.liferay.taglib.aui.FieldsetTag.class);
                  _jspx_th_aui_005ffieldset_005f1.setPageContext(_jspx_page_context);
                  _jspx_th_aui_005ffieldset_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_liferay_002dui_005fpanel_005f0);
                  int _jspx_eval_aui_005ffieldset_005f1 = _jspx_th_aui_005ffieldset_005f1.doStartTag();
                  if (_jspx_eval_aui_005ffieldset_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                    if (_jspx_eval_aui_005ffieldset_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.pushBody();
                      _jspx_th_aui_005ffieldset_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                      _jspx_th_aui_005ffieldset_005f1.doInitBody();
                    }
                    do {
                      out.write("\n");
                      out.write("\t\t\t\t");
                      //  liferay-ui:error
                      com.liferay.taglib.ui.ErrorTag _jspx_th_liferay_002dui_005ferror_005f5 = (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_005f5.setPageContext(_jspx_page_context);
                      _jspx_th_liferay_002dui_005ferror_005f5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffieldset_005f1);
                      // /html/portlet/journal/edit_structure.jsp(179,4) name = exception type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_liferay_002dui_005ferror_005f5.setException( StructureXsdException.class );
                      // /html/portlet/journal/edit_structure.jsp(179,4) name = message type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_liferay_002dui_005ferror_005f5.setMessage("please-enter-a-valid-xsd");
                      int _jspx_eval_liferay_002dui_005ferror_005f5 = _jspx_th_liferay_002dui_005ferror_005f5.doStartTag();
                      if (_jspx_th_liferay_002dui_005ferror_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f5);
                        return;
                      }
                      _005fjspx_005ftagPool_005fliferay_002dui_005ferror_0026_005fmessage_005fexception_005fnobody.reuse(_jspx_th_liferay_002dui_005ferror_005f5);
                      out.write("\n");
                      out.write("\n");
                      out.write("\t\t\t\t");
                      if (_jspx_meth_aui_005finput_005f15(_jspx_th_aui_005ffieldset_005f1, _jspx_page_context))
                        return;
                      out.write("\n");
                      out.write("\n");
                      out.write("\t\t\t\t");

            String taglibEditElement = renderResponse.getNamespace() + "editElement('add', -1);";
            
                      out.write("\n");
                      out.write("\n");
                      out.write("\t\t\t\t");
                      //  aui:button
                      com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f2 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
                      _jspx_th_aui_005fbutton_005f2.setPageContext(_jspx_page_context);
                      _jspx_th_aui_005fbutton_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffieldset_005f1);
                      // /html/portlet/journal/edit_structure.jsp(187,4) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_aui_005fbutton_005f2.setOnClick( taglibEditElement );
                      // /html/portlet/journal/edit_structure.jsp(187,4) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_aui_005fbutton_005f2.setType("button");
                      // /html/portlet/journal/edit_structure.jsp(187,4) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_aui_005fbutton_005f2.setValue("add-row");
                      int _jspx_eval_aui_005fbutton_005f2 = _jspx_th_aui_005fbutton_005f2.doStartTag();
                      if (_jspx_th_aui_005fbutton_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                        _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f2);
                        return;
                      }
                      _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f2);
                      out.write("\n");
                      out.write("\n");
                      out.write("\t\t\t\t");
                      if (_jspx_meth_aui_005fbutton_005f3(_jspx_th_aui_005ffieldset_005f1, _jspx_page_context))
                        return;
                      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_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_aui_005ffieldset_005f1);
                      // /html/portlet/journal/edit_structure.jsp(191,4) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                      _jspx_th_c_005fif_005f3.setTest( structure != null );
                      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("\t\t\t\t\t");
                          //  aui:button
                          com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f4 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
                          _jspx_th_aui_005fbutton_005f4.setPageContext(_jspx_page_context);
                          _jspx_th_aui_005fbutton_005f4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fif_005f3);
                          // /html/portlet/journal/edit_structure.jsp(192,5) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fbutton_005f4.setOnClick( renderResponse.getNamespace() + "downloadStructureContent();" );
                          // /html/portlet/journal/edit_structure.jsp(192,5) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fbutton_005f4.setType("button");
                          // /html/portlet/journal/edit_structure.jsp(192,5) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                          _jspx_th_aui_005fbutton_005f4.setValue("download");
                          int _jspx_eval_aui_005fbutton_005f4 = _jspx_th_aui_005fbutton_005f4.doStartTag();
                          if (_jspx_th_aui_005fbutton_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f4);
                            return;
                          }
                          _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f4);
                          out.write("\n");
                          out.write("\t\t\t\t");
                          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("\n");
                      out.write("\t\t\t\t<table class=\"taglib-search-iterator\">\n");
                      out.write("\n");
                      out.write("\t\t\t\t");

            Document doc = SAXReaderUtil.read(xsd);

            Element root = doc.getRootElement();

            String moveUpParam = request.getParameter("move_up");
            String moveDepthParam = request.getParameter("move_depth");

            if (Validator.isNotNull(moveUpParam) && Validator.isNotNull(moveDepthParam)) {
               _move(root, new IntegerWrapper(0), GetterUtil.getBoolean(moveUpParam), GetterUtil.getInteger(moveDepthParam), new BooleanWrapper(false));
            }

            IntegerWrapper tabIndexWrapper = new IntegerWrapper(tabIndex);

            _format(root, new IntegerWrapper(0), new Integer(-1), tabIndexWrapper, pageContext, request);

            tabIndex = tabIndexWrapper.getValue();
            
                      out.write("\n");
                      out.write("\n");
                      out.write("\t\t\t\t</table>\n");
                      out.write("\t\t\t");
                      int evalDoAfterBody = _jspx_th_aui_005ffieldset_005f1.doAfterBody();
                      if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                        break;
                    } while (true);
                    if (_jspx_eval_aui_005ffieldset_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                      out = _jspx_page_context.popBody();
                    }
                  }
                  if (_jspx_th_aui_005ffieldset_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                    _005fjspx_005ftagPool_005faui_005ffieldset.reuse(_jspx_th_aui_005ffieldset_005f1);
                    return;
                  }
                  _005fjspx_005ftagPool_005faui_005ffieldset.reuse(_jspx_th_aui_005ffieldset_005f1);
                  out.write('\n');
                  out.write('   ');
                  out.write('   ');
                  int evalDoAfterBody = _jspx_th_liferay_002dui_005fpanel_005f0.doAfterBody();
                  if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                    break;
                } while (true);
                if (_jspx_eval_liferay_002dui_005fpanel_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                  out = _jspx_page_context.popBody();
                }
              }
              if (_jspx_th_liferay_002dui_005fpanel_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible.reuse(_jspx_th_liferay_002dui_005fpanel_005f0);
                return;
              }
              _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_0026_005ftitle_005fpersistState_005fid_005fextended_005fcollapsible.reuse(_jspx_th_liferay_002dui_005fpanel_005f0);
              out.write('\n');
              out.write('   ');
              int evalDoAfterBody = _jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_liferay_002dui_005fpanel_002dcontainer_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended.reuse(_jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0);
            return;
          }
          _005fjspx_005ftagPool_005fliferay_002dui_005fpanel_002dcontainer_0026_005fpersistState_005fid_005fextended.reuse(_jspx_th_liferay_002dui_005fpanel_002dcontainer_005f0);
          out.write('\n');
          out.write('\n');
          out.write('   ');
          //  aui:button-row
          com.liferay.taglib.aui.ButtonRowTag _jspx_th_aui_005fbutton_002drow_005f0 = (com.liferay.taglib.aui.ButtonRowTag) _005fjspx_005ftagPool_005faui_005fbutton_002drow.get(com.liferay.taglib.aui.ButtonRowTag.class);
          _jspx_th_aui_005fbutton_002drow_005f0.setPageContext(_jspx_page_context);
          _jspx_th_aui_005fbutton_002drow_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fform_005f1);
          int _jspx_eval_aui_005fbutton_002drow_005f0 = _jspx_th_aui_005fbutton_002drow_005f0.doStartTag();
          if (_jspx_eval_aui_005fbutton_002drow_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_aui_005fbutton_002drow_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_aui_005fbutton_002drow_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_aui_005fbutton_002drow_005f0.doInitBody();
            }
            do {
              out.write('\n');
              out.write('   ');
              out.write('   ');
              if (_jspx_meth_aui_005fbutton_005f5(_jspx_th_aui_005fbutton_002drow_005f0, _jspx_page_context))
                return;
              out.write("\n");
              out.write("\n");
              out.write("\t\t");
              //  aui:button
              com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f6 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
              _jspx_th_aui_005fbutton_005f6.setPageContext(_jspx_page_context);
              _jspx_th_aui_005fbutton_005f6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fbutton_002drow_005f0);
              // /html/portlet/journal/edit_structure.jsp(224,2) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005fbutton_005f6.setOnClick( renderResponse.getNamespace() + "saveAndContinueStructure();" );
              // /html/portlet/journal/edit_structure.jsp(224,2) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005fbutton_005f6.setType("button");
              // /html/portlet/journal/edit_structure.jsp(224,2) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005fbutton_005f6.setValue("save-and-continue");
              int _jspx_eval_aui_005fbutton_005f6 = _jspx_th_aui_005fbutton_005f6.doStartTag();
              if (_jspx_th_aui_005fbutton_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f6);
                return;
              }
              _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f6);
              out.write("\n");
              out.write("\n");
              out.write("\t\t");
              //  aui:button
              com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f7 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody.get(com.liferay.taglib.aui.ButtonTag.class);
              _jspx_th_aui_005fbutton_005f7.setPageContext(_jspx_page_context);
              _jspx_th_aui_005fbutton_005f7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fbutton_002drow_005f0);
              // /html/portlet/journal/edit_structure.jsp(226,2) name = onClick type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005fbutton_005f7.setOnClick( redirect );
              // /html/portlet/journal/edit_structure.jsp(226,2) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_aui_005fbutton_005f7.setType("cancel");
              int _jspx_eval_aui_005fbutton_005f7 = _jspx_th_aui_005fbutton_005f7.doStartTag();
              if (_jspx_th_aui_005fbutton_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f7);
                return;
              }
              _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fonClick_005fnobody.reuse(_jspx_th_aui_005fbutton_005f7);
              out.write('\n');
              out.write('   ');
              int evalDoAfterBody = _jspx_th_aui_005fbutton_002drow_005f0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_aui_005fbutton_002drow_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_aui_005fbutton_002drow_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005faui_005fbutton_002drow.reuse(_jspx_th_aui_005fbutton_002drow_005f0);
            return;
          }
          _005fjspx_005ftagPool_005faui_005fbutton_002drow.reuse(_jspx_th_aui_005fbutton_002drow_005f0);
          out.write('\n');
          int evalDoAfterBody = _jspx_th_aui_005fform_005f1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_aui_005fform_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          out = _jspx_page_context.popBody();
        }
      }
      if (_jspx_th_aui_005fform_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.reuse(_jspx_th_aui_005fform_005f1);
        return;
      }
      _005fjspx_005ftagPool_005faui_005fform_0026_005fonSubmit_005fname_005fmethod_005faction.reuse(_jspx_th_aui_005fform_005f1);
      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("\tvar xmlIndent = \"");
          out.print( StringPool.DOUBLE_SPACE );
          out.write("\";\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f0(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("downloadStructureContent() {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f1(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm2.action = \"");
          out.print( themeDisplay.getPathMain() );
          out.write("/journal/get_structure_content\";\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f2(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm2.target = \"_self\";\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f3(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm2.xml.value = ");
          if (_jspx_meth_portlet_005fnamespace_005f4(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("getXsd();\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f5(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm2.submit();\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f6(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("getXsd(cmd, elCount) {\n");
          out.write("\t\tif (cmd == null) {\n");
          out.write("\t\t\tcmd = \"add\";\n");
          out.write("\t\t}\n");
          out.write("\n");
          out.write("\t\tvar xsd = \"<root>\\n\";\n");
          out.write("\n");
          out.write("\t\tif ((cmd == \"add\") && (elCount == -1)) {\n");
          out.write("\t\t\txsd += \"<dynamic-element name='' type=''></dynamic-element>\\n\"\n");
          out.write("\t\t}\n");
          out.write("\n");
          out.write("\t\tfor (i = 0; i >= 0; i++) {\n");
          out.write("\t\t\tvar elDepth = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f7(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_depth\");\n");
          out.write("\t\t\tvar elMetadataXML = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f8(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_metadata_xml\");\n");
          out.write("\t\t\tvar elName = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f9(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_name\");\n");
          out.write("\t\t\tvar elType = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f10(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_type\");\n");
          out.write("\t\t\tvar elIndexType = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f11(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_index_type\");\n");
          out.write("\t\t\tvar elRepeatable = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f12(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + i + \"_repeatable\");\n");
          out.write("\n");
          out.write("\t\t\tif ((elDepth != null) && (elName != null) && (elType != null)) {\n");
          out.write("\t\t\t\tvar elDepthValue = elDepth.value;\n");
          out.write("\t\t\t\tvar elNameValue = encodeURIComponent(elName.value);\n");
          out.write("\t\t\t\tvar elTypeValue = encodeURIComponent(elType.value);\n");
          out.write("\t\t\t\tvar elIndexTypeValue = (elIndexType != null) ? elIndexType.value : \"\";\n");
          out.write("\t\t\t\tvar elRepeatableValue = (elRepeatable != null) ? elRepeatable.checked : false;\n");
          out.write("\n");
          out.write("\t\t\t\tif ((cmd == \"add\") || ((cmd == \"remove\") && (elCount != i))) {\n");
          out.write("\t\t\t\t\tfor (var j = 0; j <= elDepthValue; j++) {\n");
          out.write("\t\t\t\t\t\txsd += xmlIndent;\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\n");
          out.write("\t\t\t\t\txsd += \"<dynamic-element name='\" + elNameValue + \"' type='\" + elTypeValue + \"' index-type='\" + elIndexTypeValue + \"' repeatable='\" + elRepeatableValue + \"'>\";\n");
          out.write("\n");
          out.write("\t\t\t\t\tif ((cmd == \"add\") && (elCount == i)) {\n");
          out.write("\t\t\t\t\t\txsd += \"<dynamic-element name='' type='' repeatable='false'></dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\t\t\t\t\telse {\n");
          out.write("\t\t\t\t\t\tif (elMetadataXML.value) {\n");
          out.write("\t\t\t\t\t\t\tvar metadataXML = decodeURIComponent(elMetadataXML.value).replace(/[+]/g, ' ');\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\txsd += \"\\n\";\n");
          out.write("\t\t\t\t\t\t\txsd += xmlIndent;\n");
          out.write("\t\t\t\t\t\t\txsd += metadataXML;\n");
          out.write("\t\t\t\t\t\t\txsd += \"\\n\";\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\n");
          out.write("\t\t\t\t\tvar nextElDepth = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f13(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + (i + 1) + \"_depth\");\n");
          out.write("\n");
          out.write("\t\t\t\t\tif (nextElDepth != null) {\n");
          out.write("\t\t\t\t\t\tvar nextElDepthValue = nextElDepth.value;\n");
          out.write("\n");
          out.write("\t\t\t\t\t\tif (elDepthValue == nextElDepthValue) {\n");
          out.write("\t\t\t\t\t\t\tfor (var j = 0; j < elDepthValue; j++) {\n");
          out.write("\t\t\t\t\t\t\t\txsd += xmlIndent;\n");
          out.write("\t\t\t\t\t\t\t}\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\txsd += \"</dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\telse if (elDepthValue > nextElDepthValue) {\n");
          out.write("\t\t\t\t\t\t\tvar depthDiff = elDepthValue - nextElDepthValue;\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\tfor (var j = 0; j <= depthDiff; j++) {\n");
          out.write("\t\t\t\t\t\t\t\tif (j != 0) {\n");
          out.write("\t\t\t\t\t\t\t\t\tfor (var k = 0; k <= depthDiff - j; k++) {\n");
          out.write("\t\t\t\t\t\t\t\t\t\txsd += xmlIndent;\n");
          out.write("\t\t\t\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\t\t\t}\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\t\txsd += \"</dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\telse {\n");
          out.write("\t\t\t\t\t\t\txsd += \"\\n\";\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\t\t\t\t\telse {\n");
          out.write("\t\t\t\t\t\tfor (var j = 0; j <= elDepthValue; j++) {\n");
          out.write("\t\t\t\t\t\t\tif (j != 0) {\n");
          out.write("\t\t\t\t\t\t\t\tfor (var k = 0; k <= elDepthValue - j; k++) {\n");
          out.write("\t\t\t\t\t\t\t\t\txsd += xmlIndent;\n");
          out.write("\t\t\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\t\t}\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\txsd += \"</dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\t\t\t\t}\n");
          out.write("\t\t\t\telse if ((cmd == \"remove\") && (elCount == i)) {\n");
          out.write("\t\t\t\t\tvar nextElDepth = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f14(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("structure_el\" + (i + 1) + \"_depth\");\n");
          out.write("\n");
          out.write("\t\t\t\t\tif (nextElDepth != null) {\n");
          out.write("\t\t\t\t\t\tvar nextElDepthValue = nextElDepth.value;\n");
          out.write("\n");
          out.write("\t\t\t\t\t\tif (elDepthValue > nextElDepthValue) {\n");
          out.write("\t\t\t\t\t\t\tvar depthDiff = elDepthValue - nextElDepthValue;\n");
          out.write("\n");
          out.write("\t\t\t\t\t\t\tfor (var j = 0; j < depthDiff; j++) {\n");
          out.write("\t\t\t\t\t\t\t\txsd += \"</dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\t\t\t\t\telse {\n");
          out.write("\t\t\t\t\t\tfor (var j = 0; j < elDepthValue; j++) {\n");
          out.write("\t\t\t\t\t\t\txsd += \"</dynamic-element>\\n\";\n");
          out.write("\t\t\t\t\t\t}\n");
          out.write("\t\t\t\t\t}\n");
          out.write("\t\t\t\t}\n");
          out.write("\t\t\t}\n");
          out.write("\t\t\telse {\n");
          out.write("\t\t\t\tbreak;\n");
          out.write("\t\t\t}\n");
          out.write("\t\t}\n");
          out.write("\n");
          out.write("\t\txsd += \"</root>\";\n");
          out.write("\n");
          out.write("\t\treturn xsd;\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f15(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("editElement(cmd, elCount) {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f16(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.scroll.value = \"");
          if (_jspx_meth_portlet_005fnamespace_005f17(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsd\";\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f18(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f19(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsd.value = ");
          if (_jspx_meth_portlet_005fnamespace_005f20(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("getXsd(cmd, elCount);\n");
          out.write("\t\tsubmitForm(document.");
          if (_jspx_meth_portlet_005fnamespace_005f21(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1);\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f22(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("moveElement(moveUp, elCount) {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f23(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.scroll.value = \"");
          if (_jspx_meth_portlet_005fnamespace_005f24(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsd\";\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f25(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f26(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("move_up.value = moveUp;\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f27(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f28(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("move_depth.value = elCount;\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f29(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f30(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsd.value = ");
          if (_jspx_meth_portlet_005fnamespace_005f31(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("getXsd();\n");
          out.write("\t\tsubmitForm(document.");
          if (_jspx_meth_portlet_005fnamespace_005f32(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1);\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f33(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("openParentStructureSelector() {\n");
          out.write("\t\tvar structureWindow = window.open('");
          //  portlet:renderURL
          com.liferay.taglib.portlet.RenderURLTag _jspx_th_portlet_005frenderURL_005f1 = (com.liferay.taglib.portlet.RenderURLTag) _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.get(com.liferay.taglib.portlet.RenderURLTag.class);
          _jspx_th_portlet_005frenderURL_005f1.setPageContext(_jspx_page_context);
          _jspx_th_portlet_005frenderURL_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
          // /html/portlet/journal/edit_structure.jsp(374,37) name = windowState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_portlet_005frenderURL_005f1.setWindowState( LiferayWindowState.POP_UP.toString() );
          int _jspx_eval_portlet_005frenderURL_005f1 = _jspx_th_portlet_005frenderURL_005f1.doStartTag();
          if (_jspx_eval_portlet_005frenderURL_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_portlet_005frenderURL_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_portlet_005frenderURL_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_portlet_005frenderURL_005f1.doInitBody();
            }
            do {
              if (_jspx_meth_portlet_005fparam_005f5(_jspx_th_portlet_005frenderURL_005f1, _jspx_page_context))
                return;
              //  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_005frenderURL_005f1);
              // /html/portlet/journal/edit_structure.jsp(374,186) 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/journal/edit_structure.jsp(374,186) 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(groupId) );
              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);
              int evalDoAfterBody = _jspx_th_portlet_005frenderURL_005f1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_portlet_005frenderURL_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_portlet_005frenderURL_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.reuse(_jspx_th_portlet_005frenderURL_005f1);
            return;
          }
          _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.reuse(_jspx_th_portlet_005frenderURL_005f1);
          out.write("', 'structure', 'directories=no,height=640,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width=680');\n");
          out.write("\n");
          out.write("\t\tstructureWindow.focus();\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f34(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("removeParentStructure() {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f35(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f36(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("parentStructureId.value = \"\";\n");
          out.write("\n");
          out.write("\t\tvar nameEl = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f37(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("parentStructureName\");\n");
          out.write("\n");
          out.write("\t\tnameEl.href = \"#\";\n");
          out.write("\t\tnameEl.innerHTML = \"\";\n");
          out.write("\n");
          out.write("\t\tdocument.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f38(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("removeParentStructureButton\").disabled = true;\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f39(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("saveAndContinueStructure() {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f40(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f41(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("saveAndContinue.value = \"1\";\n");
          out.write("\t\t");
          if (_jspx_meth_portlet_005fnamespace_005f42(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("saveStructure();\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f43(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("saveStructure(addAnother) {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f44(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f45(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.print( Constants.CMD );
          out.write(".value = \"");
          out.print( (structure == null) ? Constants.ADD : Constants.UPDATE );
          out.write("\";\n");
          out.write("\n");
          out.write("\t\t");
          //  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_aui_005fscript_005f0);
          // /html/portlet/journal/edit_structure.jsp(398,2) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_c_005fif_005f4.setTest( structure == null );
          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("\t\t\tdocument.");
              if (_jspx_meth_portlet_005fnamespace_005f46(_jspx_th_c_005fif_005f4, _jspx_page_context))
                return;
              out.write("fm1.");
              if (_jspx_meth_portlet_005fnamespace_005f47(_jspx_th_c_005fif_005f4, _jspx_page_context))
                return;
              out.write("structureId.value = document.");
              if (_jspx_meth_portlet_005fnamespace_005f48(_jspx_th_c_005fif_005f4, _jspx_page_context))
                return;
              out.write("fm1.");
              if (_jspx_meth_portlet_005fnamespace_005f49(_jspx_th_c_005fif_005f4, _jspx_page_context))
                return;
              out.write("newStructureId.value;\n");
              out.write("\t\t");
              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("\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f50(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f51(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsd.value = ");
          if (_jspx_meth_portlet_005fnamespace_005f52(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("getXsd();\n");
          out.write("\t\tsubmitForm(document.");
          if (_jspx_meth_portlet_005fnamespace_005f53(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1);\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tfunction ");
          if (_jspx_meth_portlet_005fnamespace_005f54(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("selectStructure(parentStructureId, parentStructureName) {\n");
          out.write("\t\tdocument.");
          if (_jspx_meth_portlet_005fnamespace_005f55(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("fm1.");
          if (_jspx_meth_portlet_005fnamespace_005f56(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("parentStructureId.value = parentStructureId;\n");
          out.write("\n");
          out.write("\t\tvar nameEl = document.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f57(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("parentStructureName\");\n");
          out.write("\n");
          out.write("\t\tnameEl.href = \"");
          //  portlet:renderURL
          com.liferay.taglib.portlet.RenderURLTag _jspx_th_portlet_005frenderURL_005f2 = (com.liferay.taglib.portlet.RenderURLTag) _005fjspx_005ftagPool_005fportlet_005frenderURL.get(com.liferay.taglib.portlet.RenderURLTag.class);
          _jspx_th_portlet_005frenderURL_005f2.setPageContext(_jspx_page_context);
          _jspx_th_portlet_005frenderURL_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
          int _jspx_eval_portlet_005frenderURL_005f2 = _jspx_th_portlet_005frenderURL_005f2.doStartTag();
          if (_jspx_eval_portlet_005frenderURL_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_portlet_005frenderURL_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_portlet_005frenderURL_005f2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_portlet_005frenderURL_005f2.doInitBody();
            }
            do {
              if (_jspx_meth_portlet_005fparam_005f7(_jspx_th_portlet_005frenderURL_005f2, _jspx_page_context))
                return;
              //  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_005frenderURL_005f2);
              // /html/portlet/journal/edit_structure.jsp(411,106) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_portlet_005fparam_005f8.setName("redirect");
              // /html/portlet/journal/edit_structure.jsp(411,106) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_portlet_005fparam_005f8.setValue( currentURL );
              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);
              //  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_005f2);
              // /html/portlet/journal/edit_structure.jsp(411,165) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_portlet_005fparam_005f9.setName("groupId");
              // /html/portlet/journal/edit_structure.jsp(411,165) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
              _jspx_th_portlet_005fparam_005f9.setValue( String.valueOf(groupId) );
              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;
              }
              _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody.reuse(_jspx_th_portlet_005fparam_005f9);
              int evalDoAfterBody = _jspx_th_portlet_005frenderURL_005f2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_portlet_005frenderURL_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_portlet_005frenderURL_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fportlet_005frenderURL.reuse(_jspx_th_portlet_005frenderURL_005f2);
            return;
          }
          _005fjspx_005ftagPool_005fportlet_005frenderURL.reuse(_jspx_th_portlet_005frenderURL_005f2);
          out.write('&');
          if (_jspx_meth_portlet_005fnamespace_005f58(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("parentStructureId=\" + parentStructureId;\n");
          out.write("\t\tnameEl.innerHTML = parentStructureName + \"&nbsp;\";\n");
          out.write("\n");
          out.write("\t\tdocument.getElementById(\"");
          if (_jspx_meth_portlet_005fnamespace_005f59(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("removeParentStructureButton\").disabled = false;\n");
          out.write("\t}\n");
          out.write("\n");
          out.write("\tLiferay.Util.disableToggleBoxes('");
          if (_jspx_meth_portlet_005fnamespace_005f60(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("autoStructureIdCheckbox','");
          if (_jspx_meth_portlet_005fnamespace_005f61(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("newStructureId', true);\n");
          out.write("\n");
          out.write("\tLiferay.Util.inlineEditor(\n");
          out.write("\t\t{\n");
          out.write("\t\t\tbutton: '#");
          if (_jspx_meth_portlet_005fnamespace_005f62(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("editorButton',\n");
          out.write("\t\t\ttextarea: '");
          if (_jspx_meth_portlet_005fnamespace_005f63(_jspx_th_aui_005fscript_005f0, _jspx_page_context))
            return;
          out.write("xsdContent',\n");
          out.write("\t\t\turl: '");
          //  portlet:renderURL
          com.liferay.taglib.portlet.RenderURLTag _jspx_th_portlet_005frenderURL_005f3 = (com.liferay.taglib.portlet.RenderURLTag) _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.get(com.liferay.taglib.portlet.RenderURLTag.class);
          _jspx_th_portlet_005frenderURL_005f3.setPageContext(_jspx_page_context);
          _jspx_th_portlet_005frenderURL_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
          // /html/portlet/journal/edit_structure.jsp(423,9) name = windowState type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
          _jspx_th_portlet_005frenderURL_005f3.setWindowState( LiferayWindowState.EXCLUSIVE.toString() );
          int _jspx_eval_portlet_005frenderURL_005f3 = _jspx_th_portlet_005frenderURL_005f3.doStartTag();
          if (_jspx_eval_portlet_005frenderURL_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_portlet_005frenderURL_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_portlet_005frenderURL_005f3.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_portlet_005frenderURL_005f3.doInitBody();
            }
            do {
              if (_jspx_meth_portlet_005fparam_005f10(_jspx_th_portlet_005frenderURL_005f3, _jspx_page_context))
                return;
              int evalDoAfterBody = _jspx_th_portlet_005frenderURL_005f3.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_portlet_005frenderURL_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_portlet_005frenderURL_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.reuse(_jspx_th_portlet_005frenderURL_005f3);
            return;
          }
          _005fjspx_005ftagPool_005fportlet_005frenderURL_0026_005fwindowState.reuse(_jspx_th_portlet_005frenderURL_005f3);
          out.write("'\n");
          out.write("\t\t}\n");
          out.write("\t);\n");
          out.write("\n");
          out.write("\t");
          //  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_aui_005fscript_005f0);
          // /html/portlet/journal/edit_structure.jsp(427,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( windowState.equals(WindowState.MAXIMIZED) );
          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('   ');
              //  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_005fif_005f5);
              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("\t\t\t");
                  //  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/journal/edit_structure.jsp(429,3) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
                  _jspx_th_c_005fwhen_005f3.setTest( PropsValues.JOURNAL_STRUCTURE_FORCE_AUTOGENERATE_ID );
                  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\t\tLiferay.Util.focusFormField(document.");
                      if (_jspx_meth_portlet_005fnamespace_005f64(_jspx_th_c_005fwhen_005f3, _jspx_page_context))
                        return;
                      out.write("fm1.");
                      if (_jspx_meth_portlet_005fnamespace_005f65(_jspx_th_c_005fwhen_005f3, _jspx_page_context))
                        return;
                      out.write("name);\n");
                      out.write("\t\t\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("\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_005f3);
                  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\tLiferay.Util.focusFormField(document.");
                      if (_jspx_meth_portlet_005fnamespace_005f66(_jspx_th_c_005fotherwise_005f3, _jspx_page_context))
                        return;
                      out.write("fm1.");
                      if (_jspx_meth_portlet_005fnamespace_005f67(_jspx_th_c_005fotherwise_005f3, _jspx_page_context))
                        return;
                      out.print( (structure == null) ? "newStructureId" : "name" );
                      out.write(");\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_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('   ');
              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_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);
      out.write('\n');
      out.write('\n');
    } 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_aui_005fform_005f0(PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:form
            com.liferay.taglib.aui.FormTag _jspx_th_aui_005fform_005f0 = (com.liferay.taglib.aui.FormTag) _005fjspx_005ftagPool_005faui_005fform_0026_005fname_005fmethod
                    .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/journal/edit_structure.jsp(75,0) null
            _jspx_th_aui_005fform_005f0.setDynamicAttribute(null, "method", new String("post"));
            // /html/portlet/journal/edit_structure.jsp(75,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("fm2");
            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("\t<input name=\"xml\" type=\"hidden\" value=\"\" />\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_005fname_005fmethod.reuse(_jspx_th_aui_005fform_005f0);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005fform_0026_005fname_005fmethod.reuse(_jspx_th_aui_005fform_005f0);
            return false;
        }

        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/journal/edit_structure.jsp(80,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/journal/edit_structure.jsp(80,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("/journal/edit_structure");
            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_aui_005finput_005f5(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fform_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f5 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005f1);
            // /html/portlet/journal/edit_structure.jsp(90,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("move_up");
            // /html/portlet/journal/edit_structure.jsp(90,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");
            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_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f5);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f5);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f6(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fform_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f6 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005f1);
            // /html/portlet/journal/edit_structure.jsp(91,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("move_depth");
            // /html/portlet/journal/edit_structure.jsp(91,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");
            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_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f6);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f6);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f7(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fform_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f7 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005f1);
            // /html/portlet/journal/edit_structure.jsp(92,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("saveAndContinue");
            // /html/portlet/journal/edit_structure.jsp(92,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");
            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_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f7);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f7);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f8(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f8 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_c_005fwhen_005f1);
            // /html/portlet/journal/edit_structure.jsp(112,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f8.setName("newStructureId");
            // /html/portlet/journal/edit_structure.jsp(112,6) 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");
            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_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f8);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f8);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f11(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f0,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f11 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005flabel_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_c_005fotherwise_005f0);
            // /html/portlet/journal/edit_structure.jsp(118,6) name = label type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f11.setLabel("autogenerate-id");
            // /html/portlet/journal/edit_structure.jsp(118,6) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f11.setName("autoStructureId");
            // /html/portlet/journal/edit_structure.jsp(118,6) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f11.setType("checkbox");
            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_005ftype_005fname_005flabel_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f11);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005flabel_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f11);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f12(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005ffieldset_005f0,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f12 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005ffieldset_005f0);
            // /html/portlet/journal/edit_structure.jsp(129,2) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f12.setName("name");
            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_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f12);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f12);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f13(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005ffieldset_005f0,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f13 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_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_005ffieldset_005f0);
            // /html/portlet/journal/edit_structure.jsp(131,2) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f13.setName("description");
            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_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f13);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005fname_005fnobody.reuse(_jspx_th_aui_005finput_005f13);
            return false;
        }

        private boolean _jspx_meth_portlet_005fparam_005f1(
                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_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_005frenderURL_005f0);
            // /html/portlet/journal/edit_structure.jsp(139,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/journal/edit_structure.jsp(139,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("/journal/edit_structure");
            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_c_005fotherwise_005f2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f2,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  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_005f2);
            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\t");
                    if (_jspx_meth_aui_005fa_005f1(_jspx_th_c_005fotherwise_005f2, _jspx_page_context))
                        return true;
                    out.write("\n");
                    out.write("\t\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 true;
            }
            _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f2);
            return false;
        }

        private boolean _jspx_meth_aui_005fa_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fotherwise_005f2,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:a
            com.liferay.taglib.aui.ATag _jspx_th_aui_005fa_005f1 = (com.liferay.taglib.aui.ATag) _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody
                    .get(com.liferay.taglib.aui.ATag.class);
            _jspx_th_aui_005fa_005f1.setPageContext(_jspx_page_context);
            _jspx_th_aui_005fa_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f2);
            // /html/portlet/journal/edit_structure.jsp(148,5) name = href type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fa_005f1.setHref("");
            // /html/portlet/journal/edit_structure.jsp(148,5) name = id type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fa_005f1.setId("parentStructureName");
            int _jspx_eval_aui_005fa_005f1 = _jspx_th_aui_005fa_005f1.doStartTag();
            if (_jspx_th_aui_005fa_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody.reuse(_jspx_th_aui_005fa_005f1);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005fa_0026_005fid_005fhref_005fnobody.reuse(_jspx_th_aui_005fa_005f1);
            return false;
        }

        private boolean _jspx_meth_aui_005finput_005f15(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005ffieldset_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:input
            com.liferay.taglib.aui.InputTag _jspx_th_aui_005finput_005f15 = (com.liferay.taglib.aui.InputTag) _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .get(com.liferay.taglib.aui.InputTag.class);
            _jspx_th_aui_005finput_005f15.setPageContext(_jspx_page_context);
            _jspx_th_aui_005finput_005f15.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffieldset_005f1);
            // /html/portlet/journal/edit_structure.jsp(181,4) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f15.setName("xsd");
            // /html/portlet/journal/edit_structure.jsp(181,4) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005finput_005f15.setType("hidden");
            int _jspx_eval_aui_005finput_005f15 = _jspx_th_aui_005finput_005f15.doStartTag();
            if (_jspx_th_aui_005finput_005f15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005finput_005f15);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005finput_0026_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005finput_005f15);
            return false;
        }

        private boolean _jspx_meth_aui_005fbutton_005f3(javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005ffieldset_005f1,
                PageContext _jspx_page_context) throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:button
            com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f3 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody
                    .get(com.liferay.taglib.aui.ButtonTag.class);
            _jspx_th_aui_005fbutton_005f3.setPageContext(_jspx_page_context);
            _jspx_th_aui_005fbutton_005f3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005ffieldset_005f1);
            // /html/portlet/journal/edit_structure.jsp(189,4) name = name type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fbutton_005f3.setName("editorButton");
            // /html/portlet/journal/edit_structure.jsp(189,4) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fbutton_005f3.setType("button");
            // /html/portlet/journal/edit_structure.jsp(189,4) name = value type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fbutton_005f3.setValue("launch-editor");
            int _jspx_eval_aui_005fbutton_005f3 = _jspx_th_aui_005fbutton_005f3.doStartTag();
            if (_jspx_th_aui_005fbutton_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody
                        .reuse(_jspx_th_aui_005fbutton_005f3);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005fvalue_005ftype_005fname_005fnobody
                    .reuse(_jspx_th_aui_005fbutton_005f3);
            return false;
        }

        private boolean _jspx_meth_aui_005fbutton_005f5(
                javax.servlet.jsp.tagext.JspTag _jspx_th_aui_005fbutton_002drow_005f0, PageContext _jspx_page_context)
                throws Throwable {
            PageContext pageContext = _jspx_page_context;
            JspWriter out = _jspx_page_context.getOut();
            //  aui:button
            com.liferay.taglib.aui.ButtonTag _jspx_th_aui_005fbutton_005f5 = (com.liferay.taglib.aui.ButtonTag) _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody
                    .get(com.liferay.taglib.aui.ButtonTag.class);
            _jspx_th_aui_005fbutton_005f5.setPageContext(_jspx_page_context);
            _jspx_th_aui_005fbutton_005f5
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fbutton_002drow_005f0);
            // /html/portlet/journal/edit_structure.jsp(222,2) name = type type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_aui_005fbutton_005f5.setType("submit");
            int _jspx_eval_aui_005fbutton_005f5 = _jspx_th_aui_005fbutton_005f5.doStartTag();
            if (_jspx_th_aui_005fbutton_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody.reuse(_jspx_th_aui_005fbutton_005f5);
                return true;
            }
            _005fjspx_005ftagPool_005faui_005fbutton_0026_005ftype_005fnobody.reuse(_jspx_th_aui_005fbutton_005f5);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f0(
                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_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_aui_005fscript_005f0);
            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_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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_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_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_aui_005fscript_005f0);
            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_005fparam_005f5(
                javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005frenderURL_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_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_005frenderURL_005f1);
            // /html/portlet/journal/edit_structure.jsp(374,114) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f5.setName("struts_action");
            // /html/portlet/journal/edit_structure.jsp(374,114) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f5.setValue("/journal/select_structure");
            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 true;
            }
            _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody
                    .reuse(_jspx_th_portlet_005fparam_005f5);
            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_c_005fif_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_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_c_005fif_005f4);
            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_c_005fif_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_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_c_005fif_005f4);
            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_c_005fif_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_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_c_005fif_005f4);
            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_c_005fif_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_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_c_005fif_005f4);
            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;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f55(
                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_005f55 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f55.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f55
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f55 = _jspx_th_portlet_005fnamespace_005f55.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f55.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f55);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f55);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f56(
                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_005f56 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f56.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f56
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f56 = _jspx_th_portlet_005fnamespace_005f56.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f56.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f56);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f56);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f57(
                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_005f57 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f57.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f57
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f57 = _jspx_th_portlet_005fnamespace_005f57.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f57.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f57);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f57);
            return false;
        }

        private boolean _jspx_meth_portlet_005fparam_005f7(
                javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005frenderURL_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_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_005frenderURL_005f2);
            // /html/portlet/journal/edit_structure.jsp(411,36) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f7.setName("struts_action");
            // /html/portlet/journal/edit_structure.jsp(411,36) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f7.setValue("/journal/edit_structure");
            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 true;
            }
            _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody
                    .reuse(_jspx_th_portlet_005fparam_005f7);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f58(
                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_005f58 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f58.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f58
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f58 = _jspx_th_portlet_005fnamespace_005f58.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f58.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f58);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f58);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f59(
                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_005f59 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f59.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f59
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f59 = _jspx_th_portlet_005fnamespace_005f59.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f59.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f59);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f59);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f60(
                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_005f60 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f60.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f60
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f60 = _jspx_th_portlet_005fnamespace_005f60.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f60.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f60);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f60);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f61(
                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_005f61 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f61.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f61
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f61 = _jspx_th_portlet_005fnamespace_005f61.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f61.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f61);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f61);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f62(
                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_005f62 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f62.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f62
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f62 = _jspx_th_portlet_005fnamespace_005f62.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f62.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f62);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f62);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f63(
                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_005f63 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f63.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f63
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_aui_005fscript_005f0);
            int _jspx_eval_portlet_005fnamespace_005f63 = _jspx_th_portlet_005fnamespace_005f63.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f63.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f63);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f63);
            return false;
        }

        private boolean _jspx_meth_portlet_005fparam_005f10(
                javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_005frenderURL_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_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_005f3);
            // /html/portlet/journal/edit_structure.jsp(423,89) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f10.setName("struts_action");
            // /html/portlet/journal/edit_structure.jsp(423,89) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
            _jspx_th_portlet_005fparam_005f10.setValue("/journal/edit_structure_xsd");
            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 true;
            }
            _005fjspx_005ftagPool_005fportlet_005fparam_0026_005fvalue_005fname_005fnobody
                    .reuse(_jspx_th_portlet_005fparam_005f10);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f64(
                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();
            //  portlet:namespace
            com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f64 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f64.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f64.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3);
            int _jspx_eval_portlet_005fnamespace_005f64 = _jspx_th_portlet_005fnamespace_005f64.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f64.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f64);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f64);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f65(
                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();
            //  portlet:namespace
            com.liferay.taglib.portlet.NamespaceTag _jspx_th_portlet_005fnamespace_005f65 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f65.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f65.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f3);
            int _jspx_eval_portlet_005fnamespace_005f65 = _jspx_th_portlet_005fnamespace_005f65.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f65.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f65);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f65);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f66(
                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_005f66 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f66.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f66
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3);
            int _jspx_eval_portlet_005fnamespace_005f66 = _jspx_th_portlet_005fnamespace_005f66.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f66.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f66);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f66);
            return false;
        }

        private boolean _jspx_meth_portlet_005fnamespace_005f67(
                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_005f67 = (com.liferay.taglib.portlet.NamespaceTag) _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody
                    .get(com.liferay.taglib.portlet.NamespaceTag.class);
            _jspx_th_portlet_005fnamespace_005f67.setPageContext(_jspx_page_context);
            _jspx_th_portlet_005fnamespace_005f67
                    .setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fotherwise_005f3);
            int _jspx_eval_portlet_005fnamespace_005f67 = _jspx_th_portlet_005fnamespace_005f67.doStartTag();
            if (_jspx_th_portlet_005fnamespace_005f67.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f67);
                return true;
            }
            _005fjspx_005ftagPool_005fportlet_005fnamespace_005fnobody.reuse(_jspx_th_portlet_005fnamespace_005f67);
            return false;
        }
    }