An error occurred while processing the template.
Expression entry is undefined on line 65, column 26 in 20155#20195#2623213.
1<style type="text/css">.gt_lypd_ts { 
2	padding-top: 50px ! important; 
3	margin-top: -5px; 
4
5.portlet-asset-publisher .add-asset-selector { 
6    display: none; 
7
8.bgColorGray { 
9	background-color: #f6f3f2 !important; 
10
11.gt_lypd_ts { 
12	padding-top: 50px !important; 
13	padding-bottom: 50px ! important; 
14
15.sectionWrap { 
16	position: relative; 
17
18.sectionInner { 
19	width: 85%; 
20	max-width: 1120px; 
21	margin: 0 auto; 
22	text-align: center; 
23
24.aui .container{ 
25	width: 100%; 
26	max-width: 1120px !important; 
27	margin: 0 auto; 
28
29.aui .row{ 
30	margin-left:0px ! important; 
31
32.titWrap h2 { 
33	margin-bottom: 0px; 
34
35.cnscWrap h2 { 
36	margin-bottom: 30px; 
37
38.subTitM { 
39	font-size: 30px! important; 
40	line-height: 40px; 
41	letter-spacing: 0.5px; 
42	color: #202529! important; 
43	text-align: left ! important; 
44	font-family: "HyundaiMedium" !important; 
45	text-transform: uppercase; 
46	margin-bottom: 30px ! important; 
47font-weight:normal ! important 
48
49.txt_black { 
50	color: #000 !important; 
51
52.sectionInner p{text-align: left;line-height: 22px;} 
53@media screen and (max-width: 979px){ 
54  .sectionInner {padding: 15px ! important;;} 
55
56@media screen and (max-width: 767px){ 
57  .sectionInner {padding: 15px ! important;} 
58
59</style> 
60<div class="sectionWrap bgColorGray none none gt_lypd_ts none container"> 
61<div class="sectionInner"> 
62<h2 class="subTitM txt_black font_normal">Who We Are</h2> 
63 
64<#assign liferay_ui = taglibLiferayHash["/WEB-INF/tld/liferay-ui.tld"] /> 
65<#assign assetRenderer = entry.getAssetRenderer() /> 
66<#assign entryTitle = htmlUtil.escape(assetRenderer.getTitle(locale)) /> 
67<#assign className = assetRenderer.getClassName()/> 
68 
69<#if className == "com.liferay.portlet.journal.model.JournalArticle"> 
70			<#assign journalArticle = assetRenderer.getArticle()/> 
71			<#assign document = saxReaderUtil.read(journalArticle.getContent())/> 
72			<#assign rootElement = document.getRootElement()/> 
73 
74	<#list rootElement.elements() as dynamicElement > 
75			<#if "Description" == dynamicElement.attributeValue("name")> 
76					<#assign DescriptionValue = dynamicElement.element("dynamic-content").getText()/> 
77                    <p> ${DescriptionValue}<br/></p> 
78            </#if> 
79	</#list> 
80 
81	  
82</#if> 
83 
84<#macro getEditIcon> 
85	<#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())> 
86		<#assign redirectURL = renderResponse.createRenderURL() /> 
87 
88		${redirectURL.setParameter("struts_action", "/asset_publisher/add_asset_redirect")} 
89		${redirectURL.setWindowState("pop_up")} 
90 
91		<#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState("pop_up"), redirectURL)!"" /> 
92 
93		<#if validator.isNotNull(editPortletURL)> 
94			<#assign title = languageUtil.format(locale, "edit-x", entryTitle) /> 
95 
96			<@liferay_ui["icon"] 
97				image="edit" 
98				message=title 
99				label=true 
100				url="javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:'" + renderResponse.getNamespace() + "editAsset', title: '" + title + "', uri:'" + htmlUtil.escapeURL(editPortletURL.toString()) + "'});" 
101			/> 
102		</#if> 
103	</#if> 
104</#macro> 
105</div> 
106</div> 
107	<div> 
108			  <@getEditIcon /> 
109		</div>