?? templatemaker.aspx
字號:
?<%@ Page AutoEventWireup="false" ValidateRequest="false" Inherits="px.templatemaker" %>
<!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 href="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
<script src="../js/common.js" type="text/javascript"></script>
</head>
<body>
<form id="form1" runat="server">
<div><br />
<table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr>
<td style="height: 34px"><a href="#">系統首頁</a> >> 模板生成頁面</td>
</tr>
<tr><td style="height: 34px" align="center">
<br />
<span style="cursor:pointer; color:Blue">模板生成頁面 (請在下面貼入自行設計的表格有效代碼 即body標簽中的表格代碼
其余標簽內的代碼不要貼入)<br />
關于模板設計要求請參閱使用手冊</span><br />
<asp:TextBox ID="code" runat="server" Height="146px" Width="823px" TextMode="MultiLine"></asp:TextBox>
<br />
<asp:Button ID="Button1" runat="server" CausesValidation="False" Text="生成" OnClientClick="return msgbox('請確認您的操作!')" /></td></tr></tbody></table>
<br />
<br /><div style="border:2px dashed blue; padding:10px 10px 10px 10px; "><div runat="server" id="info" >處理信息</div></div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -