{form enctype="multipart/form-data" method="post" legend="Upload personal Portrait, Avatar and Logo"}
{if $fHomepage}
{/if}
{formlabel label="Self Portrait" for="fPortraitFile"}
{if $gBitUser->mInfo.portrait_url}
{forminput}
{/forminput}
{/if}
{forminput}
{formhelp note="Upload a personal photo to be displayed on your `$siteTitle` homepage."}
{/forminput}
{formlabel label="Avatar" for="fAutoAvatar"}
{if $gQueryUser->mInfo.avatar_url}
{forminput}
{/forminput}
{/if}
{forminput}
{formhelp note="Upload a small image or icon to be displayed next to your name on your forum and blog postings."}
{/forminput}
{formlabel label="Logo" for="fLogoFile"}
{if $gBitUser->mInfo.logo_url}
{forminput}
{/forminput}
{/if}
{forminput}
{formhelp note="Upload an image that will be shown on your personal page. This could possibly be a corporate image."}
{/forminput}
{/form}
{* this javascript MUST go after the picform above! xoxo spider *}
{literal}
{/literal}