Ejemplo n.º 1
0
	<tr>
		<td class="tdl">大夫</td>
		<td class="tdl">咨询范围</td>
		<td class="tdl textct">咨询回复情况</td>
		<td class="tdl textct">最新在线</td>
		<td class="tdl">联系大夫</td>
	</tr>
	<?php
	foreach ($spaceList as $space)
	{	
		if (true == $space->isCaseAndNewCaseOpen() && false == $space->isRefusedNewCase() && $space->user->allowAnswer() && 0 != $space->modulecase->allowNewMaxNumber){
			$dtitle = (string)$space->host->grade ? '<br />' . $space->host->grade : '';
			$dgrade = (string)$space->host->educateGrade ? '<br/>' . $space->host->educateGrade : '';
			$dspecialilze = (string)$space->commonCaseNote ? $space->commonCaseNote : $space->host->specialize;
			$dspecialilze = XString::truncate($dspecialilze, 84);
			$temp = XDateTime::printTime4www($space->activityTime);
			if ($temp == '0分钟前') {
				$temp = '';
			} else {
				$temp .= '在线';
			}
		?>
	<tr>
		<td class="tda">
		<li><a target="_blank" href="<?=$space->host->getUrl() ?>" title="<?=$space->host->name?>"><?=$space->host->name ?></a>
		<a href="<?=$space->getUrl()?>"
			title="<?=$space->host->name?>大夫的个人网站" target="_blank"> <img
			src="http://i1.hdfimg.com/images/common/iconhome16.gif" width="16"
			height="16" align="absmiddle" id="homepage_<?=$space->id?>" /></a> <?=$dtitle.$dgrade?>
		</li>
		</td>