?? coachdetailmanager.aspx
字號:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_CoachDetailManager, App_Web_muxqtau8" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<a href="CoachListManager.aspx">教練列表管理</a>--教練菜單列表管理--教練菜單內(nèi)容管理
<div><table width="767px">
<tr><td colspan="2" align="center"><asp:Label runat="server" ID="lblTitle"></asp:Label></td></tr>
<tr>
<td style="width:200px; height: 317px;" valign="top">
<table style="width: 100%">
<tr>
<td valign="top">
教練菜單圖片:
</td>
</tr>
<tr>
<td>
<asp:DataGrid ID="dgdCoachPicture" runat="server" AutoGenerateColumns="False" OnItemCommand="dgdCoachPicture_ItemCommand" OnItemDataBound="dgdCoachPicture_ItemDataBound">
<Columns>
<asp:TemplateColumn HeaderText="菜單圖片">
<ItemTemplate>
<img src='../CoachPicture/<%# DataBinder.Eval(Container.DataItem,"coachPicFileName") %>' width="100px" height="50px" />
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="刪除">
<ItemTemplate>
<asp:Button ID="btnDelete" runat="server" Text="刪除" CommandName="Delete" />
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:DataGrid></td></tr>
<tr>
<td>
請選擇上傳圖片:
</td>
</tr>
<tr>
<td>
<asp:FileUpload ID="FileUpPic" runat="server" />
</td>
</tr>
<tr>
<td>
請輸入圖片距頂端位置:
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="txtcoachPicTop" runat="server"></asp:TextBox></td></tr>
<tr>
<td>請輸入圖片距左邊位置:</td></tr>
<tr><td> <asp:TextBox ID="txtcoachPicLeft" runat="server"></asp:TextBox></td></tr>
<tr><td align="center"> <asp:Button ID="btnAddPic" runat="server" Text="新增圖片" OnClick="btnAddPic_Click" /></td></tr>
</table>
</td>
<td style="height: 317px" align="center" valign="top">
駕校菜單內(nèi)容: <table width="100%">
<tr><td align="left">
</td></tr>
<tr><td style="height: 446px"><textarea id="txtcoachDetailContent" style="width:100%; height: 440px;" runat="server"></textarea>
</td></tr>
<tr><td align="center">
<asp:Button ID="btnAddContent" runat="server" Text="確定" OnClick="btnAddContent_Click" />
<asp:Button ID="btnDelete" runat="server" OnClick="btnDelete_Click" Text="刪除" /></td></tr>
</table>
</td>
</tr></table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -