This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="javascript:alert(document.documentElement.className)">GET HTML</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -------- Mobile Views 320px -------- */ | |
| $footer-width: 320px; | |
| @function calculated-width($padding) { | |
| @return $footer-width - $padding; | |
| } | |
| .aui-view-4, | |
| .aui-view-320 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="columns-1-2-1" id="main-content" role="main"> | |
| #if ($browserSniffer.isIe($request) && $browserSniffer.getMajorVersion($request) < 8) | |
| <table class="portlet-layout"> | |
| <tr> | |
| <td class="portlet-column portlet-column-only" id="column-1"> | |
| $processor.processColumn("column-1", "portlet-column-content portlet-column-content-only") | |
| </td> | |
| </tr> | |
| </table> | |
| <table class="portlet-layout"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var="portlets/google-maps-portlet, webs/kaleo-web, portlets/mail-portlet, themes/sevencogs-mobile-theme, themes/sevencogs-theme, portlets/social-networking-portlet, portlets/web-form-portlet"; for v in ${var//,/ }; do cd $v; ant clean deploy; cd ../..; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript.log.enabled=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #set($journalArticleLocalServiceUtil = $portal.getClass().forName("com.liferay.portlet.journal.service.JournalArticleLocalServiceUtil")) | |
| #foreach($article in $journalArticleLocalServiceUtil.getArticles($group_id) | |
| #if($article.title == "Social Links (Embedded)") | |
| #set($social-article-id = $article.articleId) | |
| #end | |
| #end | |
| #set($social-links=$journalContentUtil.getContent($group_id, $social-article-id,null,"$locale",$theme_display)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #set($layoutLocalService = $serviceLocator.findService("com.liferay.portal.service.LayoutLocalService")) | |
| #set ($localizationUtil = $portal.getClass().forName('com.liferay.portal.kernel.util.LocalizationUtil')) | |
| #set($topPublicLayouts = $layoutLocalService.getLayouts($layout.getGroupId(),false)) | |
| <ul> | |
| #foreach ($layout_item in $topPublicLayouts) | |
| #if ($layout_item.getHidden()) | |
| $languageId | |
| $language_id | |
| $theme_display.languageId |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Authors: | |
| ## Bradley Wood | |
| ## Ray Augé | |
| ## | |
| ## Getting Services | |
| ## | |
| #set ($portalBeanLocator = $portal.getClass().forName('com.liferay.portal.kernel.bean.PortalBeanLocatorUtil')) | |
| #set ($booleanQueryFactory = $portalBeanLocator.locate('com.liferay.portal.kernel.search.BooleanQueryFactoryUtil')) |