startup.ascx

来自「ibatis源码及帮助文档(IBatis源码+xsd+帮助)」· ASCX 代码 · 共 27 行

ASCX
27
字号
<%@ Register TagPrefix="uc1" TagName="SideBar" Src="SideBar.ascx" %>
<%@ Control Language="c#" Inherits="NPetshop.Web.UserControls.StartUp" CodeFile="StartUp.ascx.cs" %>
<table border="0" class="normal" height="100%" width="100%">
	<tr>
		<td width="200" height="200" valign="top">
			<uc1:SideBar id="SideBar" runat="server"></uc1:SideBar>
		</td>
		<td width="800" height="500" valign="top">
			<map name="mainMap">
				<area href="javascript:__doPostBack('BODY_CONTROL','BIRDS')" alt="Birds" coords="408,133,514,239"
					shape="RECT">
				<area href="javascript:__doPostBack('BODY_CONTROL','FISH')" alt="Fish" coords="2,250,108,356"
					shape="RECT">
				<area href="javascript:__doPostBack('BODY_CONTROL','DOGS')" alt="Dogs" coords="108,326,214,432"
					shape="RECT">
				<area href="javascript:__doPostBack('BODY_CONTROL','REPTILES')" alt="Reptiles" coords="348,254,454,358"
					shape="RECT">
				<area href="javascript:__doPostBack('BODY_CONTROL','CATS')" alt="Cats" coords="242,334,348,440"
					shape="RECT">
				<area href="javascript:__doPostBack('BODY_CONTROL','BIRDS')" alt="Birds" coords="280,180,350,250"
					shape="RECT">
			</map><img src="../@images/splash.jpg" alt="Pet Selection Map" usemap="#mainMap" width="548"
				height="466" border="0" runat="server" ID="Img1">
		</td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?