__section__
default
__description__
sidenc = encoded sid
newtagspreloadtext = text to preload the newtags-# field with
firstnottag_orig = if a "notfoo" tag was entered, this will be "foo", else blank
__title__

__page__
misc
__lang__
en_US
__name__
tagsstorydivuser
__template__

[% PROCESS ajax_reskey_tag reskey_label => 'newtags-reskey-' _ sidenc, reskey_name => 'ajax_tags_write' %]
<input type="text" class="slashdot-tag-completer" id="newtags-[% sidenc %]" name="newtags-[% sidenc %]" value="[% newtagspreloadtext | strip_attribute %]" size=50 maxlength=[% IF user.is_admin; 120; ELSE; 60; END %] onkeyup="handleEnter(event, tagsCreateForStory, '[% sidenc %]')" autocomplete="off" onfocus="focusCompleter(this,'[% sidenc %]','[% user.is_admin %]','stories', 0)">
<input type="button" value="Tag" onclick="tagsCreateForStory('[% sidenc %]')" class="button">

[% IF firstnottag_orig %]
<div type="data">If you disagree with <b>[% firstnottag_orig | strip_notags %]</b>,
please use <b>![% firstnottag_orig | strip_notags %]</b> instead. You can edit
this text field in place and click 'Tag' right now.</div>
[% END %]

__seclev__
10000
__version__
$Id: tagsstorydivuser;misc;default,v 1.15 2008/02/14 14:59:25 jamiemccarthy Exp $
