08-27-2010 01:35 PM
<#include "include/alfresco-template.ftl" />
<@templateHeader/>
<@templateBody>
<div id="alf-hd">
<@region id="header" scope="global" protected=true/>
<@region id="title" scope="template" protected=true />
</div>
<div id="bd">
<@region id="profile-search" scope="template" />
</div>
</@>
<@templateFooter>
<div id="ft">
<@region id="footer" scope="global" protected=true />
</div>
</@>
in web-extension\site-data\components\template.title.profile-search.xml
<?xml version='1.0' encoding='UTF-8'?>
<component>
<scope>template</scope>
<region-id>title</region-id>
<source-id>profile-search</source-id>
<url>/components/profile-search/profile-search-title</url>
</component>
in site-webscripts/org/alfresco/components/profile-search/profile-search-title.get.desc.xml
<webscript>
<shortname>Profile Search Title</shortname>
<description>Title component used in the people finder page</description>
<url>/components/profile-search/profile-search-title</url>
</webscript>
<div class="page-title theme-bg-color-1 theme-border-1">
<h1 class="theme-color-3"><span>${msg("header")}</span></h1>
</div>
08-27-2010 02:14 PM
11-14-2014 03:06 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.