📄 file_change_path.php
字号:
<?php
include_once( "inc/auth.php" );
$SORT_ID = $_REQUEST['SORT_ID'];
if ( $SORT_ID != 0 )
{
$query = "\r\n\t\tSELECT SORT_NAME FROM file_sort \r\n\t\t\tWHERE SORT_ID = {$SORT_ID}\r\n\t\t";
$cs = exequery( $connection, $query );
$ROW = mysql_fetch_array( $cs );
$SORT_NAME = $ROW['SORT_NAME'];
}
else
{
$SORT_NAME = "";
}
echo "\r\n\r\n<html>\r\n<head>\r\n";
echo "<s";
echo "tyle>\r\n.tdstyle{\r\n\tborder-bottom-width: 1px;\r\n\tborder-bottom-color: #CCCCFF;\r\n}\r\n.linktextOp{\r\n\tborder-bottom: 1px double #0033CC;\r\n\tcolor:#0033CC;\r\n\tcursor:hand; \r\n\t}\r\n.linkdivOp{\r\n\tcolor:#0033CC;\r\n\tcursor:hand; \r\n\t}\r\n</style>\r\n<title></title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n<body class=\"bodycolor\" topmargin=\"5\" onLoad=\"\">\r\n <table border=\"0\" width=\"100%\" ";
echo "cellspacing=\"1\" cellpadding=\"0\">\r\n\t <tr>\r\n\t\t<td class=\"tablehead2\">\r\n\t <!-- <input type=\"image\" src=\"/images/button/submit.gif\" title=\"确定\"> -->\r\n\t\t<BUTTON class=\"btn\" id='savebutton' onClick=\"sendChangeFile();\" title=\"确定\"><table><tr valign=\"top\" ><td><img src=\"/images/littlegif/b_u.gif\" align=\"center\" id='saveimg'></td> <td>";
echo "<s";
echo "pan id=\"showallid\">确定</span></td></tr></table></BUTTON>\r\n\t\t</td>\r\n\t </tr>\r\n</table>\r\n<hr width=\"95%\" height=\"1\" align=\"left\" color=\"#FFFFFF\">\r\n <table border=\"0\" width=\"100%\" cellpadding=\"5\" cellspacing=\"1\" align=\"center\" class=\"small\">\r\n \t<tr>\r\n <td nowrap class=\"TableLine2\" width=\"100PX\"> 文件夹:</td>\r\n <td class=\"TableLine1\">\r\n\t\t<input name=\"filename\" ID = \"filename_id\" type=\"text\" class=\"BigSta";
echo "tic\" readonly value=\"";
echo $SORT_NAME;
echo "\">\r\n\t\t<input type=\"hidden\" name=\"change_file\" ID = \"fileid_id\" value=\"";
echo $SORT_ID;
echo "\">\r\n\t\t";
echo "<s";
echo "pan class=\"linktextOp\" onClick=\"javascript:LoadWindowSelectFile('fileid_id','filename_id','all','1');\r\n\t\">选择文件夹</span>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableLine2\"> 转移到:</td>\r\n <td class=\"TableLine1\">\r\n <input name=\"filename\" ID = \"filename_id_1\" type=\"text\" class=\"BigStatic\" readonly value=\"\">\r\n\t\t<input type=\"hidden\" name=\"to_file\" ID = \"fileid_id_1\" value=\"";
echo "\">\r\n\t\t";
echo "<s";
echo "pan class=\"linktextOp\" onClick=\"javascript:LoadWindowSelectFile('fileid_id_1','filename_id_1','all','1');\r\n\t\">选择文件夹</span>\r\n </td>\r\n </tr>\r\n</body>\r\n</html>\r\n ";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -