__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__
tagsurldivuser
__template__

[% PROCESS ajax_reskey_tag reskey_label => 'newtags-reskey-' _ id, reskey_name => 'ajax_tags_write' %]
<input type="text" id="newtags-[% id %]" name="newtags-[% id %]" value="[% newtagspreloadtext | strip_attribute %]" size=50 maxlength=[% IF user.is_admin; 120; ELSE; 60; END %]>
<input type="button" value="Tag" onclick="tagsCreateForUrl('[% id %]')" 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$
