This file contains 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 ($journalArticleLocalService = $serviceLocator.findService("com.liferay.portlet.journal.service.JournalArticleLocalService")) | |
#set ($headerArticleId = $journalArticleLocalService.getArticleByUrlTitle($group_id, "header").getArticleId()) | |
#set ($headerContent = $journalContentUtil.getContent($group_id, $headerArticleId, "view", $locale.toString(), $themeDisplay)) | |
$headerContent |
This file contains 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 ($date = $dateTool.toDate("EEE, dd MMM yyyy hh:mm:ss Z", $reserved-article-modified-date.getData(), $localeUtil.getDefault())) | |
#set ($timeZone = $timeZoneUtil.getTimeZone($user.getTimeZoneId())) | |
#set ($dateTimeFormat = "EEEE d MMMM yyyy") | |
#set ($modifiedDate = $dateTool.format($dateTimeFormat, $date, $locale, $timeZone)) | |
$modifiedDate | |
Alternative to get a language specific format: | |
#set ($dateTimeFormat = $languageUtil.get($locale, "project-date-format")) | |
Then define project-data-format in the language files |
This file contains 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
## Replace $theme.search() with our own form, note that you can still use it, just make sure the search.vm | |
## is loaded before you add the search portlet. We removed it to simplify changing styles on the search bar | |
## in the theme. | |
<form action="" method="get" name="search"> | |
<input name="p_p_id" type="hidden" value="3"> | |
<input name="p_p_lifecycle" type="hidden" value="0"> | |
<input name="p_p_state" type="hidden" value="maximized"> | |
<input name="p_p_mode" type="hidden" value="view"> | |
<input name="_3_struts_action" type="hidden" value="/search/search"> | |
<input name="_3_keywords" size="30" title="Search" type="text" value="" placeholder="Search here..."> |
This file contains 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
reserved-article-asset-tag-names | |
reserved-article-author-comments | |
reserved-article-author-email-address | |
reserved-article-author-id | |
reserved-article-author-job-title | |
reserved-article-author-location | |
reserved-article-author-name | |
reserved-article-author-organization | |
reserved-article-create-date | |
reserved-article-description |