list_article.htm
3.05 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>青岛理工大学人文学院</title>
<meta name="keywords" content="{dede:global.cfg_keywords/}" />
<meta name="description" content="{dede:global.cfg_description/}"/>
<script language="JavaScript" type="text/javascript" src="{dede:global.cfg_templets_skin/}/style/showIntro.js"></script>
<link href="{dede:global.cfg_templets_skin/}/style/css.css" rel="stylesheet" type="text/css" />
<link href="{dede:global.cfg_templets_skin/}/style/page.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.enroll_job_left{
float:left;
width:200px;
}
.enroll_job_right{
float:left;
width:728px;
height:700px;
height:auto !important;
min-height:450px;
}
.enroll_job_left1,.enroll_job_left2,.enroll_job_right{
margin-left:10px;
border:1px solid #AACCEE;
}
.enroll_job_left_detail{
margin-left:10px;
line-height:25px;
}
.enroll_job_left_detail a:hover{
text-decoration:none;
}
#li1{
margin-left:20px;
}
.enroll_job_left_detail img{
vertical-align:middle;
margin:8px 0;
}
.enroll_job_left2 img{
vertical-align:middle;
margin:12px 0;
}
.enroll_job_left2 a:hover{
text-decoration:underline;
}
.enroll_job_list{
margin:10px;
line-height:35px;
}
</style>
</head>
<body class="homepage">
<!-- Copyright � 2005. Spidersoft Ltd -->
{dede:include filename="head.htm"/}
</div><table height="0" width="100%"><tr><td></td></tr></table>
<div class="enroll_job_left">
<div class="enroll_job_left1">
<div class="bar"> <strong> {dede:field name='position'/}</strong></div>
<div class="enroll_job_left_detail">
{dede:channel row='6' type ='son' reid ='6' }
<img src="/images/arrow.jpg" /> <a href="[field:typelink/]">[field:typename/]</a><div class="underline2"></div>
{/dede:channel}
</div>
</div>
<br />
<div class="enroll_job_left2">
<div class="bar"> <strong> 热点新闻</strong></div>
<div class="enroll_job_left_detail">
{dede:arclist row='1' titlelen='16' typeid='47' orderby ='click'}
<img src="/images/arrow.jpg" /> <a href="[field:typelink/]">[field:typename/]</a><div class="underline2"></div>
{/dede:arclist}
</div>
</div>
<div class="enroll_job_left2" style="margin-top:5px;">
<div class="bar"> </div>
</div>
</div>
</div>
<div class="enroll_job_right">
<div class="bar_right"> {dede:field name='position'/}</div>
<div class="enroll_job_list">
{dede:arclist row='100' titlelen='30' orderby ='pubdate'}
[field:pubdate function="MyDate('y-m-d',@me)"/] <a href="[field:arcurl/]">[field:title/]</a>
<div class="underline"></div>
{/dede:arclist}
<div class="dede_pages">
<ul class="pagelist">
{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
</ul>
</div>
</div>
</div>
{dede:include filename="footer.htm"/}
</body>
</html>