-
Notifications
You must be signed in to change notification settings - Fork 0
/
leftSiderbar.php
34 lines (33 loc) · 1.12 KB
/
leftSiderbar.php
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
<?php
header("Content-Type: text/html; charset=utf-8");
//php by twins in hit for IT management
?>
<tr>
<td colspan="2"><IMG SRC="images/home_03.jpg" WIDTH=290 HEIGHT=48 ALT="MKhoster"></td>
</tr>
<tr>
<td colspan="2"><IMG SRC="images/home_08.jpg" WIDTH=360 HEIGHT=20 ALT=""></td>
</tr>
<tr>
<td class="text">DcopyFinder( Document Copy Finder)由哈工大信息管理与信息系统IT项目管理课程设计小组团队开发,旨在为在校学生提供在线代码抄袭检测服务。项目正在进行中,如有纰漏,敬请指正。</td>
<td class="text"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" class="enorange">Uploaded files: </td>
</tr>
<tr>
<td colspan="2"><IMG SRC="images/home_08.jpg" WIDTH=360 HEIGHT=20 ALT=""></td>
</tr>
<tr>
<td width="95%"><?php
include("listing_content.php");
?>
</td>
<td width="5%"></td>
</tr>