當前位置: 首頁>>代碼示例>>PHP>>正文


PHP GlobalTemplete::getNotice方法代碼示例

本文整理匯總了PHP中GlobalTemplete::getNotice方法的典型用法代碼示例。如果您正苦於以下問題:PHP GlobalTemplete::getNotice方法的具體用法?PHP GlobalTemplete::getNotice怎麽用?PHP GlobalTemplete::getNotice使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在GlobalTemplete的用法示例。


在下文中一共展示了GlobalTemplete::getNotice方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: array

	<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
    <meta name="keywords" content="<?=isset($keywords) ? $keywords : ''?>" />
    <title><?=isset($title) ? $title : ''?></title>
    <link rel="stylesheet" type="text/css" href="http://i1.hdfimg.com/css/base.css"/>
    <link href="http://i1.hdfimg.com/nav/nav.css?2012122801" rel="stylesheet" type="text/css"/> 
    <link rel="stylesheet" type="text/css" href="http://i1.hdfimg.com/www/css/new_haiwai.css"/>
    <script type="text/javascript"  src="http://i1.hdfimg.com/js/jquery-1.4.2.min.js?20101126"></script>
    <script type="text/javascript"  src="http://i1.hdfimg.com/www/js/new_haiwai.js"></script>
</head>
<body id="blue">
<?php
$option = array();
$option['subtitle'] = GlobalTemplete::CURRENT_PAGE_OVERSEA;
$option['navType'] = 'haiwai';
GlobalTemplete::getHeadNav('common', $option); 
GlobalTemplete::getNotice(); 
?>
    <div class="haiwai">
        <div class="haiwai-banner">
				<?=SpiderClient::getInstance()->showPiece($channelId, $isPreview, 'oversea_ad', dirname(__FILE__).'/overseapiece/p_ad.php')?>
        </div>
        <!-- start haiwai-menu -->
        <div class="haiwai-menu clearfix">
            <a href="http://www.stluciabj.cn/" target="_blank"><h2 class="fl haiwai-menu-l">盛諾一家,海外醫療服務專家</h2></a>
            <ul class="fl haiwai-menu-r">
                <li><a href="/haiwai/overseaanli.htm">海外就醫案例</a></li>
                <li><a href="/haiwai/hospitalinfo.htm">海外醫院推薦</a></li>
                <li><a href="/haiwai/fuwu.htm">海外就醫費用</a></li>
                <li><a href="/haiwai/shenqing.htm">海外就醫申請</a></li>
                <li><a href="/haiwai/newslist.htm">海外醫療資訊</a></li>
            </ul>
開發者ID:sdgdsffdsfff,項目名稱:hdf-client,代碼行數:31,代碼來源:index.php

示例2: array

<link href="http://i1.hdfimg.com/nav/nav.css?1303460346" rel="stylesheet" type="text/css"/> 
<link href="http://i1.hdfimg.com/userspace/css/reveiwnotice.css?20111118" rel="stylesheet" type="text/css"/> 
<script type="text/javascript" src="http://i1.hdfimg.com/userspace/js/patientsTech.js"></script>
<link type="text/css" rel="stylesheet" href="http://i1.hdfimg.com/400/childcare/css/scenterCom.css" />
<link type="text/css" rel="stylesheet" href="http://i1.hdfimg.com/400/childcare/css/scenterFile.css" />
<script type="text/javascript" src="http://i1.hdfimg.com/400/childcare/js/scenterFile.js"></script>
<script type="text/javascript" src="http://i1.hdfimg.com/zixun/js/city.b6ba4734.js"></script>

<style>
.left {float:inherit;}
.right {float:inherit;}
</style>
</head>
<body id='blue'>
<?php GlobalTemplete::getHeadNav('www', array('notRedirect'=>1));?>
<?php GlobalTemplete::getNotice();?>
<div style="margin: 10px auto 0;width: 960px;">
<table width="960" border="0" cellspacing="0" cellpadding="0" align="center" class="tab_white">
        <tr>
                <td>
                <table width="960" border="0" cellspacing="0" cellpadding="0"
                        align="center" class="userspace_outpanel">
                        <tr>
                                <td class="top_left"></td>
                                <td class="top_middle"></td>
                                <td class="top_right"></td>
                        </tr>
                        <tr>
                                <td class="middle_left"></td>
                                <td class="middle_middle">
                                <table width="940" border="0" cellspacing="0" cellpadding="0"
開發者ID:sdgdsffdsfff,項目名稱:hdf-client,代碼行數:31,代碼來源:left.php


注:本文中的GlobalTemplete::getNotice方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。