RoxenCMS 5.4Web Developer ManualEmit Tags

   

<emit>
<emit ac-identities>
<emit ac-identity-data>
<emit ac-identity-extras>
<emit ac-permissions>
<emit ac-zones>
<emit atlas>
<emit authors>
<emit captcha>
<emit category>
<emit category-document>
<emit cimg>
<emit dir>
<emit dir>(SB)
<emit event>
<emit event-dates>
<emit event-locations>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit poll>
<emit sb-dir>
<emit sb-file-languages>
<emit sb-languages>
<emit sb-log>
<emit sb-referring-pages>
<emit sb-search>
<emit sb-stationeries>
<emit sb-wizard>
<emit search-database-profiles>
<emit scopes>
<emit site-news>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit workflow>
<emit ws-dir>
<emit xml-db>

<emit source="authors"></emit>

Provided by module: CMS: Authors

List references and authors.

The number of returned entries are by default limited to 100. You can change this by setting the maxrows attribute.

<nocache> <ul> <emit source='authors' scope='author' ref='*' sort='ref'> <li> <emit source='dir' file='&author.ref;' scope='dir'> <a href='&dir.path;'>&dir.title;</a> </emit> <else> <a href='&author.ref;'>&author.ref;</a> </else> (&author.author-fullname;) </li> </emit> </ul> </nocache>

Attributes

author="string"

Comma-separated list of authors. Authors can be AC id:s or AC handles.


ref="string"

Comma-separated list of reference globs. A file reference is a path starting with a / (slash).


not-ref="string"

Comma-separated list of reference globs not to include. A file reference is a path starting with a / (slash).


&_.author-fullname; (provided by CMS: Authors)

Author AC fullname.


&_.author-handle; (provided by CMS: Authors)

Author AC handle.


&_.author-id; (provided by CMS: Authors)

Author AC id.


&_.ref; (provided by CMS: Authors)

Reference (typically a path).