批量设置栏目";
//系统模型
$m_sql=$empire->query("select mid,mname,usemod from {$dbtbpre}enewsmod order by myorder,mid");
while($m_r=$empire->fetch($m_sql))
{
if(empty($m_r[usemod]))
{
if($m_r[mid]==$r[modid])
{$m_d=" selected";}
else
{$m_d="";}
$mod_options.="";
}
//列表模板
$listtemp_options.="";
$lt_sql=$empire->query("select tempid,tempname from ".GetTemptb("enewslisttemp")." where modid='$m_r[mid]'");
while($lt_r=$empire->fetch($lt_sql))
{
if($lt_r[tempid]==$r[listtempid])
{$lt_d=" selected";}
else
{$lt_d="";}
$listtemp_options.="";
}
//搜索模板
$searchtemp.="";
$st_sql=$empire->query("select tempid,tempname from ".GetTemptb("enewssearchtemp")." where modid='$m_r[mid]'");
while($st_r=$empire->fetch($st_sql))
{
if($st_r[tempid]==$r[searchtempid])
{$st_d=" selected";}
else
{$st_d="";}
$searchtemp.="";
}
$newstemp_options.="";
$nt_sql=$empire->query("select tempid,tempname from ".GetTemptb("enewsnewstemp")." where modid='$m_r[mid]'");
while($nt_r=$empire->fetch($nt_sql))
{
if($nt_r[tempid]==$r[newstempid])
{$nt_d=" selected";}
else
{$nt_d="";}
$newstemp_options.="";
}
}
//会员组
$qgroup='';
$qgbr='';
$qgi=0;
$sql1=$empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
while($l_r=$empire->fetch($sql1))
{
if($r[groupid]==$l_r[groupid])
{$select=" selected";}
else
{$select="";}
$group.="";
//投稿
$qgi++;
if($qgi%6==0)
{
$qgbr='
';
}
else
{
$qgbr='';
}
$qgchecked='';
if(strstr($r[qaddgroupid],','.$l_r[groupid].','))
{
$qgchecked=' checked';
}
$qgroup.="".$l_r[groupname]." ".$br;
}
//封面模板
$classtempsql=$empire->query("select tempid,tempname from ".GetTemptb("enewsclasstemp")." order by tempid");
while($classtempr=$empire->fetch($classtempsql))
{
$select="";
if($r[classtempid]==$classtempr[tempid])
{
$select=" selected";
}
$classtemp.="";
}
//js模板
$jstempsql=$empire->query("select tempid,tempname from ".GetTemptb("enewsjstemp")." order by tempid");
while($jstempr=$empire->fetch($jstempsql))
{
$select="";
if($r[jstempid]==$jstempr[tempid])
{
$select=" selected";
}
$jstemp.="";
}
//评论模板
$pltempsql=$empire->query("select tempid,tempname from ".GetTemptb("enewspltemp")." order by tempid");
while($pltempr=$empire->fetch($pltempsql))
{
$select="";
if($r[pltempid]==$pltempr[tempid])
{
$select=" selected";
}
$pltemp.="";
}
//WAP模板
$wapstyles='';
$wapstyle_sql=$empire->query("select styleid,stylename from {$dbtbpre}enewswapstyle order by styleid");
while($wapstyle_r=$empire->fetch($wapstyle_sql))
{
$select="";
if($r[wapstyleid]==$wapstyle_r[styleid])
{
$select=" selected";
}
$wapstyles.="";
}
//预设投票
$infovotesql=$empire->query("select voteid,ysvotename from {$dbtbpre}enewsvotemod order by voteid desc");
while($infovoter=$empire->fetch($infovotesql))
{
$select="";
if($r[definfovoteid]==$infovoter[voteid])
{
$select=" selected";
}
$definfovote.="";
}
//--------------------操作的栏目
$fcfile="../data/fc/ListEnews.php";
$do_class="";
if(!file_exists($fcfile))
{$do_class=ShowClass_AddClass("","n",0,"|-",0,0);}
db_close();
$empire=null;
//当前使用的模板组
$thegid=GetDoTempGid();
?>
位置:=$url?> |