Created
December 9, 2016 15:21
-
-
Save TennyZhuang/c5c83bdddcbbc204a1343643e6cdc9de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml"><!--<!DOCTYPE HTML>--><head> | |
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> | |
<meta http-equiv="X-UA-Compatible" content="IE=5"> | |
<meta http-equiv="Expires" content="0"> | |
<meta http-equiv="Cache-Control" content="no-cache"> | |
<meta http-equiv="Pragma" content="no-cache"> | |
<link type="text/css" href="styles/gbp/datepicker.css" rel="StyleSheet"> | |
<script type="text/javascript" src="components/jquery/jquery-1.6.2.js"></script> | |
<script type="text/javascript" src="scripts/prototype.gzjs"></script> | |
<script type="text/javascript" src="scripts/gbp/datepicker.gzjs"></script> | |
<script type="text/javascript" src="scripts/gbp/page.gzjs"></script> | |
<script type="text/javascript" src="scripts/gbp/validation.gzjs"></script> | |
<script type="text/javascript" src="scripts/zhjw/pubFunction.gzjs"></script> | |
<script type="text/javascript" src="scripts/zhjw/overlib.gzjs"></script> | |
<script type="text/javascript" src="scripts/zhjw/overlib_centerpopup.gzjs"></script> | |
<link href="/portal/styles/page_gong_orange.css" rel="stylesheet" type="text/css"> | |
<link href="/portal/styles/emx_nav_right_orange.css" rel="stylesheet" type="text/css"> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<title>无标题文档</title> | |
<link href="styles/portal3rd/common.css" rel="stylesheet" type="text/css"> | |
<link href="styles/portal3rd/page.css" rel="stylesheet" type="text/css"> | |
<style type="text/css"> | |
.djs_date, .djs_date a { | |
color: #F16E50; | |
} | |
.djs_title, .djs_title a { | |
} | |
</style> | |
<style type="text/css"></style></head> | |
<body marginwidth="1" marginheight="1"> | |
<!-- Countdown start --> | |
<div class="countdown"> | |
<h3><span>倒计时通知</span></h3> | |
<ul> | |
<li><span class="djs_title">16-17春 本科生预选 </span>于<b>今天</b>开始</li> | |
<li><span class="djs_title">辅双课程认定(在院系)</span>于<b>今天</b>结束</li> | |
<li>距<span class="djs_title">辅双修读费银行代扣</span>开始还有<b>5</b>天</li> | |
<li>距<span class="djs_title">16-17春 本科生正选 </span>开始还有<b>7</b>天</li> | |
<li>距<span class="djs_title">16-17春 二级选课</span>开始还有<b>14</b>天</li> | |
</ul> | |
</div> | |
<!-- Countdown end --> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment