?? calssinfo.aspx
字號:
?<%@ Page AutoEventWireup="false" Inherits="px.calssinfo" %>
<!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>
</head>
<body style="margin-left:0px; margin-top:0px">
<form id="form1" runat="server">
<div>
<table style="font-size: 12px; color: #3399cc">
<tr>
<td style=" width:35%">
項目名稱:</td>
<td style=" width:65%">
<asp:Label ID="iname" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 35%; height: 17px">
評分選項:</td>
<td style="width: 65%; height: 17px">
(共有<asp:Label ID="icount" runat="server"></asp:Label>項)</td>
</tr>
<tr>
<td colspan="2" style="height: 17px"><asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate><ol></ItemTemplate>
<ItemTemplate ><li style=" color:Red "><%#Container.DataItem("showinfo")%> <%# container.dataitem("prize")%> <%# container.dataitem("prizetype") %> 分值:</span><%#Container.DataItem("scores")%> </li></ItemTemplate>
<FooterTemplate ></ol></FooterTemplate>
</asp:Repeater>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -