SourceCodeSky QQ客服 SourceCodeSky 400电话 客服电话 暂无
首页 » 源代码 » 帝国cms7.0_TAG静态化插件_简体GBK版 » /简体GBK版/upload/e/dongpo/tag/ListTagInfo.php

ListTagInfo.php ( 文件浏览 )

  • keepall 发布于 2016-12-09 21:17
  • 浏览次数:1176
  • 下载次数: 3
  • 下载需 100 积分
  • 侵权举报
<?php
define('EmpireCMSAdmin','1');
require("../../class/connect.php");
require("../../class/db_sql.php");
require("../../class/functions.php");
require("../../class/delpath.php");
require("../../class/t_functions.php");
require("../../data/dbcache/class.php");
require "../".LoadLang('pub/fun.php');
$link=db_connect();
$empire=new mysqlquery();
//验证用户
$lur=is_login();
$logininid=$lur['userid'];
$loginin=$lur['username'];
$loginrnd=$lur['rnd'];
$loginlevel=$lur['groupid'];
$loginadminstyleid=$lur['adminstyleid'];
require("class/dp_config.php");
require("setconfig.php");
if($dp_r['isok']==0){
    exit('请先配置当前插件目录下setconfig.php文件');
}

$tagid=$_GET['tagid'];

if(!$tagid){
    printerror("数据库错误","ListTags.php",1,0,1);
}
$t=$empire->fetch1("select * from {$dbtbpre}enewstags where tagid=$tagid limit 1");
if($t[tagid]!=$tagid){
    printerror("数据库错误","ListTags.php",1,0,1);
}
$search='&tagid='.$tagid;

$start=0;
$page=(int)$_GET['page'];
$line=20;//每页显示
$page_line=12;
$offset=$page*$line;


$num=$empire->gettotal("select count(*) as total from {$dbtbpre}enewstagsdata where tagid=$tagid");//取得总条数
$query="select * from {$dbtbpre}enewstagsdata where tagid=$tagid order by tid desc limit $offset,$line";

$returnpage=page2($num,$line,$page_line,$start,$page,$search);

//页面标题
$thispage='信息管理';
//导航
$url='<a href="ListTags.php">TAGS管理</a> -> <a href="ListTagInfo.php?tagid='.$t[tagid].'">TAG:<b>'.$t[tagname].'</b></a> -> '.$thispage;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$pagechar?>">
<link href="../../data/images/qcss.css" rel="stylesheet" type="text/css">
<title><?=$thispage?></title>
<script>
function CheckAll(form)
  {
  for (var i=0;i<form.elements.length;i++)
    {
    var e = form.elements[i];
    if (e.name != 'chkall')
       e.checked = form.chkall.checked;
    }
  }
</script>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  <tr> 
    <td width="52%">当前位置: 
      <?=$url?>
    </td>
    <td width="48%"><div align="right" class="emenubutton">
        <input type="button" name="Submit" value="搜索批量推送" onclick="self.location.href='AddListInfo.php?enews=pilistadd&tagid=<?=$tagid?>';">&nbsp;
      </div>
    </td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<form name="listform" method="post" action="do.php" onsubmit="return confirm('确认要执行此操作?');">
  <input type=hidden name=enews value=EditMoreInfoTime>
      <tr class="header">
      <td width="5%" height="25"> <div align="center"></div></td>
      <td width="8%" height="25"><div align="center">ID</div></td>
      <td height="25"> <div align="center">标题</div></td>
      <td width="15%" height="25"> <div align="center">栏目</div></td>
      <td width="20%" heig[!==More==!]			
...
展开> <收缩

下载源码到电脑,阅读使用更方便

1 积分

快速下载
还剩0行未阅读,继续阅读
免费下载源码
Sponsored links

源码文件列表

温馨提示: 点击源码文件名可预览文件内容哦 ^_^
...
名称 大小 修改日期
/dp_funs6.6替换.php 41.06 KB 2014-11-12 10:08:00
/简体GBK版/TAG静态化插件 使用说明.rtf 11.58 KB 2014-05-15 10:33:48
/简体GBK版/upload/e/dongpo/tag/AddClass.php 4.21 KB 2014-05-14 14:58:20
/简体GBK版/upload/e/dongpo/tag/AddListInfo.php 6.23 KB 2014-05-14 18:59:44
/简体GBK版/upload/e/dongpo/tag/AddTag.php 6.05 KB 2014-05-15 08:08:20
/简体GBK版/upload/e/dongpo/tag/AddTagF.php 6.33 KB 2014-05-14 16:32:44
/简体GBK版/upload/e/dongpo/tag/do.php 3.29 KB 2014-05-15 16:34:06
/简体GBK版/upload/e/dongpo/tag/ListClass.php 3.63 KB 2014-05-15 07:47:16
/简体GBK版/upload/e/dongpo/tag/ListTagF.php 3.22 KB 2014-06-19 16:22:10
/简体GBK版/upload/e/dongpo/tag/ListTagInfo.php 4.85 KB 2014-05-14 19:01:38
/简体GBK版/upload/e/dongpo/tag/ListTags.php 7.31 KB 2014-05-15 09:48:34
/简体GBK版/upload/e/dongpo/tag/PushToTag.php 3.42 KB 2014-05-14 19:12:04
/简体GBK版/upload/e/dongpo/tag/setconfig.php 597 Bytes 2014-05-15 16:48:38
/简体GBK版/upload/e/dongpo/tag/TagHtml.php 7.10 KB 2014-05-14 22:15:52
/简体GBK版/upload/e/dongpo/tag/class/dp_config.php 300 Bytes 2014-05-14 12:08:10
/简体GBK版/upload/e/dongpo/tag/class/dp_funs.php 40.69 KB 2014-06-19 20:06:10
/简体GBK版/upload/e/dongpo/tag/install/index.php 2.81 KB 2014-05-14 12:15:32
/简体GBK版/upload/e/dongpo/tag/install/install.php 2.06 KB 2014-05-15 10:32:50
/简体GBK版/upload/e/dongpo/tag/install/uninstall.php 507 Bytes 2014-05-15 10:35:24
Sponsored links
正在加载中……

Switch to the English version?

Yes
SourceCodeSky 英文版
No
SourceCodeSky 中文版

完善个人资料,获价值¥30元积分奖励!