-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsg_detail.html
36 lines (35 loc) · 2.2 KB
/
msg_detail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>Untitled Document</title>
<link rel="stylesheet" href="css/themes/myapp.min.css" />
<link rel="stylesheet" href="css/themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="css/jquery.mobile.structure-1.4.5.min.css" />
</head>
<body>
<div data-role="page" data-close-btn="right" id="dialog">
<div data-role="header">
<h1></h1>
</div>
<div data-role="content" id="empty">
<h1>2015河南漯河市教育系统教师招聘290人</h1>
<h2>2015/5/6</h2>
<p>2015河南漯河市教育系统教师招聘290人,其中市直教育系统53名,城乡一体化示范区教育系统20名,西城区教育系统24名,开发区教育系统22名,临颍县教育系统30名,舞阳县教育系统16名,郾城区教育系统55名,源汇区教育系统20名,召陵区教育系统50名,具体岗位请查看2015年漯河市教育系统教师招聘计划表。</p>
<img src="images/news1.jpg">
<p>2015河南漯河市教育系统教师招聘290人,其中市直教育系统53名,城乡一体化示范区教育系统20名,西城区教育系统24名,开发区教育系统22名,临颍县教育系统30名,舞阳县教育系统16名,郾城区教育系统55名,源汇区教育系统20名,召陵区教育系统50名,具体岗位请查看2015年漯河市教育系统教师招聘计划表。</p>
<p>2015河南漯河市教育系统教师招聘290人,其中市直教育系统53名,城乡一体化示范区教育系统20名,西城区教育系统24名,开发区教育系统22名,临颍县教育系统30名,舞阳县教育系统16名,郾城区教育系统55名,源汇区教育系统20名,召陵区教育系统50名,具体岗位请查看2015年漯河市教育系统教师招聘计划表。</p>
</div>
<script type="text/javascript">
$(document).on('pagecreate',function(){
var hei=$(window).height();
console.log(hei);
$('#dialog .ui-content').css('max-height',0.7*hei+'px');
});
</script>
</div>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
</html>