__section__
default
__description__
Display and ipid/subnetid "users" info

* title = passed to titlebar
* nick = nickname
* commentstruct = arrayref of comments
* commentcount = number of comments
* min_comment = first comment in list (0 is first)
* admin_block = admin stuff
* admin_flag = boolean for whether to display admin stuff
* netid = the md5 of ip or subnet
* netid_vis = visible portion of same
* hr_hours_back = hours back to place HR in the moderation tables
* cids_to_mods   - hashref keyed by cid containing arrays of moderations done to that cid
* comment_time = number of days back we are limiting the comments shown to.  If 0 or undefined we're showing comments sequentially w/o time limits
__title__

__page__
users
__lang__
en_US
__name__
netIDInfo
__template__
[% IF admin_flag %]

[% PROCESS titlebar width="100%" %]
[% admin_block %]
<p>
[% PROCESS listComments admin_flag=admin_flag commentstruct=commentstruct commentcount=commentcount reasons=reasons cids_to_mods=cids_to_mods type="netid"  netid=netid netid_vis=netid_vis comment_time = comment_time %]

[% fieldname = form.fieldname | strip_literal %]

<p>
[% IF fieldname == 'ipid' || fieldname == 'subnetid' %]
	[% mod_options.hr_hours_back = hr_hours_back;
	   mod_options.title="Moderations performed by $netid_vis";
	   IF constants.m2;
		   mod_options.show_m2s = form.show_m2s.defined ? form.show_m2s : user.m2_with_mod;
		   mod_options.need_m2_form = 1;
		   mod_options.need_m2_button = 1;
		   mod_options.meta_mod_only = 1;
	   END;
	 %]
	<p>
	[% m1_classname = "Slash::" _ constants.m1_pluginname;
	   moddb = Slash.getObject(m1_classname);
	   IF moddb; moddb.dispModCommentLog("b$fieldname", netid, mod_options); END %]
	[% IF !constants.m1_admin_show_mods_with_comments %]
		<p>
		[% mod_options.title="Moderations performed on $netid_vis's comment" %]
		[% IF moddb; moddb.dispModCommentLog(fieldname, netid, mod_options); END %]
	[% END %]
[% END %]
<br>
[% IF subcount > 0 %]
[% title = "$netid_vis's " _ ((subcount>submissions.size) ? "Latest " : "") _ "Submissions"; %]
[% PROCESS listSubmissions title=title admin_flag=admin_flag submissions=submissions %]
[% END %]


[% END %]

__seclev__
500
__version__
$Id$
