
软件的介绍(标题,简介,软件大小。。。)
LM_DOWN_CONTENT_CONTENT_JIESHAO.html点击数:
模版代码
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="font-size:12px;">
<!--DWLayoutTable-->
<tr>
<td height="25" colspan="2" valign="cetent"><li style="list-style:square;padding-bottom:2px; padding-top:2px; display:block; background-color:#A3F1D6; font-size:14px; ">[$SoftName]</li></td>
</tr>
<tr>
<td width="572" height="189" valign="top">
<table width="100%" height="189" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="100%" height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#F2F2F2;">软件评级:<?php
echo str_repeat("<img src='".$this->_tpl_vars['PUBLISH_URL']."images/star.gif' border='0'>", $this->_tpl_vars[Star]);
?></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#E3F9F1; ">软件界面:<if test="$Photo!=''">
<A HREF="[$Photo]" target="_blank">界面预览</A>
<else>
暂无界面预览
</if> </li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; list-style:square; display:block; background-color:#F2F2F2;">软件语言:[$Language]</li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#E3F9F1; ">软件大小:[$SoftSize]</li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#F2F2F2;">运行环境:[$Environment]</li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#E3F9F1; ">软件类型:[$SoftType]</li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#F2F2F2;">开发商:<A HREF="[$Developer]" target="_blank">Home Page</A> </li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#E3F9F1; ">更新日期:[@date('Y-m-d',$PublishDate)] </li></td>
</tr>
<tr>
<td height="20"><li style="list-style:square; padding-top:2px; display:block; background-color:#F2F2F2;">下载次数:本日:
<script src="[$PUBLISH_URL]counter.php?o=display&type=today&Id=[$IndexID]"></script>
本月:
<script src="[$PUBLISH_URL]counter.php?o=display&type=month&Id=[$IndexID]"></script>
总计:
<script src="[$PUBLISH_URL]counter.php?o=display&Id=[$IndexID]"></script></li></td>
</tr>
</table></td>
<td width="309" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="100%" height="189" align="center" valign="middle"><if test="$Photo!=''">
<A HREF="[$Photo]" target="_blank"><img src="[$Photo]" height="200" width="160" alt=" [$SoftName]" border="0"></A>
</if></td>
</tr>
</table></td>
</tr>
<tr>
<td height="0"></td>
<td></td>
</tr>
</table>
