left.ascx

来自「人事管理系统」· ASCX 代码 · 共 39 行

ASCX
39
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="left.ascx.cs" Inherits="web_Attendance_left" %>
<table id="Table1" border="0" cellpadding="5" cellspacing="0" height="100%" width="155">
    <tbody>
        <tr>
            <td align="center" bgcolor="#b0bccf" height="10">
            </td>
        </tr>
        <tr>
            <td align="center" bgcolor="#6179a0" height="30">
                <font color="#ffffff"><strong>所有员工 </strong></font>
            </td>
        </tr>
        <tr>
            <td bgcolor="#b0bccf" height="30" style="border-right: 0px; border-top: 0px; border-left: 0px;
                border-bottom: white 1px solid">
                <a href="ManageAttend.aspx"><font color="#ffffff" face="宋体" size="3"><strong>查看考勤记录</strong></font></a></td>
        </tr>
        <tr>
            <td align="center" bgcolor="#6179a0" height="30">
                <font color="#ffffff"><strong>经理专用 </strong></font>
            </td>
        </tr>
        <tr>
            <td bgcolor="#b0bccf" height="30" style="border-right: 0px; border-top: 0px; border-left: 0px;
                border-bottom: white 1px solid">
                <a href="DailyReport.aspx"><font color="#ffffff" face="宋体" size="3"><strong>部门当日考勤</strong></font></a></td>
        </tr>
        <tr>
            <td bgcolor="#b0bccf" height="30" style="border-right: 0px; border-top: 0px; border-left: 0px;
                border-bottom: white 1px solid">
                <a href="Summary.aspx"><font color="#ffffff" face="宋体" size="3"><strong>部门汇总</strong></font></a></td>
        </tr>
        <tr>
            <td bgcolor="#b0bccf">
            </td>
        </tr>
    </tbody>
</table>

⌨️ 快捷键说明

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