现在用的帝国下载系统
要在首页显示软件列表,点击软件名称直接下载!不知道该怎么做了!
已经尝试的方法: 使用 <img src='../data/images/downloadjt.gif' border=0 align='absmiddle'> <a href='../DownSoft/get.php?softid=[!--softid--]&pathid=[!--pathid--]'>[!--softname--]</a>
无法获取[--softid--]
贴出来代码:
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#E7F1FE"> [e:loop={0,12,0,0}] <tr bgcolor="#FFFFFF"> <td width="17%" height="24"> <div align="center"><a href="<?=$bqsr[classurl]?>" target="_blank"><font color="#666666"> <?=$bqsr[classname]?></font></a> </div></td> <td width="67%"><a href="<?=$bqsr[softurl]?>" target="_blank"> <?=DoTitleFont($bqr[titlefont],$bqr[softname])?></a></td> <td width="16%"> <div><a href='../DownSoft/get.php?softid=[!--softid--]&pathid=[!--pathid--]'>[!--softname--]</a></div> <div align="center"><font color="#666666"> <?=date("Y-m-d",$bqr[softtime])?></font></div></td> </tr> [/e:loop]
-------------------------------------------------------------------- 谢谢!! 2楼 的正解!
|