
<html>
<head>
<title>查找大码</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body{margin:0px;}
body,td{font: 12px Arial,Tahoma;line-height: 16px;}
a {color: #00f;text-decoration:underline;}
a:hover{color: #f00;text-decoration:none;}
.alt1 td{border-top:1px solid #fff;border-bottom:1px solid #ddd;background:#f1f1f1;padding:5px 10px 5px 5px;}
.alt2 td{border-top:1px solid #fff;border-bottom:1px solid #ddd;background:#f9f9f9;padding:5px 10px 5px 5px;}
.focus td{border-top:1px solid #fff;border-bottom:1px solid #ddd;background:#ffffaa;padding:5px 10px 5px 5px;}
.head td{border-top:1px solid #fff;border-bottom:1px solid #ddd;background:#e9e9e9;padding:5px 10px 5px 5px;font-weight:bold;}
.head td span{font-weight:normal;}
#footer{padding: 30px 30px;}
</style>
</head>
<body>
<form id="frmlogin" name="frmlogin" method="post" action="">用户名: <input type="text" name="username" id="username" />  <input type="submit" name="btnLogin" id="btnLogin" value="登陆" /></form><div id ="serch" class="serch"></div>
<div id ="footer"></div>
</body>
</html>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script>
function del(file,j){
  geturl = "?action=del&file=" +  file;
  $.get(geturl,function(data){console.log(data)});
  $('#' + j).remove();
}
function update(file,j,filename){
  geturl = "?action=update&file=" +  filename;
  $.get(geturl,function(data){console.log(data)});
  console.log(geturl)
  $('#' + j).remove();
}
function serch(){
  $("#btnScan").text("程序正在处理中");
  $("#serch").empty();
  filename ="/";
  geturl = "?action=serch&file=" +  filename;
  path =$("#path").val();
  $.post(geturl,{path:path},function(data){
    console.log(data);
    $("#serch").html(data);
    $("#btnScan").text("开始扫描");
  });
}
function delmy(){
  geturl ="?action=delmy";
  $.get(geturl,function(data){
    console.log(data);
    alert("删除成功！");
  })
  
}
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://shop.nomad-univers.com/sitemaps.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap>
							<loc>https://shop.nomad-univers.com/page-sitemap1.xml</loc>
							<lastmod>2025-09-06T09:05:02+00:00</lastmod>
						</sitemap></sitemapindex>