<% if admindj="3" then Response.Write "



权限不足,你没有此功能的管理权限" Response.end end if 'ON ERROR RESUME NEXT %> <% path=config("path") path=replace(path,"admin/","") Application("path")=path %>
<% id=trim(request("id")) lx=trim(request("lx")) if lx="" then lx=1 if id<>"" then set rs = Server.CreateObject("ADODB.RecordSet"):rs.cursorlocation=3 rs.Open "select * from [XsProMB] where ID="&ID&" order by id desc",conn,1,1 if rs.recordcount<>0 then title=rs("title") eprolistMB=rs("prolistMB") eproviewMB=rs("proviewMB") eProPageSL=rs("ProPageSL") eprolistys=rs("prolistys") eProTitleZS=rs("ProTitleZS") eProPICW=rs("ProPICW") eProPICH=rs("ProPICH") end if rs.close:set rs=nothing conn.close:set conn=nothing else '属于新的情况时,则默认值 eProPageSL=20 end if %>
返回产品模版列表

标题

 

产品列表模版
(promore.asp)

使用HTML代码

$$列表$$
$$分类名$$
$$路径$$
 
产品显示模版
(proview.asp)

使用HTML代码

$$标题$$
$$缩略图$$
$$介绍内容$$
$$产品类别$$
$$数量$$
$$价格$$
$$阅读次数$$
$$联系人$$
$$QQ$$
$$MSN$$
$$电子邮箱$$
$$联系电话$$
$$购买按钮$$
 

产品模版相关设置

产品列表样式    
每页产品显示行数    
产品列表标题字数    
产品列表缩略图宽    
产品列表缩略图高    
列表CSS样式名 产品标题:class=xsprotitle
产品价格:class=xspromoney
产品缩略图:class=xsPropic
联系方式:class=xsprolxfs
请自行在模版中定义CSS样式。