⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 leaveinfo.aspx

📁 易想商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LeaveInfo.aspx.cs" Inherits="YXShop.Web.Membercenter.Dynamic.LeaveInfo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <link href="../../configuration/css/web.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
function DeliverDel(id)
{
if(confirm("删除后将不可再恢复,您确认要删除吗?"))
    {
        YXShop.Web.Admin.Orders.leaveInfo.ItemDel(id)
        DeleteRow();
    }
}
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <asp:Repeater ID="Repeater2" runat="server">
        <HeaderTemplate>
            <table id="tablist" border="0" bordercolor="#D5D5D5" cellpadding="1" cellspacing="1"
                width="100%" align="center" style="border: solid 1px #D5D5D5">
                <tr class="TrTitle" height="25">
            <td>订单号</td>
            <td>内容</td>
            <td>创建时间</td>
            <td>状态</td>
            <td>操作</td>
            </tr>
        </HeaderTemplate>
        <AlternatingItemTemplate>
        <tr   class="Tr" align="center" height="25" onmouseover="overColor(this)" onmouseout="outColor(this)">
            <td><%# Eval("OrderID")%></td>
            <td><%# Eval("Content")%></td>
            <td><%# Eval("CreateDate")%></td>
            <td><%# LeaveStatu(Eval("State"))%></td>
            <td><%# ControlSet(Eval("OrderID"), Eval("ID"), Eval("State"))%></td>
            </tr>
        </AlternatingItemTemplate>
        <ItemTemplate>
          <tr  class="Tr" align="center" height="25" onmouseover="overColor(this)" onmouseout="outColor(this)">
            <td><%# Eval("OrderID")%></td>
            <td><%# Eval("Content")%></td>
            <td><%# Eval("CreateDate")%></td>
            <td><%# LeaveStatu(Eval("State"))%></td>
            <td><%# ControlSet(Eval("OrderID"),Eval("ID"),Eval("State")) %></td>
            </tr>
        </ItemTemplate>
        <FooterTemplate>
            </table>
        </FooterTemplate>
        </asp:Repeater>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -