You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.9 KiB
Plaintext
90 lines
2.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Add.aspx.cs" Inherits="DSWeb.Modules.Add" %>
|
|
|
|
<%@ Register assembly="DSWebComponent" namespace="DSWebComponent" tagprefix="cc1" %>
|
|
|
|
<!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>
|
|
</head>
|
|
<body style="font-size: 12px">
|
|
<form id="form1" runat="server">
|
|
<table bgcolor="#ecf2ff">
|
|
<tr>
|
|
<td colspan="5" height="5"></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="5"><div id="dvModuleBase" style="font-weight:800">基本信息</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="5" align="center" height="10"><hr /></td>
|
|
</tr>
|
|
<tr>
|
|
<td td width="10%" align="left">
|
|
<div id="dvName">模块系统名称:</div>
|
|
</td>
|
|
<td width="35%">
|
|
<input type="text" id="txt_name" runat="server" class="txtTab" />
|
|
</td>
|
|
<td width="10"></td>
|
|
<td width="12%">
|
|
<div id="dvDescription">模块中文名称:</div>
|
|
</td>
|
|
<td width="35%">
|
|
<input type="text" id="txt_description" runat="server" class="txtTab"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id="dvUrl">模块链接地址:</div>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="txt_linkurl" runat="server" class="txtTab"/>
|
|
</td>
|
|
<td width="10"></td>
|
|
<td>
|
|
<div id="dvIcon">模块图标链接:</div>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="txt_icon" runat="server" class="txtTab"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id="dvState">模块状态值:</div>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="txt_state" runat="server" class="txtTab"/>
|
|
</td>
|
|
<td width="10"></td>
|
|
<td>
|
|
<div id="dvIcon0">模块排序值:</div>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="txt_sort" class="txtTab" runat="server"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id="dvState0">父模块:</div>
|
|
</td>
|
|
<td>
|
|
<div style="float:left; width:90%"><select id="list_parent" runat="server"
|
|
style="width:100%" disabled="disabled" name="D1"></select></div><div style="float:left"><a href="#"><img src="../images/icons/SET.gif" style="border:0;"/></a></div>
|
|
</td>
|
|
<td width="10"></td>
|
|
<td>
|
|
<div id="dvIcon1">模块排序值:</div>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="txt_sort0" class="txtTab"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<cc1:ClickOnceButton ID="btn_enter" runat="server" Text="确 定" />
|
|
<cc1:ClickOnceButton ID="btn_update" runat="server" Text="更 新" />
|
|
</form>
|
|
</body>
|
|
</html>
|