<p class="expert_open pb10">
            <a target="_blank" href="<?=$doctor2->getUrl()?>" class="kart_icon1">专家信息</a>
</p>
        <?php
        }
        ?>
        <?php if(false == $space->isNull()){ ?>
						<p class="expert_open pb10">
							<a target="_blank" href="<?=$space->getUrl()?>" class="g_home">个人网站</a>
                <?php if ($space->isNull() == false && $space->isPhoneOpenedForFront($curUser->id)) { ?>
                    <a target="_blank" href="<?=$space->getPatientFeedBackUrl()?>" class="g_tel">可通电话</a>
                <?php } ?>
                <?php if(true == $space->isCaseAndNewCaseOpen() && false == $space->isRefusedNewCase() && $space->user->allowAnswer() && 0 != $space->modulecase->allowNewMaxNumber){ ?>
                           <a target="_blank" href="<?=$space->getAskUrl()?>" class="g_advise1">可咨询</a>
                    <?php  } ?>
                <?php if ($space->isBookingOpened()) { ?>
							<a  target="_blank" href="http://<?=URL_PREFIX?>jiahao.haodf.com/doctor/<?=$space->userName?>/index.htm" class="g_jia">可加号</a>				
                <? } ?>
						</p>
        <? } ?>
						<p class="gray3 pt10">
                        <?php if(isset($postCount) && $postCount > 0){ ?>
                            <a target="_blank" href="http://www.<?=URL_PREFIX?><?=$space->userName?>.haodf.com/zixun/list.htm" class="look_a1">近两周回复<span class="look_num1"><?=$postCount?></span>问</a> |
                        <?php } ?>
                        <?php if (false == $space->isNull()) {
                                $articleCount = ArticleClient::getInstance()->getArticleCount('article', null, $space);
                                if (0 < $articleCount){
                        ?>
                            <a target="_blank" href="http://www.<?=URL_PREFIX?><?=$space->userName?>.haodf.com/lanmu" class="look_a1">发表文章<span class="look_num1"><?=$articleCount?></span>篇</a> |
                        <?php   }
                            }