zoukankan      html  css  js  c++  java
  • 新闻分类添加页面源码

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SortEdit.aspx.cs" Inherits="zj123.UI.images.Expro.SortEdit" %>

    <!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 id="Head1" runat="server">
        <title>类别编辑</title>
               <link href="../images/style/style.css"  type="text/css" rel="stylesheet">
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <table bgcolor="#c4d8ed" border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                    <tr>
                        <td>
                        </td>
                        <td>
                         
                            <table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid fixed"
                                style="color: #0000ff">
                                <tbody>
                                    <tr>
                                        <td align="center" colspan="1" style="height: 41px">
                                        </td>
                                        <td align="center" colspan="6" style="height: 41px; text-align: center">
                                            <strong>编辑分类</strong></td>
                                    </tr>
                                    <tr>
                                        <td align="right" colspan="1" style="height: 39px">
                                            名称:</td>
                                        <td align="left" colspan="6" style="height: 39px">
                                            <asp:TextBox ID="TbName" runat="server" Width="441px"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="right" colspan="1" style="height: 53px">
                                            备注:</td>
                                        <td align="left" colspan="6" style="height: 53px">
                                            <asp:TextBox ID="TbIntro" runat="server" Height="145px" TextMode="MultiLine" Width="631px"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="center" style="height: 29px">
                                        </td>
                                        <td align="center" style="height: 29px">
                                            </td>
                                        <td colspan="5" style="height: 29px">
                                            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Button ID="BtEdit" runat="server" OnClick="BtVerfly_Click"
                                                Text="编辑" />
                                            &nbsp; &nbsp;
                                            <asp:Button ID="BtDel" runat="server" OnClick="BtDel_Click" Text="关闭" />
                                            &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;<span class="t2"></span></td>                         </tr>
                                    <tr>
                                        <td colspan="1">
                                        </td>
                                        <td colspan="6">
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                            <div>
                            </div>
                        </td>
                        <td>
                        </td>
                    </tr>
                </tbody>
            </table>
       
        </div>
        </form>
    </body>
    </html>

  • 相关阅读:
    fir.im Weekly
    【转】UITextView的使用详解
    UITextView textViewShouldEndEditing
    【转】 iOS 两种方法实现左右滑动出现侧边菜单栏 slide view
    【转】 UITableView 的indexPath
    【转】 iOS Provisioning Profile(Certificate)与Code Signing详解
    【原】AVAudio录制,播放 (解决真机播放音量太小)
    iOS开发知识点:理解assign,copy,retain变strong
    【转】 NSArray copy 问题
    UITableView中的visibleCells的用法(visibleCells帮上大忙了)
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835751.html
Copyright © 2011-2022 走看看