__section__ default __description__ __title__ __page__ journal __lang__ en_US __name__ meta __template__ [% SWITCH form.op; CASE "addmeta"; title = "Adding Friend"; op = "add"; name = "uid"; val = friend.uid; submit = "Yup, I'm positive"; text = BLOCK %] [% IF user.uid == friend.uid %]

Making friends with youself? Kinda sad, but I'll allow it, if you really want to do it.

[% ELSE %]

Alright, before we do this thing, I just want to really make sure that you want to make [% friend.nickname | strip_literal %] ([% friend.uid %]) your friend.

[% END %]

Note: Who your friends are is not private; it can and will be used against you.

[% END; CASE "deletemeta"; title = "Removing Friend"; op = "delete"; name = "del_$friend.uid"; val = 1; submit = "Yup, I'm positive"; text = BLOCK %] [% IF user.uid == friend.uid %]

Removing yourself as friend? Some breakups are much harder than others.

[% ELSE %]

Alright, before we do this thing, I just want to really make sure that you want to remove [% friend.nickname | strip_literal %] ([% friend.uid %]) as your friend.

[% END %] [% END; CASE "removemeta"; title = "Deleting Article"; op = "remove"; name = "del_$article.id"; val = 1; submit = "Yup, I'm positive"; text = BLOCK %]

Alright, before we do this thing, I just want to really make sure that you want to delete your journal entry [% article.description | strip_literal %].

[% END; END %] [% PROCESS titlebar width => "100%" %]
[% text %]

__seclev__ 500