__section__
default
__description__
stoid = stoid of story signoff is for
storylink = is this to be included in a listing of storylinks on index.pl (if so we'll put it inside a list item)
checked = should this box be checked?
__title__
Signoff checkbox
__page__
misc
__lang__
en_US
__name__
signoff
__template__
[% IF constants.plugin.Ajax && constants.signoff_use %]
[% signed = Slash.db.hasUserSignedStory(stoid, user.uid); %]
[% IF storylink %]
<li class="signoff">[% END %]
, <span id="signoff_[% stoid %]" onclick="admin_signoff([% stoid %][% IF fhid; ",'firehose',"; fhid; END %])">[% UNLESS signed %]unsigned[% END %]</span>
[% IF storylink %]</li>[% END %]
[% END %]
__seclev__
10000
__version__
$Id$
