The authorsList tqTag provides a list of site tqAdmins. You can use it with the pageSearchResults parameter of the content tqTag.
<tqtag name="authorList" type="authorsList" title="select distinct list of authors" maxItems="50" >
...
</tqtag>
Example 1 - use of authorsList
Choose Writer:
<tqtag name="authorList" type="authorsList" maxItems="50" title="select distinct list of authors" >
<option value="@id@">@fName@ @lName@</option>
</tqtag>
Example 2 - use of authorsList with tqoption head and tqoption tail
<tqtag name="authorList" type="authorsList" maxItems="50" title="select distinct list of authors" >
<tqoption type="head" alternative0="">{!<div class="searchTitle">Choose Writer:</div><select name="searchAdminID" id="searchAdminID"><option value="">All</option>!}0</tqoption>
<option value="@id@">@fName@ @lName@</option>
<tqoption type="tail" alternative0="">{!</select>!}0</tqoption>
</tqtag>
Within the authorsList tqtag you can use the following tqoptions:
head,
if,
lastItemInRow,
tail.