<%template src=/css.html/%> <%template src=/header.html/%>

{model.name}

<%csharp%> string locktexs=model.state==1?"解锁":"已解锁"; string taglist=model.tags.Contains(",")?model.tags.Split(',')[0]:model.tags; <%/csharp%>

状态: {locktexs}

网站: {model.weburl}

描述:

{model.describe}

标签:

<%set (DataTable){tag_list2}=get_tags_list("id in ("+{model.tags}+")")%> <%loop tagr12 tag_list2%> ">{tagr12[name]}<%/loop%>


相关类别:

<%template src=/footer.html/%>