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

📄 leaveword.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control Language="c#" EnableViewState="False" AutoEventWireup="false" Codebehind="LeaveWord.ascx.cs" Inherits="JiSuShop.Web.Skin.LeaveWord" %>
<%@ Register TagPrefix="JSS" TagName="MainHeader" Src="MainHeader.ascx" %>
<%@ Register TagPrefix="JSS" TagName="MainFooter" Src="MainFooter.ascx" %>
<%@ Register TagPrefix="JSS" TagName="LeftRecommendGoods" Src="LeftRecommendGoods.ascx" %>
<%@ Register TagPrefix="JSS" TagName="LeftAtSaleGoods" Src="LeftAtSaleGoods.ascx" %>
<%@ Register TagPrefix="JSS" TagName="Search" Src="Search.ascx" %>

<HTML>
	<HEAD>
		<TITLE>
			<asp:Literal ID="HeaderTitle" Runat="server"></asp:Literal></TITLE>
		<meta http-equiv="bulletin-date" content="<asp:Literal ID='HeaderBulletinDate' Runat='server' />">
<META NAME="robots" CONTENT="index, follow">
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW"> 
		<meta name="keywords" content="<asp:Literal ID='HeaderKeyWords' Runat='server'></asp:Literal>">
		<meta name="description" content="<asp:Literal ID='HeaderDescription' Runat='server'></asp:Literal>">
		<style type="text/css">@import url( Skin/Commodity/Images/Index.css ); @import url( Skin/Commodity/Images/Public.css ); @import url( Skin/Commodity/Images/Others.css ); 
	</style>
		<script src="Skin/Default/js/Function.js"></script>
	</HEAD>
<body>
		<form id="form1" runat="server">
		  <JSS:MainHeader id="MainHeader" runat="server" />
		  <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="183" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><img src="Skin/Commodity/Images/SortList_01.gif" width="183" height="68"></td>
                </tr>
                <tr>
                  <td><JSS:LEFTATSALEGOODS id="LeftAtSaleGoods" runat="server" SubTextCount="40" GoodsCount="10"/>
                  <JSS:LEFTRECOMMENDGOODS id="LeftRecommendGoods" runat="server" SubTextCount="40" ListCount="10" /></td>
                </tr>
                
              </table>
              </td>
              <td width="705" valign="top" class="Right">
			   <JSS:SEARCH id="Search" runat="server" />
			   <table width="705" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td>&nbsp;</td>
                </tr>
                 
              </table>
			   <table border="0" cellspacing="0" cellpadding="0" >
                <tr>
                  <td class="Right"><table width="679" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td class="AllGoods_Title"><img src="Skin/Commodity/Images/Leaveword_01.gif" width="679" height="57"></td>
                      </tr>
                    </table>
                      <asp:Panel ID="LeaveWordContent" Runat="server">
                        <asp:Repeater id="LeaveWordList" Runat="server" EnableViewState="False">
                          <ItemTemplate>
                            <table width="679" border="0" align="center" cellpadding="0" cellspacing="0" class="Bulletin">
                              <tr>
                                <td class="LeaveWord_pa"><table width="679" border="0" cellspacing="0" cellpadding="0" class="TeJia_Border">
                                    <tr>
                                      <td class="LeaveWord_Title">用户留言</td>
                                      <td align="right" class="LeaveWord_Title">用户名:
                                        <asp:Literal ID="LeaveName" runat="server" />                  
                                        | 时间:
                                        <asp:Literal ID="LeaveDate" runat="server" />                                      </td>
                                    </tr>
                                    <tr>
                                      <td colspan="2" class="LeaveWord_Content"><asp:Literal ID="LeaveContent" runat="server" /></td>
                                    </tr>
                                    <tr>
                                      <td colspan="2" class="Reply_Title"><asp:Literal ID="ReplyName" Runat="server" /></td>
                                    </tr>
                                    <tr>
                                      <td colspan="2" class="Reply_Content"><asp:Literal ID="ReplyContent" runat="server" /></td>
                                    </tr>
                                </table></td>
                              </tr>
                            </table>
                          </ItemTemplate>
                        </asp:Repeater>
                      </asp:Panel>
                    <asp:Panel ID="InexistenceLeaveWord" Runat="server" Visible="False">
                        <TABLE cellSpacing="0" cellPadding="0" width="679" border="0">
                          <TR>
                            <TD align="center" class="C_padding"><asp:Literal id="NoLeaveWord" Runat="server"></asp:Literal></TD>
                          </TR>
                        </TABLE>
                    </asp:Panel>
                    <TABLE cellSpacing="0" cellPadding="0" width="679" border="0">
                        <TR>
                          <TD class="C_pages"><asp:Panel id="Paging" Runat="server">
                              <asp:Literal id="PageSize" Runat="server" Text="5" Visible="False"></asp:Literal>
                              <asp:Literal id="PageNumber" Runat="server" Text="3" Visible="False"></asp:Literal>
                          </asp:Panel></TD>
                        </TR>
                    </TABLE>
                    <table width="679" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><span class="center"><img src="Skin/Commodity/Images/LeaveWord.jpg" width="679" height="53"></span></td>
                      </tr>
                      <tr>
                        <td class="Leave_bt"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="LiuYan_Border">
                          <tr>
                            <td colspan="2"  class="center">&nbsp;</td>
                          </tr>
                          
                          <tr>
                            <td align="right">姓名:</td>
                            <td><asp:TextBox runat=server id=Name />                        
                                <asp:RequiredFieldValidator id="RName" runat="server" ErrorMessage="*(必填)" ControlToValidate="Name"></asp:RequiredFieldValidator></td>
                          </tr>
                          <tr>
                            <td align="right">E-MAIL地址:</td>
                            <td><asp:TextBox Runat=server ID=Email />                        
                                <asp:RequiredFieldValidator id="REmail" runat="server" ErrorMessage="*(必填)" ControlToValidate="Email" Display="Dynamic"></asp:RequiredFieldValidator>
                                <asp:RegularExpressionValidator id="ReEmail" runat="server" ErrorMessage="E-MAIL地址格式不正确!" ControlToValidate="Email"
										Display="Dynamic" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></td>
                          </tr>
                          <tr>
                            <td align="right">内容:</td>
                            <td><asp:TextBox Runat=server TextMode=MultiLine Rows=4 Columns=60 ID="Content"></asp:TextBox>
                                <asp:RequiredFieldValidator id="RContent" runat="server" ErrorMessage="*(必填)" ControlToValidate="Content"></asp:RequiredFieldValidator></td>
                          </tr>
                          <tr>
                            <td>&nbsp;</td>
                            <td height="35" class="Edit_Word"><asp:Button Runat=server ID=Submit Text=提交留言 CssClass="C_Input"></asp:Button>                            </td>
                          </tr>
                        </table></td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table></td>
              <td valign="top">&nbsp;</td>
            </tr>
          </table>
		  <JSS:MainFooter id="MainFooter" runat="server" />
		</form>
</body>
</HTML>

⌨️ 快捷键说明

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