温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:WO@BIZ第一季1.2版源码
当前文件:
WOBIZ/admin/variable.aspx,打开代码结构图
WOBIZ/admin/variable.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="variable.aspx.cs" Inherits="admin_variable" ValidateRequest="false" %> 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 runat="server"> 7
<title>站点设置</title> 8
<link href="Css/admin.css" rel="stylesheet" type="text/css" /> 9
</head> 10
<body> 11
<form id="form1" runat="server"> 12
<div> 13
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 14
<tr> 15
<td width="10"><img src="Images/z-top_left.gif" width="10" height="33"></td> 16
<td valign="bottom" background="Images/z-center_center.gif"><table width="100" border="0" cellspacing="0" cellpadding="0"> 17
<tr> 18
<td width="3"><img src="Images/left1.gif" width="3" height="29"></td> 19
<td background="Images/center1.gif"><div align="center"><strong>基本设置</strong></div></td> 20
<td width="3"><img src="Images/right1.gif" width="3" height="29"></td> 21
</tr> 22
</table></td> 23
<td width="5"><img src="Images/z-top_right.gif" width="13" height="33"></td> 24
</tr> 25
<tr> 26
<td background="Images/z-center_left.gif"> </td> 27
<td valign="top" bgcolor="#FFFFFF" height="470"> 28
<DIV id=incontent-post> 29
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 30
<tr> 31
<td colspan="2" class="postbg">当前位置:站点设置</td> 32
</tr> 33
<tr> 34
<td width="150" height="30"><img src="Images/icon-left.gif" width="13" height="9">站点名称:</td> 35
<td> 36
<asp:TextBox ID="txtforumtitle" runat="server" Width="323px"></asp:TextBox></td> 37
</tr> 38
<tr> 39
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">META标签-描述信息:</td> 40
<td> 41
<asp:TextBox ID="txtdescription" runat="server" Width="386px"></asp:TextBox></td> 42
</tr> 43
<tr> 44
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">META标签-关键字:</td> 45
<td> 46
<asp:TextBox ID="txtkeywords" runat="server" Width="385px"></asp:TextBox></td> 47
</tr> 48
<tr> 49
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">公司/组织名称:</td> 50
<td> 51
<asp:TextBox ID="txtzuzhiname" runat="server" Width="205px"></asp:TextBox></td> 52
</tr> 53
<tr> 54
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">公司/组织网址:</td> 55
<td> 56
<asp:TextBox ID="txtzuzhiurl" runat="server" Width="204px"></asp:TextBox></td> 57
</tr> 58
<tr> 59
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">服务条款:</td> 60
<td> 61
<asp:TextBox ID="txtfuwu" runat="server" Width="438px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 62
</tr> 63
<tr> 64
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">禁止注册的用户名:</td> 65
<td> 66
<asp:TextBox ID="txtnotreg" runat="server" Width="381px"></asp:TextBox>用,隔开 最后不要有,</td> 67
</tr> 68
<tr> 69
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">要过滤的脏话:</td> 70
<td> 71
<asp:TextBox ID="txtzanghua" runat="server" Width="380px"></asp:TextBox>用,隔开 最后不要有,</td> 72
</tr> 73
<tr> 74
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">网站底部:<br />(可以自己先在别的地方写好后粘贴过来)</td> 75
<td> 76
<asp:TextBox ID="txtbuttom" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 77
</tr> 78
<tr> 79
<td colspan="2">这些是系统默认的一些底部页面,有用的可以在下面修改需要显示的内容,注意使用的链接</td> 80
</tr> 81
<tr> 82
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">关于我们<br />使用的链接为:Buttom-about.htm</td> 83
<td> 84
<asp:TextBox ID="txtabout" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 85
</tr> 86
<tr> 87
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">媒体报道<br />使用的链接为:Buttom-meiti.htm</td> 88
<td> 89
<asp:TextBox ID="txtmeiti" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 90
</tr> 91
<tr> 92
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">招贤纳士<br />使用的链接为:Buttom-job.htm</td> 93
<td> 94
<asp:TextBox ID="txtjob" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 95
</tr> 96
<tr> 97
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">使用协议<br />使用的链接为:Buttom-xieyi.htm</td> 98
<td> 99
<asp:TextBox ID="txtxieyi" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 100
</tr> 101
<tr> 102
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">与我们合作<br />使用的链接为:Buttom-hezuo.htm</td> 103
<td> 104
<asp:TextBox ID="txthezuo" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 105
</tr> 106
<tr> 107
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">广告服务<br />使用的链接为:Buttom-ad.htm</td> 108
<td> 109
<asp:TextBox ID="txtad" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 110
</tr> 111
<tr> 112
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">友情链接<br />使用的链接为:Buttom-link.htm</td> 113
<td> 114
<asp:TextBox ID="txtlink" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 115
</tr> 116
<tr> 117
<td height="30"><img src="Images/icon-left.gif" width="13" height="9">联系我们<br />使用的链接为:Buttom-lianxi.htm</td> 118
<td> 119
<asp:TextBox ID="txtlianxi" runat="server" Width="441px" Height="173px" TextMode="MultiLine"></asp:TextBox></td> 120
</tr> 121
<tr> 122
<td height="30"> </td> 123
<td> 124
<asp:Button ID="Button1" runat="server" CssClass="button" Text="保存" OnClick="Button1_Click" /> 125
<input class="button" type="reset" name="reset" value="取消"></td> 126
</tr> 127
</table> 128
</DIV> 129
</td> 130
<td background="Images/z-center_right.gif"> </td> 131
</tr> 132
</table> 133
</div> 134
</form> 135
</body> 136
</html> 137



