function GetUpdateTest() { global $arcID, $typeid, $cfg_make_andcat, $cfg_makeindex, $cfg_make_prenext; $revalue = $dolist = ''; if($cfg_makeindex=='Y' || $cfg_make_andcat=='Y' || $cfg_make_prenext=='Y') { if($cfg_make_prenext=='Y' && !empty($typeid)) $dolist = 'makeprenext'; if($cfg_makeindex=='Y') $dolist .= empty($dolist) ? 'makeindex' : ',makeindex'; if($cfg_make_andcat=='Y') $dolist .= empty($dolist) ? 'makeparenttype' : ',makeparenttype'; $dolists = explode(',', $dolist); $jumpUrl = "task_do.php?typeid={$typeid}&aid={$arcID}&dopost={$dolists[0]}&nextdo=".ereg_replace($dolists[0]."[,]{0,1}", '', $dolist); $revalue = "<table width='80%' style='border:1px dashed #cdcdcd;margin-left:20px;margin-bottom:15px' id='tgtable' align='left'><tr><td bgcolor='#EBF5C9'> <strong>正在进行相关内容更新,请完成前不要进行其它操作:</strong>/r/n</td></tr>/r/n"; $revalue .= "<tr><td>/r/n<iframe name='stafrm' frameborder='0' id='stafrm' width='100%' height='200px' src='$jumpUrl'></iframe>/r/n</td></tr>/r/n"; $revalue .= "</table>"; } else { $revalue = ''; } return $revalue; } |
新闻热点
疑难解答