Changes between Initial Version and Version 1 of Ticket #46


Ignore:
Timestamp:
12/20/2012 11:16:57 AM (13 years ago)
Author:
lifeng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46 – Description

    initial v1  
    11intf/special/_searchHTML.jsp 
    22{{{ 
    3 ks.*.com.cn//search.jsp?appName=*&returnType=json&return=authorId,login,id,title,date,summary,access,replycount&pageNo=*&perPage=*&highlight=title,summary&sort=*&q=* 
     3ks.*.com.cn/search.jsp?appName=*&returnType=json&return=authorId,login,id,title,date,summary,access,replycount&pageNo=*&perPage=*&highlight=title,summary&sort=*&q=* 
    44}}} 
     5templates/auto/forum.jsp 
     6{{{ 
     7$.ajax({ 
     8   url:'http://ks.pcauto.com.cn/search.jsp?appName=auto_cms_base&q=channel_id\:'+getAreaCmsId(_areaId)+'&return=title,url&highlight=false&returnType=json&sort=time\:desc&pageNo=1&perPage=3&func=ksCallback', 
     9   dataType:'script', 
     10   cache:true 
     11}); 
     12}}}