<%if (id == 0 && type != ""){%>
<%=Name%>
<%=Content%>
<%
}else{
string strwhere = "";
if (type !=""){
strwhere="id = "+ pageid +"";
}else{
strwhere="Node_id="+node.id+"";
}
%>
${#table:Lebi_Page;#where:"+strwhere+";#pagesize:999;
{%Name%}
<%if ({Description} != ""){ %>
{%Description%}
<%} %>
<%=ImgSrc({Content},CurrentLanguage.IsLazyLoad) %>
}$
<%} %>