-
Notifications
You must be signed in to change notification settings - Fork 2
/
filelist.html
147 lines (116 loc) · 3.57 KB
/
filelist.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!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>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<div class="place">
<span>位置:</span>
<ul class="placeul">
<li><a href="#">首页</a></li>
<li><a href="computer.html">文件管理</a></li>
<li><a href="#">列表</a></li>
</ul>
</div>
<table class="filetable">
<thead>
<tr>
<th width="25%">名称</th>
<th width="11%">修改日期</th>
<th width="10%">类型</th>
<th width="6%">大小</th>
<th width="48%"></th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="images/f01.png" />Adobe Dreamweaver CS5简体中文绿色</td>
<td>2013/10/14 17:38</td>
<td>文件夹</td>
<td class="tdlast">0 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f01.png" />Adobe Photoshop CS5</td>
<td>2013/10/14 17:38</td>
<td>文件夹</td>
<td class="tdlast">30 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f01.png" />PS形状</td>
<td>2013/10/14 17:38</td>
<td>文件夹</td>
<td class="tdlast">0 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f01.png" />Microsoft Office 2007中文版</td>
<td>2013/10/14 17:38</td>
<td>文件夹</td>
<td class="tdlast">0 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f02.png" />SWiSHmax.rar</td>
<td>2013/10/14 17:38</td>
<td>压缩文件</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f02.png" />autodesk3dsmax.zip</td>
<td>2013/10/14 17:38</td>
<td>压缩文件</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f02.png" />Adobe Photoshop CS5.rar</td>
<td>2013/10/14 17:38</td>
<td>压缩文件</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f03.png" />Thunder7.2.7.3496.exe</td>
<td>2013/10/14 17:38</td>
<td>程序</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f03.png" />福昕阅读器_5.1.0.1117.exe</td>
<td>2013/10/14 17:38</td>
<td>程序</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f04.png" />libeay32.ai</td>
<td>2013/10/14 17:38</td>
<td>设计软件</td>
<td class="tdlast">125 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f05.png" />php.ini.xls</td>
<td>2013/10/14 17:38</td>
<td>电子表格</td>
<td class="tdlast">120 KB</td>
<td></td>
</tr>
<tr>
<td><img src="images/f06.png" />pws-php5cgi.reg</td>
<td>2013/10/14 17:38</td>
<td>注册表</td>
<td class="tdlast">100 KB</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>