视频专题列表
GetOne($csqlStr); if(is_array($row)){ $TotalResult = $row['dd']; }else{ $TotalResult = 0; } $TotalPage = ceil($TotalResult/$numPerPage); if ($page>$TotalPage) $page=$TotalPage; $limitstart = ($page-1) * $numPerPage; if($limitstart<0) $limitstart=0; $sql="select * from sea_topic ORDER BY id DESC limit $limitstart,$numPerPage"; $dsql->SetQuery($sql); $dsql->Execute('al'); while($row=$dsql->GetObject('al')) { if(!is_array($row)) { $ts=$row->vod; $tsn=$row->news; if($ts !=="") { $ta=explode("ttttt",$ts); $tcount=count($ta); }else { $tcount=0; } if($tsn !=="") { $tan=explode("ttttt",$tsn); $tcountn=count($tan); }else { $tcountn=0; } } else { $tcount=0; $tcountn=0; } if ($GLOBALS ['cfg_runmode'] == '0') { $topicLink = "/" . $GLOBALS ['cfg_cmspath'] . $GLOBALS ['cfg_filesuffix'] . "/" . $row->enname . $GLOBALS ['cfg_filesuffix2']; } if ($GLOBALS ['cfg_runmode'] == '1') { $topicLink = "/" . $GLOBALS ['cfg_cmspath'] . $GLOBALS ['cfg_filesuffix'] . "/?" . $row->id . $GLOBALS ['cfg_filesuffix2']; } if ($GLOBALS ['cfg_runmode'] == '2') { $topicLink = "/" . $GLOBALS ['cfg_cmspath'] . $GLOBALS ['cfg_filesuffix'] . "/" . $row->id . $GLOBALS ['cfg_filesuffix2']; } ?> id){?> class="editlast" name="topictr" id="topictrid;?>" >
ID 专题名称 专题视频 专题新闻 生成 排序 操作
id;?> name;?> enname,$row->id);?> 编辑   上移   下移   删除
全选反选  
 页次:/ 每页 总收录数据首页 上一页 下一页 尾页  跳转