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 ($locPortletId = "1_WAR_webformportlet_INSTANCE_dfer") | |
| #set ($portletPreferencesFactoryUtil = $portal.getClass().forName("com.liferay.portlet.PortletPreferencesFactoryUtil")) | |
| #set ($portletSetup = $portletPreferencesFactoryUtil.getLayoutPortletSetup($layout, $locPortletId)) | |
| #set ($temp = $portletSetup.setValue("portletSetupShowBorders", "true")) | |
| #set ($temp = $portletSetup.setValue("title", "Sign up for SEVENCOGS updates!")) | |
| #set ($temp = $portletSetup.setValue("description", " ")) | |
| #set ($temp = $portletSetup.setValue("subject", "Subscription")) | |
| #set ($temp = $portletSetup.setValue("saveToDatabase", "true")) |
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="themeid" name="Theme Name"> | |
| <settings> | |
| <setting configurable="true" key="portlet-setup-show-borders-default" type="checkbox" value="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
| .modify-pages .delete-tab { | |
| background-image: url(../images/portlet/close.png); | |
| background-color: transparent; | |
| } |
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-2ii" id="main-content" role="main"> | |
| #if ($browserSniffer.isIe($request) && $browserSniffer.getMajorVersion($request) < 8) | |
| <table class="portlet-layout"> | |
| <tr> | |
| <td class="aui-w30 portlet-column portlet-column-first" id="column-1"> | |
| $processor.processColumn("column-1", "portlet-column-content portlet-column-content-first") | |
| </td> | |
| <td class="aui-w70 portlet-column portlet-column-last"> | |
| <table class="portlet-layout"> | |
| <tr> |
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 id="navigation"> | |
| <ul> | |
| <li class="selected"><a href="http://www.innercitychristianschools.com/" target="new_window"><span>Home</span></a></li> | |
| <li> | |
| <a href="http://www.innercitychristianschools.com/schools" target="new_window"><span>Schools</span></a> | |
| <ul class="child-menu"> | |
| <li><a href="http://www.innercitychristianschools.com/schools/frederick-douglass" target="new_window"><span>Frederick Douglass</span></a></li> | |
| <li><a href="http://www.innercitychristianschools.com/schools/los-angeles" target="new_window"><span>Los Angeles</span></a></li> | |
| <li><a href="http://www.innercitychristianschools.com/schools/newark" target="new_window"><span>Newark</span></a></li> | |
| <li><a href="http://www.innercitychristianschools.com/schools/watts" target="new_window"><span>Watts</span></a></li> |
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
| #skin-selector { | |
| background: #000; | |
| -moz-border-radius: 5px; | |
| -webkit-border-radius: 5px; | |
| border-radius: 5px; | |
| display: inline-block; | |
| padding: 5px 0; | |
| position: absolute; | |
| right: 0; | |
| top: 0; |
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
| <h1>$section-title.data</h1> | |
| $intro-paragraph.data | |
| #foreach ($item in $item.siblings) | |
| <div class="article"> | |
| <h3 class="action">$item.data</h3> | |
| $item.short.data | |
| #if($item.long.data !='') | |
| <a href="#" class="action read-more">read more</a> | |
| #end |