<if isDefined("get.prev_slash") AND get.prev_slash NEQ "">
<tag.smp_pagebtn val="Finished With This" slash="#_slash#">
<else>
<tag.smp_pagebtn val="Return to Profile" slash="#_slash#">
</if>
<else>
<if listFind(GLOBAL.Def.Following.intList,set.id) EQ 0><span style="display:none;"><!--
<!--- this is hot news. --->
<!--- delete conflicting pings and bullitens --->
<delete orb="bull" where="bull.user_id = #client_id# AND bull.name LIKE ('%|/#set.tbl#-#set.id#|%') AND bull.notes IN ('|unfollow|','|unfollow_accept|')">
<delete orb="ping" where="ping.user_id = #client_id# AND ping.name LIKE ('%|/#set.tbl#-#set.id#|%') AND ping.notes IN ('|unfollow|','|unfollow_accept|')">
<!--- post a bulliten --->
<tag.bull
j='/user-#client_id#,/user-#set.id#'
title='#client_name# - Follow'
body='<a href="/#client_id#">#escapeMarkup(client_name)#</a> is following <a href="/#set.id#">#D.title#</a>'
type='follow'
giveto_unsignedint="#set.id#">
<!--- ping to follower --->
<tag.ping function="post"
type="follow_init"
jstr="/user-#set.id#"
users_intList="#client_id#"
message="You are now following #D.title#"
send_email="1"
user_whereclause_append=""
email_href="http://smallerpage.com/#client_id#/following"
email_from="aRobot@smallerpage.com"
age_bypass="1"
emailoptout_tag="follow_init">
<!--- ping to followee --->
<tag.ping function="post"
type="follow"
jstr="/user-#client_id#"
users_intList="#set.id#"
message="#escapeMarkup(client_name)# wants to be your friend on SmallerPage"
send_email="1"
user_whereclause_append=""
email_href="http://smallerpage.com/"
email_from="aRobot@smallerpage.com"
age_bypass="1"
emailoptout_tag="follow"
published_override="1">
<!--- ping to follower's followers --->
<tag.ping function="post"
type="follow_notify"
jstr="/user-#client_id#"
users_intList="#GLOBAL.Def.Followers.intList#"
message="#escapeMarkup(client_name)# is following #D.title#"
send_email="1"
user_whereclause_append=""
email_href="http://smallerpage.com/#client_id#/friends"
email_from="aRobot@smallerpage.com"
age_bypass="1"
emailoptout_tag="follow_notify">
--></span></if>
<!--- you're following them ---->
<h3 style="margin-top:0px;">You are Now Following #Txt.Fname#</h3>
<p>
<tag.fico i="tick" linkback="off">
A friend request has been sent to #Txt.fname#. You can continue to follow
this person on SmallerPage, even if they don't receive your friend request.
You will receive
SmallerPage updates from #Txt.fname#.
</p>
<!--- blank slate: let's call it a friend request --->
<h3 style="margin-top:0px;">Send a Friend Request</h3>
<p>
Start following #Txt.fname# on SmallerPage by asking them to be your
friend. You will receive updates from
#Txt.fname# when they add new pages, post comments and more.
</p>