📄 follow_display.inc
字号:
<asp:repeater ID="repcontent" runat="server">
<headertemplate>
<center><font size="4" color="#FF3333">以下为该帖的所有跟帖</font></center>
</headertemplate>
<itemtemplate>
<table width="600" border="0" align="center">
<tr>
<!--由此可以得到发帖人的信息-->
<td align="left" width="200">跟帖人:<a href=<%#"personinfo.aspx?id=" & container.dataitem("id")%> target=_new><%#container.dataitem("id")%></a></td>
<td align="left" width="200">发帖时间:<%#container.dataitem("pup_time")%></td>
<td align="left" width="200">发短消息</td>
</tr>
<tr>
<td colspan="3" width="600">内容:<span><%#replace(container.dataitem("content"),chr(13)+chr(10),"<br>")%></span></td>
</tr>
</table>
</itemtemplate>
<separatortemplate>
<hr color="seagreen">
</separatortemplate>
<footertemplate>
<center><font size="4" color="#FF3333">以上为该帖的所有跟帖</font></center>
</footertemplate>
</asp:repeater>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -