123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <link rel="shortcut icon" href="../../static/favicon/favicon.ico">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>医政管理沙龙首页</title>
- <!-- Bootstrap -->
- <link rel="stylesheet" href="../../static/css/bootstrap-3.3.7.min.css">
- <!--[if lt IE 9]>
- <script src="../../static/js/html5shiv-3.7.3.min.js"></script>
- <script src="../../static/js/respond-1.4.2.min.js"></script>
- <![endif]-->
- <script src="../../static/js/jquery-1.12.4.min.js"></script>
- <script src="../../static/js/bootstrap-3.3.7.min.js"></script>
- <script src="../../static/js/common.js"></script>
- <script src="../../static/js/config.js"></script>
- <script src="../../static/js/jquery.liMarquee.js"></script>
- <!-- <script src="../../static/js/jquery-1.8.3.min.js"></script>-->
- <link rel="stylesheet" href="../../static/css/liMarquee.css">
- <script type="text/javascript">
- $(function(){
- $('#festival').liMarquee({
- direction: 'up'
- });
- $('#festival').click(function () {
- window.location.href=window.root + "menuAndDetail/menuAndDetail.html?rootColumnId=8a2a08425b7aa230015b7ab44ea90013&columnListId=4028814771c6151f0171c626a6e40014&articleId=4028814771ecf1810171f407c9f30033";
- });
- });
- </script>
- <script type="text/javascript">
- window.rootColumnId = jc.param.get("rootColumnId");
- if (!window.rootColumnId) {
- window.resource("cmsApiColumnList", {
- level: 0
- }, function (data) {
- /* orderNo 排序 */
- if (!data) return false;
- data = window.arraySortASC(data, "orderNo");
- window.rootColumnId = data[0].id
- //window.router("index", { rootColumnId: data[0].id }, true);
- }, false);
- }
- </script>
- <script type="text/javascript">
- window.indexLayoutRule = [
- {
- titleClass: "",
- titleMore: false,
- col: "col-md-4",
- ui: "banner",
- uiClassName: "",
- pageSize: 5
- },
- {
- titleClass: "vh",
- titleMore: true,
- col: "col-md-4",
- ui: "textList",
- uiClassName: "",
- pageSize: 6
- }, {
- titleClass: "",
- titleMore: true,
- col: "col-md-4",
- ui: "textList",
- uiClassName: "showImg",
- pageSize: 3
- }
- ];
- </script>
- <script type="text/javascript">
- jc.uiReady = function () {
- window.resource("cmsApiColumnList", {
- rootColumnId: window.rootColumnId
- }, function (data) {
- data = window.arraySortASC(data, "orderNo");
- window.uiIndexSetup(data);
- }, false);
- };
- </script>
- <script type="text/javascript">
- window.uiIndexSetup = function (data) {
- var app = document.getElementById("app");
- for (var i = 0, l = data.length; i < l; i++) {
- var curData = data[i];
- var curDataId = curData.id;
- var curDataName = curData.name;
- var curDateCode = curData.code;
- if (curDateCode == "sy_ad") {
- if (jc.hasUI("banner")) {
- jc.ui.banner.filter("type=index", "setAttr", { "data-id": curDataId, "data-path": "cmsApiArticleList" });
- jc.ui.banner.filter("type=index", "update");
- }
- continue;
- }
- var rule = window.indexLayoutRule.shift() || { titleClass: "", titleMore: true, col: "col-md-6", ui: "textList", uiClassName: "", pageSize: 6 };
- var colMd = jc.createDOM({
- classname: rule.col
- });
- var titleStyle1 = jc.createDOM({
- dataUi: "titleStyle1",
- classname: "J_titleStyle1 " + rule.titleClass,
- dataId: curDataId,
- dataPath: "cmsApiArticleList",
- dataTitleText: curDataName,
- dataMoreText: rule.titleMore ? "更多>>" : "",
- dataMoreHref: "javascript: window.router('menuAndTextlist',{ rootColumnId : '" + window.rootColumnId + "' , columnListId : '" + curDataId + "' });"
- });
- colMd.appendChild(titleStyle1);
- if (rule.ui == "banner") {
- var textList = jc.createDOM({
- dataUi: "banner",
- classname: "J_banner",
- dataId: curDataId,
- dataPath: "cmsApiArticleList",
- dataPageSize: 10
- });
- colMd.appendChild(textList);
- }
- if (rule.ui == "textList") {
- var textList = jc.createDOM({
- dataUi: "textList",
- classname: "J_textList notPage " + rule.uiClassName,
- dataId: curDataId,
- dataPath: "cmsApiArticleList",
- dataPageSize: rule.pageSize
- });
- colMd.appendChild(textList);
- }
- app.appendChild(colMd);
- }
- jc.uiUpdate();
- };
- </script>
- </head>
- <body class="index">
- <!-- 页头 -->
- <div id="header" data-ui="header" class="J_header"></div>
- <!-- 轮播图 -->
- <div data-ui="banner" data-type="index" class="J_banner"></div>
- <!-- 页面主体容器 -->
- <div class="container">
- <div id="app" class="row">
- </div>
- <!-- <div class="row col-md-6 J_titleStyle1 page-header clearfix pull-left">-->
- <!-- -->
- <!-- </div>-->
- <div>
- <div class="J_titleStyle1">
- <div class="page-header clearfix">
- <div class="pull-left">
- <i></i>
- <h4>卫生节日一览</h4>
- </div>
- </div>
- <div class="row">
- <div id="festival">
- <ul>
- <table>
- <tr>
- <td>世界防治麻风病日 1月最后一个星期日</td>
- <td>世界癌症日 2月4日</td>
- <td>世界罕见病日 2月的最后一天</td>
- </tr>
- <tr>
- <td>全国爱耳日 3月3日</td>
- <td>世界青光眼日 3月6日</td>
- <td>中国国医节 3月17日</td>
- </tr>
- <tr>
- <td>全国爱肝日 3月18日</td>
- <td>世界肾脏日 3月份的第二个星期四</td>
- <td>世界睡眠日 3月21日</td>
- </tr>
- <tr>
- <td>世界防治结核病日 3月24日</td>
- <td>全国爱国卫生月 4月</td>
- <td>世界自闭症日 4月2日</td>
- </tr>
- <tr>
- <td>世界卫生日 4月7日</td>
- <td>世界帕金森病日 4月11日</td>
- <td>全国肿瘤防治宣传周 4月15日~21日</td>
- </tr>
- <tr>
- <td>全国爱鼻日 4月的第二个星期六</td>
- <td>世界血友病日 4月17日</td>
- <td>世界防治疟疾日 4月25日</td>
- </tr>
- <tr>
- <td>全国儿童预防接种宣传日 4月25日</td>
- <td>世界安全生产与健康日 4月28日</td>
- <td>世界防治哮喘日 5月的第一个周二</td>
- </tr>
- <tr>
- <td>世界红十字日 5月8日</td>
- <td>国际护士节 5月12日</td>
- <td>全国碘缺乏病日 5月15日</td>
- </tr>
- <tr>
- <td>世界高血压日 5月17日</td>
- <td>全国学生营养日 5月20日</td>
- <td>全国母乳喂养宣传日 5月20日</td>
- </tr>
- <tr>
- <td>世界向人体条件挑战日 5月26日</td>
- <td>世界无烟日 5月31日</td>
- <td>世界牛奶日 6月1日</td>
- </tr>
- <tr>
- <td>全国爱眼日 6月6日</td>
- <td>世界献血日 6月14日</td>
- <td>世界渐冻人日 6月21日</td>
- </tr>
- <tr>
- <td>国际禁毒日 6月26日</td>
- <td>国际癫痫关爱日 6月28日</td>
- <td>全国科普行动日 6月29日</td>
- </tr>
- <tr>
- <td>世界过敏性疾病日 7月8日</td>
- <td>世界肝炎日 7月28日</td>
- <td>世界母乳喂养周 8月1日至7日</td>
- </tr>
- <tr>
- <td>全民健身日 8月8日</td>
- <td>关爱义齿周 8月最后一周</td>
- <td>世界预防自杀日 9月10日</td>
- </tr>
- <tr>
- <td>中国预防出生缺陷日 9月12日</td>
- <td>世界淋巴瘤日 9月15日</td>
- <td>中国脑健康日 9月16日</td>
- </tr>
- <tr>
- <td>世界急救日 9月的第二个周六</td>
- <td>爱牙日 9月20日</td>
- <td>中华老年痴呆日 9月21日</td>
- </tr>
- <tr>
- <td>世界阿尔茨海默病日 9月21日</td>
- <td>国际聋人日 9月28日</td>
- <td>世界心脏日 9月的最后一个星期日</td>
- </tr>
- <tr>
- <td>世界精神卫生日 10月10日</td>
- <td>世界镇痛日 10月11日</td>
- <td>世界关节炎日 10月12日</td>
- </tr>
- <tr>
- <td>世界保健日 10月13日</td>
- <td>世界视力日 10月第二个星期四</td>
- <td>国际盲人节 10月15日</td>
- </tr>
- <tr>
- <td>全球洗手日 10月15日</td>
- <td>世界骨质疏松日 10月20日</td>
- <td>世界传统医药日 10月22日</td>
- </tr>
- <tr>
- <td>世界男性健康日 10月28日</td>
- <td>世界卒中日 10月29日</td>
- <td>全球肺癌关注月 11月</td>
- </tr>
- <tr>
- <td>联合国糖尿病日 11月14日</td>
- <td>世界慢阻肺日 11月第三周的周三</td>
- <td>世界艾滋病日 12月1日</td>
- </tr>
- <tr>
- <td>国际残疾人日 12月3日</td>
- <td>世界强化免疫日 12月15日</td>
- <td></td>
- </tr>
- </table>
- <!-- <li><p>世界防治麻风病日 1月最后一个星期日 世界癌症日 2月4日 世界罕见病日 2月的最后一天</li>-->
- <!-- <li><p>全国爱耳日 3月3日 世界青光眼日 3月6日 世界罕见病日 2月的最后一天</li>-->
- <!-- <li><p>世界防治麻风病日 1月最后一个星期日 世界癌症日 2月4日 世界罕见病日 2月的最后一天</li>-->
- <!-- <li><p>世界防治麻风病日 1月最后一个星期日 世界癌症日 2月4日 世界罕见病日 2月的最后一天</li>-->
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- footer -->
- <div data-ui="footer" class="J_footer mt40"></div>
- <!-- alert -->
- <div data-ui="alert" class="J_alert modal fade" tabindex="-1" role="dialog" aria-labelledby="gridSystemModalLabel"></div>
- <!-- confirm -->
- <div data-ui="confirm" class="J_confirm modal fade" tabindex="-1" role="dialog" aria-labelledby="gridSystemModalLabel"></div>
- </body>
- </html>
|