HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/discuz/templates/default/task_parter.htm
{template header}
<ul class="inlinelist avt_list avt_uname s_clear">
	<!--{loop $parterlist $parter}-->
		<li>
			<div class="avatar" title="{if $parter[status] == 1}{lang task_complete}{elseif $parter[status] == -1}{lang task_failed}{elseif $parter[status] == 0}{lang task_complete} $parter[csc]%{/if}">$parter[avatar]</div>
			<p><a href="space.php?uid=$parter[uid]" title="{lang member_viewpro}" target="_blank">$parter[username]</a></p>
		</li>
	<!--{/loop}-->
</ul>
{template footer}