{#userprofile#}/ {$user.name}
|
{if $user.avatar != ""}
{else}
{if $user.gender == "f"}
{else}
{/if}
{/if}
|
|
|
| {#company#}: |
{$user.company} |
| {#email#}: |
{$user.email} |
| {#url#}: |
{$user.url} |
| {#phone#}: |
{$user.tel1} |
| {#cellphone#}: |
{$user.tel2} |
| {#address#}: |
{$user.adress} |
| {#zip#} / {#city#}: |
{$user.zip} {$user.adress2} |
| {#state#}: |
{$user.country} ({$user.state}) |
| {#tags#}: |
{section name = tag loop=$user.tagsarr}
{$user.tagsarr[tag]}
{/section}
|
{*Block End*}
{*Message End*}
|
{*UserWrapper End*}
{*User END*}
{if $userpermissions.admin.add}
{*Projects*}
|
{#project#} |
|
{#daysleft#} |
|
|
{section name=opro loop=$opros}
{*Color-Mix*}
{if $smarty.section.opro.index % 2 == 0}
{else}
{/if}
| {if $adminstate > 4}{/if} |
|
|
{$opros[opro].daysleft} |
|
{$opros[opro].desc}
{#user#}:
{section name = member loop=$opros[opro].members}
-
{if $opros[opro].members[member].avatar != ""}
{/if}
{*itemwrapper end*}
{/section}
{*inwrapper End*}
|
{/section}
{*block END*}
{*projects END*}
{*Projects End*}
{literal}
{/literal}
{/if} {*if admin end*}
{if $userpermissions.admin.add or $userid == $user.ID}
{*timetracker start*}
{#report#}
{*Filter Report*}
|
{#project#} |
{#day#} |
{#started#} |
{#ended#} |
{#hours#} |
|
|
{section name = track loop=$tracker}
{*Color-Mix*}
{if $smarty.section.track.index % 2 == 0}
{else}
{/if}
|
|
{$tracker[track].daystring|truncate:12:"...":true} |
{$tracker[track].startstring|truncate:12:"...":true} |
{$tracker[track].endstring|truncate:12:"...":true} |
{$tracker[track].hours|truncate:12:"...":true} |
{if $userpermissions.timetracker.edit}
{/if}
{if $userpermissions.timetracker.del}
{/if}
|
|
|
{/section}
|
{#totalhours#}: |
{$totaltime} |
|
{*smooth End*}
{paginate_prev} {paginate_middle} {paginate_next}
{*block END*}
{*timetrack END*}
{/if}
{literal}
{/literal}