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

📄 megshow.ascx

📁 可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员的权限。 可设置一系列的网站参数 可设置前台列表的显示数量 支持虚拟目录的运行和任意目录
💻 ASCX
字号:
<%@ Control Language="vb" AutoEventWireup="false" EnableViewState="false" Inherits="WanerSoft.Controls.MegShow" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Import Namespace="WanerSoft.Cache" %>
<%@ Import Namespace="WanerSoft.Sys.WSMeg" %>
<%@ Register TagPrefix="WS" TagName="Header" Src="../Header.ascx" %>
<%@ Register TagPrefix="WS" TagName="Login" Src="../Login.ascx" %>
<%@ Register TagPrefix="WS" TagName="Menu" Src="../Menu.ascx" %>
<%@ Register TagPrefix="WS" TagName="Footer" Src="../Footer.ascx" %>
<WS:Header id="Header" PageTitle=" - 短消息查看" Runat="Server" />
<WS:Login id="Login" Runat="Server" />
<WS:Menu id="Menu" Runat="Server" />
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
    <td height="2"></td>
  </tr>
  <tr>
    <td height="2" bgcolor="#CCCCCC"></td>
  </tr>
  <tr>
    <td height="2"></td>
  </tr>
  <tr>
    <td height="1" bgcolor="#CCCCCC"></td>
  </tr>
      	    <tr>
    <td height="3"></td>
  </tr>
  <tr>
    <td height="24" valign="middle" bgcolor="#efefef"><!--#include file="Menu.inc" --></td>
  </tr>
  <tr>
    <td height="586" valign="top" class="td4"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="5"></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td height="24" bgcolor="#efefef">&nbsp; <img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11" /> <span class="s1">短消息查看</span></td>
      </tr>
      <tr>
        <td height="1" bgcolor="#cccccc"></td>
      </tr>
	  <form runat="server">
      <tr>
        <td height="92" valign="top"><br />
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="18%" height="24"><div align="right">发送人:</div></td>
              <td width="82%" height="24"><%=Fuser%></td>
            </tr>
            <tr>
              <td height="24"><div align="right">标题:</div></td>
              <td height="24"><%=Title%></td>
            </tr>
            <tr>
              <td height="69" valign="top"><div align="right"><br />
                内容:</div></td>
              <td height="69"><%=TextType%></td>
            </tr>

            <tr>
              <td height="24">&nbsp;</td>
              <td height="24">[<a href="<%=Configs.RootFolder%>User/MegShow.aspx?fusername=<%=Fuser%>&ToTitle=<%=Title%>&id=<%=Request("id")%>">回复</a>]&nbsp;&nbsp;&nbsp; [<a href="<%=Configs.RootFolder%>User/MegShow.aspx?action=dbook&id=<%=Request("id")%>">删除</a>]</td>
            </tr>
          </table></td>
      </tr>
	        <tr>
        <td height="30">&nbsp;</td>
      </tr>
      <tr>
        <td height="24" bgcolor="#efefef">&nbsp; <img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11" /> <span class="s1">发送短消息</span></td>
      </tr>
      <tr>
        <td height="1" bgcolor="#cccccc"></td>
      </tr>
      <tr>
        <td><table width="600" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="58" height="30"><div align="right">呢&nbsp; 称:</div></td>
    <td width="442"><asp:TextBox ID="tusername" runat="server" />
      &nbsp;
      <asp:RequiredFieldValidator id="R1" ControlToValidate="tusername" Display="Static" Width="30%" runat="server">请填写好友呢称!</asp:RequiredFieldValidator>
      <asp:Label ID="Meg1" runat="server" /></td>
  </tr>
  <tr>
    <td height="30"><div align="right">标&nbsp; 题:</div></td>
    <td><asp:TextBox ID="megtitle" runat="server" width="50%" />&nbsp;<asp:RequiredFieldValidator id="R121" ControlToValidate="megtitle" Display="Static" Width="30%" runat="server">请填写标题!</asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td><div align="right">内&nbsp; 容:</div></td>
    <td><asp:TextBox ID="megtext" runat="server" TextMode="MultiLine" Columns="50" Rows="7" />
      &nbsp;
      <asp:RequiredFieldValidator id="R12" ControlToValidate="megtext" Display="Static" Width="30%" runat="server">请填写内容</asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="43">&nbsp;</td>
    <td><asp:Button ID="MegSend" Text="发送消息" runat="server" /></td>
  </tr>
</table></td>
      </tr>
	    </form>
    </table></td>
  </tr>
</table>
<WS:Footer id="Footer" Runat="Server" />

⌨️ 快捷键说明

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