-
Notifications
You must be signed in to change notification settings - Fork 0
/
uploadfrm.php
135 lines (129 loc) · 4.75 KB
/
uploadfrm.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
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
<html>
<head>
<title>::MKhoster Document Plagiarism Checker ::...</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="950" id="AutoNumber1" align="center">
<tr>
<td width="100%">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" id="AutoNumber2" style="border-collapse: collapse">
<tr>
<td height="84" colspan="2" style="background-color:#7CC242" class="whiteHeader">
<div align="center">HIT-MIS DcopyFinder</div></td>
</tr>
<tr>
<td width="370" valign="top">
<table width="370" border="0" cellspacing="0" cellpadding="0">
<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>
</table>
</td>
<td width="584" valign="top">
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="0" bordercolor="#111111" id="AutoNumber3" style="border-collapse: collapse">
<tr>
<td width="580">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6">
<tr>
<td width="100%" height="48" class="text">
<div align="center">
<?php
include("links.php");
?>
</div></td>
</tr>
</table> </td>
</tr>
<tr>
<td width="580" height="30">
<IMG SRC="images/home_08.jpg" WIDTH=580 HEIGHT=20 ALT=""></td>
</tr>
<tr>
<td width="580" class="enorange"><span class="errMsg"> 请上传.txt文件 : </span></td>
</tr>
<tr>
<td class="enorange"> </td>
</tr>
<tr>
<td class="enorange">
<fieldset>
<legend>文件上传</legend>
<p>请选择文件,然后点击上传</p>
<form name="form" accept-charset="utf-8" enctype="multipart/form-data" method="post" action="upload.php">
<p><input type="file" size="32" name="my_field" value="" /></p>
<input type="hidden" name="action" value="simple" />
<input type="submit" name="Submit" value="upload" />
</form>
</fieldset>
</td>
</tr>
</table> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="953" id="AutoNumber5">
<tr>
<td width="371"> </td>
<td width="32" height="51">
</td>
<td width="550" height="51" class="text">
<div align="center">
<?
include("links.php");
?>
</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4">
<tr>
<td height="59" class="footerPower"><div align="center">copyrights 2013 in HIT by MIS. @author by twins </div></td>
<td width="196">
<map name="FPMap0">
<area href="http://www.mkhoster.com" shape="rect" coords="10,17,125,58">
</map>
<IMG SRC="images/home_28.jpg" WIDTH=196 HEIGHT=59 usemap="#FPMap0" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" background="images/home_29.jpg" style="background-image: url('images/home_29.jpg')">
<IMG SRC="images/home_29.jpg" WIDTH=12 HEIGHT=30 ALT=""></td>
</tr>
</table>
</body>
</html>