📄 self_modi.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="self_modi.aspx.cs" Inherits="admin_self_modi" %>
<!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>
<link id="Link1" href="css/shangdu.css" runat="server" rel="stylesheet" type="text/css"/>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 100%">
<tr>
<td>
模板名称:
<asp:TextBox ID="TextBox1" runat="server" style="font-size: 12px; color: gray;" ReadOnly="true"></asp:TextBox>生成地址:<asp:TextBox ID="TextBox2"
runat="server" style="font-size: 12px; color: gray;" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Style="font-size: 12px" Visible="false" Width="15px"></asp:TextBox>
该模板解析的标签数:<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
</asp:DropDownList><br />
<br />
模板代码:<br />
<textarea id="TextArea1" style="width: 98%; height: 570px" runat="server"></textarea><br />
<br />
<asp:Button ID="Button1" runat="server" Text="修改并生成此模板" OnClick="Button1_Click" /></td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -