Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <c:set var="hasInlineCSS">
- <tiles:insertAttribute name="inlineCSS"/>
- </c:set>
- <c:set var="noSafariInline">
- ${((userAgent.safari || userAgent.safariMobile) && userAgent.majorBrowserVersion > 10) || not userAgent.IOS}
- </c:set>
- <c:if test="${not empty hasInlineCSS && Feature.isEnabled('inlineCSS') && not userAgent.IE && noSafariInline && not Page.local}">
- Inline CSS
- </c:if>
- =========================================
- <c:if test=“${SearchResult.displayFilter && not Map.expandMap && not SearchResult.displayAlternateOrderType}“>
- <c:if test=“${Feature.isEnabled(‘subcatFilter’) && not userAgent.mobile && SearchResult.hasSubHeadings()}“>
- =========================
- <c:when test=“${(not Map.expandMap || not Page.mapSearch) && ((Page.classTag == ‘searchBodyClass’ && isDineContext) || not showSearchTop || Page.classTag == ‘homeBodyClass’)}“>false</c:when>
- ======================
- <c:if test=“${((Page.classTag == ‘searchBodyClass’ && isDineContext) && not Map.expandMap) && userAgent.mobile && Page.classTag != ‘dineHubBodyClass’ }“>
- ===================
- <c:if test="${Page.classTag != 'merchantBodyClass' && Page.classTag != 'searchBodyClass'}">
- <c:if test="${(PageType.showMap || Map.expandMap) && (not userAgent.mobile || Map.expandMap)}">
- <yp:style group="yellowMapsModule_${Map.provider}"/>
- </c:if>
- </c:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement