<#assign el=args.htmlid?html>
<script type="text/javascript">//<![CDATA[
new Alfresco.AuthorityFinder("${el}").setOptions(
{
siteId: "<#if page?exists>${page.url.templateArgs.site!""}<#else>${(args.site!"")?js_string}</#if>",
minSearchTermLength: ${(args.minSearchTermLength!'3')?js_string},
maxSearchResults: ${(args.maxSearchResults!'100')?js_string},
setFocus: ${(args.setFocus!'false')?js_string},
addButtonSuffix: "${(args.addButtonSuffix!'')?js_string}",
dataWebScript: Alfresco.constants.URL_SERVICECONTEXT + "components/people-finder/authority-query",
viewMode: Alfresco.AuthorityFinder.VIEW_MODE_DEFAULT,
authorityType: Alfresco.AuthorityFinder.AUTHORITY_TYPE_ALL
}).setMessages(
${messages}
);
//]]></script>
<div id="${el}-body" class="authority-finder list">
<div id="${el}-title" class="title"><label for="${el}-search-text"> </label></div>
<div class="finder-wrapper">
<div class="search-bar theme-bg-color-3">
<div id="group" class="search-text"><input type="text" id="${el}-search-text" name="-" value="" /></div>
<div class="authority-search-button">
<span id="${el}-authority-search-button" class="yui-button yui-push-button"><span class="first-child"><button>${msg("button.search")}</button></span></span>
</div>
</div>
<div id="${el}-results" class="results"></div>
</div>
</div>
J'ai fait plusieurs combinaisons de code mais ca n'a pas marché
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.