__section__
default
__description__
Show list of authors

* uids = arrayref of author UIDs
* authors = hashref of hashrefs of authors (key is name, other keys are nickname, fakeemail, etc.)
* title = passed to titlebar
* admin = boolean for whether current user is admin or not
* time = current time string
__title__

__page__
authors
__lang__
en_US
__name__
main
__template__

[% PROCESS titlebar %]
<div class="generalbody">
	<div class="message">
		I keep getting asked 'Who are you guys', so to help unload some of that extra mail from my box I have now provided this nice little page with a summary of the active [% sitename %] authors here, along with the number of articles that they have posted.
	</div>
[% FOREACH uid = list %]
	[% IF uid.0 > 0 %]
		<div class="title">
			<a href="[% gSkin.rootdir %]/search.pl?op=stories&amp;author=[% uid.1 %]">[% uid.0 %]</a>
			<h2><a href="[% uid.3 %]">[% uid.2 %]</a></h2>
		[% IF admin %]
			[<a href="[% gSkin.rootdir %]/users.pl?uid=[% uid.1 %]">edit</a>]
		[% END %]
		</div>
		<div class="intro">
			[% uid.4 %]
		</div>
	[% END %]
[% END %]
	<div class="notes">
		Generated on [% time %]
	</div>
</div>

__seclev__
10000
__version__
$Id$
