[ * Include the base template, which sets up some of our variables * ] [ include file="../templates/default/base.tpl.html" ] [ * Include the channel header template * ] [ include file="../templates/default/header.tpl.html" ] [ * Include the channel header template * ] [ include file="../templates/default/sidebar.tpl.html" ]
[ if $user.FullName ne "" ] [ $user.FullName ] [ else ] [ $user.UserName ] [ /if ] | |
User Name:
[ $user.UserName ]
Full Name:
[ if $user.FullName eq "" ]
Not available.
[ else ]
[ $user.FullName ]
[ /if ]
Affiliated with [ $thisSite.Defaults.Name ] since:
[ $user.CreateDate|Timestamp:"l, d M Y \a\\t g:i A \(T\)" ]
Last Visit:
[ $user.LastVisit|Timestamp:"l, d M Y \a\\t g:i A \(T\)" ]
Number of posts authored:
[ $user.PostCount ]
E-mail address:
[ if $user.Email eq "" ]
Not available.
[ else ]
[ mailto address=$user.Email encode="javascript" text="Send a message" ]
[ /if ]
Website:
[ if $user.Website eq "" ]
Not provided.
[ else ]
[ $user.Website ]
[ /if ]
More about this user:
[ $user.Description ]
|
[ * Display the post icon, if one is specified * ]
[ if $user.Icons ne "" ]
[ assign var="USER_ICONS" value="|"|explode:$user.Icons ]
|
You have requested information on a person who does not exist not in our systems, at any rate.
If you feel that you have reached this message in error, please [ mailto address=$thisSite.Defaults.Webmaster text="contact the webmaster" encode="javascript_charcode" extra="title='Contact the webmaster'" ].