您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->小区物业管理系统源码>>admin/editchargetype.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:文件类型 SmallHouse/admin/editchargetype.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editchargetype.aspx.cs" Inherits="admin_Default2" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head id="Head1" runat="server"> 7 <title>添加友情链接</title> 8 9<LINK href="image/style.css" type=text/css rel=stylesheet> 10</head> 11<body> 12 <form id="form1" runat="server"> 13 <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0> 14 <TBODY> 15 <TR> 16 <TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD> 17 <TD width="100%" background=image/r_0.gif style="height: 5px"></TD> 18 <TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR> 19 20 <TR> 21 <TD></TD> 22 <TD> 23 24 25 <table class="toptable grid" cellspacing=1 cellpadding=1 align=center 26 border=1> 27 <tbody> 28 <tr> 29 <td class=category colspan="3">&nbsp;添加小区物业收费类型</td> 30 </tr> 31 <tr> 32 <td colspan="2" width="25%" style="height: 28px" align="right"> 33 <strong><span style="color: #003373; background-color: #ffffff">收费名称:</span></strong></td> 34 <td colspan="1" style="height: 28px"> 35 <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> 36 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" 37 ErrorMessage="请输入收费名称"></asp:RequiredFieldValidator>&nbsp; 38 </td> 39 </tr> 40 <tr> 41 <td colspan="2" align="right" style="height: 28px"> 42 收费标准:</td> 43 <td colspan="1" style="height: 28px"> 44 <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox> 45 <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox3" 46 ErrorMessage="请输入收费标准"></asp:RequiredFieldValidator> 47 </td> 48 </tr> 49 <tr> 50 <td align="right" colspan="2" style="height: 72px"> 51 收费说明:</td> 52 <td colspan="1" style="height: 72px"> 53 <asp:TextBox ID="TextBox2" runat="server" Height="89px" TextMode="MultiLine" Width="280px"></asp:TextBox></td> 54 </tr> 55 56 <tr> 57 <td align="right" colspan="2" style="height: 23px"> 58 </td> 59 <td colspan="1" style="height: 23px"> 60 <asp:Button ID="Button1" runat="server" Text="修改" Width="60px" OnClick="Button1_Click" /> 61 &nbsp;<asp:Button ID="Button2" runat="server" Text="取消" Width="68px" /></td> 62 </tr> 63 </tbody> 64 </table> 65 66 </TD> 67 <TD></TD></TR> 68 69 70 71 72 <TR> 73 <TD><IMG alt="" src="image/r_4.gif"></TD> 74 <TD></TD> 75 <TD><IMG alt="" 76src="image/r_3.gif"></TD></TR></TBODY></TABLE> 77 </form> 78</BODY> 79 80 81</html> 82 83
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:小区物业管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号