温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博直销系统软件源码
当前文件:
WangBoDirect/admin/lyxt.aspx,打开代码结构图
WangBoDirect/admin/lyxt.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="lyxt.aspx.cs" Inherits="admin_lyxt" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>无标题页作者QQ:405098219 8
9
联系电话:13518884166 10
</TITLE> 11
<link href="../include/e1.css" rel="stylesheet" type="text/css" /> 12
</head> 13
<body> 14
<form id="form1" runat="server"> 15
<div> 16
<table border="0" cellPadding="0" cellSpacing="0" width="100%"> 17
<tr> 18
<td width="31" height="20" align="right" bgcolor="0065CA"> 19
<div align="left"><b></b> </div></td> 20
<td width="589" height="20" bgcolor="0065CA"><b> <span style="font-size: 10.5pt; letter-spacing: 1"><font color="#FFFFFF"> 21
留言信息</font></span></b></td> 22
<td width="149" height="20" bgcolor="0065CA"></td> 23
</tr> 24
</table> 25
</div> 26
<asp:GridView ID="GridView1" width="100%" runat="server" AutoGenerateColumns="False" BorderWidth="0px"> 27
<Columns> 28
<asp:TemplateField> 29
<ItemTemplate> 30
<table bgcolor=AliceBlue cellpadding="2" border="0" width="100%" cellspacing="0" style="border-collapse: collapse" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF"> 31
<tr> <td> 32
<img src="../image/gb.gif" WIDTH="11" HEIGHT="11"> 33
<font color="#000099">主题:</font> 34
<font color="#000099"><%# DataBinder.Eval(Container.DataItem, "webhww_lybt").ToString()%></font><font color="#000099">电话</font> 35
<font color="#000099"><%# DataBinder.Eval(Container.DataItem, "webhww_dh").ToString()%></font> 36
<font color="#CC6600"><b> →</b>[<%# DataBinder.Eval(Container.DataItem, "webhww_lysj").ToString()%>]</font> 37
</td> 38
<td align=right> 39
<a href="lyhf.aspx?lid=<%# DataBinder.Eval(Container.DataItem, "id").ToString()%>"><img src="../Image/arrow03.gif" width="11" height="11" border="0">回复</a> 40
</td> 41
</tr> 42
<tr> 43
<td> 44
<font color="#000099">内容:</font> 45
<font color="#000099"><%# DataBinder.Eval(Container.DataItem, "webhww_lynr").ToString()%></font> 46
47
</td> 48
</tr> 49
<tr> 50
<td> 51
<font color="#000099">回复:</font> 52
<font color="#000099"><%# DataBinder.Eval(Container.DataItem, "webhww_glyhf").ToString()%></font> 53
54
</td> 55
</tr> 56
</table> 57
</ItemTemplate> 58
</asp:TemplateField> 59
</Columns> 60
</asp:GridView> 61
</form> 62
</body> 63
</html> 64



