2024-10-10
This commit is contained in:
75
web/admin/problem_copy.php
Normal file
75
web/admin/problem_copy.php
Normal file
@@ -0,0 +1,75 @@
|
||||
<?php require_once ("admin-header.php");
|
||||
if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
echo "<a href='../loginpage.php'>Please Login First!</a>";
|
||||
exit(1);
|
||||
}
|
||||
?>
|
||||
<ol>
|
||||
<li>
|
||||
Copy from http://uoj.ac
|
||||
<form method=POST action=problem_add_page_uoj.php>
|
||||
<input name=url type=text size="100" class="input input-xxlarge" value="http://uoj.ac/problem/1">
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
<!-- <li>
|
||||
Copy from http://ybt.ssoier.cn:8088/......
|
||||
<form method=POST action=problem_add_page_ybt.php>
|
||||
<input name=url type=text size=100 class="input input-xxlarge" value="http://ybt.ssoier.cn:8088/problem_show.php?pid=1000">
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
Copy from http://hustoj......
|
||||
<form method=POST action=problem_add_page_hustoj.php>
|
||||
<input name=url type=text size=100 value="http://hustoj.com/oj/problem.php?id=1000">
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
Copy from https://www.luogu.com.cn/problem/P1000
|
||||
<form method=POST action="problem_add_page_luogu.php" >
|
||||
<input name=url type=text size=100 class="input input-xxlarge" value="https://www.luogu.com.cn/problem/P1000">
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
Copy from https://loj.ac/problem/
|
||||
<form method=POST action=problem_add_page_loj.php>
|
||||
<input name=url type=text size=100 >
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
Copy from http://acm.student.cs.uwaterloo.ca/~acm00
|
||||
<form method=POST action=problem_add_page_waterloo.php>
|
||||
<input name=url type=text size=100>
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
Copy from acm.pku.edu.cn
|
||||
<form method=POST action=problem_add_page_pku.php>
|
||||
<input name=url class='input input-xxlarge' type=text size=100 value='http://poj.org/problem?id=1000' >
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Copy from acm.hdu.edu.cn
|
||||
<form method=POST action=problem_add_page_hdu.php>
|
||||
<input name=url class="input input-xxlarge" value="https://acm.hdu.edu.cn/showproblem.php?pid=1172" type=text size=100>
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Copy from acm.zju.edu.cn
|
||||
<form method=POST action=problem_add_page_zju.php>
|
||||
<input name=url type=text size=100>
|
||||
<input type=submit>
|
||||
</form>
|
||||
</li>
|
||||
|
||||
</ol>
|
||||
Reference in New Issue
Block a user