織夢后臺重復文檔檢測結果顯示id導出文檔url鏈接
導讀:織夢技巧織夢技巧織夢后臺 重復文檔檢測結果顯示id和url,方便記錄查看和刪除后提交到百度刪除死鏈 實現教程 1、打開 /dede/templets/article_resul網站建設多少錢營銷型網站建設。
織夢后臺 重復文檔檢測結果顯示id和url,方便記錄查看和刪除后提交到百度刪除死鏈 實現教程 1、打開 /dede/templets/article_result_same.htm 找到,大概在114行 ?php echo $row[ title ]; ? 在它下面加入 ( ?php echo $row[ id ]; ? ) ( ?php $arcrow=GetOneArchive($row[ id ]); echo $arcrow[ arcurl ]; ? ) input name = arcIds t […]
織夢后臺重復文檔檢測結果顯示id和url,方便記錄查看和刪除后提交到百度刪除死鏈
實現教程
1、打開 /dede/templets/article_result_same.htm 找到,大概在114行
<?php echo $row['title']; ?>在它下面加入
( <?php echo $row['id']; ?> ) ( <?php $arcrow=GetOneArchive($row['id']);echo $arcrow['arcurl']; ?> ) <input name="arcIds" type="checkbox" id="arcId" value="<?php echo $row['id'];?>" style="display:none;" checked />繼續找到129行左右的
(共有 <?php echo $allarc; ?> 篇重復標題的文檔!)在它上面加入
<input type='button' name='bt4' value='導出全部鏈接' onclick='expArc()' /> <script> function expArc(){ var qstr=""; if(document.form2.arcId.value) return document.form2.arcId.value; for(i=0;i<document.form2.arcId.length;i++) { if(document.form2.arcId[i].checked) { if(qstr=="") qstr=document.form2.arcId[i].value; else qstr=qstr+"`"+document.form2.arcId[i].value; } } document.form2.titles.value = qstr; document.form2.dopost.value = 'export'; document.form2.submit(); } </script>如圖
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-05-25 ,文章織夢后臺重復文檔檢測結果顯示id導出文檔url鏈接主要講述文檔,后臺,url網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_7933.html