文件操作 - search.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/temi wordpress/greda2/search/search.js
编辑文件内容
$(function(){ var s=location.search.replace(/^\?.*s=([^&]+)/,'$1') ,form=$('#search') ,input=$('input[type=text]',form) ,results=$('#search-results').height(0) ,src='./search/results.php' ,ifr=$('<iframe width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0" allowTransparency="true"></iframe>') if(results.length) ifr .attr({ src:src+'?s='+s }) .appendTo(results) ,input .val(decodeURI(s)) window._resize=function(h){ results .height(h) } })
修改文件时间
将文件时间修改为当前时间的前一年
删除文件