📄 view.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="View.aspx.cs" Inherits="View" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" width="694">
<!-- fwtable fwsrc="未命名" fwbase="view.jpg" fwstyle="Dreamweaver" fwdocid = "1301825078" fwnested="0" -->
<tr>
<td><img src="imgs/view/spacer.gif" width="229" height="1" border="0" alt="" /></td>
<td><img src="imgs/view/spacer.gif" width="465" height="1" border="0" alt="" /></td>
<td><img src="imgs/view/spacer.gif" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td><img name="view_r1_c1" src="imgs/view/view_r1_c1.jpg" width="229" height="41" border="0" id="view_r1_c1" alt="" /></td>
<td background="imgs/view/view_r1_c2.jpg" width="465" height="41" align=left>  搜索:
<input type=text class="inputbox" id="keyword" onkeyup="search(this);" onblur="losttest();"/>
<div style="position: absolute; width: 250px; height: 60px; z-index: 1;border:1px solid #666666;display:none; background-color:Window" id="showmenu"></div></td>
<td><img src="imgs/view/spacer.gif" width="1" height="41" border="0" alt="" /></td>
</tr>
<tr>
<td background="imgs/view/view_r2_c1.jpg" width="229" height="531" valign=top>
<table width="100%" id="list">
<asp:Repeater ID="itemTypes" runat="server">
<ItemTemplate>
<tr>
<td onclick="Expaned(<%#Eval("ItemTypeId")%>,this)" style="background-color:LightPink;" ><%#Eval("TypeName")%></td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
</td>
<td background="imgs/view/view_r2_c2.jpg" width="465" height="531" valign=top>
<table width="100%" border="0" id="itemList">
</table>
</td>
<td><img src="imgs/view/spacer.gif" width="1" height="531" border="0" alt="" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -