?? team_copy.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=" <?=$lang["copyresource"]?> " /></div></form></div><? include "include/footer.php";?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -