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

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewsEdit.aspx.cs" Inherits="zj123.UI.images.Expro.NewsEdit" %>
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    <!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>
    <script type="text/javascript" charset="gb2312" src="../images/js/date.js"></script>
    </head>
    <body>
    <form id="form1" runat="server">
    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
    <table align="center" border="0" cellpadding="0" cellspacing="0" width="860" style="font-size:12px">
    <tr>
    <td align="center" bgcolor="#eef7ff" colspan="2" style="height: 20px">
    <strong>展会管理</strong></td>
    </tr>
    <tr bgcolor="#ffffff">
    <td align="center"  bgcolor="#e8f4ff" style=" 119px; height: 30px">
        所属类别:</td>
    <td bgcolor="#eef7ff" style="height: 30px">
        &nbsp;<asp:DropDownList ID="DdlGTypeId" runat="server"    Width="300px">
        </asp:DropDownList></td>
    </tr>
    <tr bgcolor="#ffffff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
    <div align="center">
    <span>
    标题:</span></div>
    </td>
    <td bgcolor="#eef7ff" style="height: 30px">
    <span class="font"
    style="background-color: #eef7ff"><font color="#666666"><font color="#999999"><font
    color="#ff6600">
    <asp:TextBox ID="TbGTitle" runat="server" Width="298px"></asp:TextBox></font></font></font></span></td>
    </tr>
    <tr bgcolor="#ffffff" style="background-color: #eef7ff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
    <span>关键字:</span></td>
    <td bgcolor="#eef7ff" style="color: #ff6600; height: 30px">
    <asp:TextBox ID="TbGKeyWord" runat="server" Width="298px"></asp:TextBox></td>
    </tr>
    <tr bgcolor="#ffffff" style="background-color: #eef7ff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
    <div align="center">
    <span><span>描述:</span></span></div>
    </td>
    <td bgcolor="#eef7ff" style="color: #ff6600; height: 30px">
    <span class="font">
    <asp:TextBox ID="TbGDescription" runat="server" Width="298px"></asp:TextBox></span></td>
    </tr>
    <tr bgcolor="#ffffff" style="background-color: #eef7ff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
        内容:</td>
    <td bgcolor="#eef7ff" style="color: #ff6600; height: 30px">
        <ce:editor id="TbGContent" runat="server"></ce:editor>
    </td>
    </tr>
    <tr bgcolor="#ffffff" style="background-color: #eef7ff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
    <span>添加时间:</span></td>
    <td bgcolor="#eef7ff" style="color: #ff6600; height: 30px">
    <asp:TextBox ID="TbGAddTime" onfocus="setday(this)"  runat="server" Width="298px"></asp:TextBox></td>
    </tr>
        <tr bgcolor="#ffffff">
            <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
                图片:</td>
            <td bgcolor="#eef7ff" style="height: 30px">
                <asp:FileUpload ID="FuGPic" runat="server" Width="377px" /></td>
        </tr>
        <tr bgcolor="#ffffff">
            <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px">
                属性:</td>
            <td bgcolor="#eef7ff" style="height: 30px">
                <asp:CheckBox ID="CbGRecommend" runat="server" Text="推荐" /></td>
        </tr>
    <tr bgcolor="#ffffff">
    <td align="center" bgcolor="#d2eaff" style=" 119px; height: 30px;">
    <div align="right">
    &nbsp;</div>
    </td>
    <td bgcolor="#eef7ff" style="height: 30px">
    &nbsp;<asp:Button ID="BtEdit" runat="server" Text="编辑" Width="67px" OnClick="BtEdit_Click" />
    &nbsp;&nbsp;&nbsp; <span class="font"></span></td>
    </tr>
    <tr>
    <td style=" 119px">
    &nbsp;</td>
    <td>
    &nbsp;</td>
    </tr>
    </table>
    </form>
    </body>
    </html>
  • 相关阅读:
    android activity lifecycle
    android hal 分析
    android hardware.c 源码分析
    linux cpio
    android boot.img unpack pack
    imx6 android4.2 编译
    repo 安装
    repo manifest.xml 分析
    ElasticSearch 5.0.0 安装部署常见错误或问题
    elasticsearch 安装(基于java运行环境)
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835747.html
Copyright © 2011-2022 走看看