当前位置: 首页>>代码示例>>PHP>>正文


PHP GlobalTemplete::getBubble方法代码示例

本文整理汇总了PHP中GlobalTemplete::getBubble方法的典型用法代码示例。如果您正苦于以下问题:PHP GlobalTemplete::getBubble方法的具体用法?PHP GlobalTemplete::getBubble怎么用?PHP GlobalTemplete::getBubble使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在GlobalTemplete的用法示例。


在下文中一共展示了GlobalTemplete::getBubble方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: isset

						<td class="bottom_middle"></td>
						<td class="bottom_right"></td>
					</tr>
					<tr>
						<td height="8" colspan="3"></td>
					</tr>
				</table></td>
				<td width="8" valign="top"></td>
				<td width="365" valign="top">

  <?php require '_side_phone_service.php'?>
  <?php require '_side_phone_service_by_hf.php'?>
  <?php require '_disease_right.php'?>

				</td>
			</tr>
		</table></td>
	</tr>
</table>
<?php GlobalTemplete::getGlobalFooter(); ?>
<?php 
$option['diseaseName'] = isset($diseaseName) ? $diseaseName : '';
GlobalTemplete::getBubble($option);?>
</div>
<input type="hidden" name="hospitalid" value="<?=$hospitalid?>" />
<input type="hidden" name="disease_key" value="<?=$disease_key?>" />
<input type="hidden" name="faculty_id" value="<?=$faculty_id?>" />
</body>
<?php include_once '../templates/www.footer.php'?>
</html>
开发者ID:sdgdsffdsfff,项目名称:hdf-client,代码行数:30,代码来源:disease.php

示例2:

    					if ($i == count($diseaseDoctorList[$diseaseHospital->disease->id]))
    						$delimiter = '';
    				  }
    					$i++;
                      $html .= '<a href="'.$diseaseDoctor->doctor->getUrl().'" target="_blank" class="blue" title="'.$diseaseDoctor->doctor->name.'">'.
    								$diseaseDoctor->doctor->name.'</a><span class="gray">('.$diseaseDoctor->goodVoteCount.'票)</span>'.$delimiter;
    			}
			}
			$html .= '<a href="'.$diseaseHospital->getUrl().'" target="_blank" class="blue">更多&gt;&gt;</a></li>';
		}
		$html .= '</ul>';
	}
	echo $html;
	?>
     </div>
    </div>
  </div>
 </div>
  <!--end hdf-intro_doc-content-->
  <div class="clear"></div>

<!-- End -->
<div>
<?php GlobalTemplete::getGlobalFooter(); ?>
</div>
<?php GlobalTemplete::getBubble();?>
</div>
</body>
<?php include_once '../templates/www.footer.php'?>
</html>
开发者ID:sdgdsffdsfff,项目名称:hdf-client,代码行数:30,代码来源:hospitalexpertlist.php

示例3: url

                        </li>  
                      </ul>                  
                    </td>
                </tr>
	            </tbody></table>     
	            <div style="height: 16px; background: url(&quot;http://i1.hdfimg.com/zhuanti/img/zt_25.jpg&quot;) no-repeat scroll right top transparent;"></div>
		      </div>       
	        <a href="<?=$article->getUrl()?>" class="font14 bold green_jb" target="_blank"><?=Xstring::truncate($article->title, 50).Article::$sourceDesc[$article->source]?></a><br />     
			<?=Xstring::truncate($article->content, 380)?>
			<a href="<?=$article->getUrl()?>" target="_blank" class="green_jb">¿´ÏêÇé&gt;&gt;</a></div>
	      <div class="cls2"></div>
	    </div>
	<!-- Ò»´ÎÑ­»·  end-->
<?php
	}
}
?>
</div>
</div>
<div class="cls"></div>
</div>
<div id="global_footer" style="margin:0 auto;">
<?php include_once 'global.footer.tpl.php';?>
</div>
<?php
GlobalTemplete::getBubble(); 
?>
</body>
<?php include_once '../templates/www.footer.php'?>
</html>
开发者ID:sdgdsffdsfff,项目名称:hdf-client,代码行数:30,代码来源:lablelist.php


注:本文中的GlobalTemplete::getBubble方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。