__section__
default
__description__
id = id
user_tags = 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 = user_tags.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$
