__section__
default
__description__
id = id
newtagspreloadtext = text to preload the newtags-# field with

WARNING: keep the related string in nodnix.js in sync with the <li> expansion, below
__title__

__page__
misc
__lang__
en_US
__name__
tagsnodnixuser
__template__
[% FOREACH tag = newtagspreloadtext.split(' ') %]
<li>[% tag %]<span class="tag-actions"><a class="not-tag" onmousedown="nodnix_not_tag('[% tag %]'); return false" href="#">!</a> <a class="del-tag" onmousedown="nodnix_del_tag('[% tag %]'); return false" href="#">x</a></span></li>
[% END %]
__seclev__
10000
__version__
$Id: tagsnodnixuser;misc;default,v 1.4 2008/03/03 20:54:00 scc Exp $
