manageshortcutmenu.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="C#" CodeBehind="manageshortcutmenu.aspx.cs" Inherits="Discuz.Web.Admin.manageshortcutmenu" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <%@ Register Src="../UserControls/PageInfo.ascx" TagName="PageInfo" TagPrefix="uc1" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head runat="server">
  7.     <title>快捷菜单管理</title>
  8.     <link href="../styles/datagrid.css" type="text/css" rel="stylesheet">
  9.     <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet">
  10.     <script type="text/javascript" src="../js/common.js"></script>
  11. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  12. </head>
  13. <body>
  14.     <form id="form1" runat="server">
  15.     <uc1:PageInfo ID="info1" runat="server" Icon="information" Text="添加方式:请点击功能页面上的“<img style=&quot;vertical-align:middle&quot; src=&quot;../images/addmenu.gif&quot; align=&quot;absmiddle&quot;> 加入收藏”链接进行收藏." />
  16.     <cc1:datagrid id="DataGrid1" runat="server" OnDeleteCommand="DataGrid1_DeleteCommand" OnItemDataBound="DataGrid1_ItemDataBound">
  17.       <Columns>
  18.     <asp:BoundColumn DataField="local" HeaderText="位置"></asp:BoundColumn>
  19.         <asp:ButtonColumn CommandName="Delete" HeaderText="操作" Text="删除"></asp:ButtonColumn>
  20.       </Columns>
  21.     </cc1:datagrid>
  22.     </form>
  23.     <%=footer%>
  24. </body>
  25. </html>