<li><a target="_blank" class="black_link" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/zhongeryan/daifu.htm">ÖжúÑ×</a></li>
	 <li><a target="_blank" class="black_link" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/baineizhang/daifu.htm">°×ÄÚÕÏ</a></li>
	 <li><a target="_blank" class="black_link" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/jianruishiyou/daifu.htm">¼âÈñʪðà</a></li>
	 <li><a target="_blank" class="black_link" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/yiyuzheng/daifu.htm">ÒÖÓôÖ¢</a></li>
	 <li><a target="_blank" class="black_link" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/xinlizixun/daifu.htm">ÐÄÀí×Éѯ</a></li>
	<li><a class="blue2" target="_blank" href="http://www.<?=URL_PREFIX?>haodf.com/jibing/qitakeshi/list.htm">¸ü¶à&gt;&gt;</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="m_title">
<div class="m_title_bg"><span class="m_title_tit">°´Ò½ÔºÕÒ´ó·ò</span></div>
</div>
<div class="J_tab">
<?php
CmsTplClient::getInstance()->getTplPhp4eval('137251478');
$hospitalIds = array();
foreach ($provList as $p => $prov) {
    foreach ($prov as $h => $hospital) {
        $hospitalIds[] = $h;
    }
}
$hospitalList = DAL::get()->find('hospital', $hospitalIds);;
?>
<div class="menu J_menu">
<?php 
$i = 0;
$classStyle = 'menu-active';
foreach ($provList as $p => $prov) {
?>
<a id="jh_<?=$i?>" class="<?=$classStyle?>" target="_blank" href=" http://www.<?=URL_PREFIX?>haodf.com/yiyuan/<?=isset($provKeyList[$p])?$provKeyList[$p]:'beijing'?>/list.htm"><?=$p?></a>
Example #2
0
										<li><span class="orange"><?=$present->price?></span> 积分</li>
										<li class="f12 gray2"><a href="<?=SpaceHeartBillboard::weekRankUrl()?>" target="_blank" class="heartvalue gray2">医生爱心值 +<?=$present->heartValue?></a></li>
										<li class="mt5"><a href="<?=$present->sendNoSpace()?>&src=proall" class="heartvaluetip phonePop-btn fb sendPresent no_unl"><span class="phonePop-btn-l"><span class="phonePop-btn-r phonePop-blue">立即赠送</span></span></a></li>
								</ul>
							</li>
                            <?php } ?>
							<!--end list-->
						</ul>
					</div>
					<!--end allPresentBox-->
				</div>
				
			</div>
			<!--end presentActive1-mainBox-->
			
            <?=CmsTplClient::getInstance()->get_tpl_html('756717760')?> 
			
            <?php if (isset($allowSend)&&false == $allowSend){?>
			<!--start presentActive1-mainBox-->
			<div class="presentActive1-mainBox mt15">
				<div class="hd ml15 clearfix">
					<img src="http://i1.hdfimg.com/www/images/presentactives02.jpg" class="fl"/>
					<div class="fl hd-content">医生爱心<span class="yellow">排行榜</span></div>
					<img src="http://i1.hdfimg.com/www/images/presentactives03.jpg" class="fl"/>
				</div>
				<div class="bd p10">
					<ul class="clearfix helpedDoctor">
<?php 
                    $cnt = 1;
                    foreach($spaceHeartWeekBillboards as $spaceHeartWeekBillboard){?>
						<li class="fl w190 mb10 mr20">
if(XDateTime::valueOfNow()->before(XDateTime::valueOf('2012-10-08 00:00:00')))
{
    ?>
    <div class="mb10 tc" style="height: 35px; width: 300px; background: url(http://i1.hdfimg.com/zhuanti/ztimg/2012_guoqing.jpg?2012092001); line-height: 35px;">
    <a href="http://www.<?=URL_PREFIX?>haodf.com/zhuanti/2012nianzhongqiuguoqingqijianquanguogedayiyuanmenz.htm" target="_blank" class="red fb">2012年中秋国庆期间全国各大医院门诊安排</a>
    </div>
    <?php
}
?>
<div class="center_r_bar">
<a href="http://www.<?=URL_PREFIX?>haodf.com/thesis/showtaglist?searchType=tagId&searchParam=4" target="_blank" style="cursor:hand"><div class="r_bar_tit2"></div></a>
<!--首页右侧广告2-->
<?php echo Place::getPlaceContent('ads', 'disease_ads_one', 'ad_index_four'); ?>
<!--首页右侧广告2-->
<!--新热点-->
<?=CmsTplClient::getInstance()->get_tpl_html('120781506')?>
<!--新热点-->
<!--权威专家观点-->
<?
$reZhuanTiArr = array(704298065,696683099);
$reZhuanTiId = $reZhuanTiArr[array_rand($reZhuanTiArr)];
$reZhuanTi = DAL::get()->find('zhuanti', $reZhuanTiId);
$reZhuanTiInfo = array('DoctorList'=>array(), 'topicList'=>array());
if ($reZhuanTi instanceof zhuanti)
{
    $reZhuanTiInfo = getTopicDoctorListByZhuanTi($reZhuanTi);
}

$zhuantiList = ZhuanTiClient::getInstance()->getZhuanTiList4HomePage();
$reZhuanTi = $reZhuanTi;
$reZhuanTiDoctorList = $reZhuanTiInfo['DoctorList'];
Example #4
0
<?php
require_once dirname(__FILE__).'/../init.php';
echo CmsTplClient::getInstance()->get_tpl_html('92780666');
Example #5
0
<br />
sdfsdf
<?=CmsTplClient::getInstance()->get_tpl_html('50017731')?>
	public function showList($request, $response)
	{
		$tmpList = CmsTplClient::getInstance()->getTplList(1,100);
		$response->list = $tmpList['tplList'];
	}