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
<nav id="navigation"> | |
<h1> | |
<span>Navigation</span> | |
</h1> | |
<ul class="root"> | |
<li class="link-2 green has-children"> | |
<a class="nav-item" href=""><span>Parent 1</span></a> | |
<ul class="child-menu"> | |
<div class="aui-layout"> | |
<div class="aui-column aui-w33 aui-column-first"> |
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
<nav class="sort-pages" id="navigation"> <h1> <span>Navigation</span> </h1> <ul class="root"> <li class="link-2 green has-children "> <a class="nav-item" href=""><span> The Challenges</span></a> <ul class="child-menu aui-layout-content"> <div class="aui-column aui-w33 aui-column-first"> <li> <a class="nav-item-2" href="/web/guest/widespread-poverty">Widespread Poverty</a> <p class="link-desc">The hungry, the sick and the destitute are next door. The orphan, the widow and the oppressed fill our very cities.</p> <ul class="grand-child-menu"> </ul> </li> <li> <a class="nav-item-2" href="/web/guest/broken-families">Broken Families</a> <p class="link-desc">Broken family environments greatly contribute to the cyclical nature of inner-city poverty.</p> <ul class="grand-child-menu"> </ul> </li> </div> <div class="aui-column aui-w33 "> <li> <a class="nav-item-2" href="/web/guest/systemic-injustice">Systemic Injustice</a> <p class="link-desc">Systemic injustice, like educational gaps, places unequal burden upon the bac |
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
<% | |
/** | |
* Copyright (c) 2000-2012 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 |
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
## ---------- Get Avaliable Locales ---------- ## | |
#set ($avaliable_locales = $localeUtil.toLanguageIds($languageUtil.getAvailableLocales())) | |
## ---------- Language Portlet Taglib ---------- ## | |
$taglibLiferay.language("fm", null, "languageId", $avaliable_locales, 4) |
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 ($VOID = $velocityPortletPreferences.setValue('displayStyle', '0')) | |
#set ($VOID = $velocityPortletPreferences.setValue('languageIds', 'zh_TW,hr_HR,en_US,es_ES')) | |
#set ($VOID = $velocityPortletPreferences.setValue('portletSetupShowBorders', 'false')) | |
$theme.runtime('82', '', $velocityPortletPreferences.toString()) | |
#set ($VOID = $velocityPortletPreferences.reset()) |
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
{ | |
"layoutTemplateId": "2_columns_ii", | |
"layouts": [ | |
{ | |
"name": "Home", | |
"friendlyURL": "/home" | |
} | |
] | |
} |
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
<setting configurable="true" key="display-button" type="checkbox" value="true"> | |
<![CDATA[ | |
AUI().ready( | |
'aui-base', | |
function(A) { | |
var displayButton = A.one('#[@NAMESPACE@]display-buttonCheckbox'), | |
displayButtonInput = A.one('#[@NAMESPACE@]display-button'), | |
buttonTitle = A.one('#[@NAMESPACE@]button-title'), | |
buttonUrl = A.one('#[@NAMESPACE@]button-url'), | |
globalcheck = displayButton.attr('checked'); |
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
<?xml version="1.0"?> | |
<!DOCTYPE look-and-feel PUBLIC "-//Liferay//DTD Look and Feel 6.2.0//EN" "http://www.liferay.com/dtd/liferay-look-and-feel_6_2_0.dtd"> | |
<look-and-feel> | |
<compatibility> | |
<version>6.2.0+</version> | |
</compatibility> | |
<theme id="classic" name="Classic"> | |
<settings> | |
<setting configurable="true" key="bullet-style" options="dots,arrows" type="select" value="dots" /> |
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
{ | |
"layoutTemplateId": "2_columns_ii", | |
"layoutSetPrototypeSettings" : "customJspServletContextName=navigation-hook", | |
"layouts": [ | |
{ | |
"name": "Home", | |
"friendlyURL": "/home" | |
}, | |
{ | |
"name": "Men", |
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
<?xml version="1.0"?> | |
<!DOCTYPE look-and-feel PUBLIC "-//Liferay//DTD Look and Feel 6.1.0//EN" "http://www.liferay.com/dtd/liferay-look-and-feel_6_1_0.dtd"> | |
<look-and-feel> | |
<compatibility> | |
<version>6.1.0+</version> | |
</compatibility> | |
<theme id="political" name="Political Theme"> | |
<settings> | |
<setting configurable="true" key="portlet-setup-show-borders-default" type="checkbox" value="true" /> |