⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 team_copy.php

📁 php网页设计
💻 PHP
字号:
<?include "include/db.php";include "include/authenticate.php"; if (!checkperm("c")) {exit ("Permission denied.");}include "include/general.php";include "include/resource_functions.php";# Fetch user dataif (getval("from","")!="")	{	# Copy data	$to=copy_resource(getvalescaped("from",""));	if ($to===false) {$error=true;} else		{		redirect("edit.php?ref=" . $to);		}	}include "include/header.php";?><div class="BasicsBox"><h1><?=$lang["copyresource"]?></h1><p><?=text("introtext")?></p><form method=post><div class="Question"><label><?=$lang["resourceid"]?></label><input name="from" type="text" class="shrtwidth" value=""><? if (isset($error)) { ?><div class="FormError">!! <?=$lang["resourceidnotfound"]?> !!</div><? } ?><div class="clearerleft"> </div></div><div class="QuestionSubmit"><label for="buttons"> </label>			<input name="save" type="submit" value="&nbsp;&nbsp;<?=$lang["copyresource"]?>&nbsp;&nbsp;" /></div></form></div><?		include "include/footer.php";?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -