File:management.html
Method:query(table,*app,*connect)
default.catalog
对像不存在
xmls/manage.xmls
...tr}">
<td width="48">
<span class="blueone">{@num}</span>
</td>
<td width="230">
<a href="{~manageview.html&cid=*CatalogId&id=*ContentId}" target="_blank">
{*Title}</a>
</td>
<td width="130">
<span class="reyone">{@Chengtime}</span>
</td>
<td width="130">
<span class="reyone">{@Updatetime}</span>
</td>

<td width="115">{@rowitem[Net]}</td>
<td width="115">{@rowitem[Profit]}</td>
<td width="70">{*Deadline}</td>
<td width="100">
<span class="bluetwo">{*Fundstatus}</span>
#];
@
querycata=$query(catalog,wealth);
@querynew=$query(content,wealth);
@queryitem=$query(item,wealth);
@CatalogId=$http.get(cid,1);
@querynew[CatalogId]=@CatalogId;
@querycata[CatalogId]=@CatalogId;

@AreaId=$shell[AreaId];
@querycata[AreaId]=@AreaId;
@querynew[AreaId]=@AreaId;
@cataname=@querycata.scalar(CatalogName,['CatalogId={*CatalogId} and AreaId={*AreaId}']);
@listnews=@querynew.dataPager(*,['Status>0 and CatalogId={*CatalogId} and AreaId={*AreaId}'],['Cheng desc,ContentId desc'],...