⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calssinfo.aspx

📁 本系统内置的测评模块可以根据学生的学习成绩以及往日的综合表现对学生的综合素质分进行自动评分操作
💻 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")%>&nbsp; &nbsp; &nbsp;<%# container.dataitem("prize")%>&nbsp; &nbsp; &nbsp;<%# 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 + -