<%diy("head")%> <%template src="header.html"%> <%template src="ny_banner.html"%>
<%template src="procp_left.html"%> <%if(model.fields!=null && model.fields.Length>2)%> <%set DataTable fields=get_article_fields()%> <%/if%>
<%if(model.photos!=null && model.photos!="")%> <%set DataTable photos=get_article_photos()%> <%csharp%> string tempSize = Convert.ToString(photos.Rows[0]["original_path"]); <%/csharp%>
向左
    <%foreach(DataRow dr in photos.Rows)%>
  • <%/foreach%>
向右
<%else %> <%/if%>

{model.title}

简介—— <%cutstring({model.zhaiyao},120)%>

  • {model.catname}

详情内容/ Content details

手机扫一扫
{model.content}
  • 上一篇:<%=get_prevandnext_article( -1, "没有了")%>
  • 下一篇:<%=get_prevandnext_article(1, "没有了")%>
【返回列表】

【推荐阅读】↓

    <%set DataTable newsList=get_related_content(1,10)%> <%foreach(DataRow dr in newsList.Rows)%>
  • {dr[title]}
  • <%/foreach%>
<%template src="footer.html"%> <%template src="color.html"%>