__section__
default
__description__

__title__

__page__
zoo
__lang__
en_US
__name__
confirm
__template__
<form action="[% gSkin.rootdir %]/zoo.pl" method="POST">
[% IF over_socialized %]
<p>	You have over [% IF user.is_subscriber && constants.people_max_subscriber %] [% constants.people_max_subscriber %] [% ELSE %] [% constants.people_max %] [% END %] friends and foes at the moment. This puts you over our limit of[% IF constants.subscriber && constants.people_max_subscriber %] [% constants.people_max_subscriber %] [% ELSE %] [% constants.people_max %] [% END %] relationships that we allow. At this point you may only remove relationships with users. <br>
	[% IF constants.subscriber && constants.people_max_subscriber && !user.is_subscriber %]
		If you would like to up your limit to [% constants.people_max_subscriber %] you might want to consider <a href="[% gSkin.rootdir %]/subscribe.pl">subscribing</a>. 
	[% END %]
</p>
	<table>
		<tr>
			<td>
				So do you want to remove your relationship with <b><a href="[% gSkin.rootdir %]/~[% nickname | strip_paramattr %]/">[% nickname %]</a></b>? 
			</td>
			<td>
				<input type="radio" name="type" value="neutral"[% IF type == 'neutral'; constants.markup_checked_attribute; END %]> 
			</td>
			<td>
				&nbsp;&nbsp;<input type="submit" value="Yup, I'm positive">
			</td>
		</tr>
	</table>
[% ELSE %]
	<table>
		<tr>
			<td>
			Change this?
			</td>
			<td>
				[% UNLESS over_socialized %] <input type="radio" name="type" value="friend"[% IF type == 'friend'; constants.markup_checked_attribute; END %]> <img src="[% constants.imagedir %]/friend.gif" alt="Friend">&nbsp;Friend<br>[% END %]
				<input type="radio" name="type" value="neutral"[% IF type == 'neutral'; constants.markup_checked_attribute; END %]> <img src="[% constants.imagedir %]/neutral.gif" alt="Neutral">&nbsp;Neutral<br>
				[% UNLESS over_socialized %] <input type="radio" name="type" value="foe"[% IF type == 'foe'; constants.markup_checked_attribute; END %]> <img src="[% constants.imagedir %]/foe.gif" alt="Foe">&nbsp;Foe <br> [% END %]
			</td>
			<td>
				&nbsp;&nbsp;<input type="submit" value="Yup, I'm positive">
			</td>
		</tr>
	</table>
[% END %]

<p><b>Important Stuff:</b></p>

<ul>
<li> Your relationships are public information, and visible to other [% constants.sitename %] readers.</li>
<li> Updates to friends and foes are cached and may take a few minutes to take effect.</li>
<li> Curious <a href="[% gSkin.rootdir %]/faq/com-mod.shtml#cm2200">what these icons mean</a>
or <a href="[% gSkin.rootdir %]/faq/com-mod.shtml#cm2200">where you change their values?</a></li>
</ul>

<p><b>Your Friends who ...</b></p>

<table width="100%">
	<tr>
		<td>
			<b>Consider <a href="[% gSkin.rootdir %]/~[% nickname | strip_paramattr %]/">[% nickname %]</a> a Friend</b> <img src="[% constants.imagedir %]/fof.gif" alt="Friends of Friends">  
			&nbsp;<a href="[% gSkin.rootdir %]/my/comments">[% IF user.people_bonus_fof %]([% user.people_bonus_fof %])[% ELSE %](+0)[% END %]</a>
		</td>
		<td>
			<b>Consider <a href="[% gSkin.rootdir %]/~[% nickname | strip_paramattr %]/">[% nickname %]</a> a Foe</b> <img src="[% constants.imagedir %]/eof.gif" alt="Foes of Friends"> 
			&nbsp;<a href="[% gSkin.rootdir %]/my/comments">[% IF user.people_bonus_eof %]([% user.people_bonus_eof %])[% ELSE %](+0)[% END %]</a>
		</td>
	</tr>
	<tr>
		<td valign="top">
		[% FOREACH geek = mutual.${Slash.FOF} %]
			<a href="[% gSkin.rootdir %]/~[% uids_2_nicknames.$geek.nickname | strip_paramattr %]/">[% uids_2_nicknames.$geek.nickname  | strip_literal %]</a>([% geek %]) [% PROCESS zoo_icons person=geek implied=Slash.FOF %]<br>
		[% END %]
		&nbsp;
		</td>
		<td valign="top">
		[% FOREACH geek = mutual.${Slash.EOF} %]
			<a href="[% gSkin.rootdir %]/~[% uids_2_nicknames.$geek.nickname | strip_paramattr %]/">[% uids_2_nicknames.$geek.nickname  | strip_literal %]</a>([% geek %]) [% PROCESS zoo_icons person=geek implied=Slash.EOF %]<br>
		[% END %]
		&nbsp;
		</td>
	</tr>
</table>


<div>
[% PROCESS reskey_tag %]
<input type="hidden" name="op" value="action">
<input type="hidden" name="uid" value="[% uid %]">
</div>

</form>

__seclev__
500
__version__
$Id: confirm;zoo;default,v 1.28 2006/01/23 20:42:59 pudge Exp $
