{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.8 2006/04/17 15:43:32 spiderr Exp $ *} {strip}
{bithelp}

{tr}My {$gBitSystem->getConfig('site_title')|default:'Site'}{/tr}

{include file="bitpackage:users/my_bitweaver_bar.tpl"}
{* this is where we should add the following tabs: file manager quota manager - currently on seperate page, but i believe this would be good in here. listing of submitted / edited stuff - similar to the old tiki personal tiki stuff. *} {jstabs} {jstab title="My Navigation Pane"} {assign var="i" value="1"} {foreach key=key item=menu from=$appMenu} {if $menu.title && $menu.template && !$menu.disabled} {if not ($i++ mod 3)} {/if} {/if} {/foreach} {/jstab} {jstab title="My Information"} {legend legend="User Information"} {include file="bitpackage:users/user_information_inc.tpl" userData=$gBitUser} {if $gBitUser->mInfo.avatar_url}
{formlabel label="Avatar"} {forminput} {tr}avatar{/tr} {/forminput}
{/if} {if $gBitUser->mInfo.portrait_url}
{formlabel label="Portrait"} {forminput} {tr}portrait{/tr} {/forminput}
{/if} {if $gBitUser->mInfo.logo_url}
{formlabel label="Logo"} {forminput} {tr}logo{/tr} {/forminput}
{/if} {formhelp note="If you wish to change any of this information, please visit your personal preferences page" link="users/preferences.php/Personal Preferences"} {/legend} {/jstab} {if $contentList} {jstab title="My Content"} {include file="bitpackage:liberty/list_content_inc.tpl"} {/jstab} {/if} {/jstabs}
{/strip}